Search Linux Wireless

Re: iwlwifi crash with hostapd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On 31.10.2017 20:25, Mario Theodoridis wrote:
Hi James,


On 24.10.2017 23:01, James Cameron wrote:
But it is only a warning.  If connections aren't dying, it may not be
important to you.

Regarding whether wifi hangs, it's usually takes a while to get going and then disappears. Sunday night i ended up rebooting into the 4.4-79 kernel because the 4.13 just got too ridiculous.
I.e. Wlan off, wlan on no longer worked.


Please check you are using the most recent linux-firmware?

Just in case i haven't answered that it's at 1.169


Several methods, though by far the most common seems to be personal
experience with offsets.

When you don't have that personal experience, the methods are;

1.  using GDB against the .o file,

2.  using binutils objdump to disassemble .o file or vmlinuz,

3.  using GCC to generate assembly listings,

See https://wiki.ubuntu.com/Kernel/KernelDebuggingTricks right down
the end of page for the GDB method.

I have gotten around to that part, yet, as i was busy with the
above, but it seems later versions have issues, too.

However, you're still testing old source code.

Several changes made since are worth testing, please either
cherry-pick the patches or test a 4.14 rc kernel, and without
involving dkms or virtualbox.

Or, if new firmware fixes the problem, go with that instead.

I just managed to patch the 5.1.30 dkms package so i wouldn't need to update to virtualbox-5.2.


Here are the results with the 4.14-rc7 kernel.
As last time i appended what fills my syslog now.

Yes, maybe i ought to attach them ;)

--
Mit freundlichen Grüßen/Best regards

Mario Theodoridis
########## wireless info START ##########

Report from: 31 Oct 2017 19:27 CET +0100

Booted last: 31 Oct 2017 00:00 CET +0100

Script from: 25 Mar 2017 07:04 UTC +0000

##### release ###########################

Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.3 LTS
Release:	16.04
Codename:	xenial

##### kernel ############################

Linux 4.14.0-041400rc7-generic #201710292231 SMP Sun Oct 29 22:32:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro

##### desktop ###########################

/usr/share/xsessions/plasma

##### lspci #############################

00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-V [8086:15b8] (rev 31)
	Subsystem: Gigabyte Technology Co., Ltd Ethernet Connection (2) I219-V [1458:e000]
	Kernel driver in use: e1000e

03:00.0 Ethernet controller [0200]: Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] (rev 03)
	Subsystem: Intel Corporation PRO/1000 MT Dual Port Server Adapter [8086:117a]
	Kernel driver in use: e1000

03:00.1 Ethernet controller [0200]: Intel Corporation 82546GB Gigabit Ethernet Controller [8086:1079] (rev 03)
	Subsystem: Intel Corporation PRO/1000 MT Dual Port Server Adapter [8086:117a]
	Kernel driver in use: e1000

03:01.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
	Subsystem: Intel Corporation EtherExpress PRO/100+ Management Adapter [8086:000c]
	Kernel driver in use: e100

07:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4070]
	Kernel driver in use: iwlwifi

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard
Bus 001 Device 002: ID 046d:c06b Logitech, Inc. G700 Wireless Gaming Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

##### lsmod #############################

iwlmvm                368640  0
mac80211              778240  1 iwlmvm
iwlwifi               270336  1 iwlmvm
cfg80211              614400  3 iwlmvm,iwlwifi,mac80211
wmi                    24576  0

##### interfaces ########################

auto lo enp3s1 enp3s0f0 br0
iface lo inet loopback

iface enp3s1 inet manual
  pre-up ip link set dev enp3s1 up
  post-down ip link set dev enp3s1 down

iface enp3s0f0 inet static
  address 192.168.23.3
  netmask 255.255.255.0
  pre-up iptables-restore < /etc/iptables.rules
  up route add -net 192.168.123.0/24 gw 192.168.23.4 dev enp3s0f0
  up route add -net 192.168.8.0/24 gw 192.168.23.4 dev enp3s0f0

iface br0 inet static
  address 192.168.7.3
  netmask 255.255.255.0
  gateway 192.168.7.1
  pre-up iptables-restore < /etc/iptables.rules
  bridge_ports enp3s0f1 enp0s31f6
  bridge_stp off
  bridge_fd 0
  bridge_maxwait 0

##### ifconfig ##########################

