Package: src:linux
Version: 4.19.13-1
Severity: normal

I have been using wol on all my ethernet connected systems since 2012 that I
discovered it. Most of the times I use a wol app from my phone and wakeonlan or
etherwake from my linux systems.

According to lspci -k, this is my card and the r8169 is used for it

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411
PCI Express Gigabit Ethernet Controller (rev 01)
        Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
        Kernel driver in use: r8169
        Kernel modules: r8169

and as ethtool reports, wol is enabled for the card

# ethtool eth0 | grep Wake
        Supports Wake-on: pumbg
        Wake-on: g

After upgrading to 4.19 back in December, I completely lost wol on that pc. The
only way to make it work again is to run

ethtool -s eth0 wol

and it will work for the next boot, but only for that single time. After
booting to debian, I have to run it again before shutting down to re-anable it
for the next boot.
Losing wol happened once more back when 4.17 was in the repos, in July that is.
However. that was an upstream bug that affected some cards that r8169 supports
and it was fixed with the release of 4.17.11.

Using ngrep I found that the magic packet does reach its destination (= my pc),
but when running ngrep the pc is already powered on...

U 192.168.1.108:47926 -> 192.168.1.2:9 #1
  ff ff ff ff ff ff 00 1a    4d 58 4d 16 00 1a 4d 58    ........MXM...MX
  4d 16 00 1a 4d 58 4d 16    00 1a 4d 58 4d 16 00 1a    M...MXM...MXM...
  4d 58 4d 16 00 1a 4d 58    4d 16 00 1a 4d 58 4d 16    MXM...MXM...MXM.
  00 1a 4d 58 4d 16 00 1a    4d 58 4d 16 00 1a 4d 58    ..MXM...MXM...MX
  4d 16 00 1a 4d 58 4d 16    00 1a 4d 58 4d 16 00 1a    M...MXM...MXM...
  4d 58 4d 16 00 1a 4d 58    4d 16 00 1a 4d 58 4d 16    MXM...MXM...MXM.
  00 1a 4d 58 4d 16                                     ..MXM.

That's all I can report for now. I have upgraded to the 4.19.13 version from
unstable earlier (testing still has 4.19.12 today), but nothing changed.
I would test if the same applies for 4.18, but when I decided to do it, 4.18
was no longer in the repos. On top of that, systemd 240 and kernel 4.19 reached
testing almost the same day, but I have no way to downgrade to systemd 239 as
well.

9 out of 10 times, I shut down my pc with "systemctl poweroff" (via obsession
or from a keyboard shortcut I have made) and 1 out of 10 is by running a simple
"poweroff" in a root terminal.

Wol works if I shut down the pc from within windows (dual boot system) and
obviously wol is enabled in the bios. I do not use hibernate or suspend on any
os.



-- Package-specific info:
** Version:
Linux version 4.19.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 
8.2.0 (Debian 8.2.0-13)) #1 SMP Debian 4.19.13-1 (2018-12-30)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.19.0-1-amd64 root=/dev/sda3 ro nomodeset noresume 
net.ifnames=0 ipv6.disable=1 libahci.ignore_sss=1 quiet

** Tainted: POE (12289)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.
 * Unsigned module has been loaded.

