Networking :: how to autoconfig wlan on bootup
I have a TI based PCMCIA card so I chose to use ndiswrapper.
It installed fairly easy, BUT in order to use after reboot I have to
1. su
2. modprobe ndiswrapper
3. now netcardconfig gives me the wlan0 option which I config for dhcp
I have tried adding ndiswrapper to the etc/modules file.
I also tried ndiswrapper -m to add the alias.
How is debian supposed to load this module?
Should it be in the pcmcia config when I plub in the card?
signed
sooo close but not quite there yet 
You have tried the GUI ndis setup?
Some users have had sucess with this. System->Net Setup->ndiswrapper
The gui will make a script called myndis.sh
Add that script to /opt/bootlocal.sh
Of if you prefer look at those scripts to manually add your commands to /opt/bootlocal.sh
Thanks for the qucik response.
I had used ndiswrapper from command line, so I tried running the gui.
It seemed to create two key script files: myndis.sh, and ndiswrapper.sh,
but they aren't executing on boot.
I am running on an IBM transnote, which has no floppy, or CD, so I have
done a hard disk install. Do I need to move myndis.sh to a different
location for a hard disk install?
I know this is primarily a live distribution, but I really like the choice of aps, the speed of operation, and the flexibility of the dsl extensions, and then the debian apt-get etc on top of that! Keep up the good work!
greybeard
you have to add the myndis.sh to bootlocal.sh in order for it to run automatically.
just go to a terminal and type scite bootlocal.sh.
just above the line that says "fluxbox" make a new line and type "myndis.sh &"
save and it should take care of ya!
-J.P.
The bootlocal.sh resides in the /opt directory.
Next Page...
original here.