James, Regarding your late generation X1 carbon, I have had a series of X1s from gen 1 to (about) gen 10 and somewhere along the line the terminal bell went away. In a recent generation (don't recall exactly which), the microphone also went away (as you noted) because Lenovo adopted proprietary Intel technology that OpenBSD couldn't deal with. The mike is important to me, so I got one of those usb conference speaker/microphone gizmos (mine was made by "EMEET") and was able to make that work. Sadly, I have found no fix for the bell.
Dave David J. Raymond [email protected] http://kestrel.nmt.edu/~raymond On Fri, May 8, 2026 at 9:30 PM <[email protected]> wrote: > I have recently acquired a Thinkpad X1 Carbon Gen 10 (12th gen > Intel) to replace my Gen 3 X1 Carbon. The only significant hardware > issue for me is the bell (beep) does not work in the terminal > (default vt220) or xterm. I do get beeps in the BIOS so the hardware > does work. Sound playback does work over speakers and headphones. > > I'm running current, amd64. > > I've tried producing a beep from the shell, a C program, and a > Python program and none work on the new box (all 3 work on the old > box). I updated the machine's firmware to the latest release. I've > downloaded and read through the Intel datasheet for the 600 series > SoC looking for clues and researched known issues for the Azalia > ALC287 codec. As a result, I tried adding various azalia quirks and > rebuilding the kernel. Adding the following change resulted in > "beep" appearing in the mixerctl output (and corrected speaker 2 > dac assignment) but did not fix the bell. > > Quirks added to /usr/src/sys/dev/pci/azalia_codec.c > > Index: azalia_codec.c > =================================================================== > RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v > diff -u -p -u -p -r1.189 azalia_codec.c > --- azalia_codec.c 8 Sep 2022 01:35:39 -0000 1.189 > +++ azalia_codec.c 8 May 2026 20:39:05 -0000 > @@ -177,6 +177,11 @@ azalia_codec_init_vtbl(codec_t *this) > break; > case 0x10ec0287: > this->name = "Realtek ALC287"; > + if (this->subid == 0x22e717aa) { > + /* Thinkpad X1 Carbon 10 */ > + this->qrks |= AZ_QRK_ROUTE_SPKR2_DAC | > + AZ_QRK_WID_BEEP_1D; > + } > break; > case 0x10ec0292: > this->name = "Realtek ALC292"; > > These quirks cause "beep" to appear, but the bell still does not work. > > --- before Tue May 5 18:43:08 2026 > +++ after Tue May 5 18:59:29 2026 > @@ -7,7 +7,7 @@ > outputs.spkr_source=dac-2:3 [ dac-2:3 ] > outputs.spkr_mute=off [ off on ] > outputs.spkr_eapd=on [ off on ] > -outputs.spkr2_source=dac-2:3 [ dac-2:3 dac-0:1 adc-0:1 ] > +outputs.spkr2_source=dac-0:1 [ dac-2:3 dac-0:1 adc-0:1 ] > outputs.spkr2_mute=off [ off on ] > outputs.spkr2_boost=off [ off on ] > inputs.mic=85,85 > @@ -16,8 +16,8 @@ > outputs.hp_mute=off [ off on ] > outputs.hp_boost=off [ off on ] > outputs.hp_eapd=on [ off on ] > -record.adc-2:3_source=mic { mic } > -record.adc-0:1_source=mic { mic } > +record.adc-2:3_source=mic,beep { mic beep } > +record.adc-0:1_source=mic,beep { mic beep } > outputs.mic_sense=unplugged [ unplugged plugged ] > outputs.hp_sense=unplugged [ unplugged plugged ] > outputs.spkr_muters=hp { hp } > > Below, I've included the full mixerctl output (before quirks), > verbose pcidump, dmesg, sysctl hw.sensors output and wsconsctl > keyboard output. Any suggestions on how to get the bell working > would be appreciated. > > Finally, for those curious about running OpenBSD on a Gen 10 X1 > Carbon, I've included a summary of what works at the bottom of this > email. > > > mixerctl output (before adding quirks): > > inputs.dac-2:3=126,126 > inputs.dac-0:1=126,126 > record.adc-0:1_mute=off [ off on ] > record.adc-0:1=124,124 > record.adc-2:3_mute=off [ off on ] > record.adc-2:3=124,124 > outputs.spkr_source=dac-2:3 [ dac-2:3 ] > outputs.spkr_mute=off [ off on ] > outputs.spkr_eapd=on [ off on ] > outputs.spkr2_source=dac-2:3 [ dac-2:3 dac-0:1 adc-0:1 ] > outputs.spkr2_mute=off [ off on ] > outputs.spkr2_boost=off [ off on ] > inputs.mic=85,85 > outputs.mic_dir=input-vr80 [ none input input-vr0 input-vr50 input-vr80 > input-vr100 ] > outputs.hp_source=dac-0:1 [ dac-2:3 dac-0:1 ] > outputs.hp_mute=off [ off on ] > outputs.hp_boost=off [ off on ] > outputs.hp_eapd=on [ off on ] > record.adc-2:3_source=mic { mic } > record.adc-0:1_source=mic { mic } > outputs.mic_sense=unplugged [ unplugged plugged ] > outputs.hp_sense=unplugged [ unplugged plugged ] > outputs.spkr_muters=hp { hp } > outputs.master=126,126 > outputs.master.mute=off [ off on ] > outputs.master.slaves=dac-2:3,dac-0:1,spkr,spkr2,hp { dac-2:3 dac-0:1 > spkr spkr2 hp } > record.volume=124,124 > record.volume.mute=off [ off on ] > record.volume.slaves=adc-0:1,adc-2:3 { adc-0:1 adc-2:3 mic } > record.enable=sysctl [ off on sysctl ] > > > Domain /dev/pci0: > 0:0:0: Intel Core 12G Host > 0x0000: Vendor ID: 8086, Product ID: 4641 > 0x0004: Command: 0006, Status: 2090 > 0x0008: Class: 06 Bridge, Subclass: 00 Host, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 > 0x00e0: Capability 0x09: Vendor Specific > 0:2:0: Intel Graphics > 0x0000: Vendor ID: 8086, Product ID: 46a6 > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 03 Display, Subclass: 00 VGA, > Interface: 00, Revision: 0c > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603c000000/0x01000000 > 0x0018: BAR mem prefetchable 64bit addr: > 0x0000004000000000/0x20000000 > 0x0020: BAR io addr: 0x00002000/0x0040 > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0040: Capability 0x09: Vendor Specific > 0x0070: Capability 0x10: PCI Express > Max Payload Size: 128 / 128 bytes > Max Read Request Size: 128 bytes > 0x0100: Enhanced Capability 0x1b: Process Address Space ID > 0x0200: Enhanced Capability 0x0f: Address Translation Services > 0x0300: Enhanced Capability 0x13: Page Request Interface > 0x0320: Enhanced Capability 0x10: Single Root I/O Virtualization > 0x00ac: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0x00d0: Capability 0x01: Power Management > State: D0 > 0:4:0: Intel Core 12G DTT > 0x0000: Vendor ID: 8086, Product ID: 461d > 0x0004: Command: 0000, Status: 0090 > 0x0008: Class: 11 DASP, Subclass: 80 Miscellaneous, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d180000/0x00020000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0090: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x00d0: Capability 0x01: Power Management > State: D0 > 0x00e0: Capability 0x09: Vendor Specific > 0:6:0: Intel Core 12G PCIE > 0x0000: Vendor ID: 8086, Product ID: 464d > 0x0004: Command: 0107, Status: 0010 > 0x0008: Class: 06 Bridge, Subclass: 04 PCI, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: Primary Bus: 0, Secondary Bus: 4, Subordinate Bus: 4, > Secondary Latency Timer: 00 > 0x001c: I/O Base: f0, I/O Limit: 00, Secondary Status: 0000 > 0x0020: Memory Base: bc30, Memory Limit: bc30 > Memory Window: 0xbc300000-0xbc3fffff > 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 > 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff > 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 > 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 > 0x0038: Expansion ROM Base Address: 00000000 > 0x003c: Interrupt Pin: 04, Line: ff, Bridge Control: 0002 > 0x0040: Capability 0x10: PCI Express > Max Payload Size: 256 / 256 bytes > Max Read Request Size: 128 bytes > Link Speed: 16.0 / 16.0 GT/s > Link Width: x4 / x4 > ASPM: L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0220: Enhanced Capability 0x0d: Access Control Services > 0x0200: Enhanced Capability 0x1e: L1 PM > 0x0150: Enhanced Capability 0x1f: Precision Time Measurement > 0x0280: Enhanced Capability 0x02: Virtual Channel Capability > 0x0a30: Enhanced Capability 0x19: Secondary PCIe Capability > 0x0a90: Enhanced Capability 0x25: Data Link Feature > 0x0a9c: Enhanced Capability 0x26: Physical Layer 16.0 GT/s > 0x0edc: Enhanced Capability 0x27: Lane Margining at the Receiver > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0x0090: Capability 0x0d: PCI-PCI > 0x00a0: Capability 0x01: Power Management > State: D0 > 0:7:0: Intel Core 12G PCIE > 0x0000: Vendor ID: 8086, Product ID: 466e > 0x0004: Command: 0007, Status: 0010 > 0x0008: Class: 06 Bridge, Subclass: 04 PCI, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: Primary Bus: 0, Secondary Bus: 32, Subordinate Bus: 73, > Secondary Latency Timer: 00 > 0x001c: I/O Base: f0, I/O Limit: 00, Secondary Status: 0000 > 0x0020: Memory Base: b000, Memory Limit: bc10 > Memory Window: 0xb0000000-0xbc1fffff > 0x0024: Prefetch Memory Base: 0001, Prefetch Memory Limit: 1bf1 > Prefetch Memory Window: > 0x0000006000000000-0x000000601bffffff > 0x0028: Prefetch Memory Base Upper 32 Bits: 00000060 > 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000060 > 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 > 0x0038: Expansion ROM Base Address: 00000000 > 0x003c: Interrupt Pin: 01, Line: ff, Bridge Control: 0000 > 0x0040: Capability 0x10: PCI Express > Max Payload Size: 128 / 128 bytes > Max Read Request Size: 128 bytes > Link Speed: 2.5 / 2.5 GT/s > Link Width: x0 / x4 > ASPM: L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0220: Enhanced Capability 0x0d: Access Control Services > 0x0150: Enhanced Capability 0x1f: Precision Time Measurement > 0x0a00: Enhanced Capability 0x1d: Downstream Port Containment > 0x0a30: Enhanced Capability 0x19: Secondary PCIe Capability > 0x0a90: Enhanced Capability 0x25: Data Link Feature > 0x0ba0: Enhanced Capability 0x15: Resizable BAR > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0x0090: Capability 0x0d: PCI-PCI > 0x00a0: Capability 0x01: Power Management > State: D0 > 0:7:2: Intel Core 12G PCIE > 0x0000: Vendor ID: 8086, Product ID: 462f > 0x0004: Command: 0007, Status: 0010 > 0x0008: Class: 06 Bridge, Subclass: 04 PCI, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: Primary Bus: 0, Secondary Bus: 80, Subordinate Bus: 121, > Secondary Latency Timer: 00 > 0x001c: I/O Base: f0, I/O Limit: 00, Secondary Status: 0000 > 0x0020: Memory Base: a200, Memory Limit: ae10 > Memory Window: 0xa2000000-0xae1fffff > 0x0024: Prefetch Memory Base: 2001, Prefetch Memory Limit: 3bf1 > Prefetch Memory Window: > 0x0000006020000000-0x000000603bffffff > 0x0028: Prefetch Memory Base Upper 32 Bits: 00000060 > 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000060 > 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 > 0x0038: Expansion ROM Base Address: 00000000 > 0x003c: Interrupt Pin: 03, Line: ff, Bridge Control: 0000 > 0x0040: Capability 0x10: PCI Express > Max Payload Size: 128 / 128 bytes > Max Read Request Size: 128 bytes > Link Speed: 2.5 / 2.5 GT/s > Link Width: x0 / x4 > ASPM: L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0220: Enhanced Capability 0x0d: Access Control Services > 0x0150: Enhanced Capability 0x1f: Precision Time Measurement > 0x0a00: Enhanced Capability 0x1d: Downstream Port Containment > 0x0a30: Enhanced Capability 0x19: Secondary PCIe Capability > 0x0a90: Enhanced Capability 0x25: Data Link Feature > 0x0ba0: Enhanced Capability 0x15: Resizable BAR > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0x0090: Capability 0x0d: PCI-PCI > 0x00a0: Capability 0x01: Power Management > State: D0 > 0:8:0: Intel Core 12G GNA > 0x0000: Vendor ID: 8086, Product ID: 464f > 0x0004: Command: 0000, Status: 0010 > 0x0008: Class: 08 System, Subclass: 80 Miscellaneous, > Interface: 00, Revision: 02 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1e3000/0x00001000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0090: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x00a0: Capability 0x09: Vendor Specific > 0x00dc: Capability 0x01: Power Management > State: D0 > 0x00f0: Capability 0x13: PCI Advanced Features > 0:10:0: Intel Core 12G CL > 0x0000: Vendor ID: 8086, Product ID: 467d > 0x0004: Command: 0002, Status: 0010 > 0x0008: Class: 11 DASP, Subclass: 80 Miscellaneous, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1c0000/0x00008000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 > 0x0070: Capability 0x10: PCI Express > Max Payload Size: 128 / 128 bytes > Max Read Request Size: 128 bytes > 0x0100: Enhanced Capability 0x23: Designated Vendor-Specific > 0x0110: Enhanced Capability 0x23: Designated Vendor-Specific > 0x0120: Enhanced Capability 0x23: Designated Vendor-Specific > 0x00d0: Capability 0x01: Power Management > State: D0 > 0:13:0: Intel Core 12G xHCI > 0x0000: Vendor ID: 8086, Product ID: 461e > 0x0004: Command: 0006, Status: 0290 > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, > Interface: 30, Revision: 02 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1b0000/0x00010000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0070: Capability 0x01: Power Management > State: D0 > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 8 vectors (1 enabled) > 0x0090: Capability 0x09: Vendor Specific > 0x00b0: Capability 0x09: Vendor Specific > 0:13:2: Intel Core 12G TBT > 0x0000: Vendor ID: 8086, Product ID: 463e > 0x0004: Command: 0007, Status: 0010 > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, > Interface: 40, Revision: 02 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d140000/0x00040000 > 0x0018: BAR mem 64bit addr: 0x000000603d1e2000/0x00001000 > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0080: Capability 0x01: Power Management > State: D0 > 0x0088: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x00a0: Capability 0x11: Extended Message Signalled Interrupts > (MSI-X) > Enabled: no; table size 16 (BAR 2:0) > 0:13:3: Intel Core 12G TBT > 0x0000: Vendor ID: 8086, Product ID: 466d > 0x0004: Command: 0007, Status: 0010 > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, > Interface: 40, Revision: 02 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d100000/0x00040000 > 0x0018: BAR mem 64bit addr: 0x000000603d1e1000/0x00001000 > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0080: Capability 0x01: Power Management > State: D0 > 0x0088: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x00a0: Capability 0x11: Extended Message Signalled Interrupts > (MSI-X) > Enabled: no; table size 16 (BAR 2:0) > 0:20:0: Intel 600 Series xHCI > 0x0000: Vendor ID: 8086, Product ID: 51ed > 0x0004: Command: 0006, Status: 0290 > 0x0008: Class: 0c Serial Bus, Subclass: 03 USB, > Interface: 30, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1a0000/0x00010000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0070: Capability 0x01: Power Management > State: D0 > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 8 vectors (1 enabled) > 0x0090: Capability 0x09: Vendor Specific > 0x00b0: Capability 0x09: Vendor Specific > 0:20:2: Intel 600 Series SRAM > 0x0000: Vendor ID: 8086, Product ID: 51ef > 0x0004: Command: 0000, Status: 0010 > 0x0008: Class: 05 Memory, Subclass: 00 RAM, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1d8000/0x00004000 > 0x0018: BAR mem 64bit addr: 0x000000603d1e0000/0x00001000 > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0080: Capability 0x01: Power Management > State: D0 > 0:20:3: Intel Wi-Fi 6 AX211 > 0x0000: Vendor ID: 8086, Product ID: 51f0 > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 02 Network, Subclass: 80 Miscellaneous, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1d4000/0x00004000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 8086 Product ID: 0090 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x00c8: Capability 0x01: Power Management > State: D0 > 0x00d0: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x0040: Capability 0x10: PCI Express > Max Payload Size: 128 / 128 bytes > Max Read Request Size: 128 bytes > 0x0100: Enhanced Capability 0x18: Latency Tolerance Reporting > 0x0164: Enhanced Capability 0x0b: Vendor-Specific > 0x0080: Capability 0x11: Extended Message Signalled Interrupts > (MSI-X) > Enabled: yes; table size 16 (BAR 0:8192) > 0:21:0: Intel 600 Series I2C > 0x0000: Vendor ID: 8086, Product ID: 51e8 > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 0c Serial Bus, Subclass: 80 (unknown), > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x00000000a0800000/0x00001000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0080: Capability 0x01: Power Management > State: D0 > 0x0090: Capability 0x09: Vendor Specific > 0:21:1: Intel 600 Series I2C > 0x0000: Vendor ID: 8086, Product ID: 51e9 > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 0c Serial Bus, Subclass: 80 (unknown), > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x00000000a0801000/0x00001000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 02 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0080: Capability 0x01: Power Management > State: D0 > 0x0090: Capability 0x09: Vendor Specific > 0:22:0: Intel 600 Series HECI > 0x0000: Vendor ID: 8086, Product ID: 51e0 > 0x0004: Command: 0000, Status: 0010 > 0x0008: Class: 07 Communications, Subclass: 80 Miscellaneous, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1dd000/0x00001000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0050: Capability 0x01: Power Management > State: D0 > 0x008c: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 1 vectors (1 enabled) > 0x00a4: Capability 0x09: Vendor Specific > 0:28:0: Intel 600 Series PCIE > 0x0000: Vendor ID: 8086, Product ID: 51b8 > 0x0004: Command: 0007, Status: 0010 > 0x0008: Class: 06 Bridge, Subclass: 04 PCI, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 81, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: Primary Bus: 0, Secondary Bus: 8, Subordinate Bus: 8, > Secondary Latency Timer: 00 > 0x001c: I/O Base: f0, I/O Limit: 00, Secondary Status: 2000 > 0x0020: Memory Base: bc20, Memory Limit: bc20 > Memory Window: 0xbc200000-0xbc2fffff > 0x0024: Prefetch Memory Base: fff1, Prefetch Memory Limit: 0001 > 0x0028: Prefetch Memory Base Upper 32 Bits: ffffffff > 0x002c: Prefetch Memory Limit Upper 32 Bits: 00000000 > 0x0030: I/O Base Upper 16 Bits: 0000, I/O Limit Upper 16 Bits: 0000 > 0x0038: Expansion ROM Base Address: 00000000 > 0x003c: Interrupt Pin: 01, Line: ff, Bridge Control: 0000 > 0x0040: Capability 0x10: PCI Express > Max Payload Size: 256 / 256 bytes > Max Read Request Size: 128 bytes > Link Speed: 5.0 / 8.0 GT/s > Link Width: x1 / x2 > ASPM: L0s, L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0220: Enhanced Capability 0x0d: Access Control Services > 0x0150: Enhanced Capability 0x1f: Precision Time Measurement > 0x0200: Enhanced Capability 0x1e: L1 PM > 0x0a30: Enhanced Capability 0x19: Secondary PCIe Capability > 0x0080: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0x0090: Capability 0x0d: PCI-PCI > 0x00a0: Capability 0x01: Power Management > State: D0 > 0:31:0: Intel 600 Series eSPI > 0x0000: Vendor ID: 8086, Product ID: 5182 > 0x0004: Command: 0407, Status: 0000 > 0x0008: Class: 06 Bridge, Subclass: 01 ISA, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 80, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR empty (00000000) > 0x0014: BAR empty (00000000) > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 > 0:31:3: Intel 600 Series HD Audio > 0x0000: Vendor ID: 8086, Product ID: 51c8 > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 04 Multimedia, Subclass: 03 HD Audio, > Interface: 80, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1d0000/0x00004000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR mem 64bit addr: 0x000000603d000000/0x00100000 > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0050: Capability 0x01: Power Management > State: D0 > 0x0080: Capability 0x09: Vendor Specific > 0x0060: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: yes; 1 vectors (1 enabled) > 0:31:4: Intel 600 Series SMBus > 0x0000: Vendor ID: 8086, Product ID: 51a3 > 0x0004: Command: 0001, Status: 0280 > 0x0008: Class: 0c Serial Bus, Subclass: 05 SMBus, > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x000000603d1dc000/0x00000100 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR io addr: 0x0000efa0/0x0020 > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0:31:5: Intel 600 Series SPI > 0x0000: Vendor ID: 8086, Product ID: 51a4 > 0x0004: Command: 0402, Status: 0000 > 0x0008: Class: 0c Serial Bus, Subclass: 80 (unknown), > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 32bit addr: 0x00000000/0x00001000 > 0x0014: BAR empty (00000000) > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 17aa Product ID: 22e7 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 00 Line: 00 Min Gnt: 00 Max Lat: 00 > 4:0:0: Samsung PM9A1 > 0x0000: Vendor ID: 144d, Product ID: a80a > 0x0004: Command: 0006, Status: 0010 > 0x0008: Class: 01 Mass Storage, Subclass: 08 NVM, > Interface: 02, Revision: 00 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x00000000bc300000/0x00004000 > 0x0018: BAR empty (00000000) > 0x001c: BAR empty (00000000) > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 144d Product ID: a801 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0040: Capability 0x01: Power Management > State: D0 > 0x0050: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 32 vectors (1 enabled) > 0x0070: Capability 0x10: PCI Express > Max Payload Size: 256 / 256 bytes > Max Read Request Size: 512 bytes > Link Speed: 16.0 / 16.0 GT/s > Link Width: x4 / x4 > ASPM: L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0168: Enhanced Capability 0x0e: Alternate Routing ID > 0x0178: Enhanced Capability 0x19: Secondary PCIe Capability > 0x0198: Enhanced Capability 0x26: Physical Layer 16.0 GT/s > 0x01bc: Enhanced Capability 0x27: Lane Margining at the Receiver > 0x0214: Enhanced Capability 0x18: Latency Tolerance Reporting > 0x021c: Enhanced Capability 0x1e: L1 PM > 0x03a0: Enhanced Capability 0x25: Data Link Feature > 0x00b0: Capability 0x11: Extended Message Signalled Interrupts > (MSI-X) > Enabled: yes; table size 130 (BAR 0:12288) > 8:0:0: Intel unknown > 0x0000: Vendor ID: 8086, Product ID: 7560 > 0x0004: Command: 0000, Status: 0010 > 0x0008: Class: 0d Wireless, Subclass: 40 (unknown), > Interface: 00, Revision: 01 > 0x000c: BIST: 00, Header Type: 00, Latency Timer: 00, > Cache Line Size: 00 > 0x0010: BAR mem 64bit addr: 0x00000000bc200000/0x00001000 > 0x0018: BAR mem 64bit addr: 0x00000000bc201000/0x00000100 > 0x0020: BAR empty (00000000) > 0x0024: BAR empty (00000000) > 0x0028: Cardbus CIS: 00000000 > 0x002c: Subsystem Vendor ID: 1cf8 Product ID: 8654 > 0x0030: Expansion ROM Base Address: 00000000 > 0x0038: 00000000 > 0x003c: Interrupt Pin: 01 Line: ff Min Gnt: 00 Max Lat: 00 > 0x0040: Capability 0x01: Power Management > State: D0 > 0x0050: Capability 0x05: Message Signalled Interrupts (MSI) > Enabled: no; 4 vectors (1 enabled) > 0x0070: Capability 0x10: PCI Express > Max Payload Size: 256 / 256 bytes > Max Read Request Size: 128 bytes > Link Speed: 5.0 / 5.0 GT/s > Link Width: x1 / x1 > ASPM: L1 (L1 enabled) > 0x0100: Enhanced Capability 0x01: Advanced Error Reporting > 0x0148: Enhanced Capability 0x18: Latency Tolerance Reporting > 0x0150: Enhanced Capability 0x1e: L1 PM > 0x0d00: Enhanced Capability 0x0b: Vendor-Specific > > > OpenBSD 7.9-current (GENERIC.MP) #18: Fri May 8 00:40:36 CDT 2026 > [email protected]: > /usr/src/sys/arch/amd64/compile/GENERIC.MP > real mem = 34027794432 (32451MB) > avail mem = 32968560640 (31441MB) > random: good seed from bootblocks > mpath0 at root > scsibus0 at mpath0: 256 targets > mainbus0 at root > bios0 at mainbus0: SMBIOS rev. 3.4 @ 0x8dfda000 (81 entries) > bios0: vendor LENOVO version "N3AET89W (1.54 )" date 02/17/2026 > bios0: LENOVO 21CCS90E00 > efi0 at bios0: UEFI 2.7 > efi0: Lenovo rev 0x1540 > acpi0 at bios0: ACPI 6.3 > acpi0: sleep states S0ix S4 S5 > acpi0: tables DSDT FACP SSDT SSDT SSDT SSDT SSDT TPM2 HPET APIC MCFG ECDT > SSDT SSDT SSDT SSDT SSDT SSDT LPIT WSMT SSDT DBGP DBG2 NHLT MSDM SSDT BATB > DMAR SSDT SSDT SSDT BGRT ASF! PHAT UEFI FPDT > acpi0: wakeup devices PEG0(S4) PEGP(S4) PEGP(S4) PEG2(S4) PEGP(S4) > XHCI(S3) XDCI(S4) HDAS(S4) CNVW(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) > PXSX(S4) RP04(S4) PXSX(S4) [...] > acpitimer0 at acpi0: 3579545 Hz, 24 bits > acpihpet0 at acpi0: 19200000 Hz > acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat > cpu0 at mainbus0: apid 0 (boot processor) > cpu0: 12th Gen Intel(R) Core(TM) i7-1280P, 1697.50 MHz, 06-9a-03, patch > 0000043b > cpu0: cpuid 1 > edx=bfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > ecx=77fafbff<SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND> > cpu0: cpuid 6 eax=dfcff7<SENSOR,ARAT,PTS> ecx=409<EFFFREQ> > cpu0: cpuid 7.0 > ebx=239c27eb<FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,SHA> > ecx=98c027ac<UMIP,PKU,WAITPKG,PKS> > edx=fc1cc410<MD_CLEAR,IBT,IBRS,IBPB,STIBP,L1DF,SSBD> > cpu0: cpuid a vers=5, gp=6, gpwidth=48, ff=3, ffwidth=48 > cpu0: cpuid d.1 eax=f<XSAVEOPT,XSAVEC,XGETBV1,XSAVES> > cpu0: cpuid 80000001 edx=2c100800<NXE,PAGE1GB,RDTSCP,LONG> > ecx=121<LAHF,ABM,3DNOWP> > cpu0: cpuid 80000007 edx=100<ITSC> > cpu0: msr > 10a=14c8fd6b<IBRS_ALL,SKIP_L1DFL,MDS_NO,IF_PSCHANGE,TAA_NO,MISC_PKG_CT,ENERGY_FILT,DOITM,SBDR_SSDP_N,FBSDP_NO,PSDP_NO,RRSBA,OVERCLOCK,GDS_NO,RFDS_CLEAR> > cpu0: 48KB 64b/line 12-way D-cache, 32KB 64b/line 8-way I-cache, 1MB > 64b/line 10-way L2 cache, 24MB 64b/line 12-way L3 cache > cpu0: smt 0, core 0, package 0, type P > mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges > cpu0: apic clock running at 38MHz > cpu0: mwait min=64, max=64, C-substates=0.2.0.2.0.1.0.1, IBE > cpu1 at mainbus0: apid 1 (application processor) > cpu1: 12th Gen Intel(R) Core(TM) i7-1280P, 1743.09 MHz, 06-9a-03, patch > 0000043b > cpu1: smt 1, core 0, package 0, type SP > cpu2 at mainbus0: apid 8 (application processor) > cpu2: 12th Gen Intel(R) Core(TM) i7-1280P, 1701.64 MHz, 06-9a-03, patch > 0000043b > cpu2: smt 0, core 4, package 0, type P > cpu3 at mainbus0: apid 9 (application processor) > cpu3: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.21 MHz, 06-9a-03, patch > 0000043b > cpu3: smt 1, core 4, package 0, type SP > cpu4 at mainbus0: apid 16 (application processor) > cpu4: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.23 MHz, 06-9a-03, patch > 0000043b > cpu4: smt 0, core 8, package 0, type P > cpu5 at mainbus0: apid 17 (application processor) > cpu5: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.23 MHz, 06-9a-03, patch > 0000043b > cpu5: smt 1, core 8, package 0, type SP > cpu6 at mainbus0: apid 24 (application processor) > cpu6: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.22 MHz, 06-9a-03, patch > 0000043b > cpu6: smt 0, core 12, package 0, type P > cpu7 at mainbus0: apid 25 (application processor) > cpu7: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.22 MHz, 06-9a-03, patch > 0000043b > cpu7: smt 1, core 12, package 0, type SP > cpu8 at mainbus0: apid 32 (application processor) > cpu8: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.22 MHz, 06-9a-03, patch > 0000043b > cpu8: smt 0, core 16, package 0, type P > cpu9 at mainbus0: apid 33 (application processor) > cpu9: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.22 MHz, 06-9a-03, patch > 0000043b > cpu9: smt 1, core 16, package 0, type SP > cpu10 at mainbus0: apid 40 (application processor) > cpu10: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.21 MHz, 06-9a-03, patch > 0000043b > cpu10: smt 0, core 20, package 0, type P > cpu11 at mainbus0: apid 41 (application processor) > cpu11: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.21 MHz, 06-9a-03, patch > 0000043b > cpu11: smt 1, core 20, package 0, type SP > cpu12 at mainbus0: apid 48 (application processor) > cpu12: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu12: 32KB 64b/line 8-way D-cache, 64KB 64b/line 8-way I-cache, 2MB > 64b/line 16-way L2 cache, 24MB 64b/line 12-way L3 cache > cpu12: smt 0, core 24, package 0, type E > cpu13 at mainbus0: apid 50 (application processor) > cpu13: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu13: smt 0, core 25, package 0, type E > cpu14 at mainbus0: apid 52 (application processor) > cpu14: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu14: smt 0, core 26, package 0, type E > cpu15 at mainbus0: apid 54 (application processor) > cpu15: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu15: smt 0, core 27, package 0, type E > cpu16 at mainbus0: apid 56 (application processor) > cpu16: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu16: smt 0, core 28, package 0, type E > cpu17 at mainbus0: apid 58 (application processor) > cpu17: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu17: smt 0, core 29, package 0, type E > cpu18 at mainbus0: apid 60 (application processor) > cpu18: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu18: smt 0, core 30, package 0, type E > cpu19 at mainbus0: apid 62 (application processor) > cpu19: 12th Gen Intel(R) Core(TM) i7-1280P, 1696.09 MHz, 06-9a-03, patch > 0000043b > cpu19: smt 0, core 31, package 0, type E > ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins > acpimcfg0 at acpi0 > acpimcfg0: addr 0xc0000000, bus 0-255 > acpiec0 at acpi0 > acpiprt0 at acpi0: bus 0 (PC00) > acpiprt1 at acpi0: bus 4 (PEG0) > acpiprt2 at acpi0: bus -1 (PEG2) > acpiprt3 at acpi0: bus 8 (RP01) > acpiprt4 at acpi0: bus -1 (RP02) > acpiprt5 at acpi0: bus -1 (RP03) > acpiprt6 at acpi0: bus -1 (RP04) > acpiprt7 at acpi0: bus -1 (RP05) > acpiprt8 at acpi0: bus -1 (RP06) > acpiprt9 at acpi0: bus -1 (RP07) > acpiprt10 at acpi0: bus -1 (RP08) > acpiprt11 at acpi0: bus -1 (RP09) > acpiprt12 at acpi0: bus -1 (RP10) > acpiprt13 at acpi0: bus -1 (RP11) > acpiprt14 at acpi0: bus -1 (RP12) > acpiprt15 at acpi0: bus -1 (RP13) > acpiprt16 at acpi0: bus -1 (RP14) > acpiprt17 at acpi0: bus -1 (RP15) > acpiprt18 at acpi0: bus -1 (RP16) > acpiprt19 at acpi0: bus -1 (RP17) > acpiprt20 at acpi0: bus -1 (RP18) > acpiprt21 at acpi0: bus -1 (RP19) > acpiprt22 at acpi0: bus -1 (RP20) > acpiprt23 at acpi0: bus -1 (RP21) > acpiprt24 at acpi0: bus -1 (RP22) > acpiprt25 at acpi0: bus -1 (RP23) > acpiprt26 at acpi0: bus -1 (RP24) > acpiprt27 at acpi0: bus 32 (TRP0) > acpiprt28 at acpi0: bus 80 (TRP2) > acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001 > acpithinkpad0 at acpi0: version 2.0 > acpiac0 at acpi0: AC unit online > acpibat0 at acpi0: BAT0 model "5B10W13975" serial xxxxx type LiP oem > "Sunwoda" > "INT33D3" at acpi0 not configured > "LEN0111" at acpi0 not configured > "LEN0100" at acpi0 not configured > "INTC1046" at acpi0 not configured > "INTC1046" at acpi0 not configured > "INTC1046" at acpi0 not configured > "INTC1046" at acpi0 not configured > "LEN0130" at acpi0 not configured > "LEN0112" at acpi0 not configured > "LEN0071" at acpi0 not configured > "LEN030A" at acpi0 not configured > "SYNA8017" at acpi0 not configured > "ELAN901C" at acpi0 not configured > "INTC1094" at acpi0 not configured > "INTC1095" at acpi0 not configured > "ACPI000E" at acpi0 not configured > pchgpio0 at acpi0 GPI0 addr 0xfd6e0000/0x10000 0xfd6d0000/0x10000 > 0xfd6a0000/0x10000 0xfd690000/0x10000 irq 14, 360 pins > acpibtn0 at acpi0: SLPB(wakeup) > acpicpu0 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu1 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu2 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu3 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu4 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu5 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu6 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu7 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu8 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu9 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu10 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu11 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu12 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu13 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu14 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu15 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu16 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu17 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu18 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > acpicpu19 at acpi0: C3(200@1048 mwait.1@0x60), C2(350@127 mwait.1@0x21), > C1(1000@1 mwait.1), PSS > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > intelpmc0 at acpi0: PEPD > state 0: 0x7f:1:2:0x00:0x0000000000000060 > counter: 0x7f:64:0:0x00:0x0000000000000632 > frequency: 0 > state 1: 0x7f:1:2:0x00:0x0000000000000060 > counter: 0x00:32:0:0x03:0x00000000fe00193c > frequency: 8197 > "INTC1070" at acpi0 not configured > acpibtn1 at acpi0: LID_(wakeup) > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > "PNP0C14" at acpi0 not configured > acpibtn2 at acpi0: PWRB > "PNP0C0B" at acpi0 not configured > "INTC1041" at acpi0 not configured > tpm0 at acpi0 TPM_ 2.0 (TIS) addr 0xfed40000/0x5000, device 0x0000104a rev > 0x4e > "USBC000" at acpi0 not configured > acpipwrres0 at acpi0: PXP_, resource for PEG0, PEGP, MINI > acpipwrres1 at acpi0: PUBS, resource for XHCI > acpipwrres2 at acpi0: WWPR, resource for HS04 > acpipwrres3 at acpi0: BTRT > acpipwrres4 at acpi0: WRST > acpipwrres5 at acpi0: MRST > acpipwrres6 at acpi0: DRST > acpipwrres7 at acpi0: PXP_, resource for RP01 > acpipwrres8 at acpi0: PXP_, resource for RP08 > acpipwrres9 at acpi0: TBT0, resource for TDM0, TRP0, TRP1 > acpipwrres10 at acpi0: TBT1, resource for TDM1, TRP2, TRP3 > acpipwrres11 at acpi0: D3C_, resource for TXHC, TDM0, TDM1, TRP0, TRP1, > TRP2, TRP3 > acpitz0 at acpi0 > acpitz0: critical temperature is 128 degC > acpipwrres12 at acpi0: PIN_ > acpipwrres13 at acpi0: PINP > acpivideo0 at acpi0: GFX0 > acpivout0 at acpivideo0: DD1F > acpivout1 at acpivideo0: DD2F > cpu0: using VERW MDS workaround > cpu0: Enhanced SpeedStep 1697 MHz: speeds: 2001, 2000, 1900, 1800, 1700, > 1500, 1400, 1300, 1200, 1100, 1000, 900, 700, 600, 500, 400 MHz > pci0 at mainbus0 bus 0 > 0:31:5: mem address conflict 0xfe010000/0x1000 > pchb0 at pci0 dev 0 function 0 "Intel Core 12G Host" rev 0x02 > inteldrm0 at pci0 dev 2 function 0 "Intel Graphics" rev 0x0c > drm0 at inteldrm0 > inteldrm0: msi, ALDERLAKE_P, gen 12 > "Intel Core 12G DTT" rev 0x02 at pci0 dev 4 function 0 not configured > ppb0 at pci0 dev 6 function 0 "Intel Core 12G PCIE" rev 0x02: msi > pci1 at ppb0 bus 4 > nvme0 at pci1 dev 0 function 0 "Samsung PM9A1" rev 0x00: msix, NVMe 1.3 > nvme0: SAMSUNG MZVL21T0HCLR-00BL7, firmware CL2QGXA7, serial xxxxxxxxxxxxxx > scsibus1 at nvme0: 2 targets, initiator 0 > sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVL21T0, CL2Q> > sd0: 976762MB, 512 bytes/sector, 2000409264 sectors > ppb1 at pci0 dev 7 function 0 "Intel Core 12G PCIE" rev 0x02: msi > pci2 at ppb1 bus 32 > ppb2 at pci0 dev 7 function 2 "Intel Core 12G PCIE" rev 0x02: msi > pci3 at ppb2 bus 80 > "Intel Core 12G GNA" rev 0x02 at pci0 dev 8 function 0 not configured > "Intel Core 12G CL" rev 0x01 at pci0 dev 10 function 0 not configured > xhci0 at pci0 dev 13 function 0 "Intel Core 12G xHCI" rev 0x02: msi, xHCI > 1.20 > usb0 at xhci0: USB revision 3.0 > uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev > 3.00/1.00 addr 1 > "Intel Core 12G TBT" rev 0x02 at pci0 dev 13 function 2 not configured > "Intel Core 12G TBT" rev 0x02 at pci0 dev 13 function 3 not configured > xhci1 at pci0 dev 20 function 0 "Intel 600 Series xHCI" rev 0x01: msi, > xHCI 1.20 > usb1 at xhci1: USB revision 3.0 > uhub1 at usb1 configuration 1 interface 0 "Intel xHCI root hub" rev > 3.00/1.00 addr 1 > "Intel 600 Series SRAM" rev 0x01 at pci0 dev 20 function 2 not configured > iwx0 at pci0 dev 20 function 3 "Intel Wi-Fi 6 AX211" rev 0x01, msix > dwiic0 at pci0 dev 21 function 0 "Intel 600 Series I2C" rev 0x01: apic 2 > int 27 > iic0 at dwiic0 > ihidev0 at iic0 addr 0x2c irq 56, vendor 0x6cb product 0xceb2, SYNA8017 > ihidev0: 34 report ids > imt0 at ihidev0: clickpad, 5 contacts > wsmouse0 at imt0 mux 0 > ims0 at ihidev0 reportid 2: 2 buttons > wsmouse1 at ims0 mux 0 > hid at ihidev0 reportid 6 not configured > hid at ihidev0 reportid 7 not configured > hid at ihidev0 reportid 9 not configured > hid at ihidev0 reportid 10 not configured > hid at ihidev0 reportid 11 not configured > hid at ihidev0 reportid 12 not configured > hid at ihidev0 reportid 13 not configured > hid at ihidev0 reportid 14 not configured > hid at ihidev0 reportid 15 not configured > hid at ihidev0 reportid 34 not configured > dwiic1 at pci0 dev 21 function 1 "Intel 600 Series I2C" rev 0x01: apic 2 > int 40 > iic1 at dwiic1 > ihidev1 at iic1 addr 0x10 irq 61, vendor 0x4f3 product 0x2c4e, ELAN901C > ihidev1: 14 report ids > ims1 at ihidev1 reportid 1: 1 button, tip > wsmouse2 at ims1 mux 0 > hid at ihidev1 reportid 2 not configured > hid at ihidev1 reportid 3 not configured > hid at ihidev1 reportid 4 not configured > hid at ihidev1 reportid 6 not configured > hid at ihidev1 reportid 10 not configured > hid at ihidev1 reportid 14 not configured > "Intel 600 Series HECI" rev 0x01 at pci0 dev 22 function 0 not configured > ppb3 at pci0 dev 28 function 0 "Intel 600 Series PCIE" rev 0x01: msi > pci4 at ppb3 bus 8 > vendor "Intel", unknown product 0x7560 (class wireless unknown subclass > 0x40, rev 0x01) at pci4 dev 0 function 0 not configured > pcib0 at pci0 dev 31 function 0 "Intel 600 Series eSPI" rev 0x01 > azalia0 at pci0 dev 31 function 3 "Intel 600 Series HD Audio" rev 0x01: msi > azalia0: codecs: Realtek ALC287 > audio0 at azalia0 > ichiic0 at pci0 dev 31 function 4 "Intel 600 Series SMBus" rev 0x01: apic > 2 int 16 > iic2 at ichiic0 > ichiic0: abort failed, status 0x41<BUSY,INUSE> > "Intel 600 Series SPI" rev 0x01 at pci0 dev 31 function 5 not configured > isa0 at pcib0 > isadma0 at isa0 > pckbc0 at isa0 port 0x60/5 irq 1 irq 12 > pckbd0 at pckbc0 (kbd slot) > wskbd0 at pckbd0: console keyboard > pms0 at pckbc0 (aux slot) > wsmouse3 at pms0 mux 0 > pcppi0 at isa0 port 0x61 > spkr0 at pcppi0 > vmm0 at mainbus0: VMX/EPT > efifb at mainbus0 not configured > ugen0 at uhub1 port 6 "Synaptics product 0x00fc" rev 2.00/0.00 addr 2 > uvideo0 at uhub1 port 8 configuration 1 interface 0 > "8SSC21D67430V1SR29F06ER Integrated Camera" rev 2.01/10.13 addr 3 > video0 at uvideo0 > ugen1 at uhub1 port 8 configuration 1 "8SSC21D67430V1SR29F06ER Integrated > Camera" rev 2.01/10.13 addr 3 > ugen2 at uhub1 port 10 "Intel Bluetooth" rev 2.01/0.00 addr 4 > vscsi0 at root > scsibus2 at vscsi0: 256 targets > softraid0 at root > scsibus3 at softraid0: 256 targets > root on sd0a (xxxxxxxxxxxxxxxx.a) swap on sd0b dump on sd0b > inteldrm0: 1920x1200, 32bpp > wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0 > wsdisplay0: screen 1-5 added (std, vt100 emulation) > iwx0: hw rev 0x370, fw 77.f92b5fed.0, pnvm 285b3568, address > xx:xx:xx:xx:xx:xx > > hw.sensors.cpu0.temp0=43.00 degC > hw.sensors.cpu0.frequency0=450000000.00 Hz > hw.sensors.cpu2.frequency0=450000000.00 Hz > hw.sensors.cpu4.frequency0=450000000.00 Hz > hw.sensors.cpu6.frequency0=400000000.00 Hz > hw.sensors.cpu8.frequency0=400000000.00 Hz > hw.sensors.cpu10.frequency0=400000000.00 Hz > hw.sensors.cpu12.frequency0=450000000.00 Hz > hw.sensors.cpu13.frequency0=450000000.00 Hz > hw.sensors.cpu14.frequency0=450000000.00 Hz > hw.sensors.cpu15.frequency0=500000000.00 Hz > hw.sensors.cpu16.frequency0=450000000.00 Hz > hw.sensors.cpu17.frequency0=450000000.00 Hz > hw.sensors.cpu18.frequency0=450000000.00 Hz > hw.sensors.cpu19.frequency0=500000000.00 Hz > hw.sensors.acpithinkpad0.temp0=45.00 degC > hw.sensors.acpithinkpad0.fan0=3969 RPM > hw.sensors.acpithinkpad0.indicator0=Off (port replicator), UNKNOWN > hw.sensors.acpiac0.indicator0=On (power supply) > hw.sensors.acpibat0.volt0=15.44 VDC (voltage) > hw.sensors.acpibat0.volt1=15.72 VDC (current voltage) > hw.sensors.acpibat0.power0=0.00 W (rate) > hw.sensors.acpibat0.watthour0=57.57 Wh (last full capacity) > hw.sensors.acpibat0.watthour1=2.88 Wh (warning capacity) > hw.sensors.acpibat0.watthour2=0.20 Wh (low capacity) > hw.sensors.acpibat0.watthour3=45.77 Wh (remaining capacity), OK > hw.sensors.acpibat0.watthour4=57.00 Wh (design capacity) > hw.sensors.acpibat0.raw0=0 (battery idle), OK > hw.sensors.acpibat0.raw1=14 (discharge cycles) > hw.sensors.acpibtn1.indicator0=On (lid open) > hw.sensors.acpitz0.temp0=45.00 degC (zone temperature) > hw.sensors.nvme0.temp0=42.00 degC, OK > hw.sensors.nvme0.percent0=0.00% (endurance used), OK > hw.sensors.nvme0.percent1=100.00% (available spare), OK > > > keyboard.type=pc-xt > keyboard.bell.pitch=400 > keyboard.bell.period=100 > keyboard.bell.volume=50 > keyboard.bell.pitch.default=400 > keyboard.bell.period.default=100 > keyboard.bell.volume.default=50 > keyboard.repeat.del1=400 > keyboard.repeat.deln=100 > keyboard.repeat.del1.default=400 > keyboard.repeat.deln.default=100 > keyboard.ledstate=0 > keyboard.encoding=us > keyboard.backlight=0.00% > > > Summary of what works: > F-keys: sound mute, volume up/down, brightness up/down > touchpad (pointer, tapping and scrolling > stick pointer and buttons > wifi > camera > sound file playback - speakers > sound file playback - headphones > keyboard backlight control from wsconsctl > usb ports > thunderbolt video out (both usb-C ports) > hdmi out > suspend (console and X11) > hibernate (console) > CPU throttling and CPU scheduler blocking (hw.blockcpu) > X11 > touch screen > battery charge limit > > What does not work: > terminal bell (works in bios) > microphone > SMBus PCI device (see dmesg, Busy+InUse error) > SPI PCI device (see dmesg, memory conflict) > cellular modem (Fibocom L860-GL, PCI device 8:0:0) > >