** Kernel log:
[    3.538187] r8169 0000:04:00.0 eth0: RTL8168b/8111b, 00:1a:4d:58:4d:16, XID 
38000000, IRQ 25
[    3.538190] r8169 0000:04:00.0 eth0: jumbo features [frames: 4080 bytes, tx 
checksumming: ko]
[    3.541395] systemd-journald[182]: Received request to flush runtime journal 
from PID 1
[    3.563020] intel_powerclamp: No package C-state available
[    3.605846] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    3.605858] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus 
number 7
[    3.609769] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    3.611352] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9104000
[    3.624153] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.624395] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, 
bcdDevice= 4.19
[    3.624398] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    3.624400] usb usb7: Product: EHCI Host Controller
[    3.624402] usb usb7: Manufacturer: Linux 4.19.0-1-amd64 ehci_hcd
[    3.624404] usb usb7: SerialNumber: 0000:00:1a.7
[    3.624562] hub 7-0:1.0: USB hub found
[    3.624572] hub 7-0:1.0: 6 ports detected
[    3.631120] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.631144] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.653374] hub 1-0:1.0: USB hub found
[    3.653393] hub 1-0:1.0: 2 ports detected
[    3.680293] hub 2-0:1.0: USB hub found
[    3.680306] hub 2-0:1.0: 2 ports detected
[    3.681306] ata9.00: ATAPI: Optiarc DVD RW AD-7173A, 1-01, max UDMA/66
[    3.686782] scsi 8:0:0:0: CD-ROM            Optiarc  DVD RW AD-7173A  1-01 
PQ: 0 ANSI: 5
[    3.687539] scsi 8:0:0:0: Attached scsi generic sg2 type 5
[    3.697262] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889A: 
line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    3.697266] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[    3.697268] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 
(0x1b/0x0/0x0/0x0/0x0)
[    3.697270] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[    3.697272] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x1e/0x0
[    3.697273] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[    3.697276] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[    3.697278] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[    3.697280] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[    3.697282] snd_hda_codec_realtek hdaudioC0D2:      CD=0x1c
[    3.697284] snd_hda_codec_realtek hdaudioC0D2:    dig-in=0x1f
[    3.708283] hub 3-0:1.0: USB hub found
[    3.708296] hub 3-0:1.0: 2 ports detected
[    3.752859] iTCO_vendor_support: vendor-support=0
[    3.754111] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.754171] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
[    3.754281] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.792374] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    3.792386] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus 
number 8
[    3.796321] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    3.797930] input: HDA Digital PCBeep as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    3.798319] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9105000
[    3.798934] input: HDA Intel Rear Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    3.799048] input: HDA Intel Front Mic as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    3.799188] input: HDA Intel Line as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    3.799262] input: HDA Intel Line Out Front as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    3.799335] input: HDA Intel Line Out Surround as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    3.799409] input: HDA Intel Line Out CLFE as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    3.799484] input: HDA Intel Line Out Side as 
/devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    3.799568] snd_hda_intel 0000:00:1b.0: device 1458:a002 is on the 
power_save blacklist, forcing power_save to 0
[    3.812155] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.812236] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002, 
bcdDevice= 4.19
[    3.812238] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    3.812240] usb usb8: Product: EHCI Host Controller
[    3.812242] usb usb8: Manufacturer: Linux 4.19.0-1-amd64 ehci_hcd
[    3.812244] usb usb8: SerialNumber: 0000:00:1d.7
[    3.812428] hub 8-0:1.0: USB hub found
[    3.812437] hub 8-0:1.0: 6 ports detected
[    3.840264] hub 4-0:1.0: USB hub found
[    3.840277] hub 4-0:1.0: 2 ports detected
[    3.869770] hub 5-0:1.0: USB hub found
[    3.869784] hub 5-0:1.0: 2 ports detected
[    3.896640] hub 6-0:1.0: USB hub found
[    3.896655] hub 6-0:1.0: 2 ports detected
[    3.957139] sr 8:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw 
xa/form2 cdda tray
[    3.957143] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.958439] sr 8:0:0:0: Attached scsi CD-ROM sr0
[    4.092559] RTL8211B Gigabit Ethernet r8169-400:00: attached PHY driver 
[RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.184177] usb 3-1: new full-speed USB device number 3 using uhci_hcd
[    4.384544] usb 3-1: New USB device found, idVendor=09da, idProduct=f012, 
bcdDevice=12.55
[    4.384547] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.384550] usb 3-1: Product: USB Device
[    4.384552] usb 3-1: Manufacturer: COMPANY
[    4.393583] input: COMPANY USB Device Keyboard as 
/devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.0/0003:09DA:F012.0003/input/input17
[    4.452945] input: COMPANY USB Device System Control as 
/devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.0/0003:09DA:F012.0003/input/input18
[    4.453167] input: COMPANY USB Device Consumer Control as 
/devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.0/0003:09DA:F012.0003/input/input19
[    4.453363] input: COMPANY USB Device as 
/devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.0/0003:09DA:F012.0003/input/input20
[    4.454483] hid-generic 0003:09DA:F012.0003: input,hiddev0,hidraw0: USB HID 
v1.11 Keyboard [COMPANY USB Device] on usb-0000:00:1a.2-1/input0
[    4.458743] input: COMPANY USB Device as 
/devices/pci0000:00/0000:00:1a.2/usb3/3-1/3-1:1.1/0003:09DA:F012.0004/input/input21
[    4.459190] hid-generic 0003:09DA:F012.0004: input,hidraw1: USB HID v1.11 
Mouse [COMPANY USB Device] on usb-0000:00:1a.2-1/input1
[    4.805292] random: crng init done
[    4.805296] random: 7 urandom warning(s) missed due to ratelimiting
[    4.873731] input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input22
[    4.873816] input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[    4.873891] input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[    4.873966] input: HDA NVidia HDMI/DP,pcm=9 as 
/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
[    5.902758] resource sanity check: requesting [mem 0x000c0000-0x000fffff], 
which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000dffff window]
[    5.902975] caller _nv000788rm+0xe4/0x1c0 [nvidia] mapping multiple BARs
[    6.542708] r8169 0000:04:00.0 eth0: Link is Up - 100Mbps/Full - flow 
control off
[    8.148769] fuse init (API version 7.27)
[  494.424256] perf: interrupt took too long (2520 > 2500), lowering 
kernel.perf_event_max_sample_rate to 79250
[  650.128691] perf: interrupt took too long (3151 > 3150), lowering 
kernel.perf_event_max_sample_rate to 63250
[ 1132.821965] perf: interrupt took too long (3970 > 3938), lowering 
kernel.perf_event_max_sample_rate to 50250
[ 2226.137331] perf: interrupt took too long (4980 > 4962), lowering 
kernel.perf_event_max_sample_rate to 40000
[ 6395.264582] perf: interrupt took too long (10874 > 6225), lowering 
kernel.perf_event_max_sample_rate to 18250

