Project

General

Profile

(View Message) ยป command_outputs.txt

useresu, 2020-07-01 07:07 PM

 
1
$ lsusb | grep -i atheros
2
Bus 001 Device 007: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
3

    
4
$ lsmod | grep ath
5
ath9k_htc              98304  0
6
ath9k_common           40960  1 ath9k_htc
7
ath9k_hw              520192  2 ath9k_htc,ath9k_common
8
ath                    36864  3 ath9k_htc,ath9k_common,ath9k_hw
9
mac80211             1040384  2 ath9k_htc,ath9k_hw
10
cfg80211              897024  5 ath9k_htc,rndis_wlan,ath9k_common,ath,mac80211
11

    
12
$ dmesg | grep usbcore
13
[    0.283931] usbcore: registered new interface driver usbfs
14
[    0.283931] usbcore: registered new interface driver hub
15
[    0.283931] usbcore: registered new device driver usb
16
[    0.496156] usbcore: registered new interface driver usbserial_generic
17
[    1.572249] usbcore: registered new interface driver usb-storage
18
[    1.582610] usbcore: registered new interface driver uas
19
[    1.837501] usbcore: registered new interface driver usbhid
20
[    2.361923] usbcore: registered new device driver usbip-host
21
[   40.150903] usbcore: registered new interface driver cdc_acm
22
[   46.238860] usbcore: registered new interface driver cdc_ether
23
[   46.243165] usbcore: registered new interface driver rndis_host
24
[   46.252903] usbcore: registered new interface driver rndis_wlan
25
[  276.169716] usbcore: registered new interface driver ath9k_htc
26

    
27
$ dmesg | grep firmware
28
[    7.527730] 0000:02:00.0: Missing Free firmware (non-Free firmware loading is disabled)
29
[    7.528504] r8169 0000:02:00.0: Unable to load firmware /*(DEBLOBBED)*/ (-2)
30
[   46.231133] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
31

    
32
$ dmesg | grep ath
33
[  276.169607] usb 1-5: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
34
[  276.169716] usbcore: registered new interface driver ath9k_htc
35
[  276.451318] usb 1-5: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
36
[  276.703155] ath9k_htc 1-5:1.0: ath9k_htc: HTC initialized with 33 credits
37
[  339.486448] ath9k: ath9k: Driver unloaded
38
[  369.816874] ath9k_htc: Failed to initialize the device
39
[  369.816966] usb 1-5: ath9k_htc: USB layer deinitialized
40

    
    (1-1/1)