Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Oct. 15 2005,08:44 |
|
After trying many drivers suggested in the ndiswrapper wiki, I finally found one that works.
The problem I have now is how to save the wlan settings, load them at boot and automatically request an IP address.
As per various posts, I tried the following:
To have the network settings picked up at startup, I added the following line to /bootlocal.sh
/opt/myiwconfig.sh
To save the various settings, I added the following lines to /home/dsl/.filetool.lst:
opt/myiwconfig.sh etc/ndiswrapper/ etc/network/interfaces
this loaded ndiswrapper at startup but I still had to manually enter the SSID, WEP code and request an IP address.
The ndiswrapper wiki states that the following command should save the settings but it does not seem to work.
Root@box:~# ndiswrapper -m modprobe config already contains alias directive
Does anyone have any ideas?
|