br0       Link encap:Ethernet  HWaddr <MAC 'br0' [IF1]>  
          inet addr:192.168.7.3  Bcast:192.168.7.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'br0' [IF1]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2861 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2598 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:253226 (253.2 KB)  TX bytes:2833352 (2.8 MB)

enp0s31f6 Link encap:Ethernet  HWaddr <MAC 'enp0s31f6' [IF2]>  
          UP 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)
          Interrupt:16 Memory:ef500000-ef520000 

enp3s1    Link encap:Ethernet  HWaddr <MAC 'enp3s1' [IF3]>  
          inet6 addr: fe80::<IP6 'enp3s1' [IF3]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:70999 errors:0 dropped:0 overruns:0 frame:0
          TX packets:77648 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:9655466 (9.6 MB)  TX bytes:5781040 (5.7 MB)

enp3s0f0  Link encap:Ethernet  HWaddr <MAC 'enp3s0f0' [IF4]>  
          inet addr:192.168.23.3  Bcast:192.168.23.255  Mask:255.255.255.0
          inet6 addr: fe80::<IP6 'enp3s0f0' [IF4]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:117 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:3794 (3.7 KB)  TX bytes:11230 (11.2 KB)

enp3s0f1  Link encap:Ethernet  HWaddr <MAC 'br0' [IF1]>  
          UP 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)

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:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5334 (5.3 KB)  TX bytes:5334 (5.3 KB)

wlp7s0    Link encap:Ethernet  HWaddr <MAC 'wlp7s0' [IF6]>  
          inet6 addr: fe80::<IP6 'wlp7s0' [IF6]>/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3254 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3253 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:376791 (376.7 KB)  TX bytes:3048420 (3.0 MB)

##### iwconfig ##########################

enp3s0f1  no wireless extensions.

enp3s1    no wireless extensions.

lo        no wireless extensions.

br0       no wireless extensions.

enp0s31f6  no wireless extensions.

enp3s0f0  no wireless extensions.

wlp7s0    IEEE 802.11  Mode:Master  Tx-Power=20 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          

##### route #############################

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.7.1     0.0.0.0         UG    0      0        0 br0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 enp3s0f0
192.168.7.0     0.0.0.0         255.255.255.0   U     0      0        0 br0
192.168.8.0     192.168.23.4    255.255.255.0   UG    0      0        0 enp3s0f0
192.168.23.0    0.0.0.0         255.255.255.0   U     0      0        0 enp3s0f0
192.168.123.0   192.168.23.4    255.255.255.0   UG    0      0        0 enp3s0f0

##### resolv.conf #######################

domain schmut.com
nameserver 192.168.23.4

##### network managers ##################

Installed:

	None found.

Running:

	None found.

##### NetworkManager info ###############

NetworkManager is not installed (package "network-manager").

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

[ifupdown]
managed=false

##### NetworkManager profiles ###########

No NetworkManager profiles found.

##### iw reg get ########################

Region: Europe/Berlin (based on set time zone)

