LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Anyone has luck with Qualcomm Atheros AR5BWB222? (https://www.linuxquestions.org/questions/linux-wireless-networking-41/anyone-has-luck-with-qualcomm-atheros-ar5bwb222-4175436526/)

red_fire 11-10-2012 02:45 AM

Anyone has luck with Qualcomm Atheros AR5BWB222?
 
Hi,

I'd like to know if AR5BWB222 works with Linux. After a bit of research, I found a handful of laptops that come with this wireless card, but bundled with Linpus Linux which is sort of a commercial linux.

I suspect that it might work with ath5k driver, but I'm not sure. I'm getting my new laptop next week,, anyone has any thoughts?

Thanks before

Regards,

Ricky

markush 11-20-2012 02:32 PM

If you really want to know if a device works with Linux, take a live-CD/DVD with the most recent available kernel-version and boot the computer with it. Execute
Code:

lspci -k
and check the output. It shows which kernel-module is been loaded for the devices.

For a network-adapter you can use
Code:

ifconfig wlan0 up
iwlist wlan0 scan

which should show you the available networks, if this doesn't give any output I, this means at least that there is more work necessary to get it workin, or in the worst case, that the devices isn't supported at all.

Markus


All times are GMT -5. The time now is 04:17 AM.