Your message dated Wed, 19 Feb 2025 16:29:11 +0100 (CET)
with message-id <20250219152911.988a4be2...@eldamar.lan>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #1034445,
regarding linux-image-5.10.0-21-amd64: Sometimes kernel-oops occurs reloading 
the psmouse module
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 ow...@bugs.debian.org
immediately.)


-- 
1034445: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034445
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 5.10.162-1
Severity: important

Sometimes, the touchpad/trackpoint on my x210 (no typo, it is a x201 with a new 
motherboard, hence "x210", looses the settings or does not work work anymore at 
all.

To fix this, I created a script like

#!/bin/sh
rmmod psmouse
sleep 2
modprobe psmouse
sleep 5
echo "Trackpoint einstellen"
# Trackpoint sensibler
for i in /sys/devices/platform/i8042/serio2/serio*; do
    if [ ! -e $i/sensitivity ]; then
        continue
    fi
    echo -n 200 > $i/sensitivity
    # und schneller
    echo -n 230 > $i/speed
    echo 1 > $i/press_to_select
done


which works in 95% of the cases. But in some cases. I get a kernel oops 
(attached). Then the system begins to get instable, and a clean shutdown is not 
possible anymore.
I've hade the problem since the beginning, at least starting with the 5.4 
kernel. I get the same problem with the Ubuntu 20.04 HWW kernel (5.15).

Best regards
Michael



kernel-oops:

[33198.813226] psmouse serio2: synaptics: queried max coordinates: x [..5888], 
y [..4810]
[33198.866631] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.4, id: 
0x1e0b1, caps: 0xd047b1/0xb40000/0xa0000/0x0, board id: 0, fw id: 615624
[33198.866646] psmouse serio2: synaptics: serio: Synaptics pass-through port at 
isa0060/serio2/input0
[33198.900422] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio2/input/input97
[33198.907202] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at 
byte 1
[33198.908315] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at 
byte 1
[33199.108041] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at 
byte 1
[33199.109151] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at 
byte 1
[33200.106629] psmouse serio2: Failed to deactivate mouse on isa0060/serio2: -5
[33200.107226] psmouse serio2: Failed to enable mouse on isa0060/serio2
[33200.112507] input: PS/2 Generic Mouse as 
/devices/platform/i8042/serio2/input/input101
[33200.113291] psmouse serio2: Failed to enable mouse on isa0060/serio2
[33200.113419] BUG: kernel NULL pointer dereference, address: 0000000000000048
[33200.113429] #PF: supervisor write access in kernel mode
[33200.113434] #PF: error_code(0x0002) - not-present page
[33200.113439] PGD 0 P4D 0 
[33200.113454] Oops: 0002 [#1] SMP PTI
[33200.113464] CPU: 4 PID: 1104044 Comm: kworker/4:1 Tainted: P           OE    
 5.10.0-21-amd64 #1 Debian 5.10.162-1
[33200.113469] Hardware name: Default string Default string/Default string, 
BIOS 5.12 01/11/2019
[33200.113482] Workqueue: events_long serio_handle_event
[33200.113505] RIP: 0010:synaptics_pt_start+0x2e/0x60 [psmouse]
[33200.113511] Code: 00 41 54 55 53 48 8b 87 00 01 00 00 48 89 fb 48 8b a8 d0 
01 00 00 48 8b 45 10 4c 8b 65 00 48 8d b8 d0 00 00 00 e8 52 a6 3b dd <49> 89 5c 
24 48 48 8b 7d 10 48 81 c7 d0 00 00 00 c6 07 00 0f 1f 40
[33200.113518] RSP: 0018:ffffafbf247f3e30 EFLAGS: 00010046
[33200.113523] RAX: 0000000000000000 RBX: ffff91d2c8ac5800 RCX: ffff91d2c8ac5908
[33200.113527] RDX: 0000000000000001 RSI: ffff91d2e9586448 RDI: ffff91d2e95818d0
[33200.113531] RBP: ffff91d7659f4600 R08: ffffffff9e7f8bd0 R09: ffffffff9e7f8bd0
[33200.113534] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[33200.113538] R13: ffff91d2e9586448 R14: ffff91d2c8ac5c48 R15: ffff91d2e9581918
[33200.113543] FS:  0000000000000000(0000) GS:ffff91d9ded00000(0000) 
knlGS:0000000000000000
[33200.113547] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33200.113551] CR2: 0000000000000048 CR3: 000000054bc0a006 CR4: 00000000003706e0
[33200.113555] Call Trace:
[33200.113571]  serio_handle_event+0x273/0x2e0
[33200.113580]  process_one_work+0x1b3/0x350
[33200.113587]  worker_thread+0x53/0x3e0
[33200.113594]  ? process_one_work+0x350/0x350
[33200.113601]  kthread+0x118/0x140
[33200.113608]  ? __kthread_bind_mask+0x60/0x60
[33200.113617]  ret_from_fork+0x1f/0x30
[33200.113625] Modules linked in: psmouse wacom usbhid hid snd_hrtimer 
snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device ctr ccm 
rfcomm xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 
xt_tcpudp nft_compat nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 
nf_defrag_ipv4 nft_counter nf_tables crc32c_generic nfnetlink bridge 
cpufreq_conservative cpufreq_userspace cpufreq_powersave cpufreq_ondemand ifb 
sch_fq_codel vmw_vsock_vmci_transport vsock vmw_vmci 8021q garp stp mrp llc 
qrtr ns cmac algif_hash algif_skcipher af_alg bnep uinput binfmt_misc nls_ascii 
nls_cp437 vfat fat snd_hda_codec_hdmi snd_hda_codec_conexant 
snd_hda_codec_generic ledtrig_audio snd_soc_skl snd_soc_hdac_hda 
snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match 
snd_soc_acpi snd_hda_intel snd_intel_dspcfg soundwire_intel 
soundwire_generic_allocation snd_soc_core iwlmvm btusb btrtl snd_compress btbcm 
btintel soundwire_cadence snd_hda_codec bluetooth mac80211 snd_hda_core
[33200.113766]  snd_hwdep soundwire_bus uvcvideo snd_pcm_oss videobuf2_vmalloc 
videobuf2_memops jitterentropy_rng snd_mixer_oss videobuf2_v4l2 libarc4 
videobuf2_common snd_pcm drbg iwlwifi videodev ansi_cprng snd_timer snd 
cdc_ether option ecdh_generic usbnet ecc usb_wwan usbserial mii mc crc16 
intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal kvm_intel cfg80211 kvm 
irqbypass rapl intel_cstate intel_uncore joydev efi_pstore ee1004 rfkill 
soundcore serio_raw mei_me mei intel_xhci_usb_role_switch roles 
intel_pch_thermal ac intel_pmc_core acpi_pad evdev cuse ib_iser rdma_cm iw_cm 
squashfs ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi 
coretemp msr evdi(OE) ecryptfs parport_pc ppdev nfsd lp parport fuse 
auth_rpcgss nfs_acl lockd configfs grace sunrpc efivarfs ip_tables x_tables 
autofs4 zfs(POE) zunicode(POE) zzstd(OE) zlua(OE) zavl(POE) icp(POE) 
zcommon(POE) znvpair(POE) spl(OE) btrfs xor raid6_pq libcrc32c dm_crypt 
dm_mirror dm_region_hash dm_log dm_mod yenta_socket
[33200.113932]  pcmcia_rsrc pcmcia pcmcia_core sata_sil i915 crc32_pclmul 
xhci_pci crc32c_intel xhci_hcd ghash_clmulni_intel ahci i2c_algo_bit nvme 
usbcore libahci drm_kms_helper nvme_core aesni_intel libata t10_pi crc_t10dif 
crct10dif_generic cec i2c_i801 libaes crypto_simd crct10dif_pclmul drm cryptd 
scsi_mod glue_helper crct10dif_common i2c_smbus r8168(OE) usb_common battery 
video button [last unloaded: psmouse]
[33200.114000] CR2: 0000000000000048
[33200.114006] ---[ end trace e2b4b7bebe288aa2 ]---
[33200.274304] RIP: 0010:synaptics_pt_start+0x2e/0x60 [psmouse]
[33200.274309] Code: 00 41 54 55 53 48 8b 87 00 01 00 00 48 89 fb 48 8b a8 d0 
01 00 00 48 8b 45 10 4c 8b 65 00 48 8d b8 d0 00 00 00 e8 52 a6 3b dd <49> 89 5c 
24 48 48 8b 7d 10 48 81 c7 d0 00 00 00 c6 07 00 0f 1f 40
[33200.274311] RSP: 0018:ffffafbf247f3e30 EFLAGS: 00010046
[33200.274314] RAX: 0000000000000000 RBX: ffff91d2c8ac5800 RCX: ffff91d2c8ac5908
[33200.274316] RDX: 0000000000000001 RSI: ffff91d2e9586448 RDI: ffff91d2e95818d0
[33200.274318] RBP: ffff91d7659f4600 R08: ffffffff9e7f8bd0 R09: ffffffff9e7f8bd0
[33200.274319] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[33200.274321] R13: ffff91d2e9586448 R14: ffff91d2c8ac5c48 R15: ffff91d2e9581918
[33200.274323] FS:  0000000000000000(0000) GS:ffff91d9ded00000(0000) 
knlGS:0000000000000000
[33200.274324] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[33200.274326] CR2: 0000000000000048 CR3: 00000002232f0001 CR4: 00000000003706e0


-- Package-specific info:
** Version:
Linux version 5.10.0-21-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 
10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP 
Debian 5.10.162-1 (2023-01-21)

** Command line:
BOOT_IMAGE=/BOOT/debian@/vmlinuz-5.10.0-21-amd64 root=ZFS=/ROOT/debian ro 
root=ZFS=rpool/ROOT/debian intel_iommu=on i915.enable_gvt=1 noquiet nosplash 
intel_iommu=on i915.enable_gvt=1

** Tainted: POE (12289)
 * proprietary module was loaded
 * externally-built ("out-of-tree") module was loaded
 * unsigned module was loaded

** Kernel log:
Unable to read kernel log; any relevant messages should be attached

** Model information
sys_vendor: Default string
product_name: Default string
product_version: Default string
chassis_vendor: Default string
chassis_version: Default string
bios_vendor: American Megatrends Inc.
bios_version: 5.12
board_vendor: Default string
board_name: Default string
board_version: Default string

** Loaded modules:
snd_hrtimer
snd_seq_midi
snd_seq_midi_event
snd_rawmidi
snd_seq
snd_seq_device
ctr
ccm
rfcomm
xt_CHECKSUM
xt_MASQUERADE
xt_conntrack
ipt_REJECT
nf_reject_ipv4
xt_tcpudp
nft_compat
nft_chain_nat
nf_nat
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
nft_counter
nf_tables
crc32c_generic
nfnetlink
bridge
cpufreq_conservative
cpufreq_userspace
cpufreq_powersave
cpufreq_ondemand
ifb
sch_fq_codel
vmw_vsock_vmci_transport
vsock
vmw_vmci
8021q
garp
stp
mrp
llc
qrtr
ns
cmac
algif_hash
algif_skcipher
af_alg
bnep
uinput
binfmt_misc
nls_ascii
nls_cp437
vfat
fat
snd_hda_codec_hdmi
snd_hda_codec_conexant
snd_hda_codec_generic
ledtrig_audio
snd_soc_skl
snd_soc_hdac_hda
snd_hda_ext_core
snd_soc_sst_ipc
btusb
snd_soc_sst_dsp
btrtl
snd_soc_acpi_intel_match
snd_soc_acpi
btbcm
btintel
snd_hda_intel
snd_intel_dspcfg
soundwire_intel
iwlmvm
soundwire_generic_allocation
bluetooth
snd_soc_core
mac80211
snd_compress
soundwire_cadence
snd_hda_codec
uvcvideo
snd_hda_core
snd_hwdep
jitterentropy_rng
soundwire_bus
videobuf2_vmalloc
videobuf2_memops
libarc4
videobuf2_v4l2
snd_pcm_oss
videobuf2_common
snd_mixer_oss
drbg
ansi_cprng
iwlwifi
snd_pcm
videodev
cdc_ether
option
ecdh_generic
usbnet
snd_timer
ecc
usb_wwan
usbserial
mii
mc
crc16
intel_rapl_msr
intel_rapl_common
x86_pkg_temp_thermal
kvm_intel
cfg80211
kvm
irqbypass
rapl
intel_cstate
joydev
snd
intel_uncore
efi_pstore
serio_raw
ee1004
soundcore
mei_me
rfkill
mei
intel_xhci_usb_role_switch
roles
intel_pch_thermal
ac
intel_pmc_core
evdev
acpi_pad
cuse
ib_iser
rdma_cm
iw_cm
squashfs
ib_cm
ib_core
iscsi_tcp
libiscsi_tcp
libiscsi
scsi_transport_iscsi
coretemp
msr
evdi(OE)
ecryptfs
parport_pc
ppdev
lp
parport
nfsd
fuse
auth_rpcgss
configfs
nfs_acl
lockd
grace
sunrpc
efivarfs
ip_tables
x_tables
autofs4
zfs(POE)
zunicode(POE)
zzstd(OE)
zlua(OE)
zavl(POE)
icp(POE)
zcommon(POE)
znvpair(POE)
spl(OE)
btrfs
xor
raid6_pq
libcrc32c
dm_crypt
dm_mirror
dm_region_hash
dm_log
dm_mod
yenta_socket
pcmcia_rsrc
pcmcia
pcmcia_core
sata_sil
i915
xhci_pci
crc32_pclmul
crc32c_intel
xhci_hcd
i2c_algo_bit
ghash_clmulni_intel
nvme
drm_kms_helper
nvme_core
usbcore
ahci
libahci
t10_pi
crc_t10dif
libata
aesni_intel
i2c_i801
crct10dif_generic
cec
libaes
crypto_simd
crct10dif_pclmul
drm
cryptd
glue_helper
psmouse
scsi_mod
crct10dif_common
i2c_smbus
r8168(OE)
usb_common
battery
video
button

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core 
Processor Host Bridge/DRAM Registers [8086:5914] (rev 08)
        Subsystem: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor 
Host Bridge/DRAM Registers [8086:2015]
        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
        IOMMU group: 0
        Capabilities: <access denied>
        Kernel driver in use: skl_uncore

00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 620 
[8086:5917] (rev 07) (prog-if 00 [VGA controller])
        DeviceName:  Onboard IGD
        Subsystem: Intel Corporation UHD Graphics 620 [8086:2015]
        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 137
        IOMMU group: 1
        Region 0: Memory at 2ffe000000 (64-bit, non-prefetchable) [size=16M]
        Region 2: Memory at a0000000 (64-bit, prefetchable) [size=512M]
        Region 4: I/O ports at f000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: i915
        Kernel modules: i915

00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / 
E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911]
        Subsystem: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 