country DE: DFS-ETSI
	(2400 - 2483 @ 40), (N/A, 20), (N/A)
	(5150 - 5250 @ 80), (N/A, 20), (N/A), NO-OUTDOOR
	(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS
	(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
	(57000 - 66000 @ 2160), (N/A, 40), (N/A)

##### iwlist channels ###################

enp3s0f1  no frequency information.

enp3s1    no frequency information.

lo        no frequency information.

br0       no frequency information.

enp0s31f6  no frequency information.

enp3s0f0  no frequency information.

wlp7s0    32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 36 : 5.18 GHz
          Channel 40 : 5.2 GHz
          Channel 44 : 5.22 GHz
          Channel 48 : 5.24 GHz
          Channel 52 : 5.26 GHz
          Channel 56 : 5.28 GHz
          Channel 60 : 5.3 GHz
          Channel 64 : 5.32 GHz
          Channel 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 120 : 5.6 GHz
          Channel 124 : 5.62 GHz
          Channel 128 : 5.64 GHz
          Channel 132 : 5.66 GHz
          Channel 136 : 5.68 GHz
          Channel 140 : 5.7 GHz

##### iwlist scan #######################

enp3s0f1  Interface doesn't support scanning.

enp3s1    Interface doesn't support scanning.

lo        Interface doesn't support scanning.

wlp7s0    Interface doesn't support scanning : Operation not supported

br0       Interface doesn't support scanning.

enp0s31f6  Interface doesn't support scanning.

enp3s0f0  Interface doesn't support scanning.

##### module infos ######################

[iwlmvm]
filename:       /lib/modules/4.14.0-041400rc7-generic/kernel/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
license:        GPL
author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@xxxxxxxxx>
description:    The new Intel(R) wireless AGN driver for Linux
srcversion:     33215887155E4C1DD0B18E2
depends:        iwlwifi,mac80211,cfg80211
intree:         Y
name:           iwlmvm
vermagic:       4.14.0-041400rc7-generic SMP mod_unload 
parm:           init_dbg:set to true to debug an ASSERT in INIT fw (default: false (bool)
parm:           power_scheme:power management scheme: 1-active, 2-balanced, 3-low power, default: 2 (int)
parm:           tfd_q_hang_detect:TFD queues hang detection (default: true (bool)

[mac80211]
filename:       /lib/modules/4.14.0-041400rc7-generic/kernel/net/mac80211/mac80211.ko
license:        GPL
description:    IEEE 802.11 subsystem
srcversion:     FA2504AE28F1103EE57CE76
depends:        cfg80211
intree:         Y
name:           mac80211
vermagic:       4.14.0-041400rc7-generic SMP mod_unload 
parm:           minstrel_vht_only:Use only VHT rates when VHT is supported by sta. (bool)
parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[iwlwifi]
filename:       /lib/modules/4.14.0-041400rc7-generic/kernel/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
license:        GPL
author:         Copyright(c) 2003- 2015 Intel Corporation <linuxwifi@xxxxxxxxx>
description:    Intel(R) Wireless WiFi driver for Linux
firmware:       iwlwifi-100-5.ucode
firmware:       iwlwifi-1000-5.ucode
firmware:       iwlwifi-135-6.ucode
firmware:       iwlwifi-105-6.ucode
firmware:       iwlwifi-2030-6.ucode
firmware:       iwlwifi-2000-6.ucode
firmware:       iwlwifi-5150-2.ucode
firmware:       iwlwifi-5000-5.ucode
firmware:       iwlwifi-6000g2b-6.ucode
firmware:       iwlwifi-6000g2a-6.ucode
firmware:       iwlwifi-6050-5.ucode
firmware:       iwlwifi-6000-6.ucode
firmware:       iwlwifi-7265D-29.ucode
firmware:       iwlwifi-7265-17.ucode
firmware:       iwlwifi-3168-29.ucode
firmware:       iwlwifi-3160-17.ucode
firmware:       iwlwifi-7260-17.ucode
firmware:       iwlwifi-8265-34.ucode
firmware:       iwlwifi-8000C-34.ucode
firmware:       iwlwifi-9260-th-b0-jf-b0--34.ucode
firmware:       iwlwifi-9260-th-a0-jf-a0--34.ucode
firmware:       iwlwifi-9000-pu-a0-jf-b0--34.ucode
firmware:       iwlwifi-9000-pu-a0-jf-a0--34.ucode
firmware:       iwlwifi-QuQnj-a0-hr-a0--34.ucode
firmware:       iwlwifi-QuQnj-a0-jf-b0--34.ucode
firmware:       iwlwifi-QuQnj-f0-hr-a0--34.ucode
firmware:       iwlwifi-Qu-a0-jf-b0--34.ucode
firmware:       iwlwifi-Qu-a0-hr-a0--34.ucode
srcversion:     CD38ECD26D0F8834E65D1FC
depends:        cfg80211
intree:         Y
name:           iwlwifi
vermagic:       4.14.0-041400rc7-generic SMP mod_unload 
parm:           swcrypto:using crypto in software (default 0 [hardware]) (int)
parm:           11n_disable:disable 11n functionality, bitmap: 1: full, 2: disable agg TX, 4: disable agg RX, 8 enable agg TX (uint)
parm:           amsdu_size:amsdu size 0: 12K for multi Rx queue devices, 4K for other devices 1:4K 2:8K 3:12K (default 0) (int)
parm:           fw_restart:restart firmware in case of error (default true) (bool)
parm:           antenna_coupling:specify antenna coupling in dB (default: 0 dB) (int)
parm:           nvm_file:NVM file name (charp)
parm:           d0i3_disable:disable d0i3 functionality (default: Y) (bool)
parm:           lar_disable:disable LAR functionality (default: N) (bool)
parm:           uapsd_disable:disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3) (uint)
parm:           bt_coex_active:enable wifi/bt co-exist (default: enable) (bool)
parm:           led_mode:0=system default, 1=On(RF On)/Off(RF Off), 2=blinking, 3=Off (default: 0) (int)
parm:           power_save:enable WiFi power management (default: disable) (bool)
parm:           power_level:default power save level (range from 1 - 5, default: 1) (int)
parm:           fw_monitor:firmware monitor - to debug FW (default: false - needs lots of memory) (bool)
parm:           d0i3_timeout:Timeout to D0i3 entry when idle (ms) (uint)
parm:           disable_11ac:Disable VHT capabilities (default: false) (bool)

[cfg80211]
filename:       /lib/modules/4.14.0-041400rc7-generic/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
srcversion:     808EF1231F2A00FF7127372
depends:        
intree:         Y
name:           cfg80211
vermagic:       4.14.0-041400rc7-generic SMP mod_unload 
parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[iwlmvm]
init_dbg: N
power_scheme: 2
tfd_q_hang_detect: Y

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
minstrel_vht_only: Y
probe_wait_ms: 500

[iwlwifi]
11n_disable: 0
amsdu_size: 0
antenna_coupling: 0
bt_coex_active: Y
d0i3_disable: Y
d0i3_timeout: 1000
disable_11ac: N
fw_monitor: N
fw_restart: Y
lar_disable: N
led_mode: 0
nvm_file: (null)
power_level: 0
power_save: N
swcrypto: 0
uapsd_disable: 3

[cfg80211]
bss_entries_limit: 1000
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: DE

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/cfg80211.conf]
options cfg80211 ieee80211_regdom=DE

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

##### rc.local ##########################

exit 0

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[   13.594040] br0: port 2(enp0s31f6) entered blocking state
[   13.594041] br0: port 2(enp0s31f6) entered disabled state
[   13.594079] device enp0s31f6 entered promiscuous mode
[   13.809502] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   13.976266] br0 drop IN=br0 OUT= MAC= SRC=192.168.7.3 DST=192.168.7.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=23398 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   13.976271] br0 drop IN=br0 OUT= MAC= SRC=192.168.7.3 DST=192.168.7.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=23399 DF PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   13.986364] br0 drop IN=br0 OUT= MAC= SRC=192.168.7.3 DST=192.168.7.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=23400 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   13.986368] br0 drop IN=br0 OUT= MAC= SRC=192.168.7.3 DST=192.168.7.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=23401 DF PROTO=UDP SPT=8612 DPT=8610 LEN=24 
[   24.129117] IPv6: ADDRCONF(NETDEV_UP): wlp7s0: link is not ready
[   24.129285] br0: port 3(wlp7s0) entered blocking state
[   24.129286] br0: port 3(wlp7s0) entered disabled state
[   24.129351] device wlp7s0 entered promiscuous mode
[   24.129367] br0: port 3(wlp7s0) entered blocking state
[   24.129368] br0: port 3(wlp7s0) entered forwarding state
[   24.130349] br0: port 3(wlp7s0) entered disabled state
[   24.420659] VBoxNetFlt: attached to 'enp3s1' / <MAC 'enp3s1' [IF3]>
[   24.421212] VBoxNetFlt: attached to 'br0' / <MAC 'br0' [IF1]>
[   25.174397] device enp3s1 entered promiscuous mode
[   25.174569] device br0 entered promiscuous mode
[   25.174590] IPv6: ADDRCONF(NETDEV_CHANGE): wlp7s0: link becomes ready
[   25.174617] br0: port 3(wlp7s0) entered blocking state
[   25.174618] br0: port 3(wlp7s0) entered forwarding state
[   25.174652] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   25.361418] VBoxNetFlt: attached to 'enp3s0f0' / <MAC 'enp3s0f0' [IF4]>
[   28.035165] device enp3s0f0 entered promiscuous mode
[   46.413985] iwlwifi 0000:07:00.0: Microcode SW error detected.  Restarting 0x2000000.
[   46.414087] iwlwifi 0000:07:00.0: Start IWL Error Log Dump:
[   46.414088] iwlwifi 0000:07:00.0: Status: 0x00000100, count: 6
[   46.414089] iwlwifi 0000:07:00.0: Loaded firmware version: 17.459231.0
[   46.414090] iwlwifi 0000:07:00.0: 0x00002078 | ADVANCED_SYSASSERT          
[   46.414091] iwlwifi 0000:07:00.0: 0x00000220 | trm_hw_status0
[   46.414092] iwlwifi 0000:07:00.0: 0x00000000 | trm_hw_status1
[   46.414092] iwlwifi 0000:07:00.0: 0x00000B30 | branchlink2
[   46.414093] iwlwifi 0000:07:00.0: 0x000164C0 | interruptlink1
[   46.414094] iwlwifi 0000:07:00.0: 0x00000000 | interruptlink2
[   46.414095] iwlwifi 0000:07:00.0: 0xDEADBEEF | data1
[   46.414096] iwlwifi 0000:07:00.0: 0xDEADBEEF | data2
[   46.414096] iwlwifi 0000:07:00.0: 0xDEADBEEF | data3
[   46.414097] iwlwifi 0000:07:00.0: 0x2C415BA1 | beacon time
[   46.414098] iwlwifi 0000:07:00.0: 0x01542BAA | tsf low
[   46.414099] iwlwifi 0000:07:00.0: 0x00000000 | tsf hi
[   46.414099] iwlwifi 0000:07:00.0: 0x00000000 | time gp1
[   46.414100] iwlwifi 0000:07:00.0: 0x01542BAB | time gp2
[   46.414101] iwlwifi 0000:07:00.0: 0x00000000 | uCode revision type
[   46.414102] iwlwifi 0000:07:00.0: 0x00000011 | uCode version major
[   46.414102] iwlwifi 0000:07:00.0: 0x000701DF | uCode version minor
[   46.414103] iwlwifi 0000:07:00.0: 0x00000144 | hw version
[   46.414104] iwlwifi 0000:07:00.0: 0x40489204 | board version
[   46.414105] iwlwifi 0000:07:00.0: 0x007D014E | hcmd
[   46.414106] iwlwifi 0000:07:00.0: 0x24022080 | isr0
[   46.414106] iwlwifi 0000:07:00.0: 0x00000000 | isr1
[   46.414107] iwlwifi 0000:07:00.0: 0x00000002 | isr2
[   46.414108] iwlwifi 0000:07:00.0: 0x40402CC0 | isr3
[   46.414108] iwlwifi 0000:07:00.0: 0x00000000 | isr4
[   46.414109] iwlwifi 0000:07:00.0: 0x01800112 | last cmd Id
[   46.414110] iwlwifi 0000:07:00.0: 0x00000000 | wait_event
[   46.414111] iwlwifi 0000:07:00.0: 0x000000D4 | l2p_control
[   46.414111] iwlwifi 0000:07:00.0: 0x00018030 | l2p_duration
[   46.414112] iwlwifi 0000:07:00.0: 0x00000007 | l2p_mhvalid
[   46.414113] iwlwifi 0000:07:00.0: 0x00008100 | l2p_addr_match
[   46.414114] iwlwifi 0000:07:00.0: 0x00000005 | lmpm_pmg_sel
[   46.414115] iwlwifi 0000:07:00.0: 0x11011741 | timestamp
[   46.414115] iwlwifi 0000:07:00.0: 0x00000818 | flow_handler
[  295.231636] br0 drop IN=br0 OUT= MAC=<MAC 'br0' [IF1]>:14:89:fd:d3:0d:29:08:00 SRC=192.168.7.10 DST=192.168.7.3 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=60477 DF PROTO=TCP SPT=1716 DPT=50504 WINDOW=249 RES=0x00 ACK FIN URGP=0 
[  297.267215] br0 drop IN=br0 OUT= MAC=<MAC 'br0' [IF1]>:14:89:fd:d3:0d:29:08:00 SRC=192.168.7.10 DST=192.168.7.3 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=60478 DF PROTO=TCP SPT=1716 DPT=50504 WINDOW=249 RES=0x00 ACK FIN URGP=0 
[  301.357248] br0 drop IN=br0 OUT= MAC=<MAC 'br0' [IF1]>:14:89:fd:d3:0d:29:08:00 SRC=192.168.7.10 DST=192.168.7.3 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=60479 DF PROTO=TCP SPT=1716 DPT=50504 WINDOW=249 RES=0x00 ACK FIN URGP=0 
[  309.547181] br0 drop IN=br0 OUT= MAC=<MAC 'br0' [IF1]>:14:89:fd:d3:0d:29:08:00 SRC=192.168.7.10 DST=192.168.7.3 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=60480 DF PROTO=TCP SPT=1716 DPT=50504 WINDOW=249 RES=0x00 ACK FIN URGP=0 
[  325.924128] br0 drop IN=br0 OUT= MAC=<MAC 'br0' [IF1]>:14:89:fd:d3:0d:29:08:00 SRC=192.168.7.10 DST=192.168.7.3 LEN=52 TOS=0x00 PREC=0x00 TTL=64 ID=60481 DF PROTO=TCP SPT=1716 DPT=50504 WINDOW=249 RES=0x00 ACK FIN URGP=0 

