Networking :: Modprobe ndsiwrapper at bootup ... how?



Hi,

how can imanage, that the modprobe ndiswrapper command will boot up automatically at startup. I installed dls to my harddisk, load the driver with ndiswrapper and modprobed it ... but the light on my wlan card is always off at startup, 'cause modprobe nidwrapper wasn't saved at the shutdown. I always have to modprobe manually after startup.

... and how to bin wpa_supplicant automatically to the startup sequence?

Cu

Tom

/opt/bootlocal.sh

Here is an example

ndiswrapper -i NET8180.INF
ndiswrapper -l
modprobe ndiswrapper
iwconfig wlan0 essid my_network_essid
wpa_supplicant -B -Dndiswrapper -i wlan0 -c /home/dsl/wpa_supplicant.conf
pump -i wlan0


original here.