Package: src:linux Version: 5.3.2-1~exp1 Severity: important I can't figure out how to sign my kernel modules once I installed my MOK, the doc in https://wiki.debian.org/SecureBoot#MOK_-_Machine_Owner_Key didn't really help me out.
└[cochabamba] mokutil --test-key mok/MOK.cer 22:41:13 mok/MOK.cer is already enrolled └[cochabamba] sudo keyctl show -x %:.builtin_trusted_keys 22:41:37 Keyring 0x2d16579e ---lswrv 0 0 keyring: .builtin_trusted_keys 0x29b4e884 ---lswrv 0 0 \_ asymmetric: Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1 0x3681dcff ---lswrv 0 0 \_ asymmetric: Debian Secure Boot Signer: 00a7468def └[cochabamba] sudo keyctl show -x %:.platform 22:41:42 Keyring 0x1cbb137c ---lswrv 0 0 keyring: .platform 0x3d97fc8d ---lswrv 0 0 \_ asymmetric: Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53 0x04167078 ---lswrv 0 0 \_ asymmetric: Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1 0x3646f72f ---lswrv 0 0 \_ asymmetric: Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63 0x02bb95ba ---lswrv 0 0 \_ asymmetric: Niv Sardi: 8b6895ea20ac18cf58b558b8367eabd6400d021d 0x16f8c206 ---lswrv 0 0 \_ asymmetric: : 6e4c5e40f58b7aad499ef717e69bc28d 0x1120e45f ---lswrv 0 0 \_ asymmetric: Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4 └[cochabamba] sudo /usr/src/linux-headers-(uname -r)/scripts/sign-file sha256 ~/mok/MOK.key ~/mok/MOK.cer /lib/modules/(uname -r)/updates/dkms/wireguard.ko wireguard.ko └[cochabamba] hexdump -C wireguard.ko |tail -24 22:44:22 00053be0 4e 69 76 20 53 61 72 64 69 02 14 4e 56 b2 8b 51 |Niv Sardi..NV..Q| 00053bf0 00 33 4c 28 86 cd 99 08 b6 c9 8a 6a bb f8 58 30 |.3L(.......j..X0| 00053c00 0b 06 09 60 86 48 01 65 03 04 02 01 30 0d 06 09 |...`.H.e....0...| 00053c10 2a 86 48 86 f7 0d 01 01 01 05 00 04 82 01 00 3e |*.H............>| 00053c20 5e 55 0d bc 7a 4f c5 0f f8 05 bc f3 68 a3 88 3c |^U..zO......h..<| 00053c30 8e 52 d7 15 b9 2e 0a 26 1d a0 0f 17 48 01 bd f5 |.R.....&....H...| 00053c40 f1 b8 f8 f0 01 c3 8f 07 c5 33 65 08 14 f5 a6 58 |.........3e....X| 00053c50 44 d5 78 c2 be bf f6 14 93 3b 13 56 76 0e 46 29 |D.x......;.Vv.F)| 00053c60 de 2c b2 21 e2 c0 8b aa 04 a0 86 42 5f fb 81 89 |.,.!.......B_...| 00053c70 da ca d7 23 e4 ea 1a 7c 8f 9f b6 0b c0 58 ad 6f |...#...|.....X.o| 00053c80 4d ed f2 ed 54 5c ce f8 ff 99 f9 40 d3 6d 39 7a |M...T\.....@.m9z| 00053c90 db 73 e5 47 3f da 4c 03 d0 25 f9 03 19 ad 2e cd |.s.G?.L..%......| 00053ca0 93 e5 c0 6b eb be 2e 38 2a 0e f4 9b 18 99 27 9d |...k...8*.....'.| 00053cb0 ca 92 d1 f9 5f b2 2d 50 19 1a 8a 4b 88 3d 39 f5 |...._.-P...K.=9.| 00053cc0 b4 59 9f 3e 70 5f 43 09 01 91 20 bc 95 c9 88 fc |.Y.>p_C... .....| 00053cd0 96 32 f0 06 85 9c fb 26 3a f4 05 38 e0 b8 d0 9c |.2.....&:..8....| 00053ce0 94 a9 f9 c2 40 49 a9 95 43 db e1 cc 51 36 30 92 |....@I..C...Q60.| 00053cf0 1e 6e ee 31 ac f4 e1 83 4a 19 91 72 26 44 f4 30 |.n.1....J..r&D.0| 00053d00 6c d5 79 c4 f8 22 70 8c 9a 56 e9 ab f8 70 a9 65 |l.y.."p..V...p.e| 00053d10 cf 2e a1 96 3a ce 3d 88 30 23 2f 9c f6 be 87 00 |....:.=.0#/.....| 00053d20 00 02 00 00 00 00 00 00 00 01 8f 7e 4d 6f 64 75 |...........~Modu| 00053d30 6c 65 20 73 69 67 6e 61 74 75 72 65 20 61 70 70 |le signature app| 00053d40 65 6e 64 65 64 7e 0a |ended~.| 00053d47 └[cochabamba] sudo insmod ./wireguard.ko 22:44:25 insmod: ERROR: could not insert module ./wireguard.ko: Operation not permitted this just get dmesg to output: [ 20.488940] Lockdown: modprobe: Loading of unsigned module is restricted; see https://wiki.debian.org/SecureBoot -- Package-specific info: ** Version: Linux version 5.3.0-trunk-amd64 (debian-ker...@lists.debian.org) (gcc version 9.2.1 20190909 (Debian 9.2.1-8)) #1 SMP Debian 5.3.2-1~exp1 (2019-10-02) ** Command line: BOOT_IMAGE=/vmlinuz-5.3.0-trunk-amd64 root=/dev/mapper/cochabamba--vg-root ro pcie_aspm=force quiet splash ** Tainted: U (64) * Userspace-defined naughtiness. ** Kernel log: [ 12.497793] Bluetooth: RFCOMM ver 1.11 [ 12.511270] uvcvideo 1-7:1.0: Entity type for entity Extension 4 was not initialized! [ 12.511272] uvcvideo 1-7:1.0: Entity type for entity Extension 3 was not initialized! [ 12.511274] uvcvideo 1-7:1.0: Entity type for entity Processing 2 was not initialized! [ 12.511276] uvcvideo 1-7:1.0: Entity type for entity Camera 1 was not initialized! [ 12.511363] input: HD Camera: HD Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input25 [ 12.511447] usbcore: registered new interface driver uvcvideo [ 12.511448] USB Video Class driver (1.1.1) [ 12.586435] pcieport 0000:00:1d.2: Intel SPT PCH root port ACS workaround enabled [ 14.850413] iwlwifi 0000:3c:00.0: Error sending MAC_CONTEXT_CMD: time out after 2000ms. [ 14.850424] iwlwifi 0000:3c:00.0: Current CMD queue read_ptr 35 write_ptr 36 [ 14.852724] iwlwifi 0000:3c:00.0: Start IWL Error Log Dump: [ 14.852731] iwlwifi 0000:3c:00.0: Status: 0x00000080, count: 6 [ 14.852737] iwlwifi 0000:3c:00.0: Loaded firmware version: 36.8fd77bb3.0 [ 14.852743] iwlwifi 0000:3c:00.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN [ 14.852749] iwlwifi 0000:3c:00.0: 0x000002F0 | trm_hw_status0 [ 14.852754] iwlwifi 0000:3c:00.0: 0x00000000 | trm_hw_status1 [ 14.852759] iwlwifi 0000:3c:00.0: 0x0002486C | branchlink2 [ 14.852764] iwlwifi 0000:3c:00.0: 0x0003A7CE | interruptlink1 [ 14.852769] iwlwifi 0000:3c:00.0: 0x0003A7CE | interruptlink2 [ 14.852774] iwlwifi 0000:3c:00.0: 0x00000000 | data1 [ 14.852779] iwlwifi 0000:3c:00.0: 0x00000080 | data2 [ 14.852784] iwlwifi 0000:3c:00.0: 0x07830000 | data3 [ 14.852789] iwlwifi 0000:3c:00.0: 0x00000000 | beacon time [ 14.852794] iwlwifi 0000:3c:00.0: 0x001F4748 | tsf low [ 14.852799] iwlwifi 0000:3c:00.0: 0x00000000 | tsf hi [ 14.852804] iwlwifi 0000:3c:00.0: 0x00000000 | time gp1 [ 14.852809] iwlwifi 0000:3c:00.0: 0x001F4749 | time gp2 [ 14.852814] iwlwifi 0000:3c:00.0: 0x00000001 | uCode revision type [ 14.852819] iwlwifi 0000:3c:00.0: 0x00000024 | uCode version major [ 14.852824] iwlwifi 0000:3c:00.0: 0x8FD77BB3 | uCode version minor [ 14.852829] iwlwifi 0000:3c:00.0: 0x00000230 | hw version [ 14.852834] iwlwifi 0000:3c:00.0: 0x00880000 | board version [ 14.852839] iwlwifi 0000:3c:00.0: 0x002101C8 | hcmd [ 14.852844] iwlwifi 0000:3c:00.0: 0x00022000 | isr0 [ 14.852849] iwlwifi 0000:3c:00.0: 0x00800000 | isr1 [ 14.852854] iwlwifi 0000:3c:00.0: 0x08001802 | isr2 [ 14.852859] iwlwifi 0000:3c:00.0: 0x40400080 | isr3 [ 14.852863] iwlwifi 0000:3c:00.0: 0x00000000 | isr4 [ 14.852868] iwlwifi 0000:3c:00.0: 0x002101C8 | last cmd Id [ 14.852873] iwlwifi 0000:3c:00.0: 0x00000000 | wait_event [ 14.852878] iwlwifi 0000:3c:00.0: 0x00008399 | l2p_control [ 14.852883] iwlwifi 0000:3c:00.0: 0x00000020 | l2p_duration [ 14.852888] iwlwifi 0000:3c:00.0: 0x00000000 | l2p_mhvalid [ 14.852893] iwlwifi 0000:3c:00.0: 0x00000000 | l2p_addr_match [ 14.852898] iwlwifi 0000:3c:00.0: 0x0000008F | lmpm_pmg_sel [ 14.852903] iwlwifi 0000:3c:00.0: 0x29051704 | timestamp [ 14.852908] iwlwifi 0000:3c:00.0: 0x00341828 | flow_handler [ 14.853086] iwlwifi 0000:3c:00.0: Start IWL Error Log Dump: [ 14.853091] iwlwifi 0000:3c:00.0: Status: 0x00000080, count: 7 [ 14.853097] iwlwifi 0000:3c:00.0: 0x00000070 | NMI_INTERRUPT_LMAC_FATAL [ 14.853101] iwlwifi 0000:3c:00.0: 0x00000000 | umac branchlink1 [ 14.853106] iwlwifi 0000:3c:00.0: 0xC0086934 | umac branchlink2 [ 14.853111] iwlwifi 0000:3c:00.0: 0xC008D564 | umac interruptlink1 [ 14.853116] iwlwifi 0000:3c:00.0: 0xC0083B0C | umac interruptlink2 [ 14.853121] iwlwifi 0000:3c:00.0: 0x00000800 | umac data1 [ 14.853125] iwlwifi 0000:3c:00.0: 0xC0083B0C | umac data2 [ 14.853130] iwlwifi 0000:3c:00.0: 0xDEADBEEF | umac data3 [ 14.853135] iwlwifi 0000:3c:00.0: 0x00000024 | umac major [ 14.853140] iwlwifi 0000:3c:00.0: 0x8FD77BB3 | umac minor [ 14.853144] iwlwifi 0000:3c:00.0: 0xC088628C | frame pointer [ 14.853149] iwlwifi 0000:3c:00.0: 0xC088628C | stack pointer [ 14.853155] iwlwifi 0000:3c:00.0: 0x0022010C | last host cmd [ 14.853160] iwlwifi 0000:3c:00.0: 0x00000000 | isr status reg [ 14.853292] iwlwifi 0000:3c:00.0: Fseq Registers: [ 14.853349] iwlwifi 0000:3c:00.0: 0x99970F44 | FSEQ_ERROR_CODE [ 14.853408] iwlwifi 0000:3c:00.0: 0x33822D51 | FSEQ_TOP_INIT_VERSION [ 14.853466] iwlwifi 0000:3c:00.0: 0xDBF36E80 | FSEQ_CNVIO_INIT_VERSION [ 14.853523] iwlwifi 0000:3c:00.0: 0x0000A10B | FSEQ_OTP_VERSION [ 14.853580] iwlwifi 0000:3c:00.0: 0x29DF32F1 | FSEQ_TOP_CONTENT_VERSION [ 14.853637] iwlwifi 0000:3c:00.0: 0x8608E511 | FSEQ_ALIVE_TOKEN [ 14.853694] iwlwifi 0000:3c:00.0: 0xF6DC5CDF | FSEQ_CNVI_ID [ 14.853752] iwlwifi 0000:3c:00.0: 0xB733CD40 | FSEQ_CNVR_ID [ 14.853809] iwlwifi 0000:3c:00.0: 0x00000010 | CNVI_AUX_MISC_CHIP [ 14.853866] iwlwifi 0000:3c:00.0: 0x00000000 | CNVR_AUX_MISC_CHIP [ 14.853926] iwlwifi 0000:3c:00.0: 0x0BADCAFE | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM [ 14.853988] iwlwifi 0000:3c:00.0: 0x0BADCAFE | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR [ 14.854050] iwlwifi 0000:3c:00.0: Collecting data: trigger 2 fired. [ 14.854063] ieee80211 phy0: Hardware restart was requested [ 14.854074] iwlwifi 0000:3c:00.0: Failed to send MAC context (action:1): -110 [ 16.151795] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details. [ 19.805054] wlp60s0: authenticate with ec:8a:4c:bd:da:f9 [ 19.814343] wlp60s0: send auth to ec:8a:4c:bd:da:f9 (try 1/3) [ 19.827148] wlp60s0: authenticated [ 19.830409] wlp60s0: associate with ec:8a:4c:bd:da:f9 (try 1/3) [ 19.834260] wlp60s0: RX AssocResp from ec:8a:4c:bd:da:f9 (capab=0x1411 status=0 aid=2) [ 19.836249] wlp60s0: associated [ 19.854261] wlp60s0: Limiting TX power to 30 (30 - 0) dBm as advertised by ec:8a:4c:bd:da:f9 [ 19.957268] IPv6: ADDRCONF(NETDEV_CHANGE): wlp60s0: link becomes ready [ 20.488940] Lockdown: modprobe: Loading of unsigned module is restricted; see https://wiki.debian.org/SecureBoot [ 20.941263] kauditd_printk_skb: 38 callbacks suppressed [ 20.941267] audit: type=1400 audit(1570327702.148:50): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=1675 comm="apparmor_parser" [ 24.218861] rfkill: input handler disabled [ 27.678692] rfkill: input handler enabled [ 28.454485] fuse: init (API version 7.31) [ 30.613824] rfkill: input handler disabled [ 32.504699] traps: gnome-software[2751] trap int3 ip:7f0bd966bdc5 sp:7fff981bb680 error:0 in libglib-2.0.so.0.6200.0[7f0bd9632000+80000] [ 1035.893213] IPMI message handler: version 39.2 [ 1035.894240] ipmi device interface [ 1573.791631] Lockdown: powertop: tracefs is restricted; see https://wiki.debian.org/SecureBoot ** Model information sys_vendor: HUAWEI product_name: MACH-WX9 product_version: M14 chassis_vendor: HUAWEI chassis_version: M14 bios_vendor: HUAWEI bios_version: 1.17 board_vendor: HUAWEI board_name: MACH-WX9-PCB board_version: M14 ** Loaded modules: nft_counter nft_chain_nat xt_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xt_tcpudp nft_compat msr ipmi_devintf ipmi_msghandler fuse ip6_udp_tunnel udp_tunnel ctr ccm nf_tables nfnetlink cmac rfcomm bnep uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common btusb btrtl videodev btbcm btintel mc bluetooth drbg ansi_cprng ecdh_generic ecc snd_soc_skl snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_hdmi intel_rapl_msr x86_pkg_temp_thermal intel_powerclamp binfmt_misc iwlmvm snd_soc_core snd_hda_codec_realtek coretemp snd_hda_codec_generic nls_ascii snd_compress ledtrig_audio mac80211 snd_hda_intel nls_cp437 kvm_intel snd_hda_codec vfat libarc4 fat snd_hda_core kvm iwlwifi snd_hwdep joydev snd_pcm irqbypass ext4 intel_cstate snd_timer efi_pstore crc16 cfg80211 intel_uncore intel_rapl_perf mbcache jbd2 pcspkr snd serio_raw wmi_bmof efivars intel_wmi_thunderbolt soundcore rfkill mei_me processor_thermal_device intel_rapl_common hid_multitouch mei intel_soc_dts_iosf idma64 intel_pch_thermal acpi_als kfifo_buf tpm_crb int3403_thermal industrialio int340x_thermal_zone battery tpm_tis tpm_tis_core ac tpm rng_core int3400_thermal dptf_power acpi_thermal_rel evdev acpi_pad squashfs loop parport_pc ppdev lp parport efivarfs ip_tables x_tables autofs4 btrfs xor zstd_decompress zstd_compress raid6_pq libcrc32c crc32c_generic dm_crypt dm_mod hid_generic crct10dif_pclmul crc32_pclmul crc32c_intel i915 ghash_clmulni_intel spi_pxa2xx_platform dw_dmac dw_dmac_core i2c_designware_platform i2c_designware_core mxm_wmi ttm i2c_algo_bit drm_kms_helper xhci_pci xhci_hcd aesni_intel drm usbcore aes_x86_64 nvme crypto_simd cryptd glue_helper i2c_i801 nvme_core i2c_hid hid intel_lpss_pci intel_lpss mfd_core usb_common fan wmi 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: Huawei Technologies Co., Ltd. Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [19e5:3e04] 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> 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]) Subsystem: Huawei Technologies Co., Ltd. UHD Graphics 620 [19e5:3e04] 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 128 Region 0: Memory at 2ff2000000 (64-bit, non-prefetchable) [size=16M] Region 2: Memory at 2fc0000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at 4000 [size=64] [virtual] Expansion ROM at 000c0000 [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 08) Subsystem: Huawei Technologies Co., Ltd. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [19e5:3e04] 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 Region 0: Memory at 2ff3010000 (64-bit, non-prefetchable) [size=32K] Capabilities: <access denied> Kernel driver in use: proc_thermal Kernel modules: processor_thermal_device 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: Huawei Technologies Co., Ltd. Sunrise Point-LP USB 3.0 xHCI Controller [19e5:3e04] 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 127 Region 0: Memory at 93200000 (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: Huawei Technologies Co., Ltd. Sunrise Point-LP Thermal subsystem [19e5:3e04] 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 Region 0: Memory at 2ff3022000 (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: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO I2C Controller [19e5:3e04] 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 Region 0: Memory at 2ff3021000 (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: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO I2C Controller [19e5:3e04] 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 Region 0: Memory at 2ff3020000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: intel-lpss Kernel modules: intel_lpss_pci 00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-LP CSME HECI #1 [8086:9d3a] (rev 21) Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP CSME HECI [19e5:3e04] 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 140 Region 0: Memory at 2ff301f000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: mei_me Kernel modules: mei_me 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]) 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 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00003000-00003fff [size=4K] Memory behind bridge: 92000000-92ffffff [size=16M] Prefetchable memory behind bridge: 0000000080000000-0000000091ffffff [size=288M] 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.4 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 [8086:9d14] (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 123 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: None Memory behind bridge: 93100000-931fffff [size=1M] Prefetchable memory behind bridge: None 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 Bus: primary=00, secondary=03, subordinate=3b, sec-latency=0 I/O behind bridge: 00005000-00005fff [size=4K] Memory behind bridge: 94000000-aa0fffff [size=353M] Prefetchable memory behind bridge: 0000002fd0000000-0000002ff1ffffff [size=544M] 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.2 PCI bridge [0604]: Intel Corporation Sunrise Point-LP PCI Express Root Port #11 [8086:9d1a] (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 125 Bus: primary=00, secondary=3c, subordinate=3c, sec-latency=0 I/O behind bridge: None Memory behind bridge: 93000000-930fffff [size=1M] Prefetchable memory behind bridge: None 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: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO UART Controller [19e5:3e04] 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 Region 0: Memory at 2ff301e000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: intel-lpss Kernel modules: intel_lpss_pci 00:1e.3 Signal processing controller [1180]: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #1 [8086:9d2a] (rev 21) Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP Serial IO SPI Controller [19e5:3e04] 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 Region 0: Memory at 2ff301d000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: intel-lpss Kernel modules: intel_lpss_pci 00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point LPC Controller/eSPI Controller [8086:9d4e] (rev 21) Subsystem: Huawei Technologies Co., Ltd. Sunrise Point LPC Controller/eSPI Controller [19e5:3e04] 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 00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-LP PMC [8086:9d21] (rev 21) Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP PMC [19e5:3e04] 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 Region 0: Memory at 93210000 (32-bit, non-prefetchable) [size=16K] 00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-LP HD Audio [8086:9d71] (rev 21) Subsystem: Huawei Technologies Co., Ltd. Sunrise Point-LP HD Audio [19e5:3e04] 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 142 Region 0: Memory at 2ff3018000 (64-bit, non-prefetchable) [size=16K] Region 4: Memory at 2ff3000000 (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: Huawei Technologies Co., Ltd. Sunrise Point-LP SMBus [19e5:3e04] 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 Region 0: Memory at 2ff301c000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at 4040 [size=32] Kernel driver in use: i801_smbus Kernel modules: i2c_i801 01:00.0 3D controller [0302]: NVIDIA Corporation GP108M [GeForce MX150] [10de:1d12] (rev a1) Subsystem: Huawei Technologies Co., Ltd. GP108M [GeForce MX150] [19e5:3e04] 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 255 Region 0: Memory at 92000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at 80000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at 90000000 (64-bit, prefetchable) [size=32M] Region 5: I/O ports at 3000 [disabled] [size=128] Expansion ROM at <ignored> [disabled] Capabilities: <access denied> Kernel modules: nvidia 02:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808] (prog-if 02 [NVM Express]) Subsystem: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a801] 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 Region 0: Memory at 93100000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: nvme Kernel modules: nvme 3c:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78) Subsystem: Huawei Technologies Co., Ltd. Wireless 8265 / 8275 [19e5:3e02] 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 141 Region 0: Memory at 93000000 (64-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: iwlwifi Kernel modules: iwlwifi ** USB devices: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 05c8:03c0 Cheng Uei Precision Industry Co., Ltd (Foxlink) HD Camera Bus 001 Device 002: ID 8087:0a2b Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub -- System Information: Debian Release: bullseye/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.3.0-trunk-amd64 (SMP w/8 CPU cores) Kernel taint flags: TAINT_USER 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 /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages linux-image-5.3.0-trunk-amd64 depends on: ii initramfs-tools [linux-initramfs-tool] 0.135 ii kmod 26-3 ii linux-base 4.6 Versions of packages linux-image-5.3.0-trunk-amd64 recommends: ii apparmor 2.13.3-5 ii firmware-linux-free 3.4 Versions of packages linux-image-5.3.0-trunk-amd64 suggests: pn debian-kernel-handbook <none> ii grub-efi-amd64 2.04-3 pn linux-doc-5.3 <none> Versions of packages linux-image-5.3.0-trunk-amd64 is related to: ii firmware-amd-graphics 20190717-2 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 20190717-2 pn firmware-libertas <none> ii firmware-linux-nonfree 20190717-2 ii firmware-misc-nonfree 20190717-2 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-realtek <none> pn firmware-samsung <none> pn firmware-siano <none> pn firmware-ti-connectivity <none> pn xen-hypervisor <none> -- no debconf information