LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   No Wi-Fi whit Linux kernel 3.2 and Ath AR9287 (https://www.linuxquestions.org/questions/linux-networking-3/no-wi-fi-whit-linux-kernel-3-2-and-ath-ar9287-924764/)

kususe 01-20-2012 05:22 AM

No Wi-Fi whit Linux kernel 3.2 and Ath AR9287
 
I updated my kernel to 3.2 (with some changes to CPU section), but Wifi doesn't work anymore, even if my wireless card is recognized by
Code:

lspci
And
Code:

ifconfig -a
returns me just the Ethernet.
Suggestion?

cynwulf 01-20-2012 09:54 AM

What distribution are you running?

If you built 3.2 yourself then it's entirely possible that you didn't build in ath9k support. Rebuild the kernel and ensure that you load the config from your previous kernel as a starting point.

kususe 01-20-2012 03:24 PM

I'm running Debian Squeeze 6.0.3.

I verified the kenrnel config, but the ath9k feature is already loaded as module.
But using
Code:

lsmod
there's nothing about "ath9k".

cynwulf 01-21-2012 06:39 AM

Double check this for the running kernel:
Code:

grep -i ath9k /boot/config-`uname -r`
What happens when you try to load the module:

Code:

modprobe ath9k

kususe 01-22-2012 03:15 AM

First:
Code:

CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K=m
# CONFIG_ATH9K_PCI is not set
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
CONFIG_ATH9K_RATE_CONTROL=y
# CONFIG_ATH9K_HTC is not set

The second command loads me the module, but the output of
Code:

iwconfig
returns me there's no wireless cards.

cynwulf 01-23-2012 08:32 AM

Very odd... debugging exactly what is going on there may be more trouble than it's worth. Do you need the new kernel to support newer hardware you have? I would guess not, if you really need the latest kernel, you're better off running testing or unstable.

I would suggest you build an earlier kernel and see how that works out. 2.6.39 is in backports - try installing that and see if your wireless nic works, if it does then you can build your kernel against the 2.6.39 source. i.e. "apt-get source" the 2.6.39 kernel to get the debianised source, make your changes and rebuild it - you might get better results.

kususe 01-23-2012 11:09 AM

Yes, I understood your point of view. I came back to use an earlier version.
Thanks

Gnuru-the-1 07-31-2014 02:39 PM

Known problems
 
Here some known problems rfkill seems to hang on som cards :(

In consol
as root ore sudo

1.rfkill unblock all (all ore wlan0) all is the best choice
2.ifconfig wlan0 up


Then hopefully its ready to play :) Plug and pray :P

/Gnuru


All times are GMT -5. The time now is 09:55 AM.