########## wireless info END ############



Oct 31 19:43:07 zippy kernel: [ 1313.755350] iwlwifi 0000:07:00.0: Microcode SW error detected.  Restarting 0x2000000.
Oct 31 19:43:07 zippy kernel: [ 1313.755467] iwlwifi 0000:07:00.0: Start IWL Error Log Dump:
Oct 31 19:43:07 zippy kernel: [ 1313.755475] iwlwifi 0000:07:00.0: Status: 0x00000100, count: 6
Oct 31 19:43:07 zippy kernel: [ 1313.755480] iwlwifi 0000:07:00.0: Loaded firmware version: 17.459231.0
Oct 31 19:43:07 zippy kernel: [ 1313.755487] iwlwifi 0000:07:00.0: 0x00002078 | ADVANCED_SYSASSERT
Oct 31 19:43:07 zippy kernel: [ 1313.755492] iwlwifi 0000:07:00.0: 0x00000220 | trm_hw_status0
Oct 31 19:43:07 zippy kernel: [ 1313.755497] iwlwifi 0000:07:00.0: 0x00000000 | trm_hw_status1
Oct 31 19:43:07 zippy kernel: [ 1313.755503] iwlwifi 0000:07:00.0: 0x00000B30 | branchlink2
Oct 31 19:43:07 zippy kernel: [ 1313.755509] iwlwifi 0000:07:00.0: 0x000164C0 | interruptlink1
Oct 31 19:43:07 zippy kernel: [ 1313.755513] iwlwifi 0000:07:00.0: 0x00000000 | interruptlink2
Oct 31 19:43:07 zippy kernel: [ 1313.755517] iwlwifi 0000:07:00.0: 0xDEADBEEF | data1
Oct 31 19:43:07 zippy kernel: [ 1313.755521] iwlwifi 0000:07:00.0: 0xDEADBEEF | data2
Oct 31 19:43:07 zippy kernel: [ 1313.755524] iwlwifi 0000:07:00.0: 0xDEADBEEF | data3
Oct 31 19:43:07 zippy kernel: [ 1313.755527] iwlwifi 0000:07:00.0: 0xCF4073A3 | beacon time
Oct 31 19:43:07 zippy kernel: [ 1313.755531] iwlwifi 0000:07:00.0: 0x054EDC7D | tsf low
Oct 31 19:43:07 zippy kernel: [ 1313.755534] iwlwifi 0000:07:00.0: 0x00000000 | tsf hi
Oct 31 19:43:07 zippy kernel: [ 1313.755537] iwlwifi 0000:07:00.0: 0x00000000 | time gp1
Oct 31 19:43:07 zippy kernel: [ 1313.755541] iwlwifi 0000:07:00.0: 0x054EDC7E | time gp2
Oct 31 19:43:07 zippy kernel: [ 1313.755544] iwlwifi 0000:07:00.0: 0x00000000 | uCode revision type
Oct 31 19:43:07 zippy kernel: [ 1313.755547] iwlwifi 0000:07:00.0: 0x00000011 | uCode version major
Oct 31 19:43:07 zippy kernel: [ 1313.755551] iwlwifi 0000:07:00.0: 0x000701DF | uCode version minor
Oct 31 19:43:07 zippy kernel: [ 1313.755554] iwlwifi 0000:07:00.0: 0x00000144 | hw version
Oct 31 19:43:07 zippy kernel: [ 1313.755558] iwlwifi 0000:07:00.0: 0x40489204 | board version
Oct 31 19:43:07 zippy kernel: [ 1313.755561] iwlwifi 0000:07:00.0: 0x0023014E | hcmd
Oct 31 19:43:07 zippy kernel: [ 1313.755564] iwlwifi 0000:07:00.0: 0x24022080 | isr0
Oct 31 19:43:07 zippy kernel: [ 1313.755567] iwlwifi 0000:07:00.0: 0x00000000 | isr1
Oct 31 19:43:07 zippy kernel: [ 1313.755571] iwlwifi 0000:07:00.0: 0x00000002 | isr2
Oct 31 19:43:07 zippy kernel: [ 1313.755574] iwlwifi 0000:07:00.0: 0x404020C0 | isr3
Oct 31 19:43:07 zippy kernel: [ 1313.755577] iwlwifi 0000:07:00.0: 0x00000000 | isr4
Oct 31 19:43:07 zippy kernel: [ 1313.755580] iwlwifi 0000:07:00.0: 0x01800112 | last cmd Id
Oct 31 19:43:07 zippy kernel: [ 1313.755584] iwlwifi 0000:07:00.0: 0x00000000 | wait_event
Oct 31 19:43:07 zippy kernel: [ 1313.755587] iwlwifi 0000:07:00.0: 0x000000D4 | l2p_control
Oct 31 19:43:07 zippy kernel: [ 1313.755590] iwlwifi 0000:07:00.0: 0x00018030 | l2p_duration
Oct 31 19:43:07 zippy kernel: [ 1313.755593] iwlwifi 0000:07:00.0: 0x00000007 | l2p_mhvalid
Oct 31 19:43:07 zippy kernel: [ 1313.755597] iwlwifi 0000:07:00.0: 0x00008100 | l2p_addr_match
Oct 31 19:43:07 zippy kernel: [ 1313.755600] iwlwifi 0000:07:00.0: 0x00000005 | lmpm_pmg_sel
Oct 31 19:43:07 zippy kernel: [ 1313.755603] iwlwifi 0000:07:00.0: 0x11011741 | timestamp
Oct 31 19:43:07 zippy kernel: [ 1313.755607] iwlwifi 0000:07:00.0: 0x00003040 | flow_handler
Oct 31 19:43:07 zippy kernel: [ 1313.755614] ieee80211 phy0: Hardware restart was requested


