Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Qualcomm Atheros QCA9565/AR9565 rfkill issue
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
tberger2
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2013
Posts: 83

PostPosted: Fri Oct 12, 2018 8:15 am    Post subject: [SOLVED] Qualcomm Atheros QCA9565/AR9565 rfkill issue Reply with quote

Hi,
Code:
rfkill

gives
Code:
rfkill: /dev/rfkill kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
rfkill: /dev/rfkill konnte nicht gelesen werden: Ungültiger Dateideskriptor

which propably means
Code:
Can't open RFKILL control device: No such file or directory

any ideas why?
Code:
lspci
02:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)

dmesg | grep -i -E 'xx:xx.x|wlan|iwl|80211'
[    8.623246] ath: phy0: Set BT/WLAN RX diversity capability
[    8.674067] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.676389] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffc90000980000, irq=1

dmesg | grep ath
[    8.623244] ath: phy0: WB335 2-ANT card detected
[    8.623246] ath: phy0: Set BT/WLAN RX diversity capability
[    8.642096] ath: phy0: Enable LNA combining
[    8.663516] ath: phy0: ASPM enabled: 0x42
[    8.663519] ath: EEPROM regdomain: 0x65
[    8.663520] ath: EEPROM indicates we should expect a direct regpair map
[    8.663523] ath: Country alpha2 being used: 00
[    8.663524] ath: Regpair used: 0x65

lsmod
Module                  Size  Used by
rtsx_usb_sdmmc         24576  0
mmc_core              122880  1 rtsx_usb_sdmmc
pcspkr                 16384  0
ath9k                 110592  0
ath9k_common           20480  1 ath9k
ath9k_hw              446464  2 ath9k_common,ath9k
ath                    32768  3 ath9k_common,ath9k,ath9k_hw


Thanx in advance!


Last edited by tberger2 on Fri Oct 12, 2018 8:43 am; edited 1 time in total
Back to top
View user's profile Send private message
khayyam
Watchman
Watchman


Joined: 07 Jun 2012
Posts: 6227
Location: Room 101

PostPosted: Fri Oct 12, 2018 8:28 am    Post subject: Re: Qualcomm Atheros QCA9565/AR9565 rfkill issue Reply with quote

tberger2 wrote:
Code:
rfkill: /dev/rfkill kann nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
rfkill: /dev/rfkill konnte nicht gelesen werden: Ungültiger Dateideskriptor

which propably means "Can't open RFKILL control device: No such file or directory"[/code]

tberger2 ... you'd get that in english if using 'LANG=C rfkill'.

tberger2 wrote:
any ideas why?

You're missing CONFIG_RFKILL I expect

Code:
# grep RFKILL /usr/src/linux/.config
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set

best ... khay
Back to top
View user's profile Send private message
tberger2
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2013
Posts: 83

PostPosted: Fri Oct 12, 2018 8:43 am    Post subject: Reply with quote

Exactly! Thank you very much!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum