Bug#1076062: linux-image-6.9.8-amd64: missing module snd_soc_avs_max98927
Package: src:linux
Version: 6.9.8-1
Severity: normal
Tags: d-i
My system (ASUS Chromebook C425 "leona", amd64) uses a MAX98927 to drive the
built-in speakers, but a required module is not available (not enabled in the
kconfig) so the sound device doesn't appear:
$ wpctl status
...
Audio
├─ Sinks:
│ * 52. Built-in Audio Headphone [vol: 0.35]
│
...
$ alsactl info avsmax98927
alsactl: snd_card_iterator_sinit:257: Cannot find soundcard 'avsmax98927'...
$ grep -i 'max98927.*not set' "/boot/config-$(uname -r)"
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
I manually built the module and loaded it and suddenly the built-in speakers
started working, as expected:
$ sudo apt install linux-source linux-headers-amd64
$ sudo apt build-dep linux
$ tar xvfa /usr/src/linux-source-*.tar.xz
$ cd linux-source-*
$ xzcat /usr/src/linux-config-*/config.amd64_none_amd64.xz >.config
$ cp /usr/src/linux-headers-"$(uname -r)"/Module.symvers .
$ patch -p1 <<\EOF
--- a/.config 2024-07-09 23:26:13.159754022 -0400
+++ b/.config 2024-07-09 23:25:59.875808831 -0400
@@ -7000,7 +7000,7 @@
# CONFIG_SND_SOC_INTEL_AVS_MACH_ES8336 is not set
CONFIG_SND_SOC_INTEL_AVS_MACH_HDAUDIO=m
# CONFIG_SND_SOC_INTEL_AVS_MACH_I2S_TEST is not set
-# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927 is not set
+CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927=m
# CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98357A is not set
CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98373=m
CONFIG_SND_SOC_INTEL_AVS_MACH_NAU8825=m
EOF
$ make prepare
$ make modules_prepare
$ make M=sound/soc/intel/avs/boards
$ sudo cp sound/soc/intel/avs/boards/snd-soc-avs-max98927.ko /lib/modules/"$(uname -r)"/kernel/sound/soc/intel/avs/boards
$ sudo depmod
$ sudo modprobe snd_soc_avs_max98927
$ wpctl status
...
├─ Sinks:
│ 52. Built-in Audio Headphone [vol: 0.35]
│ * 79. Built-in Audio Speaker [vol: 0.45]
│
...
$ alsactl info avsmax98927
#
# Sound card
#
- card: 3
id: avsmax98927
name: avs_max98927
longname: Google-Leona-1.0
driver_name: avs_max98927
mixer_name:
components:
controls_count: 23
pcm:
- stream: PLAYBACK
devices:
- device: 1
id: Built-in Speakers (*)
name:
subdevices:
- subdevice: 0
name: subdevice #0
Please enable the module.
Thanks!
-- Package-specific info:
** Version:
Linux version 6.9.8-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-13 (Debian 13.3.0-1) 13.3.0, GNU ld (GNU Binutils for Debian) 2.42.50.20240625) #1 SMP PREEMPT_DYNAMIC Debian 6.9.8-1 (2024-07-07)
** Command line:
BOOT_IMAGE=/vmlinuz-6.9.8-amd64 root=/dev/mapper/transistor-root ro quiet
** Tainted: WOE (12800)
* kernel issued warning
* externally-built ("out-of-tree") module was loaded
* unsigned module was loaded
** Kernel log:
[ 384.000666] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.000670] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.000671] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.000727] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.000729] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.000732] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.000734] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.001253] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.001258] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.001261] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.001325] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.001328] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.001336] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.001339] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.002221] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.002226] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.002228] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.002274] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.002276] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.002281] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.002284] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.002505] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.002507] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.002509] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.002547] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.002548] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.002552] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.002554] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.002818] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.002821] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.002824] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.002887] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.002890] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.002895] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.002898] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.003158] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.003161] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.003162] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.003213] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.003214] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.003218] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.003220] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.003683] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.003687] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.003689] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.003726] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.003728] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.003734] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.003736] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.004992] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.004998] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.005002] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.005056] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.005058] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.005064] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.005074] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.005370] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.005372] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.005374] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.005417] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.005419] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.005422] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.005424] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.005703] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.005705] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.005707] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.005751] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.005753] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.005756] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.005758] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.005995] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.005997] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.005999] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.006050] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.006052] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.006055] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.006056] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 384.006799] snd_soc_avs 0000:00:1f.3: no DMIC ep_blob found
[ 384.006806] snd_soc_avs 0000:00:1f.3: module-type create failed: -2
[ 384.006810] snd_soc_avs 0000:00:1f.3: error creating module -2
[ 384.006862] snd_soc_avs 0000:00:1f.3: create path failed: -2
[ 384.006865] snd_soc_avs 0000:00:1f.3: ASoC: error at snd_soc_dai_hw_params on DMIC Pin: -2
[ 384.006874] DMIC: ASoC: error at __soc_pcm_hw_params on DMIC: -2
[ 384.006878] Digital Microphone: ASoC: error at dpcm_fe_dai_hw_params on Digital Microphone: -2
[ 389.049597] warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 390.969236] audit: type=1400 audit(1720579457.154:53): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2660 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 391.271623] audit: type=1400 audit(1720579457.454:54): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/devices/system/node/" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 391.372105] audit: type=1400 audit(1720579457.554:55): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/sys/block/" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 391.392158] audit: type=1400 audit(1720579457.574:56): apparmor="DENIED" operation="open" class="file" profile="mariadbd_akonadi" name="/proc/2689/cgroup" pid=2689 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[ 3775.599106] snd_soc_avs_max98927: loading out-of-tree module taints kernel.
[ 3775.599112] snd_soc_avs_max98927: module verification failed: signature and/or required key missing - tainting kernel
[ 3775.619013] avs_max98927 avs_max98927.1: ASoC: Parent card not yet available, widget card binding deferred
[ 3775.795615] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3775.795674] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3779.535592] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3779.535701] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3780.032155] da7219 i2c-DLGS7219:00: SRM failed to lock
[ 3802.547935] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 3802.548005] snd_soc_avs 0000:00:1f.3: cldma_irq_handler sd_status: 0x00000004
[ 4954.595004] audit: type=1400 audit(1720584020.751:57): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=24011 comm="cupsd" capability=12 capname="net_admin"
** Model information
sys_vendor: Google
product_name: Leona
product_version: 1.0
chassis_vendor: Google
chassis_version:
bios_vendor: coreboot
bios_version: MrChromebox-2405.0
board_vendor: Google
board_name: Leona
board_version: 1.0
** Loaded modules:
snd_soc_avs_max98927(OE)
nf_conntrack_netlink
xfrm_user
xfrm_algo
xt_addrtype
br_netfilter
xt_mark
rfcomm
snd_seq_dummy
snd_hrtimer
snd_seq
snd_seq_device
ctr
ccm
xt_CHECKSUM
xt_MASQUERADE
xt_conntrack
ipt_REJECT
xt_tcpudp
nft_compat
nf_nat_tftp
nf_conntrack_tftp
tun
bridge
stp
llc
nft_fib_inet
nft_fib_ipv4
nft_fib_ipv6
nft_fib
overlay
nft_reject_inet
nf_reject_ipv4
nf_reject_ipv6
nft_reject
nft_ct
nft_chain_nat
nf_nat
nf_conntrack
nf_defrag_ipv6
nf_defrag_ipv4
ip_set
nf_tables
libcrc32c
qrtr
cmac
algif_hash
algif_skcipher
af_alg
bnep
uinput
snd_sof_pci_intel_skl
snd_sof_intel_hda_common
soundwire_intel
snd_sof_intel_hda_mlink
soundwire_cadence
snd_sof_intel_hda
snd_sof_pci
snd_sof_xtensa_dsp
snd_sof
snd_soc_avs_hdaudio
snd_soc_avs_da7219
snd_soc_avs_dmic
snd_soc_dmic
snd_sof_utils
soundwire_generic_allocation
soundwire_bus
intel_uncore_frequency
intel_uncore_frequency_common
snd_hda_codec_hdmi
binfmt_misc
snd_soc_avs
iwlmvm
snd_soc_hda_codec
snd_soc_skl
x86_pkg_temp_thermal
intel_powerclamp
coretemp
snd_soc_hdac_hda
btusb
kvm_intel
snd_hda_ext_core
nls_ascii
snd_soc_sst_ipc
nls_cp437
btrtl
snd_soc_sst_dsp
vfat
mac80211
btintel
fat
joydev
intel_rapl_msr
snd_soc_acpi_intel_match
btbcm
kvm
btmtk
libarc4
snd_soc_acpi
bluetooth
snd_hda_intel
iwlwifi
snd_intel_dspcfg
snd_intel_sdw_acpi
uvcvideo
processor_thermal_device_pci_legacy
snd_hda_codec
videobuf2_vmalloc
uvc
videobuf2_memops
squashfs
rapl
intel_cstate
snd_hda_core
snd_soc_da7219
videobuf2_v4l2
processor_thermal_device
intel_uncore
snd_soc_max98927
loop
processor_thermal_wt_hint
cfg80211
videodev
sha3_generic
jitterentropy_rng
snd_soc_core
iTCO_wdt
processor_thermal_rfim
pcspkr
memconsole_coreboot
processor_thermal_rapl
intel_pmc_bxt
intel_rapl_common
memconsole
snd_hwdep
iTCO_vendor_support
vpd_sysfs
snd_compress
snd_pcm_dmaengine
drbg
processor_thermal_wt_req
snd_pcm
cros_usbpd_charger
videobuf2_common
ansi_cprng
cros_ec_sysfs
watchdog
processor_thermal_power_floor
cros_ec_debugfs
cros_usbpd_logger
ecdh_generic
cros_ec_chardev
processor_thermal_mbox
intel_xhci_usb_role_switch
snd_timer
mc
snd
rfkill
ecc
roles
intel_pch_thermal
intel_soc_dts_iosf
soundcore
tpm_tis_spi
elan_i2c
intel_vbtn
chromeos_tbmc
cdc_mbim
sparse_keymap
cdc_wdm
cros_usbpd_notify
int3403_thermal
int340x_thermal_zone
cros_kbd_led_backlight
ac
intel_pmc_core
soc_button_array
int3400_thermal
intel_vsec
acpi_thermal_rel
pmt_telemetry
pmt_class
evdev
serio_raw
msr
parport_pc
ppdev
lp
parport
efi_pstore
configfs
nfnetlink
efivarfs
ip_tables
x_tables
autofs4
ext4
crc16
mbcache
jbd2
crc32c_generic
dm_crypt
dm_mod
cdc_ncm
cdc_ether
usbnet
mii
hid_generic
usbhid
hid
i915
mmc_block
crct10dif_pclmul
crct10dif_common
spi_pxa2xx_platform
crc32_pclmul
dw_dmac
drm_buddy
dw_dmac_core
i2c_algo_bit
crc32c_intel
drm_display_helper
cros_ec_dev
cec
ghash_clmulni_intel
rc_core
sha512_ssse3
ttm
sha512_generic
drm_kms_helper
sha256_ssse3
sdhci_pci
xhci_pci
sha1_ssse3
xhci_hcd
cqhci
drm
i2c_i801
sdhci
usbcore
i2c_smbus
intel_lpss_pci
battery
mmc_core
video
usb_common
intel_lpss
cros_ec_lpcs
idma64
cros_ec
wmi
button
aesni_intel
crypto_simd
cryptd
** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c] (rev 02)
Subsystem: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:590c]
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: 1
Capabilities: <access denied>
Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation UHD Graphics 615 [8086:591c] (rev 02) (prog-if 00 [VGA controller])
DeviceName: VGA compatible controller
Subsystem: Intel Corporation Device [8086:2212]
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 129
IOMMU group: 0
Region 0: Memory at 90000000 (64-bit, non-prefetchable) [size=16M]
Region 2: Memory at 80000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 1000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 02)
Subsystem: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903]
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: 2
Region 0: Memory at 91120000 (64-bit, non-prefetchable) [size=32K]
Capabilities: <access denied>
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller [8086:9d2f] (rev 21) (prog-if 30 [XHCI])
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 123
IOMMU group: 3
Region 0: Memory at 91100000 (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:9d31]
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 C routed to IRQ 18
IOMMU group: 3
Region 0: Memory at 91130000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel_pch_thermal
Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 [8086:9d60] (rev 21)
Subsystem: Intel Corporation 100 Series PCH/Sunrise Point PCH I2C0 [Skylake/Kaby Lake LPSS I2C] [8086:9d60]
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
IOMMU group: 4
Region 0: Memory at 91131000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 [8086:9d61]
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 B routed to IRQ 17
IOMMU group: 4
Region 0: Memory at 91132000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:19.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO UART Controller #2 [8086:9d66] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Serial IO UART Controller #2 [8086:9d66]
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 32
IOMMU group: 5
Region 0: Memory at fe030000 (64-bit, non-prefetchable) [size=4K]
Region 2: Memory at 91134000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:19.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #5 [8086:9d65] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #5 [8086:9d65]
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 B routed to IRQ 33
IOMMU group: 5
Region 0: Memory at 91135000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10] (rev f1) (prog-if 00 [Normal decode])
Subsystem: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 [8086:9d10]
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 122
IOMMU group: 6
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: 91000000-910fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
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:1e.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 [8086:9d27] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 [8086:9d27]
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 20
IOMMU group: 7
Region 0: Memory at 91136000 (64-bit, non-prefetchable) [size=4K]
Region 2: Memory at 91137000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1e.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 [8086:9d29] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 [8086:9d29]
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 22
IOMMU group: 7
Region 0: Memory at 91138000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1e.4 SD Host controller [0805]: Intel Corporation Device [8086:9d2b] (rev 21) (prog-if 01)
Subsystem: Intel Corporation Device [8086:9d2b]
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 B routed to IRQ 21
IOMMU group: 7
Region 0: Memory at 91139000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
00:1e.6 SD Host controller [0805]: Intel Corporation Sunrise Point-LP Secure Digital IO Controller [8086:9d2d] (rev 21) (prog-if 01)
Subsystem: Intel Corporation Sunrise Point-LP Secure Digital IO Controller [8086:9d2d]
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 23
IOMMU group: 7
Region 0: Memory at 9113a000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:9d4b] (rev 21)
Subsystem: Intel Corporation Device [8086:9d4b]
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: 8
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP PMC [8086:9d21]
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: 8
Region 0: Memory at 91128000 (32-bit, non-prefetchable) [size=16K]
00:1f.3 Multimedia audio controller [0401]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21)
DeviceName: Multimedia audio controller
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: 64, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 131
IOMMU group: 8
Region 0: Memory at 9112c000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at 91110000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: snd_soc_avs
Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs, snd_sof_pci_intel_skl
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-LP SMBus [8086:9d23] (rev 21)
Subsystem: Intel Corporation Sunrise Point-LP SMBus [8086:9d23]
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: 8
Region 0: Memory at 9113c000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at efa0 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Non-VGA unclassified device [0000]: Intel Corporation Device [8086:9d24] (rev 21)
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: 8
Region 0: Memory at fe010000 (32-bit, non-prefetchable) [size=4K]
01:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [Stone Peak 2 AC] [8086:9010]
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 130
IOMMU group: 9
Region 0: Memory at 91000000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 004: ID 13d3:56d4 IMC Networks USB2.0 HD UVC WebCam
Bus 001 Device 005: ID 1050:0406 Yubico.com Yubikey 4/5 U2F+CCID
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
-- System Information:
Debian Release: trixie/sid
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'testing'), (250, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.9.8-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages linux-image-6.9.8-amd64 depends on:
ii initramfs-tools [linux-initramfs-tool] 0.142
ii kmod 32+20240611-1
ii linux-base 4.10.1
Versions of packages linux-image-6.9.8-amd64 recommends:
ii apparmor 3.1.7-1
Versions of packages linux-image-6.9.8-amd64 suggests:
pn debian-kernel-handbook <none>
ii firmware-linux-free 20240610-1
ii grub-efi-amd64 2.12-2
pn linux-doc-6.9 <none>
Versions of packages linux-image-6.9.8-amd64 is related to:
ii firmware-amd-graphics 20230625-2
ii firmware-atheros 20230625-2
pn firmware-bnx2 <none>
pn firmware-bnx2x <none>
ii firmware-brcm80211 20230625-2
pn firmware-cavium <none>
ii firmware-intel-sound 20230625-2
pn firmware-intelwimax <none>
ii firmware-ipw2x00 20230625-2
pn firmware-ivtv <none>
ii firmware-iwlwifi 20230625-2
pn firmware-libertas <none>
ii firmware-linux-nonfree 20230625-2
ii firmware-misc-nonfree 20230625-2
pn firmware-myricom <none>
pn firmware-netxen <none>
pn firmware-qlogic <none>
ii firmware-realtek 20230625-2
pn firmware-samsung <none>
pn firmware-siano <none>
pn firmware-ti-connectivity <none>
pn xen-hypervisor <none>
-- no debconf information
Reply to: