Comment 32 for bug 122703

Revision history for this message
Fisslefink (erin-simonds) wrote : Re: Upgrade Atheros drivers to snapshot/trunk to support AR5008

However, ndiswrapper works fine following these directions:
http://jbopensrc.wordpress.com/2007/12/03/quickfix-ar5418-with-ndiswrapper/

...except that "modprobe ndiswrapper" resulted in the error:
FATAL: Module ndiswrapper not found.

...solution: find the module...
me@ubuntu-bootcamp:~/Linux/ndiswrapper$ locate ndiswrapper
/lib/modules/2.6.24-12-generic/ubuntu/misc/ndiswrapper
/lib/modules/2.6.24-12-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko

...OK we found the module, now run depmod:
me@ubuntu-bootcamp:~/Linux/ndiswrapper$ sudo depmod /lib/modules/2.6.24-12-generic/ubuntu/misc/ndiswrapper/ndiswrapper.ko

...voila!
me@ubuntu-bootcamp:~/Linux/ndiswrapper$ lsmod|grep ndis
ndiswrapper 192920 0
usbcore 146028 8 ndiswrapper,hci_usb,uvcvideo,appletouch,usbhid,ehci_hcd,uhci_hcd

...and finally...
me@ubuntu-bootcamp:~/Linux/ndiswrapper$ ifconfig
ath0 Link encap:Ethernet HWaddr 00:1c:b3:b3:1b:71
          inet addr:192.168.2.118 Bcast:192.168.2.255 Mask:255.255.255.0
          inet6 addr: fe80::21c:b3ff:feb3:1b71/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:15 errors:0 dropped:0 overruns:0 frame:0
          TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1723 (1.6 KB) TX bytes:5493 (5.3 KB)
          Interrupt:16 Memory:97300000-97310000