• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux: looking for a fully supported WiFi PCI card or USB stick

rbaibich

Senior member
I'm looking for the cheapest way of getting my desktop accessing my WiFi network (instead of having an Ethernet cable that runs through half of my apartment). I want it to be fully supported by Linux, though (I guess that forces me to look for PrismGT or Atheros based hardware)

Any suggestions?
 
not sure about USB based atheros cards...there should be a few PCI ones. The main ones I work with are Cisco, which might be a bit out of your range....
 
My D-link DWL-G520 is Atheros based, and fully supported by the madwifi drivers. It has worked beautifully. I believe it is revision B.

But yes, you will be looking for one of those two chipsets for ease of installation.
 
RaLink cards are well supported and don't require any futzing with firmware. Most of Intel's offerings are also well supported, the driver is in the main kernel you just have to put the firmware where the driver expects it.
 
I think I have a couple of these running under OpenBSD and Windows. They're RALink based. I've also used an RALink USB device under Mac OS X.

I think Atheros requires some binary bits (HAL, not firmware), so I generally recommend not using them.
 
I think Atheros requires some binary bits (HAL, not firmware), so I generally recommend not using them.

Yea, it does. Instead of having firmware that's loaded onto the card (or maybe in addition to, I'm not sure) they require a binary-only kernel module which is crap.
 
Originally posted by: Nothinman
I think Atheros requires some binary bits (HAL, not firmware), so I generally recommend not using them.

Yea, it does. Instead of having firmware that's loaded onto the card (or maybe in addition to, I'm not sure) they require a binary-only kernel module which is crap.

crap compared to fully open GPLed, but much nicer then ndiswrappered windows drivers 😉
 
Originally posted by: gruven
My D-link DWL-G520 is Atheros based, and fully supported by the madwifi drivers. It has worked beautifully. I believe it is revision B.
Same here, except I have the G510 (rev b).
 
I have the DWL-G122 and its a d-link usb wireless device (802.11g) that's based off of a ralink chipset. I'm happy. B)

edit: Check out this list. It should let you know how well each adapter is supported it seems.

clicky

I'm also glad that my pci card (Trendnet TEW-423PI) is being worked on by a community so I have linux drivers for that too. 🙂
 
Originally posted by: nweaver
Originally posted by: Nothinman
I think Atheros requires some binary bits (HAL, not firmware), so I generally recommend not using them.

Yea, it does. Instead of having firmware that's loaded onto the card (or maybe in addition to, I'm not sure) they require a binary-only kernel module which is crap.

crap compared to fully open GPLed, but much nicer then ndiswrappered windows drivers 😉

Either way it's totally unnecessary when there are chips from Taiwan that can be fully supported. 🙂
 
crap compared to fully open GPLed, but much nicer then ndiswrappered windows drivers

Not really, they're about the same. For Atheros the translation layer is the GPL'd Atheros driver and in for ndiswrapper the translation layer is the GPL'd ndiswrapper driver.
 
Back
Top