wireless centrino

Koivisto Kimmo kimmo.koivisto at surfeu.fi
Tue Mar 16 15:15:36 UTC 2004


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





More information about the users mailing list