** Model information
sys_vendor: Gigabyte Technology Co., Ltd.
product_name: P35-DS3R
product_version: 
chassis_vendor: Gigabyte Technology Co., Ltd.
chassis_version: 
bios_vendor: Award Software International, Inc.
bios_version: F13
board_vendor: Gigabyte Technology Co., Ltd.
board_name: P35-DS3R
board_version: 

** Loaded modules:
fuse
cpufreq_conservative
cpufreq_powersave
cpufreq_userspace
snd_hda_codec_hdmi
sr_mod
cdrom
ata_generic
iTCO_wdt
iTCO_vendor_support
snd_hda_codec_realtek
snd_hda_codec_generic
snd_hda_intel
snd_hda_codec
snd_hda_core
realtek
pcspkr
i2c_i801
snd_hwdep
snd_pcm
snd_timer
lpc_ich
joydev
r8169
pata_jmicron
libphy
snd
soundcore
ehci_pci
pcc_cpufreq
button
acpi_cpufreq
nvidia(POE)
drm
sg
it87
hwmon_vid
coretemp
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
fscrypto
ecb
crypto_simd
cryptd
glue_helper
aes_x86_64
sd_mod
hid_generic
usbhid
hid
ahci
libahci
libata
evdev
serio_raw
uhci_hcd
ehci_hcd
scsi_mod
usbcore
usb_common

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM 
Controller [8086:29c0] (rev 02)
        Subsystem: Gigabyte Technology Co., Ltd 82G33/G31/P35/P31 Express DRAM 
