Problemas Rede Wireless

13. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 13/05/2016 - 16:04h

luiztux escreveu:

Na saída do seu comando lshw eu não vi informação de driver. Rode de novo:

sudo modprobe -v ath10k_pci 


Depois:

sudo ip link set wlan0 up 


...ou com o ifconfig

sudo ifconfig wlan0 up 


-----------------------------------''----------------------------------

"If it moves, compile it."


Olá luiztux, seguem as saídas:


$ sudo modprobe -v ath10k_pci
insmod /lib/modules/3.19.0-32-generic/kernel/net/wireless/cfg80211.ko
insmod /lib/modules/3.19.0-32-generic/kernel/net/mac80211/mac80211.ko
insmod /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/ath/ath.ko
insmod /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/ath/ath10k/ath10k_core.ko
insmod /lib/modules/3.19.0-32-generic/kernel/drivers/net/wireless/ath/ath10k/ath10k_pci.ko



$ sudo ip link set wlan0 up
Cannot find device "wlan0"



$ sudo ifconfig wlan0 up
wlan0: ERROR while getting interface flags: No such device


Obrigado!


  


14. Re: Problemas Rede Wireless

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 13/05/2016 - 16:10h

Ok, esta não é tua interface Wireless, pelo menos ainda não.

Dê uma olhada no diretório /sys/class/net para saber se há alguma outra interface de rede.

Em paralelo, cheque o dmesg novamente para saber se tem alguma informação sobre o módulo ath10k_pci. Rode o lshw ou o lspci -v para saber se o Kernel alocou o módulo correto para tua placa de rede. Se não, podemos tentar com o ath10k. Não rode o mintwifi..ou seja lá que nome tenha..rsrsr

-----------------------------------''----------------------------------

"If it moves, compile it."


15. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 13/05/2016 - 16:20h

luiztux escreveu:

Ok, esta não é tua interface Wireless, pelo menos ainda não.

Dê uma olhada no diretório /sys/class/net para saber se há alguma outra interface de rede.

Em paralelo, cheque o dmesg novamente para saber se tem alguma informação sobre o módulo ath10k_pci. Rode o lshw ou o lspci -v para saber se o Kernel alocou o módulo correto para tua placa de rede. Se não, podemos tentar com o ath10k. Não rode o mintwifi..ou seja lá que nome tenha..rsrsr

-----------------------------------''----------------------------------

"If it moves, compile it."


Luiztx, no diretório /sys/class/net existem apenas as pastas eth0 e lo.


$ dmesg | grep ath10k_pci
$ dmesg | grep ath10k


Ambos os comandos não forneceram qualquer saida. A saida do lshw foi a seguinte:


$ sudo lshw -C network
*-network UNCLAIMED
description: Network controller
product: Qualcomm Atheros
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: 32
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:d5000000-d51fffff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 07
serial: f4:8e:38:e1:f9:a2
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.0.47 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:124 ioport:d000(size=256) memory:d5204000-d5204fff memory:d5200000-d5203fff


Obrigado!


16. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 13/05/2016 - 23:50h

É meus amigos, passei o dia praticamente inteiro tentando resolver este problema chato e até agora nada.

Segui as dicas do @luiztux e do @clodoaldops, mas ainda sem sucesso. Decidi formatar a máquina e novamente instalar o SO. Amanhã vou tentar começar do zero, mas acredito que a primeira questão a ser resolvida é a seguinte:

$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Nenhum dispositivo de wireless está sendo reconhecido pelo sistema.

Fico no aguardo por mais dicas! Espero que amanhã seja um dia de mais sorte!

Abraços e um bom fim de semana a todos!


17. Mesmo problema

diego joao sanches
diegojsanches

(usa Ubuntu)

Enviado em 14/05/2016 - 01:23h

Estou com o mesmo problema, fiz tds os passos dados aqui, mas diferente do resultado que postara, no meu ele ja esta com a placa instalada, mas o ubuntu diz q o dispositivo n esta pronto, segue algum dos retornos


$ dmesg | grep ath10k
[ 2.940243] ath10k_pci 0000:02:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 3.178009] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 3.180766] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[ 3.180769] ath10k_pci 0000:02:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[ 3.306608] ath10k_pci 0000:02:00.0: failed to fetch board data for ath10k/QCA6174/hw3.0 from bus=pci,vendor=168c,device=003e,subsystem-vendor=1028,subsystem-device=0310/board-2.bin
[ 5.471760] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 4 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 5.471763] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 8.470080] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 8.549059] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 13.857642] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 19.857113] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 25.260632] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 31.260100] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 36.607600] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 42.607026] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 58.074158] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 64.053594] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 69.400811] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 75.395856] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 91.012517] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 97.011482] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 102.414845] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 108.414073] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 113.769253] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 119.768667] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 125.120094] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 131.119421] ath10k_pci 0000:02:00.0: could not suspend target (-11)