6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:2015]
        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-
        Interrupt: pin A routed to IRQ 11
        IOMMU group: 2
        Region 0: Memory at 2fff027000 (64-bit, non-prefetchable) [disabled] 
[size=4K]
        Capabilities: <access denied>

00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI 
Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
        Subsystem: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller 
[8086:7270]
        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 136
        IOMMU group: 3
        Region 0: Memory at 2fff010000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci

00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP 
Thermal subsystem [8086:9d31] (rev 21)
        Subsystem: Intel Corporation Sunrise Point-LP Thermal subsystem 
[8086:7270]
        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-
        Interrupt: pin C routed to IRQ 18
        IOMMU group: 3
        Region 0: Memory at 2fff026000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: intel_pch_thermal
        Kernel modules: intel_pch_thermal

00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP 
CSME HECI #1 [8086:9d3a] (rev 21)
        Subsystem: Intel Corporation Sunrise Point-LP CSME HECI [8086:1999]
        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 16
        IOMMU group: 4
        Region 0: Memory at 2fff025000 (64-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel modules: mei_me

00:17.0 SATA controller [0106]: Intel Corporation Sunrise Point-LP SATA 
Controller [AHCI mode] [8086:9d03] (rev 21) (prog-if 01 [AHCI 1.0])
        Subsystem: Intel Corporation Sunrise Point-LP SATA Controller [AHCI 
mode] [8086:7270]
        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 126
        IOMMU group: 5
        Region 0: Memory at dff04000 (32-bit, non-prefetchable) [size=8K]
        Region 1: Memory at dff07000 (32-bit, non-prefetchable) [size=256]
        Region 2: I/O ports at f090 [size=8]
        Region 3: I/O ports at f080 [size=4]
        Region 4: I/O ports at f060 [size=32]
        Region 5: Memory at dff06000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: ahci
        Kernel modules: ahci

00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #3 [8086:9d12] (rev f1) (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
        Interrupt: pin C routed to IRQ 122
        IOMMU group: 6
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000e000-0000efff [size=4K]
        Memory behind bridge: dfe00000-dfefffff [size=1M]
        Prefetchable memory behind bridge: [disabled]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1c.3 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #4 [8086:9d13] (rev f1) (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
        Interrupt: pin D routed to IRQ 123
        IOMMU group: 7
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
        I/O behind bridge: [disabled]
        Memory behind bridge: dfd00000-dfdfffff [size=1M]
        Prefetchable memory behind bridge: [disabled]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1d.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root 
Port #9 [8086:9d18] (rev f1) (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
        Interrupt: pin A routed to IRQ 124
        IOMMU group: 8
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: [disabled]
        Memory behind bridge: dfc00000-dfcfffff [size=1M]
        Prefetchable memory behind bridge: [disabled]
        Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
        Capabilities: <access denied>
        Kernel driver in use: pcieport

00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point LPC Controller/eSPI 
Controller [8086:9d4e] (rev 21)
        Subsystem: Intel Corporation Sunrise Point LPC Controller/eSPI 
Controller [8086:7270]
        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
        IOMMU group: 9

00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC 
[8086:9d21] (rev 21)
        Subsystem: Intel Corporation Sunrise Point-LP PMC [8086:7270]
        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-
        IOMMU group: 9
        Region 0: Memory at dff00000 (32-bit, non-prefetchable) [disabled] 
[size=16K]

00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio 
[8086:9d71] (rev 21)
        Subsystem: Intel Corporation Sunrise Point-LP HD Audio [8086:7270]
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 144
        IOMMU group: 9
        Region 0: Memory at 2fff020000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at 2fff000000 (64-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel, snd_soc_skl

00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 
21)
        Subsystem: Intel Corporation Sunrise Point-LP SMBus [8086:7270]
        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 A routed to IRQ 16
        IOMMU group: 9
        Region 0: Memory at 2fff024000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at f040 [size=32]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801

01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. 
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
        Subsystem: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI 
Express Gigabit Ethernet Controller [10ec:0123]
        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 125
        IOMMU group: 6
        Region 0: I/O ports at e000 [size=256]
        Region 2: Memory at dfe04000 (64-bit, non-prefetchable) [size=4K]
        Region 4: Memory at dfe00000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: r8168
        Kernel modules: r8168

02:00.0 Network controller [0280]: Intel Corporation Wireless-AC 9260 
[8086:2526] (rev 29)
        Subsystem: Intel Corporation Wireless-AC 9260 [8086:0010]
        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 19
        IOMMU group: 10
        Region 0: Memory at dfd00000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi

03:00.0 Non-Volatile memory controller [0108]: Phison Electronics Corporation 
E12 NVMe Controller [1987:5012] (rev 01) (prog-if 02 [NVM Express])
        Subsystem: Phison Electronics Corporation E12 NVMe Controller 
[1987:5012]
        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 16
        NUMA node: 0
        IOMMU group: 11
        Region 0: Memory at dfc00000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: nvme
        Kernel modules: nvme


** USB devices:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 12d1:15c3 Huawei Technologies Co., Ltd. HUAWEI Mobile
Bus 001 Device 004: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth Adapter
Bus 001 Device 003: ID 17ef:4816 Lenovo Integrated Webcam
Bus 001 Device 002: ID 147e:2016 Upek Biometric Touchchip/Touchstrip 
Fingerprint Sensor
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 11.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-21-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-5.10.0-21-amd64 depends on:
ii  initramfs-tools [linux-initramfs-tool]  0.140
ii  kmod                                    28-1
ii  linux-base                              4.6

Versions of packages linux-image-5.10.0-21-amd64 recommends:
ii  apparmor             2.13.6-10
pn  firmware-linux-free  <none>

Versions of packages linux-image-5.10.0-21-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                3:6.04~git20190206.bf6db5b4+dfsg1-3+b1
ii  grub-efi-amd64          2.06-3~deb11u5
pn  linux-doc-5.10          <none>

Versions of packages linux-image-5.10.0-21-amd64 is related to:
ii  firmware-amd-graphics     20210315-3
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>
ii  firmware-iwlwifi          20210315-3
pn  firmware-libertas         <none>
ii  firmware-linux-nonfree    20210315-3
ii  firmware-misc-nonfree     20210315-3
pn  firmware-myricom          <none>
pn  firmware-netxen           <none>
pn  firmware-qlogic           <none>
ii  firmware-realtek          20210315-3
pn  firmware-samsung          <none>
pn  firmware-siano            <none>
pn  firmware-ti-connectivity  <none>
pn  xen-hypervisor            <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi

This bug was filed for a very old kernel or the bug is old itself
without resolution.

If you can reproduce it with

- the current version in unstable/testing
- the latest kernel from backports

please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.

Regards,
Salvatore

--- End Message ---

Reply via email to