This is about Dell Inspiron 15 3000 series laptop put to work recently. I have dual booting with windows 7 Pro and loaded openSUSE 13.1 with KDE Desktop. It has Intel chipset and the above mentioned wifi card and driver. The wifi does not work either with Networkmanager or with ifup. Only the wired connection is working presently with Networkmanager and DHCP. I would like to get the wifi card going if possible because for a laptop that is not only convenient but also a necessity if one has to move the laptop about at home or elsewhere.
I have been struggling to find a solution but have not been successful so far. Found a good article at ‘https://en.opensuse.org/SDB:WiFi’ but it directs atheros cards problems to ‘SDB:Ndiswrapper’. I tried that but it is so complicated to go through the entire drill of putting windows driver to work, that I gave it up as a bad job.
Is there a better solution to this problem? Help would be most appreciated.
My older laptop has an atheros card. And, back in the days of suse 10.1, I was compiling “madwifi” from sources to get it working. However, there has been pretty good kernel support for atheros cards for several years.
My current desktop (a Dell Inspiron 660) has an atheros AR9485. I’m not currently using WiFi on that computer, but I did successfully use it for several months running opensuse 12.3 and configuring with NetworkManager.
Does your card work with Windows (assuming that you also have Windows installed)?
Maybe install the “rfkill” package (it’s in the repos). Then, as root, run
# rfkill list all
My output is:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
rsp@dhcppc1:~> inxi -Nx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi --recommends
Network: Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
driver: r8169 ver: 2.3LK-NAPI port: e000 bus-ID: 07:00.0
Card-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter driver: ath9k bus-ID: 06:00.0
For your further advice please
Thanks & Regards,
RSP2
Hi nrickert,
Yes the wireless card is working perfectly in Windows 7 Pro which I dual boot with my openSUSE 13.1 installation of KDE Desktop. Both the cards have been configured with Networkmanager. The out put of command ‘inxi -Nx’ is as below:
rsp@dhcppc1:~> inxi -Nx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi --recommends
Network: Card-1: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
driver: r8169 ver: 2.3LK-NAPI port: e000 bus-ID: 07:00.0
Card-2: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter driver: ath9k bus-ID: 06:00.0
rsp@dhcppc1:~> sudo /usr/sbin/rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
This does not seem to be the essid problem because with windows also i am using the same essid and pass-phrase. There the internet is working fine on wifi. I have failed to figure this out. With your experience you may be able to advise some other solution.