$ sudo lshw -C network
*-network DESABILITADO
descrição: Interface sem fio
produto: QCA6174 802.11ac Wireless Network Adapter
fabricante: Qualcomm Atheros
ID físico: 0
informações do barramento: pci@0000:02:00.0
nome lógico: wlp2s0
versão: 32
serial: 3c:77:e6:d4:7e:69
largura: 64 bits
clock: 33MHz
capacidades: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuração: broadcast=yes driver=ath10k_pci driverversion=4.4.0-22-generic firmware=WLAN.RM.2.0-00180-QCARMSWPZ-1 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
recursos: irq:280 memória:d5000000-d51fffff
*-network
descrição: Ethernet interface
produto: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
fabricante: Realtek Semiconductor Co., Ltd.
ID físico: 0
informações do barramento: pci@0000:03:00.0
nome lógico: enp3s0
versão: 07
serial: f4:8e:38:e2:48:71
tamanho: 100Mbit/s
capacidade: 100Mbit/s
largura: 64 bits
clock: 33MHz
capacidades: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuração: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8106e-1_0.0.1 06/29/12 ip=192.168.1.102 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
recursos: irq:276 porta de E/S:d000(tamanho=256) memória:d5204000-d5204fff memória:d5200000-d5203fff

$ iwconfig
enp3s0 no wireless extensions.

wlp2s0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:on

lo no wireless extensions.

$ ifconfig
enp3s0 Link encap:Ethernet Endereço de HW f4:8e:38:e2:48:71
inet end.: 192.168.1.102 Bcast:192.168.1.255 Masc:255.255.255.0
endereço inet6: fe80::d166:96dc:84f9:daa0/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:4059 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:2397 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:4185745 (4.1 MB) TX bytes:392391 (392.3 KB)

lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:65536 Métrica:1
pacotes RX:303 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:303 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1
RX bytes:23955 (23.9 KB) TX bytes:23955 (23.9 KB)

$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether f4:8e:38:e2:48:71 brd ff:ff:ff:ff:ff:ff
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DORMANT group default qlen 1000
link/ether 3c:77:e6:d4:7e:69 brd ff:ff:ff:ff:ff:ff

$ iwlist wlp2s0 scan
wlp2s0 Failed to read scan data : Network is down


O q posso fazer? ja formatei tres vezes e segui varios tutoriais mais nada valido



18. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 14/05/2016 - 11:41h

luiztux escreveu:

Maravilha você ter passado tantas informações...

Tinha um cara com o mesmo problema e mesma placa de rede e mesma marca de PC/Note... que coisa.

Vamos lá.

Baixe o arquivo deste link: https://github.com/kvalo/ath10k-firmware/tree/master/QCA6174/hw3.0

Copie os arquivos para o diretório: /lib/firmware/ath10k/QCA6174/hw3.0/

Feito isto, rode:

sudo modprobe -rv ath10k_pci 


Depois...

sudo modprobe -v ath10k_pci 


Espero que com isto funcione. Se não funcionar, ou aparecer qualquer mensagem de erro, poste tudo aqui.

-----------------------------------''----------------------------------

"If it moves, compile it."


Bom dia pessoal!

Eu obtive alguns avanços por aqui, mas ainda não resolvi o problema. Como havia dito, formatei a máquina e instalei o SO novamente. Feito isso, segui novamente os passos sugeridos pelo @luiztux e instalei o kernel 4.2.0.27 e agora o sistema reconhece o dispositivo:
$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

$ iwconfig
eth0 no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off

lo no wireless extensions.

