ok - when I install the drivers for windows, here is my exact command output:
root@ash-laptop:/home/ash# ndiswrapper -i /home/ash/drivers/80211/bcmwl5a.inf
Installing bcmwl5a
Forcing parameter IBSSGMode|0 to IBSSGMode|2
Forcing parameter IBSSGMode|0 to IBSSGMode|2
root@ash-laptop:/home/ash# depmod -a
root@ash-laptop:/home/ash# modprobe ndiswrapper
root@ash-laptop:/home/ash# dmesg | grep -i ndiswrapper
[17179591.332000] ndiswrapper version 1.8 loaded (preempt=yes,smp=no)
[17179591.440000] ndiswrapper: driver bcmwl5a (Broadcom,12/22/2004, 3.100.46.0) loaded
[17179591.448000] ndiswrapper: using irq 217
[17179592.452000] wlan0: ndiswrapper ethernet device <snip> using driver bcmwl5a, 14E4:4318.5.conf
root@ash-laptop:/home/ash# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11g ESSID

ff/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key

ff
Power Management

ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
sit0 no wireless extensions.
root@ash-laptop:/home/ash#
As you can see, ndiswrapper is using the alias wlan0, but kubuntu is only seeing it's eth1 as wireless. Please help
