modprobe not found at all

Posted by timmeyh on Server Fault See other posts from Server Fault or by timmeyh
Published on 2012-09-29T09:22:54Z Indexed on 2012/09/29 9:39 UTC
Read the original article Hit count: 217

Filed under:
|

I know that a lot of people had problems finding modprobe which was mostely due to an unconfigured $PATH. This time however I logged into a machine (Linux mymachine 2.6.32-6-pve #1 SMP Mon Jan 23 08:27:52 CET 2012 i686 GNU/Linux with root rights) and modprobe wasn't found at all. This are the steps I have taken so far:

- which modprobe => no results 
- locate modprobe => no results
- my $PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:
- find / -name "modprobe*" => /proc/sys/kernel/modprobe
- cat /proc/sys/kernel/modprobe => /sbin/modprobe
- /sbin/modprobe => no such file or directory

Ass you can see no modprobe at all. Does anyone else has a suggestion/ sollution so I can use modprobe?

© Server Fault or respective owner

Related posts about debian-squeeze

Related posts about modprobe