Controller [1458:5000]
        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
        Capabilities: <access denied>

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI 
Express Root Port [8086:29c1] (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: 32 bytes
        Interrupt: pin A routed to IRQ 16
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000b000-0000bfff
        Memory behind bridge: f4000000-f6ffffff
        Prefetchable memory behind bridge: 00000000d0000000-00000000efffffff
        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:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 16
        Region 4: I/O ports at e100 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 e200 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 [8086:2939] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 e000 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB2 EHCI 
Controller [1458:5006]
        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 0: Memory at f9104000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller [8086:293e] (rev 02)
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) HD Audio 
Controller [1458:a002]
        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: 32 bytes
        Interrupt: pin A routed to IRQ 26
        Region 0: Memory at f9100000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 1 [8086:2940] (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: 32 bytes
        Interrupt: pin A routed to IRQ 16
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: 0000a000-0000afff
        Memory behind bridge: f9200000-f93fffff
        Prefetchable memory behind bridge: 00000000f9400000-00000000f95fffff
        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 82801I (ICH9 Family) PCI Express 
Port 4 [8086:2946] (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: 32 bytes
        Interrupt: pin D routed to IRQ 19
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: f9000000-f90fffff
        Prefetchable memory behind bridge: 00000000f9600000-00000000f97fffff
        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.4 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 5 [8086:2948] (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: 32 bytes
        Interrupt: pin A routed to IRQ 16
        Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: f7000000-f8ffffff
        Prefetchable memory behind bridge: 00000000f9800000-00000000f99fffff
        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 82801I (ICH9 Family) USB UHCI 
Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 e300 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 19
        Region 4: I/O ports at e400 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 [8086:2936] (rev 02) (prog-if 00 [UHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB UHCI 
Controller [1458:5004]
        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 e500 [size=32]
        Capabilities: <access denied>
        Kernel driver in use: uhci_hcd
        Kernel modules: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) USB2 EHCI 
Controller [1458:5006]
        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 f9105000 (32-bit, non-prefetchable) [size=1K]
        Capabilities: <access denied>
        Kernel driver in use: ehci-pci
        Kernel modules: ehci_pci

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
92) (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=05, subordinate=05, sec-latency=32
        I/O behind bridge: 00009000-00009fff
        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 82801IR (ICH9R) LPC Interface 
Controller [8086:2916] (rev 02)
        Subsystem: Gigabyte Technology Co., Ltd 82801IR (ICH9R) LPC Interface 
Controller [1458:5001]
        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
        Kernel modules: lpc_ich

00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 
port SATA Controller [AHCI mode] [8086:2922] (rev 02) (prog-if 01 [AHCI 1.0])
        Subsystem: Gigabyte Technology Co., Ltd 82801IR/IO/IH (ICH9R/DO/DH) 6 
port SATA Controller [AHCI mode] [1458:b005]
        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 24
        Region 0: I/O ports at e600 [size=8]
        Region 1: I/O ports at e700 [size=4]
        Region 2: I/O ports at e800 [size=8]
        Region 3: I/O ports at e900 [size=4]
        Region 4: I/O ports at ea00 [size=32]
        Region 5: Memory at f9106000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller 
[8086:2930] (rev 02)
        Subsystem: Gigabyte Technology Co., Ltd 82801I (ICH9 Family) SMBus 
Controller [1458:5001]
        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 C routed to IRQ 18
        Region 0: Memory at f9107000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at 0500 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [GeForce 
210] [10de:0a65] (rev a2) (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. GT218 [GeForce 210] [1043:8490]
        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 27
        Region 0: Memory at f4000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at e0000000 (64-bit, prefetchable) [size=32M]
        Region 5: I/O ports at b000 [size=128]
        [virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia
        Kernel modules: nvidia

01:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio 
Controller [10de:0be3] (rev a1)
        Subsystem: ASUSTeK Computer Inc. High Definition Audio Controller 
[1043:8490]
        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: 32 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at f6000000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

03:00.0 SATA controller [0106]: JMicron Technology Corp. JMB363 SATA/IDE 
Controller [197b:2363] (rev 02) (prog-if 01 [AHCI 1.0])
        Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:b000]
        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: 32 bytes
        Interrupt: pin A routed to IRQ 19
        Region 5: Memory at f9000000 (32-bit, non-prefetchable) [size=8K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

03:00.1 IDE interface [0101]: JMicron Technology Corp. JMB363 SATA/IDE 
Controller [197b:2363] (rev 02) (prog-if 85 [PCI native mode-only controller, 
supports bus mastering])
        Subsystem: Gigabyte Technology Co., Ltd Motherboard [1458:b000]
        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 B routed to IRQ 16
        Region 0: I/O ports at c000 [size=8]
        Region 1: I/O ports at c100 [size=4]
        Region 2: I/O ports at c200 [size=8]
        Region 3: I/O ports at c300 [size=4]
        Region 4: I/O ports at c400 [size=16]
        Capabilities: <access denied>
        Kernel driver in use: pata_jmicron
        Kernel modules: pata_jmicron, ata_generic

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 01)
        Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet [1458:e000]
        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: 32 bytes
        Interrupt: pin A routed to IRQ 25
        Region 0: I/O ports at d000 [size=256]
        Region 2: Memory at f8000000 (64-bit, non-prefetchable) [size=4K]
        [virtual] Expansion ROM at f7000000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: r8169
        Kernel modules: r8169


** USB devices:
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 09da:f012 A4Tech Co., Ltd. 
Bus 003 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 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linux-image-4.19.0-1-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.132
ii  kmod                                    25-2
ii  linux-base                              4.5

Versions of packages linux-image-4.19.0-1-amd64 recommends:
pn  apparmor             <none>
ii  firmware-linux-free  3.4
pn  irqbalance           <none>

Versions of packages linux-image-4.19.0-1-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                3:6.04~git20171011.af7e95c3+dfsg1-6
ii  grub-pc                 2.02+dfsg1-10
pn  linux-doc-4.19          <none>

Versions of packages linux-image-4.19.0-1-amd64 is related to:
ii  firmware-amd-graphics     20190114-1
pn  firmware-atheros          <none>
pn  firmware-bnx2             <none>
pn  firmware-bnx2x            <none>
pn  firmware-brcm80211        <none>
pn  firmware-cavium           <none>
pn  firmware-intel-sound      <none>
pn  firmware-intelwimax       <none>
pn  firmware-ipw2x00          <none>
pn  firmware-ivtv             <none>
pn  firmware-iwlwifi          <none>
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20190114-1
ii  firmware-misc-nonfree     20190114-1
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20190114-1
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

Reply via email to