![]() | 1 | initial version |
/usr/sbin/modprobe is a link to /usr/bin/kmod, modprobe is looking for /sbin/modprobe when run from the command line
Solution: cd /sbin ln -s /usr/bin/kmod modprobe This makes a link in /sbin/modprobe to /usr/bin/kmod modprobe should work now
THIS IS A BUG AND SHOULD BE REPORTED!!!