Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

The Atheros Weak Antenna

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

The Atheros Weak Antenna

#1 Post by VentGrey »

So i noticed something funny after installing a Qualcomm Atheros card to replace the Broadcom Card i was having touble with. WiFi managed to work but things do not turn to be happy now, this new wireless card seems to have a little trouble to keep up with the network, it has a shorter signal reach and sometimes the connection dies randomly, i leave some details to see if i can do something:
Debian Details

Code: Select all

Linux debian 4.6.0-0.bpo.1-amd64 #1 SMP Debian 4.6.4-1~bpo8+1 (2016-08-11) x86_64 GNU/Linux
lspci results

Code: Select all

02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
and some pieces from the dmesg command

Code: Select all

[   14.596634] ath9k 0000:02:00.0 wlp2s0: renamed from wlan0
[   27.763681] wlp2s0: associated
[   27.883975] ath: EEPROM regdomain: 0x81e4
[   27.883982] ath: EEPROM indicates we should expect a country code
[   27.883984] ath: doing EEPROM country->regdmn map search
[   27.883986] ath: country maps to regdmn code: 0x10
[   27.883988] ath: Country alpha2 being used: MX
[   27.883989] ath: Regpair used: 0x10
[   27.883991] ath: regdomain 0x81e4 dynamically updated by country IE
[   27.884494] wlp2s0: Limiting TX power to 23 dBm as advertised by b0:aa:77:c4:b1:00

I look forward for some help, thanks in advance.
I would exchange everything I know in exchange for half of what I don't.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: The Atheros Weak Antenna

#2 Post by Head_on_a_Stick »

Check the output of:

Code: Select all

/sbin/iwconfig
https://packages.debian.org/jessie/wireless-tools

If "Power Management" is on then on can try disabling it with:

Code: Select all

# iw dev wlan0 set power_save off
https://packages.debian.org/jessie/iw

Should that help, you can make a udev rule to set that automatically on bootup:

Code: Select all

# /etc/udev/rules.d/70-wifi-powersave.rules
ACTION=="add", SUBSYSTEM=="net", KERNEL=="wlan*", RUN+="/sbin/iw dev %k set power_save off"
If that doesn't help try switching to software-based encryption by creating a file at /etc/modprobe.d/atheros.conf (as root!) with this content:

Code: Select all

options ath9k nohwcrypt=1
Reboot to test this, delete the file if it doesn't work.
deadbang

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: The Atheros Weak Antenna

#3 Post by VentGrey »

Tried the above solution, power management was off by default and i noticed that the atheros.conf file was named ath9.conf file but nothing changed atm.
I would exchange everything I know in exchange for half of what I don't.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: The Atheros Weak Antenna

#4 Post by Head_on_a_Stick »

Bugger :(

Well, it looks like my advice was rubbish then, sorry.

The Atheros cards I have tried have been good but I suppose that does not constitute evidence.
deadbang

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: The Atheros Weak Antenna

#5 Post by VentGrey »

I saw something about a "txpower" thing, is it safe to use?
I would exchange everything I know in exchange for half of what I don't.

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: The Atheros Weak Antenna

#6 Post by VentGrey »

bump? (hope it works)
I would exchange everything I know in exchange for half of what I don't.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: The Atheros Weak Antenna

#7 Post by Head_on_a_Stick »

Sorry, I'm not sure what you mean.

Probably faster to "suck it & see" than to await a response from somebody who does ;)
deadbang

User avatar
VentGrey
Posts: 171
Joined: 2016-04-26 23:57
Location: Guanajuato México

Re: The Atheros Weak Antenna

#8 Post by VentGrey »

Now im on a dilemma, return to horrible support but good wifi reception or get with open support but horrible reception.
I would exchange everything I know in exchange for half of what I don't.

Post Reply