Re: wireless centrino

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday 16 March 2004 16:50, skyweb wrote:
> >The command to load a module is called insmod, not inmod.
> yes it's a writing error! :)
> >But you should use the command modprobe instead, it makes shure all other
> > modules needed is loaded.
>
> Yes, but this command don't exist if you use kernel from you distro, you
> must  compile from kernel source or install kernel source from your
> packages available.

Those commands are not distro/kernel-dependant. 

Usually normal users change to root with command
su root
but then root's environment variables (e.g. PATH) contains only normal users 
variables and PATH does not contain important paths (/sbin, /usr/sbin 
and  /usr/local/sbin). 

It's better to use command
su - root
then you should get root's env variables and insmod and modprobe should work.

If above does not help, try
/sbin/insmod
/sbin/modprobe

or try to find those with locate
locate insmod

BR
Kimmo Koivisto



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux