Comment 27 for bug 144239

Revision history for this message
santana (burlen) wrote :

to clarify last post, rt61pci is the right driver. I was able to get the card up and going again, by a forced uninstall and then reinstall, specifically

rm -rf /etc/ndiswrapper/rt61/
sudo ndiswrapper -i /windows-drivers/rt61.inf
sudo ndiswrapper -ma

And the card works. Here is what dmesg reports after pop the card in

[ 1640.744000] pccard: CardBus card inserted into slot 0
[ 1640.752000] ndiswrapper: driver rt61 (Belkin Components,08/26/2005, 1.00.02.0000) loaded
[ 1640.756000] PCI: Enabling device 0000:03:00.0 (0000 -> 0002)
[ 1640.756000] ACPI: PCI Interrupt 0000:03:00.0[A] -> Link [LNK1] -> GSI 19 (level, low) -> IRQ 16
[ 1640.756000] PCI: Setting latency timer of device 0000:03:00.0 to 64
[ 1640.768000] ndiswrapper: using IRQ 16
[ 1640.996000] wlan0: ethernet device 00:11:50:dd:6f:47 using serialized NDIS driver: rt61, version: 0x0, NDIS version: 0x500, vendor: 'Belkin 802.11g Wireless Card', 1814:0301.5.conf
[ 1640.996000] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK
[ 1641.812000] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

now lets see if it works after reboot....