LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-13-2014, 09:08 PM   #1
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
Wireless Network Adapter as Functional as Congress


I have a AR9285 wireless on a Dell Inspiron 620, and the wireless networks I have will sometimes show up and work, but some times it does not make it to Setting Network Address, or worse, it does not find my network at all. While I am having trouble, the other computers in the house have no problem with connecting, and my 7 and 8 installations can connect easily.

I have the issue in both an openSUSE 13.1 and LinuxMint 13 installation. It has also been an issue with this computer in 12.1-12.3. In at least openSUSE 13.1, I know things are handled through NetworkManager. Fiddling with every wireless YaST setting under the sun has led nowhere. Any pointers or suggestions would be greatly appreciated.
 
Old 03-14-2014, 03:44 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,984

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Seems to be a laptop brand issue or some motherboard component.

One thread suggested looking at power settings.
 
Old 03-14-2014, 05:40 PM   #3
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
I meant to say that it works on that same computer under Windows 7/8 - but I'll check my power settings. What thread said that?
 
Old 03-14-2014, 07:53 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,984

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
This may help.


on fix I have found for the random disconnects is to turn off power management for the card with the following command under root:
iwconfig wlan0 --> to verify power management is on
iwconfig wlan0 power off --> turns power management off
exit 0 --> ofcourse to exit root

http://forums.opensuse.org/showthrea...Atheros-driver

It could still be some transmit power issue or driver issue or chipset oddity.

If the driver settings are set wrong it could cause this too. Maybe default power set too high or duplex simplex or what not.

Last edited by jefro; 03-14-2014 at 07:55 PM.
 
Old 03-14-2014, 08:15 PM   #5
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
I tried typing in those commands and got

Code:
linux-qtq7:/fun/Home/jared # iwconfig wlan0
wlan0     No such device

linux-qtq7:/fun/Home/jared # iwconfig wlan0 power off
Error for wireless request "Set Power Management" (8B2C) :
    SET failed on device wlan0 ; No such device.
I am also using a desktop if that affects the possibility of power management settings having an effect.
 
Old 03-15-2014, 05:53 AM   #6
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Some drivers under linux have low power quirks. As in weak signal strength. A few years ago, the b43 driver was that way and the ndiswrapper driver didn't have that issue for the chipset / card that I had at that time. I've got a different older laptop now and the firmware that comes by default in a distro is not the firmware that appears to work best for that card. But we're talking tech that is nearly a decade old now.

These days I get a ddwrt compatible stand alone router and ethernet to it for wireless. So much simpler and works out of the box regardless of the OS being used. Plus I can ethernet to it with multiple devices and enjoy ethernet speeds between those devices.
 
Old 03-15-2014, 07:42 AM   #7
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
So I should try to find the old WinXP 32-bit driver and hook it up in ndiswrapper.
 
Old 03-15-2014, 09:50 PM   #8
wagscat123
Member
 
Registered: Jan 2009
Location: Maryland-Pennsylvania border, USA
Distribution: openSUSE 15.2/15.3, Tumbleweed, Kubuntu 18.04/21.04, macOS 10.15, antiX 19, and Linux Mint 19.3
Posts: 860

Original Poster
Blog Entries: 45

Rep: Reputation: 120Reputation: 120
For others struggling with this in the future, I googled up a Windows XP .inf driver and threw it into ndiswrapper and now everything works in both openSUSE and Mint. Ironically, the Windows XP driver does not work in XP.

2 1/2 year old mystery solved. Thank you everyone for giving suggestions.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Installing wireless drivers with Atheros AR9285 Wireless Network Adapter nine9nine Linux - Software 4 04-07-2017 08:27 AM
Wireless network adapter on CentOS 6, wusb54gc ver3 wireless-g pingpongofkingkong Linux - Hardware 2 09-24-2012 12:55 PM
Configuring wireless network using USB Wireless adapter on Slackware-current x64 kkmic Slackware 16 06-28-2011 05:21 AM
Fedora C2 - Wireless network drivers? Broadcom 802.11g Network Adapter FragTek Linux - Wireless Networking 7 01-22-2010 12:10 AM
Fedora 9 and Network Adapter 3COM OfficeConnect Wireless 11g Compact USB Adapter mpharkin Linux - Newbie 1 09-20-2008 05:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration