PDA

View Full Version : NDISWRAPPER, will it work with the 3.9?



Chowderman
06-14-2005, 05:42 AM
NDISWRAPPER, will it work with the 3.9? It doesn;t work with 3.8 and linuxant locks up all the time, so I am in alot of help with this one

atrick-pay
06-14-2005, 02:14 PM
Works fine in my 3.8.1 setup

Chowderman
06-14-2005, 06:21 PM
I am having module problems, after I load the driver with the wrapper and do a "ndiswrapper -m" to name an alias wlan0 modprobe fails, by not being able to find ndiswrapper, hence leaving wlan0 as no such device error

atrick-pay
06-15-2005, 05:22 AM
Here is the script I run at boot, Works for me
(I'm sure you'll need to change somethings [IP# EESID......etc] but this is how it should look)
Try to remove everything first (or boot the live CD)

#!/bin/sh
sudo ndiswrapper -i driver/bcmwl5.inf
sudo modprobe ndiswrapper
sudo ndiswrapper -m

sudo iwconfig wlan0 essid "network" mode "managed" channel "6" enc "0000000000"
sudo ifconfig wlan0 192.168.0.100 netmask 255.255.255.0
sudo ping 192.168.0.1 -c 2
sudo pump -i wlan0