$ ifconfig -a
eth0 Link encap:Ethernet HWaddr f4:8e:38:e1:f9:a2
inet addr:192.168.0.47 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::f68e:38ff:fee1:f9a2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10485 errors:0 dropped:0 overruns:0 frame:0
TX packets:6868 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11598357 (11.5 MB) TX bytes:769669 (769.6 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:623 errors:0 dropped:0 overruns:0 frame:0
TX packets:623 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:91347 (91.3 KB) TX bytes:91347 (91.3 KB)

wlan0 Link encap:Ethernet HWaddr 3c:77:e6:d4:9d:af
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Rodei os seguintes comandos, como @luiztux havia sugerido:

$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether f4:8e:38:e1:f9:a2 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 3c:77:e6:d4:9d:af brd ff:ff:ff:ff:ff:ff

$ sudo ethtool -i wlan0
driver: ath10k_pci
version: 4.2.0-27-generic
firmware-version: WLAN.RM.2.0-00180-QCARMSWPZ-1
bus-info: 0000:02:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

No entanto, ainda não consigo conectar e não consigo ver as redes disponíveis. Na aba de conexão diz que o "dispositivo não está pronto". Além disso:
$ iwlist wlan0 scan
wlan0 Failed to read scan data : Network is down

$ sudo ifconfig wlan0 up
[sudo] password for wesley:
SIOCSIFFLAGS: Input/output error

E agora meus amigos, o que fazer agora?
Abraços!


19. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 14/05/2016 - 14:09h

Constatação: quando eu reinicio a máquina, volta o problema antigo de não reconhecer a wlan0. Repetindo o procedimento sugerido pelo @luiztux, o sistema volta a reconhecer o dispositivo. Logo tenho outro problema: tornar isso automático na hora de dar boot.

Abraços!


20. Re: Problemas Rede Wireless

Luiz Santos
luiztux

(usa Gentoo)

Enviado em 14/05/2016 - 18:32h

wesbertoli escreveu:

Constatação: quando eu reinicio a máquina, volta o problema antigo de não reconhecer a wlan0. Repetindo o procedimento sugerido pelo @luiztux, o sistema volta a reconhecer o dispositivo. Logo tenho outro problema: tornar isso automático na hora de dar boot.

Abraços!


Isto acontece porque o Kernel aloca outro módulo/driver para tua placa. Há formas de tornar o novo módulo persistente.

Reinicie o sistema e rode o comando:

sudo lspci -v 


Salve a saída em algum arquivo.

Aí você faz o mesmo procedimento do modprobe. Depois, rode o mesmo comando acima. Poste aqui a saída de ambos, mas apenas a parte do "Network". Ok?



-----------------------------------''----------------------------------

"If it moves, compile it."


21. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 15/05/2016 - 10:49h

luiztux escreveu:

wesbertoli escreveu:

Constatação: quando eu reinicio a máquina, volta o problema antigo de não reconhecer a wlan0. Repetindo o procedimento sugerido pelo @luiztux, o sistema volta a reconhecer o dispositivo. Logo tenho outro problema: tornar isso automático na hora de dar boot.

Abraços!


Isto acontece porque o Kernel aloca outro módulo/driver para tua placa. Há formas de tornar o novo módulo persistente.

Reinicie o sistema e rode o comando:

sudo lspci -v 


Salve a saída em algum arquivo.

Aí você faz o mesmo procedimento do modprobe. Depois, rode o mesmo comando acima. Poste aqui a saída de ambos, mas apenas a parte do "Network". Ok?



-----------------------------------''----------------------------------

"If it moves, compile it."


Obrigado pela dica, @luiztux. Pelo visto esse meu computador é meio doido. Hoje quando iniciei o sistema ele já reconheceu automaticamente o dispositivo. Reiniciei a máquina algumas vezes para me certificar de que isso sempre iria ocorrer e, até agora, tem dado certo. Eu instalei o último kernel disponível, o 4.4.0-22.

Bom, mas voltando ao problema principal, na aba de conexão a mensagem permanece: "device not ready". Rodei o comando sugerido pelo @luiztux e a saída referente ao "network" foi a seguinte:

02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
Subsystem: Dell Device 0310
Flags: bus master, fast devsel, latency 0, IRQ 279
Memory at d5000000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=8/8 Maskable+ 64bit-
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
Capabilities: [178] Latency Tolerance Reporting
Capabilities: [180] L1 PM Substates
Kernel driver in use: ath10k_pci


E então? Ainda existe chance de salvação? hahaha

Abraços e um bom domingo a todos.


22. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 16/05/2016 - 08:17h

Olá, bom dia a todos.

Havia esquecido de postar a saída do comando dmesg. Segue.

$ dmesg | grep ath10k
[ 13.605108] ath10k_pci 0000:02:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 14.210810] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 14.319830] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[ 14.319834] ath10k_pci 0000:02:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[ 14.705168] ath10k_pci 0000:02:00.0: failed to fetch board data for ath10k/QCA6174/hw3.0 from bus=pci,vendor=168c,device=003e,subsystem-vendor=1028,subsystem-device=0310/board-2.bin
[ 16.884645] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 4 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 16.884648] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 19.882110] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 25.349609] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 31.349078] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 36.944580] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 42.943986] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 48.291570] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 54.290955] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 60.650486] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 66.649966] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 71.997484] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 77.996941] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 83.496444] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 89.495907] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 94.843483] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 100.842880] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 106.218475] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 112.217961] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 117.565512] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 123.564956] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 128.916504] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 134.915962] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 140.263440] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 146.262947] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 151.614464] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 157.613941] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 162.961470] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 168.960926] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 174.312447] ath10k_pci 0000:02:00.0: failed to set tx-chainmask: -11, req 0x3
[ 177.312193] ath10k_pci 0000:02:00.0: failed to set arp ac override parameter: -11
[ 183.311564] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 188.659191] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 194.658692] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 200.010146] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 206.009603] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 211.357161] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 217.356632] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 222.708118] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 228.707609] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 234.055123] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 240.054614] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 245.406133] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 251.405623] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 256.753129] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 262.752597] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 268.104124] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11


