Networking :: Verified Wireless Cards



I have a Belkin F5D7010 card, and it doesnt work with Ndiswrapper. I have SuSE linux on the hard disk, with an older version of Ndiswrapper (0.07 or something), and it works. How do i get an older version of Ndiswrapper onto DSL?
LInksys WUSB11 Ver 2.5  Works

Prism2 Chipset

edit /etc/modutils/linux-wlan-ng - change "prism2_pci" to "prism2_usb" in alias

modprobe prism2_usb
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=<your APs SSID> authtype=opensystem
ifconfig wlan0 <yourIP> netmask <yourNetmask> broadcast <yourBroadcast>
route add default gw <yourGateway>

Mark

I got my Belkin F5D7010 to work, I just used the drivers from the dell site.
http://ftp.us.dell.com/network/R81433.EXE, bcmwl5.inf

I got a microsoft MN-510(got it for $10?) working using the earlier posting:
Quote
LInksys WUSB11 Ver 2.5  Works

Prism2 Chipset

edit /etc/modutils/linux-wlan-ng - change "prism2_pci" to "prism2_usb" in alias

modprobe prism2_usb
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=<your APs SSID> authtype=opensystem
ifconfig wlan0 <yourIP> netmask <yourNetmask> broadcast <yourBroadcast>
route add default gw <yourGateway>


And also if you're getting a weak signal try
freeantennas.com
and grab their templates.....I built a "windsurfer" in ten minutes that cost about 5 cents that fits on the rubber duckie on the M-510 and it works wonders (it's rated at 9db gain or 12db with resizing mods)

The Linksys WPC54G ver 2 PCMCIA wireless card works with ndiswrapper in DSL 0.9.2  Great!!
Next Page...
original here.