I have just finished loading a driver for my Dell Inspiron 8600's Dell True Mobility 1300 802.11b/g MPCI Wifi card.
Info:
Code: Select all
bash-2.05b# ndiswrapper -l
Installed ndis drivers:
bcmw15 present
bash-2.05b#Code: Select all
bash-2.05b# dmesg
...
...
ndiswrapper version 0.6 loaded
ndiswrapper adding bcmw15.sys
wlan0: ndiswrapper ethernet device 00:90:xx:xx:xx:xx using driver bcmw15.sys
...
...
bash-2.05b#Code: Select all
bash-2.05b# iwconfig wlan0
wlan IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate:54Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Managment:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bash-2.05b#My SSID is set to 'test' and I do not have wep set (as I'm only trying to get this thing working)
I've tried the following:
Code: Select all
bash-2.05b# iwconfig wlan0 essid test
bash-2.05b# iwconfig wlan0
wlan IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate:54Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Managment:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bash-2.05b#and
Code: Select all
bash-2.05b# iwconfig wlan0 ap xx:xx:xx:xx:xx:xx
bash-2.05b# iwconfig wlan0
wlan IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate:54Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Managment:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bash-2.05b#(To cap things off I can connect my Linksys Router on the same laptop in Windows on the same WiFi card ??? --- netstumber see's the router and connects)
and
Trying the command:
Code: Select all
bash-2.05b# iwlist wlan0 scanPlease help as I'm at about to go crazy!!!!!
Arrrrrrrgh....
Thanks,
Hughes.