Abraços.


23. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 16/05/2016 - 10:01h

Eu baixei o arquivo master.zip que continha a pasta QCA6174 da Qualcomm Atheros. Removi a pasta antiga e coloquei a pasta nova no diretório /lib/firmware/ath10k/. Notei que quando rodava o comando dmesg | grep ath10k, dentre as muitas saídas, uma era referente ao arquivo firmware-5.bin na pasta hw3.0. No entanto, na pasta original do master.zip, o arquivo era nomeado como firmware-4.bin. Sendo assim, renomeei este arquivo e, ao menos esta mensagem não aparece mais ao rodar o comando.

Ao reiniciar a máquina, algumas vezes ela não oferece a mensagem "device not ready". Houve até um momento em que reiniciei o sistema e ele reconheu uma rede, a do meu vizinho de baixo. Mas isso não durou muito, pois quando voltei a reiniciar o computador, a mensagem de "device not ready" estava lá novamente...

Esse está sendo um problema bastante difícil de resolver. :(

Abraços.


24. Re: Problemas Rede Wireless

Wesley Bertoli da Silva
wesbertoli

(usa Linux Mint)

Enviado em 16/05/2016 - 10:22h

A saida mais recente para o comando dmesg foi a seguinte:

[code]$ dmesg | grep ath10k
[ 550.385195] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 550.385196] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 553.685866] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 553.779860] ath10k_pci 0000:02:00.0: firmware crashed! (uuid e3b2e354-cc32-4666-85f7-ce9bff57bdbc)
[ 553.779864] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 553.779865] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 553.779868] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 553.779887] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 553.779888] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 554.167845] ath10k_warn: 158 callbacks suppressed
[ 554.167849] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.199168] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.230501] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.261814] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.293149] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.324460] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.355792] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.387105] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.418438] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 554.449771] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 557.081957] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 557.176144] ath10k_pci 0000:02:00.0: firmware crashed! (uuid c1775356-5ace-46b3-ae62-bc7fa9d9f076)
[ 557.176149] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 557.176150] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 557.176170] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 557.176172] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 557.176174] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 559.225414] ath10k_warn: 155 callbacks suppressed
[ 559.225418] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.256844] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.288261] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.319674] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.351054] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.382469] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.413891] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.445275] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.476690] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 559.508069] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 560.482141] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 560.576318] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 77b8d55a-641e-407e-b7d0-535a2101a752)
[ 560.576322] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 560.576323] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 560.576326] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 560.576328] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 560.576330] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 563.880734] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 563.974854] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 37148782-d324-4894-81aa-8825bfb8e1ce)
[ 563.974859] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 563.974861] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 563.974864] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 563.974866] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 563.974867] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 564.268856] ath10k_warn: 159 callbacks suppressed
[ 564.268860] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.300192] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.331556] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.362881] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.394245] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.425556] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.456887] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.488297] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.519681] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 564.551075] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 567.281856] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 567.375994] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 7ecc3078-cc08-4a28-ad07-62312fac7e7b)
[ 567.375998] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 567.375999] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 567.376003] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 567.376005] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 567.376023] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 569.328581] ath10k_warn: 154 callbacks suppressed
[ 569.328586] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.359899] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.391275] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.422669] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.454068] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.485442] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.516889] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.548225] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.579647] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 569.611031] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 570.678136] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 570.772339] ath10k_pci 0000:02:00.0: firmware crashed! (uuid aeac489e-2ab5-464c-a370-75ef0ac668ba)
[ 570.772344] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 570.772346] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 570.772353] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 570.772355] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 570.772356] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 574.077682] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 574.171675] ath10k_pci 0000:02:00.0: firmware crashed! (uuid d0b66a0c-0373-4ebb-9bf7-ccab9232fcf9)
[ 574.171679] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 574.171681] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 574.171684] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 574.171686] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 574.171704] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 574.370062] ath10k_warn: 158 callbacks suppressed
[ 574.370067] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.401377] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.432698] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.464015] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.495351] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.526663] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.558002] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.589343] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.620681] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 574.651995] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 577.472769] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 577.566964] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 0e39e0dc-2335-4731-a5c6-71dd0ebe7eeb)
[ 577.566986] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 577.566988] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 577.566991] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 577.566994] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 577.566995] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 579.425885] ath10k_warn: 155 callbacks suppressed
[ 579.425889] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.457384] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.488710] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.520081] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.551424] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.582764] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.614114] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.645441] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.676764] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 579.708113] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 580.867440] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 580.961446] ath10k_pci 0000:02:00.0: firmware crashed! (uuid c2e743e5-5985-4907-9458-fef8fe99c1a0)
[ 580.961450] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 580.961451] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 580.961454] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 580.961456] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 580.961458] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 584.266487] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 584.360693] ath10k_pci 0000:02:00.0: firmware crashed! (uuid ece4b0ff-b619-447d-a00f-368b5c1081dc)
[ 584.360698] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 584.360700] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 584.360702] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 584.360704] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 584.360705] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 584.477730] ath10k_warn: 159 callbacks suppressed
[ 584.477734] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffffffe at 0x00080008: -110
[ 584.529728] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.561046] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.592419] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.623731] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.655065] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.686405] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.717777] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.749176] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 584.780556] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 587.663963] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 587.758158] ath10k_pci 0000:02:00.0: firmware crashed! (uuid d8ff5cbc-a862-4814-ab39-ce4acdf0d443)
[ 587.758162] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 587.758164] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 587.758167] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 587.758168] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 587.758169] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 589.556375] ath10k_warn: 155 callbacks suppressed
[ 589.556380] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.587813] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.619232] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.650623] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.682038] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.713433] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.744817] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.776191] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.807599] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 589.838973] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 591.062520] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 591.156647] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 35661c79-0ee1-4dc1-b8e9-d9476c8ad6fc)
[ 591.156653] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 591.156654] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 591.156657] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 591.156659] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 591.156660] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 594.463964] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 594.558223] ath10k_pci 0000:02:00.0: firmware crashed! (uuid fb61b676-fa3b-4bad-9bbd-3e13438cdca7)
[ 594.558228] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 594.558229] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 594.558232] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 594.558251] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 594.558252] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 594.589817] ath10k_warn: 159 callbacks suppressed
[ 594.589819] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x00080008: -110
[ 594.621189] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xffffffff at 0x00080008: -110
[ 594.672759] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffffffe at 0x00080008: -110
[ 594.724754] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.756071] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.787409] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.818721] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.850045] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.881353] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 594.912674] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 597.858617] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 597.952771] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 16775e5f-cf36-4973-bfdb-b616a7bbbd22)
[ 597.952776] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 597.952777] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 597.952780] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 597.952782] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 597.952783] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 599.623670] ath10k_warn: 153 callbacks suppressed
[ 599.623674] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.654985] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.686387] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.717781] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.749166] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.780538] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.811960] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.843359] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.874779] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 599.906134] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 601.255233] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 601.349403] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 43394b9c-2406-4540-9568-c7940b1f0d5b)
[ 601.349407] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 601.349409] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 601.349412] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 601.349413] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 601.349415] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 604.652776] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 604.684150] ath10k_warn: 156 callbacks suppressed
[ 604.684153] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 604.684155] ath10k_pci 0000:02:00.0: firmware crashed during chip reset
[ 604.715599] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 604.746994] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffffffe at 0x0003a028: -110
[ 604.746997] ath10k_pci 0000:02:00.0: firmware crashed! (uuid c6c864b4-0ef5-496f-b6d6-e094d1ab6d80)
[ 604.747002] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 604.747004] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 604.747007] ath10k_pci 0000:02:00.0: failed to read diag value at 0x400804: -28
[ 604.747009] ath10k_pci 0000:02:00.0: failed to get memcpy hi address for firmware address 4: -28
[ 604.747010] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 604.747029] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 604.747030] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 604.747034] ath10k_pci 0000:02:00.0: cannot restart a device that hasn't been started
[ 604.779100] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x00080008: -110
[ 604.810453] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xffffffff at 0x00080008: -110
[ 604.863799] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffffffe at 0x00080008: -110
[ 608.050721] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 608.144968] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 7bfed319-cc34-4bae-8b7b-ae0c179c6658)
[ 608.144972] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 608.144973] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 608.144976] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 608.144978] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 608.144979] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 609.689454] ath10k_warn: 156 callbacks suppressed
[ 609.689458] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.720810] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.752159] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.783489] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.814820] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.846138] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.877464] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.908792] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.940121] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 609.971452] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 611.444006] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 611.538052] ath10k_pci 0000:02:00.0: firmware crashed! (uuid e737ac66-36eb-4e64-8469-e713221443fb)
[ 611.538056] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 611.538057] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 611.538060] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 611.538062] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 611.538063] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 614.744756] ath10k_warn: 155 callbacks suppressed
[ 614.744760] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x0007fc00 at 0x0003a014: -110
[ 614.776092] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a008: -110
[ 614.807439] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a000: -110
[ 614.838750] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffff7ff at 0x0003a000: -110
[ 614.838752] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 614.838754] ath10k_pci 0000:02:00.0: failed to wait for target after cold reset: -5
[ 614.870106] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 614.870107] ath10k_pci 0000:02:00.0: firmware crashed during chip reset
[ 614.901484] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 614.932823] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffffffe at 0x0003a028: -110
[ 614.932826] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 92344cb8-ac7f-4ba0-bab3-6ae9567f0af6)
[ 614.932831] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 614.932833] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 614.932835] ath10k_pci 0000:02:00.0: failed to read diag value at 0x400804: -28
[ 614.932836] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 614.932838] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 614.932839] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 618.236827] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 618.330983] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 16c61be5-b64b-4741-87ea-60127c0d80b9)
[ 618.330988] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 618.330989] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 618.330993] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 618.330995] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 618.330996] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 619.783665] ath10k_warn: 158 callbacks suppressed
[ 619.783668] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.815062] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.846471] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.877846] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.909237] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.940609] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 619.972037] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 620.003445] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 620.034860] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 620.066244] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 621.635338] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 621.729455] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 0b492a32-1d60-4420-bfe9-74312436a94c)
[ 621.729460] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 621.729462] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 621.729465] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 621.729467] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 621.729468] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 624.842123] ath10k_warn: 155 callbacks suppressed
[ 624.842129] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 624.873516] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 624.904847] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x00000000 at 0x0003a008: -110
[ 624.936160] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x0007fc00 at 0x0003a014: -110
[ 624.967512] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a008: -110
[ 624.998861] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a000: -110
[ 625.030189] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffff7ff at 0x0003a000: -110
[ 625.030190] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 625.030192] ath10k_pci 0000:02:00.0: failed to wait for target after cold reset: -5
[ 625.061506] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 625.061508] ath10k_pci 0000:02:00.0: firmware crashed during chip reset
[ 625.124150] ath10k_pci 0000:02:00.0: firmware crashed! (uuid dc5b0e23-c3ee-43cf-86d0-a6884ef857c8)
[ 625.124155] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 625.124157] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 625.124160] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 625.124162] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 625.124163] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 628.430485] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 628.524648] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 7dfc6b40-7a1f-48a4-a8ca-0832708672ee)
[ 628.524653] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 628.524654] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 628.524657] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 628.524659] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 628.524660] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 629.883644] ath10k_warn: 158 callbacks suppressed
[ 629.883649] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 629.914962] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 629.946392] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 629.977755] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.009221] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.040604] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.072003] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.103399] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.134847] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 630.166203] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 631.829264] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 631.923382] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 64c0f881-3570-4d73-9b54-5699115b777d)
[ 631.923386] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 631.923388] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 631.923391] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 631.923393] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 631.923394] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 634.944484] ath10k_warn: 155 callbacks suppressed
[ 634.944488] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 634.975818] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 635.007140] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 635.038459] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 635.069796] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 635.101115] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x00000000 at 0x0003a008: -110
[ 635.132442] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x0007fc00 at 0x0003a014: -110
[ 635.163771] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a008: -110
[ 635.195104] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a000: -110
[ 635.226444] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0xfffff7ff at 0x0003a000: -110
[ 635.226446] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 635.320439] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 700742c4-b668-4ca0-9ef0-872805288ee6)
[ 635.320443] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 635.320444] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 635.320447] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 635.320449] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 635.320450] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 638.624316] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 638.718493] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 4305f844-ddb1-46df-9457-5589906dd1ae)
[ 638.718499] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 638.718500] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 638.718503] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 638.718505] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 638.718507] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 639.984707] ath10k_warn: 158 callbacks suppressed
[ 639.984711] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.016043] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.047367] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.078704] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.110039] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.141367] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.172695] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.204062] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.235429] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 640.266757] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 642.021732] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 642.115724] ath10k_pci 0000:02:00.0: firmware crashed! (uuid eab73ef7-94ad-46a1-9e59-8a7350ed49c1)
[ 642.115729] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 642.115730] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 642.115733] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 642.115735] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 642.115736] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 645.041654] ath10k_warn: 155 callbacks suppressed
[ 645.041658] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.072982] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.104301] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.135617] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.166930] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.198240] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.229553] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.260870] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 645.292183] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x00000000 at 0x0003a008: -110
[ 645.323494] ath10k_pci 0000:02:00.0: failed to wake target for write32 of 0x0007fc00 at 0x0003a014: -110
[ 645.417432] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 645.511411] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 88201564-4ff3-4508-bcde-227865108aaf)
[ 645.511415] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 645.511417] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 645.511420] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 645.511439] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 645.511440] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 648.815650] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 648.909861] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 983a7a60-e55b-4359-8f32-feb795dcfc8d)
[ 648.909865] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 648.909866] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 648.909869] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 648.909871] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 648.909873] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 650.082617] ath10k_warn: 158 callbacks suppressed
[ 650.082622] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.114085] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.145478] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.176854] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.208249] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.239653] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.271054] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.302451] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.333855] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 650.365243] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 652.217675] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 652.311756] ath10k_pci 0000:02:00.0: firmware crashed! (uuid feb31405-da9a-4b30-a865-2e870712684e)
[ 652.311760] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 652.311762] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 652.311765] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 652.311767] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 652.311768] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 655.142539] ath10k_warn: 155 callbacks suppressed
[ 655.142560] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.173937] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.205292] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.236645] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.267969] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.299295] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.330631] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.361969] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.393338] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.424662] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 655.612680] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 655.706669] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 44bfd7ee-9655-4e44-b1ec-c3be3812da95)
[ 655.706673] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 655.706674] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 655.706698] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 655.706701] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 655.706702] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 659.012342] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 659.106514] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 2ba9d8cf-2ee9-41a9-b52d-ce87e293711a)
[ 659.106519] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 659.106520] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 659.106523] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 659.106525] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 659.106544] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 660.183163] ath10k_warn: 158 callbacks suppressed
[ 660.183167] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.214504] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.245885] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.277213] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.308546] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.339869] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.371200] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.402527] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.433860] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 660.465200] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 662.407861] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 662.501866] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 04a8ed0f-ff4d-4077-8ee0-47fe130dbf3c)
[ 662.501871] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 662.501872] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 662.501875] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 662.501877] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 662.501896] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 665.239489] ath10k_warn: 155 callbacks suppressed
[ 665.239493] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.270834] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.302165] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.333500] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.364832] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.396196] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.427547] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.458872] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.490207] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.521532] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 665.803980] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 665.898239] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 6fb7946e-8846-4458-858e-830038480c69)
[ 665.898243] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 665.898245] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 665.898248] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 665.898266] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 665.898267] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 669.202138] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 669.296108] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 8d678e52-5465-4c50-94ce-3bfe8a2c2479)
[ 669.296114] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 669.296116] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 669.296119] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 669.296122] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 669.296124] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 670.280158] ath10k_warn: 159 callbacks suppressed
[ 670.280163] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.311478] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.342796] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.374108] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.405421] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.436733] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.468053] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.499365] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.530678] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 670.561994] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 672.599935] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 672.693990] ath10k_pci 0000:02:00.0: firmware crashed! (uuid b112aa65-9c4b-40d4-b70a-eb63433c651a)
[ 672.693998] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 672.694000] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 672.694003] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 672.694005] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 672.694007] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 675.341698] ath10k_warn: 155 callbacks suppressed
[ 675.341702] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.373167] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.404579] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.435948] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.467357] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.498739] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.530165] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.561566] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.592953] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 675.624422] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 676.001182] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 676.095360] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 8ea2276c-b3b5-42a2-816e-aabb2bd27fed)
[ 676.095367] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 676.095369] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 676.095373] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 676.095376] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 676.095377] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 679.399548] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 679.493684] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 3ef8cb29-a411-4acd-be8d-dc75bd7e3dbd)
[ 679.493690] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 679.493691] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 679.493695] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 679.493697] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 679.493698] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 680.381568] ath10k_warn: 158 callbacks suppressed
[ 680.381576] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.412901] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.444234] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.475578] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.506939] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.538273] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.569609] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.600947] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.632290] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 680.663626] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 682.796648] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 682.890790] ath10k_pci 0000:02:00.0: firmware crashed! (uuid b0b46f19-4163-48e8-ba8f-640921f3f51a)
[ 682.890802] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 682.890805] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 682.890817] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 682.890821] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 682.890824] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 685.441508] ath10k_warn: 155 callbacks suppressed
[ 685.441512] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.472866] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.504231] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.535570] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.566937] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.598275] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.629613] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.660952] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.692279] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 685.723616] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 686.193554] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 686.287540] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 82157e0f-f7ae-4b72-96aa-0b174ac8076e)
[ 686.287544] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 686.287545] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 686.287548] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 686.287568] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 686.287569] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 689.595647] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 689.689836] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 2fdf6f18-c23b-4ad5-8c6c-42213db9bfdd)
[ 689.689841] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 689.689842] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 689.689845] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 689.689864] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 689.689868] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 690.486151] ath10k_warn: 158 callbacks suppressed
[ 690.486155] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.517490] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.548867] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.580222] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.611559] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.642947] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.674345] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.705679] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.737011] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 690.768365] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 692.993326] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 693.087359] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 864ec5f6-e2b0-47c9-86ee-482d33da4e18)
[ 693.087363] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 693.087365] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 693.087367] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 693.087369] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 693.087370] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 695.542833] ath10k_warn: 154 callbacks suppressed
[ 695.542837] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.574151] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.605535] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.636940] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.668329] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.699743] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.731160] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.762586] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.793964] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 695.825406] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 696.390768] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 696.484963] ath10k_pci 0000:02:00.0: firmware crashed! (uuid df624f06-f58e-4940-bb52-260db3cf96ad)
[ 696.484967] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 696.484969] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 696.484972] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 696.484974] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 696.484976] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 699.793927] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 699.888082] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 94a4ddfb-289f-4d7d-aecc-1c20d11e771c)
[ 699.888086] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 699.888088] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 699.888108] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 699.888110] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 699.888111] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 700.591175] ath10k_warn: 158 callbacks suppressed
[ 700.591179] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.622519] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.653889] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.685275] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.716636] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.747957] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.779299] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.810637] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.841993] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 700.873418] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 703.191997] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 703.286063] ath10k_pci 0000:02:00.0: firmware crashed! (uuid fa34101b-4992-428b-a933-32309a416cd1)
[ 703.286068] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 703.286069] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 703.286072] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 703.286074] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 703.286075] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 705.647554] ath10k_warn: 155 callbacks suppressed
[ 705.647558] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.678898] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.710270] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.741592] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.772935] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.804258] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.835595] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.866922] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.898255] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 705.929578] ath10k_pci 0000:02:00.0: failed to wake target for read32 at 0x0003a028: -110
[ 706.588008] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 706.682067] ath10k_pci 0000:02:00.0: firmware crashed! (uuid bffc72c4-fda2-4b0d-9f08-8751484ed438)
[ 706.682071] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 706.682073] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 706.682076] ath10k_pci 0000:02:00.0: failed to read firmware dump area: -28
[ 706.682078] ath10k_pci 0000:02:00.0: failed to reset chip: -5
[ 706.682079] ath10k_pci 0000:02:00.0: Could not init hif: -5
[ 709.988106] ath10k_pci 0000:02:00.0: failed to read device register, device is gone
[ 710.082260] ath10k_pci 0000:02:00.0: firmware crashed! (uuid 19d5cd9e-0480-430c-8f03-bc8c89b3dfe8)
[ 710.082266] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff sub 1028:0310) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 fwapi 5 bdapi 1 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,



  
01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts