|
[Solved] Problems loading ipw3945d to get my wireless NIC working
I have been through the install doc several times now, and everything looks good except for starting ipw3945d. Everytime I try to setup the wNIC I get the error ipw3945d is not available and is required.
The install doc says to add the following commands into the /etc/modprobe.conf file
echo install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; \sleep 0.5 ; /sbin/ipw3945d --quiet >> /etc/modules.d/ipw3945
echo remove ipw3945 /sbin/ipw3945d --kill ; \ /sbin/modprobe -r --ignore-remove ipw3945 >> /etc/modules.d/ipw3945
Next I am supposed to issue the modprobe ipw3945 command. When I do, the echo statment at the beginning of each command generates an error and the commands don't run. I removed the echo and the commands seem to run OK. However, when I issue the ps -C ipw3945d nothing shows up.
How do I get the ipw3945d to run?
KC
Last edited by kccrusher; 11-10-2006 at 05:30 PM.
|