LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware Not Recognizing Wifi in a Dell Inspiron i3646 (https://www.linuxquestions.org/questions/slackware-14/slackware-not-recognizing-wifi-in-a-dell-inspiron-i3646-4175527444/)

haziz 12-05-2014 10:53 AM

Slackware Not Recognizing Wifi in a Dell Inspiron i3646
 
I installed Slackware 14.1 on a Dell Inspiron i3646. Everything works except for the built in wifi. ifconfig shows the built in wired network card (and the loopback network of course) but reports no Wireless card. Network manager from within KDE also has trouble finding the wireless card. Problem is I am also uncertain as to who makes the chipset behind the wifi card and no amount of googling has led me to a clear answer.

Any suggestions or solutions?

Thanks.

bassmadrigal 12-05-2014 10:58 AM

lspci should be able to provide some insight on the wireless card. From there, it might require additional firmware to be able to work properly. If you can't figure it out from the output, paste it here and we'll see what we can do to help you get this working :)

haziz 12-05-2014 05:25 PM

Quote:

Originally Posted by bassmadrigal (Post 5280080)
lspci should be able to provide some insight on the wireless card. From there, it might require additional firmware to be able to work properly. If you can't figure it out from the output, paste it here and we'll see what we can do to help you get this working :)

Thanks. Looks like it is an Atheros AR9565 chipset. Here is the relevant lspci output:

Code:

02:00.0 Network controller: Atheros Communications Inc. AR9565 Wireless Network Adapter (rev 01)
Any suggestions? I am currently googling for this chipset on Slackware (as well as other distros, for inspiration).

frankbell 12-05-2014 08:16 PM

This might help: http://wireless.kernel.org/en/users/Drivers/ath9k

allend 12-05-2014 09:59 PM

As frankbell points out, your device should be supported by the ath9k kernel module.
Is the driver being loaded? Check with '/sbin/lspci -k | grep "02:00.0" -A 3'

If not, do the product and vendor IDs of your device ( found in the output of '/sbin/lspci -kn | grep "02:00.0" ' ) appear in the output of '/sbin/modinfo ath9k' ?
i.e. Any output from this command?
/sbin/modinfo ath9k | grep -i $(/sbin/lspci -kn | grep "02:00.0" | cut -d " " -f3 | sed 's/:/.*/')

haziz 12-06-2014 07:26 AM

Quote:

Originally Posted by allend (Post 5280309)
As frankbell points out, your device should be supported by the ath9k kernel module.
Is the driver being loaded? Check with '/sbin/lspci -k | grep "02:00.0" -A 3'

If not, do the product and vendor IDs of your device ( found in the output of '/sbin/lspci -kn | grep "02:00.0" ' ) appear in the output of '/sbin/modinfo ath9k' ?
i.e. Any output from this command?
/sbin/modinfo ath9k | grep -i $(/sbin/lspci -kn | grep "02:00.0" | cut -d " " -f3 | sed 's/:/.*/')



Looks like yes the kernel module for the network controller (ath9k) is in fact being loaded (based on the output from "/sbin/lspci -k | grep "02:00.0" -A 3").

allend 12-06-2014 10:25 AM

Good! I was concerned that your device may not have been recognized by the kernel. Slackware 14.1 has the 3.10.17 kernel and support for your device appeared in the 3.10 series.
How are you trying to configure networking?
Quote:

Network manager from within KDE also has trouble finding the wireless card.
If you are using NetworkManager then you will need the NetworkManager daemon running. Is /etc/rc.d/rc.networkmanager an executable script? If using NetworkManager, then a clean /etc/rc.d/rc.inet1.conf should be used. http://www.linuxquestions.org/questi...9/#post5236776
Quote:

ifconfig shows the built in wired network card (and the loopback network of course) but reports no Wireless card
If you are using the traditional network configuration, perhaps this will help. http://docs.slackware.com/slackware:...e_your_network

haziz 12-06-2014 12:07 PM

Quote:

Originally Posted by allend (Post 5280468)
...................
How are you trying to configure networking?

If you are using NetworkManager then you will need the NetworkManager daemon running. Is /etc/rc.d/rc.networkmanager an executable script? If using NetworkManager, then a clean /etc/rc.d/rc.inet1.conf should be used. http://www.linuxquestions.org/questi...9/#post5236776
..............
[/url]

Thanks! That did it. Starting the network manager daemon on bootup by making it's script executable did the trick. I know Patrick is pretty old school, which is one of the reasons I am attracted to Slackware in the first place, but he really should consider starting a wifi networking daemon by default. People running Slackware as a server can then turn it off rather than the reverse. Most users nowadays, myself included, expect their computers and laptops, including wifi, to work out of the box. Is there a wifi configuration daemon that starts by default on Slackware as of 14.1?

I am replying with this message from that Dell PC (actually a laptop motherboard that Dell shoves into a cheap desktop enclosure). BTW how do you get LinuxQuestions to recognize that I am using Slackware, it still shows a generic Linux icon in my case. :Pengy:

Thanks again!

qweasd 12-06-2014 01:02 PM

Quote:

Originally Posted by haziz (Post 5280500)
consider starting a wifi networking daemon by default.

It is an installer option, you may have just missed it.

bassmadrigal 12-06-2014 05:07 PM

Quote:

Originally Posted by haziz (Post 5280500)
I am replying with this message from that Dell PC (actually a laptop motherboard that Dell shoves into a cheap desktop enclosure). BTW how do you get LinuxQuestions to recognize that I am using Slackware, it still shows a generic Linux icon in my case. :Pengy:

See this thread... there's a couple of different options, but the best is to probably get a User-agent switcher extension for your browser where you can change it for only certain sites (to prevent breakage for sites that don't recognize Slackware).

http://www.linuxquestions.org/questi...go-4175499401/


All times are GMT -5. The time now is 01:49 PM.