Oct 31 19:43:11 zippy kernel: [ 1318.163869] ------------[ cut here ]------------
Oct 31 19:43:11 zippy kernel: [ 1318.163904] WARNING: CPU: 4 PID: 599 at /home/kernel/COD/linux/drivers/net/wireless/intel/iwlwifi/mvm/tx.c:1362 iwl_mvm_rx_tx_cmd+0x345/0x680 [iwlmvm]
Oct 31 19:43:11 zippy kernel: [ 1318.163906] Modules linked in: cmac md4 nls_utf8 cifs fscache ccm vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) bnep nf_log_ipv4 nf_log_common xt_LOG xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack libcrc32c iptable_filter ip_tables x_tables arc4 snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp snd_hda_intel snd_hda_codec kvm_intel snd_hda_core snd_hwdep kvm snd_pcm iwlmvm irqbypass snd_seq_midi mac80211 snd_seq_midi_event crct10dif_pclmul crc32_pclmul ghash_clmulni_intel snd_rawmidi pcbc bridge snd_seq aesni_intel stp llc snd_seq_device iwlwifi snd_timer aes_x86_64 crypto_simd hci_uart glue_helper cryptd joydev btbcm input_leds serdev intel_cstate cfg80211 btqca btintel snd intel_rapl_perf bluetooth mei_me mei
Oct 31 19:43:11 zippy kernel: [ 1318.164008]  soundcore shpchp ecdh_generic intel_lpss_acpi mac_hid intel_lpss acpi_als tpm_infineon kfifo_buf acpi_pad industrialio parport_pc ppdev lp parport autofs4 i915 i2c_algo_bit drm_kms_helper e1000e hid_generic syscopyarea e100 ptp ahci sysfillrect e1000 mii pps_core sysimgblt libahci usbhid fb_sys_fops i2c_hid wmi drm pinctrl_sunrisepoint video hid pinctrl_intel
Oct 31 19:43:11 zippy kernel: [ 1318.164057] CPU: 4 PID: 599 Comm: irq/127-iwlwifi Tainted: G        W  OE   4.14.0-041400rc7-generic #201710292231
Oct 31 19:43:11 zippy kernel: [ 1318.164059] Hardware name: Gigabyte Technology Co., Ltd. Z170M-D3H/Z170M-D3H-CF, BIOS F20 11/17/2016
Oct 31 19:43:11 zippy kernel: [ 1318.164062] task: ffff8c06e4b42f00 task.stack: ffff9a05c21a0000
Oct 31 19:43:11 zippy kernel: [ 1318.164083] RIP: 0010:iwl_mvm_rx_tx_cmd+0x345/0x680 [iwlmvm]
Oct 31 19:43:11 zippy kernel: [ 1318.164086] RSP: 0018:ffff9a05c21a3cd0 EFLAGS: 00010246
Oct 31 19:43:11 zippy kernel: [ 1318.164089] RAX: 0000000000000088 RBX: ffff8c0511149c00 RCX: 000000018015000a
Oct 31 19:43:11 zippy kernel: [ 1318.164091] RDX: 000000018015000b RSI: fffffce15092b080 RDI: 0000000040042000
Oct 31 19:43:11 zippy kernel: [ 1318.164093] RBP: ffff9a05c21a3d48 R08: ffff8c0511149c30 R09: 000000018015000a
Oct 31 19:43:11 zippy kernel: [ 1318.164095] R10: ffff9a05c21a3ca8 R11: ffffffffa4ca6100 R12: ffff8c06e4abd568
Oct 31 19:43:11 zippy kernel: [ 1318.164097] R13: 00000000000051b0 R14: ffff8c06e4abd568 R15: ffff8c06c019c000
Oct 31 19:43:11 zippy kernel: [ 1318.164144] FS:  0000000000000000(0000) GS:ffff8c06fed00000(0000) knlGS:0000000000000000
Oct 31 19:43:11 zippy kernel: [ 1318.164148] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Oct 31 19:43:11 zippy kernel: [ 1318.164151] CR2: 000009505e0f28c0 CR3: 0000000300809001 CR4: 00000000003626e0
Oct 31 19:43:11 zippy kernel: [ 1318.164154] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Oct 31 19:43:11 zippy kernel: [ 1318.164157] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Oct 31 19:43:11 zippy kernel: [ 1318.164159] Call Trace:
Oct 31 19:43:11 zippy kernel: [ 1318.164183]  iwl_mvm_rx_common+0x77/0x270 [iwlmvm]
Oct 31 19:43:11 zippy kernel: [ 1318.164204]  iwl_mvm_rx+0x5d/0x70 [iwlmvm]
Oct 31 19:43:11 zippy kernel: [ 1318.164232]  iwl_pcie_rx_handle+0x22b/0x980 [iwlwifi]
Oct 31 19:43:11 zippy kernel: [ 1318.164252]  iwl_pcie_irq_handler+0x61b/0x990 [iwlwifi]
Oct 31 19:43:11 zippy kernel: [ 1318.164264]  ? irq_finalize_oneshot.part.39+0xf0/0xf0
Oct 31 19:43:11 zippy kernel: [ 1318.164270]  irq_thread_fn+0x20/0x50
Oct 31 19:43:11 zippy kernel: [ 1318.164279]  irq_thread+0x143/0x1a0
Oct 31 19:43:11 zippy kernel: [ 1318.164287]  ? irq_forced_thread_fn+0x70/0x70
Oct 31 19:43:11 zippy kernel: [ 1318.164301]  kthread+0x125/0x140
Oct 31 19:43:11 zippy kernel: [ 1318.164309]  ? irq_thread_check_affinity+0xe0/0xe0
Oct 31 19:43:11 zippy kernel: [ 1318.164317]  ? kthread_create_on_node+0x70/0x70
Oct 31 19:43:11 zippy kernel: [ 1318.164328]  ret_from_fork+0x25/0x30
Oct 31 19:43:11 zippy kernel: [ 1318.164338] Code: 00 49 c7 40 20 00 00 00 00 0f 84 b9 fe ff ff 0f 87 9b fe ff ff 66 83 7d aa 01 77 07 81 4b 28 00 02 00 00 45 31 f6 e9 a3 fe ff ff <0f> ff 45 31 f6 81 4b 28 00 01 00 00 e9 92 fe ff ff 0f b7 7e 14
Oct 31 19:43:11 zippy kernel: [ 1318.164421] ---[ end trace 46458bf14c7aeba0 ]---

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux