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

Bug#810252: marked as done (linux-image-4.3.0-0.bpo.1-686-pae: rfkill switch asus-wlan fails to enable indicator-LED and WLAN-functionality on Asus EeePC 1011CX)



Your message dated Sun, 02 May 2021 17:17:25 +0200
with message-id <E1ldDqH-001Mev-Ex@hullmann.westfalen.local>
and subject line Closing this bug
has caused the Debian Bug report #810252,
regarding linux-image-4.3.0-0.bpo.1-686-pae: rfkill switch asus-wlan fails to enable indicator-LED and WLAN-functionality on Asus EeePC 1011CX
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
810252: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810252
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.3.3-2~bpo8+1
Severity: important
Tags: upstream

Dear Maintainer,

after upgrading from Debian 7 to Debian 8 my laptop Asus EeePC 1011CX
lost the functionality to switch on/off WLAN and its indicator-LED.
I made some tests with several kernel versions,
first my conclusions from the test,
the test reports are appended:

* rfkill Wireless LAN functionality is defect in kernels 3.16 and 4.3, was OK in kernel 3.2.

* Though switch numbers change from kernel to kernel, switching on/off WLAN ist allways determined by switch phy0.
WLAN is switched ON only, if neither a hardware nor a software block occurs.
But the hardware component of phy0 is no longer controlable for kernels >= 3.16.

* While for kernel 3.2 the state of phy0.hardblock followed the state of asus-wlan.softblock with small delay,
this controlability has gone for kernels >= 3.16.

* As phy0.hardblock is persistent during system poweroff,
its initial state after boot ist the same as it was at last shutdown.
Only if WLAN was switched on (e.g. by a kernel 3.2 system) at last shutdown,
WLAN ist software controllable by a kernel >= 3.16
(This could also be a work-around to make the system usable,
but the indicater-LED will then be permanetly on,
even if WLAN is switched off).

* For kernels 3.2 the state of the Indikator LED for WLAN is determined by channel 0=asus-wlan.
The hardware component of asus-wlan is is allways unblocked, so the LED is fully determined and controlable by asus-wlan.softblock.
Parallel with the LED, phy0.hardblock was set by asus-wlan.softblock with a small delay.
As a result, it is not possible to switch on WLAN without switching on LED,
though it is possible to switch off WLAN while LED is on.

* This is no longer true for kernels >= 3.16: here asus-wlan.softblock has no effect at all.
But obviously, the state of the LED is still congruent with phy0.hardblock, as it was in kernels 3.2.
This could be a clue, that the cell shown and controlled in rfkill for kernel >= 3.2 under the name asus-wlan is wrongly assigned:
it is not connected to the right hardware cell, which controlled LED and phy0.hardblock in kernel 3.2.
while the coupling between LED and phy0.hardblock is still there.

I do not know, in which module this wrong assignment occurs,
perhaps rfkill or ath9k.


Best regards,

Bernward.



The tests
=========

For each test, first the correlation channel to function is shown, as told by 'rfkill list'.
Then a table follows, where the first column is an abbreviation for the stimulus,
the following columns are observations of the reaction.

*** Used Abbreviations

* Column Headers

The first 4 data columns show the result of 'rfkill list' for Wireless LAN,
column 5 the result of a Wicd-gtk scan refresh,
column 6 the status of the Indikator LED for WLAN

0s	channel 0 Soft blocked
0h	channel 0 Hard blocked
1s	channel 1 Soft blocked
1h	channel 1 Hard blocked
WLAN	Wireless LAN working
LED	Indikator LED for WLAN

* Row Headers

boot	initial state after booting
ub all	command: rfkill unblock all
b all	command: rfkill block all
ub 0	command: rfkill unblock 0
b 0	command: rfkill block 0
ub 1	command: rfkill unblock 1
ub 0	command: rfkill unblock 0
b 1	command: rfkill block 1
ub all	command: rfkill unblock all
wicdoff	mouseclick on Wicd-gtk WiFi-Switch
wicdon	mouseclick on Wicd-gtk WiFi-Switch
FN F2	press keyboard keys FN+F2
FN F2	press keyboard keys FN+F2


*** Test Results

** Debian7, Kernel 3.2 (OK)

uname -a: Linux Oblomow 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u6 i686 GNU/Linux
0: asus-wlan	# determines LED
1: phy0		# determines WLAN

	0s	0h	1s	1h	WLAN	LED
ub all	no	no	no	no	on	on
b all	yes	no	yes	yes	off	off
ub 0	no	no	yes	no	off	on
b 0	yes	no	yes	yes	off	off
ub 1	yes	no	no	yes	off	off
ub 0	no	no	no	no	on	on
b 1	no	no	yes	no	off	on
ub all	no	no	no	no	on	on
wicdoff	yes	no	yes	yes	off	off
wicdon	no	no	no	no	on	on
FN F2	yes	no	yes	yes	off	off
FN F2	no	no	no	no	on	on


** Debian8, Kernel 3.2 (OK)

uname -a: Linux Oblomow 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u3 i686 GNU/Linux:
0: asus-wlan	# determines LED
1: phy0		# determines WLAN

	0s	0h	1s	1h	WLAN	LED
ub all	no	no	no	no	on	on
b all	yes	no	yes	yes	off	off
ub 0	no	no	yes	no	off	on
b 0	yes	no	yes	yes	off	off
ub 1	yes	no	no	yes	off	off
ub 0	no	no	no	no	on	on
b 1	no	no	yes	no	off	on
ub all	no	no	no	no	on	on
wicdoff	yes	no	yes	yes	off	off
wicdon	no	no	no	no	on	on
FN F2	yes	no	yes	yes	off	off
FN F2	no	no	no	no	on	on


** Debian8, Kernel 3.16 (defekt)

uname -a: Linux Oblomow 3.16.0-4-586 #1 Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) i686 GNU/Linux
0: phy0		# determines WLAN
1: asus-wlan	# has no effects

	0s	0h	1s	1h	WLAN	LED
ub all	no	no	no	no	on	on
b all	yes	no	yes	no	off	on
ub 0	no	no	yes	no	on	on
b 0	yes	no	yes	no	off	on
ub 1	yes	no	no	no	off	on
ub 0	no	no	no	no	on	on
b 1	no	no	yes	no	on	on
ub all	no	no	no	no	on	on
wicdoff	yes	no	yes	no	off	on
wicdon	no	no	no	no	on	on
FN F2	yes	no	yes	no	off	on
FN F2	no	no	no	no	on	on


** Debian8, Kernel 3.16 pae (defekt)

uname -a: Linux Oblomow 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt20-1+deb8u1 (2015-12-14) i686 GNU/Linux
0: asus-wlan	# has no effects
1: phy0		# determines WLAN

	0s	0h	1s	1h	WLAN	LED
ub all	no	no	no	no	on	on
b all	yes	no	yes	no	off	on
ub 0	no	no	yes	no	off	on
b 0	yes	no	yes	no	off	on
ub 1	yes	no	no	no	on	on
ub 0	no	no	no	no	on	on
b 1	no	no	yes	no	off	on
ub all	no	no	no	no	on	on
wicdoff	yes	no	yes	no	off	on
wicdon	no	no	no	no	on	on
FN F2	yes	no	yes	no	off	on
FN F2	no	no	no	no	on	on


** Debian8, Kernel 4.3 (defekt)

uname -a: Linux Oblomow 4.3.0-0.bpo.1-686-pae #1 SMP Debian 4.3.3-2~bpo8+1 (2015-12-23) i686 GNU/Linux
0: asus-wlan	# has no effects
1: phy0		# determines WLAN

precondition: Switch OFF WLAN+LED with Linux 3.2.0-4-686-pae, then reboot to Linux 4.3.0-0.bpo.1-686-pae
action	0s	0h	1s	1h	WLAN	LED
boot	no	no	no	yes	off	off
ub all	no	no	no	yes	off	off
b all	yes	no	yes	yes	off	off
ub 0	no	no	yes	yes	off	off
b 0	yes	no	yes	yes	off	off
ub 1	yes	no	no	yes	off	off
ub 0	no	no	no	yes	off	off
b 1	no	no	yes	yes	off	off
ub all	no	no	no	yes	off	off
wicdoff	yes	no	yes	yes	off	off
wicdon	no	no	no	yes	off	off
FN F2	yes	no	yes	yes	off	off
FN F2	no	no	no	yes	off	off

precondition: Switch ON WLAN+LED with Linux 3.2.0-4-686-pae, then reboot to Linux 4.3.0-0.bpo.1-686-pae
action	0s	0h	1s	1h	WLAN	LED
boot	no	no	no	no	on	on
ub all	no	no	no	no	on	on
b all	yes	no	yes	no	off	on
ub 0	no	no	yes	no	off	on
b 0	yes	no	yes	no	off	on
ub 1	yes	no	no	no	on	on
ub 0	no	no	no	no	on	on
b 1	no	no	yes	no	off	on
ub all	no	no	no	no	on	on
wicdoff	yes	no	yes	no	off	on
wicdon	no	no	no	no	on	on
FN F2	yes	no	yes	no	off	on
FN F2	no	no	no	no	on	on



*** from reportbug:

-- Package-specific info:
** Version:
Linux version 4.3.0-0.bpo.1-686-pae (debian-kernel@lists.debian.org) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Debian 4.3.3-2~bpo8+1 (2015-12-23)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.3.0-0.bpo.1-686-pae root=UUID=770628da-a069-4a67-af2f-cb258bd02197 ro

** Not tainted

** Kernel log:
[   10.341081] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   10.395623] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   10.479900] [drm] Initialized drm 1.1.0 20060810
[   10.701695] iTCO_vendor_support: vendor-support=0
[   10.710287] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   10.710504] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x0460)
[   10.711070] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   10.966427] asus_wmi: ASUS WMI generic driver loaded
[   11.102610] asus_wmi: Initialization: 0x0
[   11.102836] asus_wmi: BIOS WMI version: 0.9
[   11.103127] asus_wmi: SFUN value: 0x0
[   11.104956] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
[   11.105651] asus_wmi: Number of fans: 1
[   11.145659] gma500 0000:00:02.0: GPU: power management timed out.
[   11.145838] pmd_set_huge: Cannot satisfy [mem 0x3f800000-0x3fa00000] with a huge-page mapping due to MTRR override.
[   11.162276] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   11.168041] acpi device:3c: registered as cooling_device0
[   11.168553] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[   11.169041] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.169138] [drm] No driver support for vblank timestamp query.
[   11.314671] ath: phy0: ASPM enabled: 0x42
[   11.314765] ath: EEPROM regdomain: 0x60
[   11.314769] ath: EEPROM indicates we should expect a direct regpair map
[   11.314775] ath: Country alpha2 being used: 00
[   11.314778] ath: Regpair used: 0x60
[   11.355830] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   11.356969] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xf8740000, irq=17
[   11.591345] gma500 0000:00:02.0: trying to get vblank count for disabled pipe 1
[   11.591453] gma500 0000:00:02.0: trying to get vblank count for disabled pipe 1
[   11.644658] psmouse serio1: elantech: assuming hardware version 2 (with firmware version 0x140100)
[   11.705738] psmouse serio1: elantech: Synaptics capabilities query result 0x68, 0x15, 0x0a.
[   11.755537] media: Linux media interface: v0.10
[   11.766643] psmouse serio1: elantech: Elan sample query result 01, 00, 00
[   11.808099] fbcon: psbdrmfb (fb0) is primary device
[   11.870294] Linux video capture interface: v2.00
[   12.080631] psmouse serio1: elantech: retrying ps2 command 0xe6 (2).
[   12.493859] Console: switching to colour frame buffer device 128x37
[   12.504393] gma500 0000:00:02.0: fb0: psbdrmfb frame buffer device
[   12.528531] [drm] Initialized gma500 1.0.0 20140314 for 0000:00:02.0 on minor 0
[   12.594806] psmouse serio1: elantech: retrying ps2 command 0xf8 (2).
[   12.660227] uvcvideo: Found UVC 1.00 device USB 2.0 UVC VGA WebCam (13d3:5711)
[   12.678683] input: USB 2.0 UVC VGA WebCam as /devices/pci0000:00/0000:00:1d.7/usb3/3-6/3-6:1.0/input/input12
[   12.679291] usbcore: registered new interface driver uvcvideo
[   12.679483] USB Video Class driver (1.1.1)
[   12.905036] cfg80211: World regulatory domain updated:
[   12.905188] cfg80211:  DFS Master region: unset
[   12.905308] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   12.907513] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.909922] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   12.912426] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   12.914705] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   12.917099] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   12.919683] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   12.922327] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   12.925009] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   13.171658] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   13.175048] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.178670] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
[   13.182393] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   13.186171] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   13.190595] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[   13.295835] psmouse serio1: elantech: retrying ps2 command 0xf8 (1).
[   13.702337] input: HDA Intel Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   13.707859] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[   13.922626] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input9
[   14.452417] Adding 2027516k swap on /dev/sda2.  Priority:-1 extents:1 across:2027516k FS
[   15.421856] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[   16.896635] FS-Cache: Loaded
[   16.984171] RPC: Registered named UNIX socket transport module.
[   16.988516] RPC: Registered udp transport module.
[   16.992847] RPC: Registered tcp transport module.
[   16.997267] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.080816] FS-Cache: Netfs 'nfs' registered for caching
[   17.115485] Key type dns_resolver registered
[   17.133932] NFS: Registering the id_resolver key type
[   17.138177] Key type id_resolver registered
[   17.142246] Key type id_legacy registered
[   17.467782] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   30.847332] usb 1-2: USB disconnect, device number 3
[   31.582689] usb 1-2: new low-speed USB device number 4 using uhci_hcd
[   31.765833] usb 1-2: New USB device found, idVendor=1c4f, idProduct=0003
[   31.776629] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   31.782149] usb 1-2: Product: U+P Mouse
[   31.787523] usb 1-2: Manufacturer: SIGMACH1P
[   31.811588] input: SIGMACH1P U+P Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:1C4F:0003.0004/input/input15
[   31.818127] hid-generic 0003:1C4F:0003.0004: input,hidraw2: USB HID v1.10 Mouse [SIGMACH1P U+P Mouse] on usb-0000:00:1d.0-2/input0
[   32.086432] usb 1-2: USB disconnect, device number 4
[   33.069609] usb 1-2: new low-speed USB device number 5 using uhci_hcd
[   33.252731] usb 1-2: New USB device found, idVendor=1c4f, idProduct=0003
[   33.266673] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   33.273960] usb 1-2: Product: U+P Mouse
[   33.281203] usb 1-2: Manufacturer: SIGMACH1P
[   33.307441] input: SIGMACH1P U+P Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:1C4F:0003.0005/input/input16
[   33.318138] hid-generic 0003:1C4F:0003.0005: input,hidraw2: USB HID v1.10 Mouse [SIGMACH1P U+P Mouse] on usb-0000:00:1d.0-2/input0
[  106.487921] systemd-journald[184]: Received request to flush runtime journal from PID 1
[  125.229882] atl1c 0000:03:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[  127.932335] atl1c 0000:03:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[  128.278944] atl1c 0000:03:00.0: atl1c: eth0 NIC Link is Up<100 Mbps Full Duplex>
[  373.839473] perf interrupt took too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 1085.088575] perf interrupt took too long (5019 > 5000), lowering kernel.perf_event_max_sample_rate to 25000

** Model information
not available

** Loaded modules:
nfsd
nfs_acl
rpcsec_gss_krb5
auth_rpcgss
oid_registry
nfsv4
dns_resolver
nfs
lockd
grace
sunrpc
fscache
snd_hda_codec_hdmi
snd_hda_codec_realtek
snd_hda_codec_generic
uvcvideo
videobuf2_vmalloc
videobuf2_memops
videobuf2_core
v4l2_common
joydev
videodev
media
arc4
ath9k
ath9k_common
ath9k_hw
ath
snd_hda_intel
snd_hda_codec
gma500_gfx
snd_hda_core
eeepc_wmi
mac80211
asus_wmi
drm_kms_helper
snd_hwdep
snd_pcm
cfg80211
sparse_keymap
rfkill
iTCO_wdt
iTCO_vendor_support
evdev
psmouse
snd_timer
serio_raw
snd
soundcore
drm
coretemp
shpchp
lpc_ich
wmi
mfd_core
i2c_algo_bit
ac
video
button
battery
acpi_cpufreq
processor
fuse
parport_pc
ppdev
lp
parport
autofs4
ext4
crc16
mbcache
jbd2
sg
hid_generic
sd_mod
usbhid
hid
ahci
libahci
libata
scsi_mod
ehci_pci
uhci_hcd
ehci_hcd
usbcore
usb_common
atl1c
thermal

** Network interface configuration:




auto lo
iface lo inet loopback


** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether c8:60:00:2d:d3:02 brd ff:ff:ff:ff:ff:ff
    inet 172.16.2.10/24 brd 172.16.2.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::ca60:ff:fe2d:d302/64 scope link 
       valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:08:ca:cd:35:20 brd ff:ff:ff:ff:ff:ff

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
 wlan0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
    lo:    8653      58    0    0    0     0          0         0     8653      58    0    0    0     0       0          0
  eth0: 6329094    5593    0    0    0     0          0       119   598196    4719    0    0    0     0       1          0

*** Protocol statistics:
Ip:
    5711 total packets received
    16 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    5695 incoming packets delivered
    4623 requests sent out
    1555072 dropped because of missing route
Icmp:
    0 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    121 active connections openings
    2 passive connection openings
    14 failed connection attempts
    0 connection resets received
    0 connections established
    5263 segments received
    4370 segments send out
    108 segments retransmited
    6 bad segments received.
    34 resets sent
Udp:
    121 packets received
    0 packets to unknown port received.
    0 packet receive errors
    121 packets sent
    IgnoredMulti: 117
UdpLite:
TcpExt:
    48 TCP sockets finished time wait in fast timer
    41 delayed acks sent
    Quick ack mode was activated 5 times
    1 packets directly queued to recvmsg prequeue.
    3530 packet headers predicted
    426 acknowledgments not containing data payload received
    114 predicted acknowledgments
    1 congestion windows recovered without slow start after partial ack
    15 other TCP timeouts
    TCPLossProbes: 9
    5 DSACKs sent for old packets
    1 DSACKs received
    8 connections reset due to unexpected data
    7 connections aborted due to timeout
    TCPRcvCoalesce: 1010
    TCPOFOQueue: 599
    TCPChallengeACK: 7
    TCPSYNChallenge: 7
    TCPAutoCorking: 9
    TCPSynRetrans: 42
    TCPOrigDataSent: 666
    TCPHystartDelayDetect: 1
    TCPHystartDelayCwnd: 29
    TCPKeepAlive: 51
IpExt:
    InMcastPkts: 259
    OutMcastPkts: 142
    InBcastPkts: 117
    InOctets: 6257017
    OutOctets: 521496
    InMcastOctets: 10989
    OutMcastOctets: 7261
    InBcastOctets: 28548
    InNoECTPkts: 5711


** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor D2xxx/N2xxx DRAM Controller [8086:0bf1] (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device [1043:84a9]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller [8086:0be1] (rev 09) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:84a9]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at dfc00000 (32-bit, non-prefetchable) [size=1M]
	Region 1: I/O ports at f0e0 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: gma500

00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8437]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 29
	Region 0: Memory at dff00000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: 40000000-401fffff
	Prefetchable memory behind bridge: 0000000040200000-00000000403fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 2 [8086:27d2] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: dfe00000-dfefffff
	Prefetchable memory behind bridge: 0000000040400000-00000000405fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.3 PCI bridge [0604]: Intel Corporation NM10/ICH7 Family PCI Express Port 4 [8086:27d6] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: dfd00000-dfdfffff
	Prefetchable memory behind bridge: 0000000040600000-00000000407fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at f080 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 [8086:27c9] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at f060 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 [8086:27ca] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at f040 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 [8086:27cb] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 16
	Region 4: I/O ports at f020 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller [8086:27cc] (rev 02) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at dff05000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation NM10 Family LPC Controller [8086:27bc] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation NM10/ICH7 Family SATA Controller [AHCI mode] [8086:27c1] (rev 02) (prog-if 01 [AHCI 1.0])
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 27
	Region 0: I/O ports at f0d0 [size=8]
	Region 1: I/O ports at f0c0 [size=4]
	Region 2: I/O ports at f0b0 [size=8]
	Region 3: I/O ports at f0a0 [size=4]
	Region 4: I/O ports at f000 [size=16]
	Region 5: Memory at dff04000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation NM10/ICH7 Family SMBus Controller [8086:27da] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:83ad]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 10
	Region 4: I/O ports at 0800 [size=32]

02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
	Subsystem: AzureWave AW-NE785 / AW-NE785H 802.11bgn Wireless Full or Half-size Mini PCIe Card [1a3b:1089]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at dfe00000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath9k

03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8468]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at dfd00000 (64-bit, non-prefetchable) [size=256K]
	Region 2: I/O ports at e000 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: atl1c


** USB devices:
Bus 003 Device 004: ID 13d3:5711 IMC Networks 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 1c4f:0003 SiGma Micro HID controller
Bus 001 Device 002: ID 046a:010d Cherry GmbH 
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: 8.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 4.3.0-0.bpo.1-686-pae (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-4.3.0-0.bpo.1-686-pae depends on:
ii  debconf [debconf-2.0]                   1.5.56
ii  initramfs-tools [linux-initramfs-tool]  0.120
ii  kmod                                    18-3
ii  linux-base                              3.5

Versions of packages linux-image-4.3.0-0.bpo.1-686-pae recommends:
ii  firmware-linux-free  3.3
ii  irqbalance           1.0.6-3
ii  libc6-i686           2.19-18+deb8u1

Versions of packages linux-image-4.3.0-0.bpo.1-686-pae suggests:
ii  debian-kernel-handbook  1.0.15
ii  extlinux                3:6.03+dfsg-5+deb8u1
ii  grub-pc                 2.02~beta2-22+deb8u1
ii  linux-doc-4.3           4.3.3-2~bpo8+1

Versions of packages linux-image-4.3.0-0.bpo.1-686-pae is related to:
pn  firmware-atheros        <none>
pn  firmware-bnx2           <none>
pn  firmware-bnx2x          <none>
pn  firmware-brcm80211      <none>
pn  firmware-intelwimax     <none>
pn  firmware-ipw2x00        <none>
pn  firmware-ivtv           <none>
pn  firmware-iwlwifi        <none>
pn  firmware-libertas       <none>
pn  firmware-linux          <none>
ii  firmware-linux-nonfree  0.43
pn  firmware-myricom        <none>
pn  firmware-netxen         <none>
pn  firmware-qlogic         <none>
pn  firmware-ralink         <none>
pn  firmware-realtek        <none>
pn  xen-hypervisor          <none>

-- debconf information:
  linux-image-4.3.0-0.bpo.1-686-pae/postinst/mips-initrd-4.3.0-0.bpo.1-686-pae:
  linux-image-4.3.0-0.bpo.1-686-pae/postinst/depmod-error-initrd-4.3.0-0.bpo.1-686-pae: false
  linux-image-4.3.0-0.bpo.1-686-pae/prerm/removing-running-kernel-4.3.0-0.bpo.1-686-pae: true

--- End Message ---
--- Begin Message ---
This bug was filed for a very old kernel. If you can reproduce it with
- the current version in unstable/testing
- the latest kernel from buster.backports
please reopen the bug, see https://www.debian.org/Bugs/server-control

--- End Message ---

Reply to: