tech-misc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: USB audio



Thank you Martin,

Where can I download binary or sources for uaudio driver ? Is it kernel module ? I am not able to find it.

I am attaching my dmesg. I see my M-16DX EDIROL there and when I try:
usbdevs -v, I see it also:

Controller /dev/usb0:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), NetBSD(0x0000), rev 1.00(0x0100)
 port 1 addr 2: high speed, self powered, config 1, Rate Matching Hub(0x0024), Intel(0x8087), rev 0.00(0x0000)
  port 1 powered
  port 2 powered
  port 3 powered
  port 4 powered
  port 5 powered
  port 6 addr 3: high speed, power 200 mA, config 1, Integrated Camera(0xb217), Chicony Electronics Co., Ltd.(0x04f2), rev 8.54(0x0854)
 port 2 powered
 port 3 powered
Controller /dev/usb1:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), NetBSD(0x0000), rev 1.00(0x0100)
 port 1 addr 2: high speed, self powered, config 1, Rate Matching Hub(0x0024), Intel(0x8087), rev 0.00(0x0000)
  port 1 addr 3: low speed, power 100 mA, config 1, HP USB Optical Mouse(0x094a), PixArt(0x03f0), rev 1.00(0x0100)
  port 2 addr 4: high speed, self powered, config 1, M-16DX(0x00c4), EDIROL(0x0582), rev 0.00(0x0000)
  port 3 powered
  port 4 powered
  port 5 powered
  port 6 powered
  port 7 powered
  port 8 powered
 port 2 powered
 port 3 powered

When I try audiocfg list, there is not my USB sound card:
/home/programmer# audiocfg list
0: [*] audio0 @ hdafg0: Conexant CX20671
       playback: 2ch, 48000Hz
       record:   2ch, 48000Hz
       (PR) slinear_le 16/16, 2ch, { 44100, 48000, 96000 }
       (PR) slinear_le 20/32, 2ch, { 44100, 48000, 96000 }
       (PR) slinear_le 24/32, 2ch, { 44100, 48000, 96000 }
       (  ) ac3 16/16, 2ch, { 44100, 48000, 96000 }
1: [ ] audio1 @ hdafg1: Intel product 2805
       playback: 2ch, 48000Hz
       record:   2ch, 48000Hz
       (P-) slinear_le 16/16, 2ch, { 48000 }
       (P-) slinear_le 16/16, 4ch, { 48000 }
       (P-) slinear_le 16/16, 6ch, { 48000 }
       (P-) slinear_le 16/16, 8ch, { 48000 }
       (PR) slinear_le 16/16, 2ch, 48000-48000Hz

On 2/4/25 07:17, Martin Husemann wrote:
On Mon, Feb 03, 2025 at 07:59:34PM +0100, Peter Skvarka wrote:

Hello,
when I connect external USB audio card through USB cable I can see connected
device with usbdevs -v

But I don't see it with command audiocfg list or with

What is needed to see connected USB audio card it like audio device
(dev/audioX) and to use it ?
The kernel driver (uaudio(4)) needs to recognize it. What does
dmesg tell you about the device?

Martin
On 2/4/25 07:17, Martin Husemann wrote:
On Mon, Feb 03, 2025 at 07:59:34PM +0100, Peter Skvarka wrote:
Hello,
when I connect external USB audio card through USB cable I can see connected
device with usbdevs -v

But I don't see it with command audiocfg list or with

What is needed to see connected USB audio card it like audio device
(dev/audioX) and to use it ?
The kernel driver (uaudio(4)) needs to recognize it. What does
dmesg tell you about the device?

Martin
[     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
[     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
[     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023,
[     1.000000]     2024
[     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
[     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[     1.000000]     The Regents of the University of California.  All rights reserved.

[     1.000000] NetBSD 10.1 (MYGENERIC) #0: Mon Jan 13 19:14:43 CET 2025
[     1.000000] 	programmer%bsd.lan@localhost:/home/programmer/obj/sys/arch/amd64/compile/MYGENERIC
[     1.000000] total memory = 12171 MB
[     1.000000] avail memory = 11744 MB
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] RTC BIOS diagnostic error 0x80<clock_battery>
[     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[     1.000004] efi: systbl at pa dad9ef18
[     1.000004] mainbus0 (root)
[     1.000004] ACPI: RSDP 0x00000000DAFFE014 000024 (v02 LENOVO)
[     1.000004] ACPI: XSDT 0x00000000DAFFE120 0000A4 (v01 LENOVO TP-8A    00001490 PTEC 00000002)
[     1.000004] ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: DSDT 0x00000000DAFEB000 00E7FE (v01 LENOVO TP-8A    00001490 INTL 20061109)
[     1.000004] ACPI: FACS 0x00000000DAF2D000 000040
[     1.000004] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-8A    00001490 PTEC 00000001)
[     1.000004] ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[     1.000004] ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[     1.000004] ACPI: SSDT 0x00000000DAFE2000 0009E5 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[     1.000004] ACPI: UEFI 0x00000000DAFE0000 00003E (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: UEFI 0x00000000DAFDF000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[     1.000004] ACPI: UEFI 0x00000000DAFDE000 000292 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: 6 ACPI AML tables successfully acquired and loaded
[     1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
[     1.000004] x2APIC available but disabled for a suspected SandyBridge BIOS bug
[     1.000004] cpu0 at mainbus0 apid 0
[     1.000004] cpu0: Use lfence to serialize rdtsc
[     1.000004] cpu0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu0: node 0, package 0, core 0, smt 0
[     1.000004] cpu1 at mainbus0 apid 1
[     1.000004] cpu1: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu1: node 0, package 0, core 0, smt 1
[     1.000004] cpu2 at mainbus0 apid 2
[     1.000004] cpu2: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu2: node 0, package 0, core 1, smt 0
[     1.000004] cpu3 at mainbus0 apid 3
[     1.000004] cpu3: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu3: node 0, package 0, core 1, smt 1
[     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
[     1.000004] acpi0: X/RSDT: OemId <LENOVO,TP-8A   ,00001490>, AslId <PTEC,00000002>
[     1.000004] acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
[     1.000004] acpi0: MCFG: segment 0, bus 0-63, address 0x00000000f8000000
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFAD0181D26008 0008C0 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFAD0181CFD008 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFAD0181CD4888 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[     1.000004] acpi0: SCI interrupting at int 9
[     1.000004] acpi0: fixed power button present
[     1.000004] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
[     1.051625] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
[     1.051625] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
[     1.052806] acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
[     1.052806] MEM (PNP0C01) at acpi0 not configured
[     1.052806] acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
[     1.052806] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
[     1.052806] acpivga0 at acpi0 (VID): ACPI Display Adapter
[     1.052806] acpiout0 at acpivga0 (LCD0, 0x0400): ACPI Display Output Device
[     1.052806] acpiout0: brightness levels: [5,10,20,25,30,35,40,45,50,55,60,65,70,80,90,100]
[     1.052806] acpiout1 at acpivga0 (CRT0, 0x0100): ACPI Display Output Device
[     1.052806] acpiout2 at acpivga0 (DVI0, 0x0300): ACPI Display Output Device
[     1.052806] acpiout3 at acpivga0 (DVI1, 0x0301): ACPI Display Output Device
[     1.052806] acpiout4 at acpivga0 (DVI2, 0x0302): ACPI Display Output Device
[     1.052806] acpiout5 at acpivga0 (DVI3, 0x0303): ACPI Display Output Device
[     1.052806] acpiout6 at acpivga0 (DVI4, 0x0304): ACPI Display Output Device
[     1.052806] acpiout7 at acpivga0 (DVI5, 0x0305): ACPI Display Output Device
[     1.052806] acpivga0: connected output devices:
[     1.052806] acpivga0:   0x0400 (acpiout0): Unknown Output Device, head 0
[     1.052806] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
[     1.052806] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
[     1.052806] spkr0 at pcppi1: PC Speaker
[     1.052806] wsbell at spkr0 not configured
[     1.052806] midi0 at pcppi1: PC speaker
[     1.052806] sysbeep0 at pcppi1
[     1.052806] pckbc1 at acpi0 (KBD, PNP0303) (kbd port): io 0x60,0x64 irq 1
[     1.052806] pckbc2 at acpi0 (MOU, LEN0015) (aux port): irq 12
[     1.052806] tpm0 at acpi0 (TPM, SMO1200-1): mem 0xfed40000-0xfed44fff
[     1.052806] tpm0: device 0x0000104a rev 0x4e
[     1.052806] acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
[     1.052806] acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
[     1.052806] thinkpad0 at acpi0 (HKEY, LEN0068)
[     1.052806] thinkpad0: version 0100
[     1.052806] acpiwmi0 at acpi0 (WMI1, PNP0C14-1): ACPI WMI Interface
[     1.052806] acpiwmibus at acpiwmi0 not configured
[     1.052806] acpiwmi1 at acpi0 (WMI2, PNP0C14-2): ACPI WMI Interface
[     1.052806] acpiwmibus at acpiwmi1 not configured
[     1.052806] acpitz0 at acpi0 (THM0)
[     1.052806] acpitz0: levels: critical 98.0 C, passive cooling
[     1.052806] ACPI: Enabled 4 GPEs in block 00 to 3F
[     1.052806] attimer1: attached to pcppi1
[     1.052806] pckbd0 at pckbc1 (kbd slot)
[     1.052806] pckbc1: using irq 1 for kbd slot
[     1.052806] wskbd0 at pckbd0: console keyboard
[     1.052806] pms0 at pckbc1 (aux slot)
[     1.052806] pms0: Synaptics touchpad version 7.2
[     1.052806] pms0: Extended W mode, Passthrough, Palm detect, Multi-finger Report, Reports max
[     1.052806] pms0: Probed max coordinates right: 5888, top: 4820
[     1.052806] pckbc1: using irq 12 for aux slot
[     1.052806] wsmouse0 at pms0 mux 0
[     1.052806] pci0 at mainbus0 bus 0: configuration mode 1
[     1.052806] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[     1.052806] pchb0 at pci0 dev 0 function 0: Intel Sandy Bridge (mobile) Host Bridge (rev. 0x09)
[     1.052806] i915drmkms0 at pci0 dev 2 function 0: Intel Sandy Bridge (mobile) GT2 Integrated Graphics Device (rev. 0x09)
[     1.052806] Intel 6 Series Chipset Family MEI (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
[     1.052806] wm0 at pci0 dev 25 function 0, 64-bit DMA: PCH2 LAN (82579LM) Controller (rev. 0x04)
[     1.052806] wm0: interrupting at msi0 vec 0
[     1.052806] wm0: PCI-Express bus
[     1.052806] wm0: 2048 words FLASH, version 0.13.3
[     1.052806] wm0: RX packet buffer size: 26KB
[     1.052806] wm0: Ethernet address f0:de:f1:8f:ad:eb
[     1.052806] wm0: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
[     1.052806] ihphy0 at wm0 phy 2: i82579 10/100/1000 media interface, rev. 3
[     1.052806] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[     1.052806] ehci0 at pci0 dev 26 function 0: Intel 6 Series Chipset Family USB (rev. 0x04)
[     1.052806] ehci0: 64-bit DMA
[     1.052806] ehci0: interrupting at ioapic0 pin 16
[     1.052806] ehci0: EHCI version 1.0
[     1.052806] ehci0: Using DMA subregion for control data structures
[     1.052806] usb0 at ehci0: USB revision 2.0
[     1.052806] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
[     1.052806] hdaudio0: interrupting at msi1 vec 0
[     1.052806] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
[     1.052806] hdafg0 at hdaudio0: Conexant CX20671
[     1.052806] hdafg0: DAC00 2ch: Speaker [Built-In]
[     1.052806] hdafg0: DAC01 2ch: HP Out [Jack]
[     1.052806] hdafg0: ADC02 2ch: Mic In [Jack]
[     1.052806] hdafg0: ADC03 2ch: Mic In [Built-In]
[     1.052806] hdafg0: 2ch/2ch 44100Hz 48000Hz 96000Hz PCM16 PCM20 PCM24 AC3
[     1.052806] audio0 at hdafg0: playback, capture, full duplex, independent
[     1.052806] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.052806] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.052806] spkr1 at audio0: PC Speaker (synthesized)
[     1.052806] wsbell at spkr1 not configured
[     1.052806] hdvsmfg at hdaudio0 not configured
[     1.052806] hdafg1 at hdaudio0: Intel product 2805
[     1.052806] hdafg1: DP00 8ch: Digital Out [Jack]
[     1.052806] hdafg1: DP01 8ch: Digital Out [Jack]
[     1.052806] hdafg1: DP02 8ch: Digital Out [Jack]
[     1.052806] hdafg1: 8ch/0ch 48000Hz PCM16*
[     1.052806] audio1 at hdafg1: playback, capture, full duplex, independent
[     1.052806] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.052806] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.052806] spkr2 at audio1: PC Speaker (synthesized)
[     1.052806] wsbell at spkr2 not configured
[     1.052806] ppb0 at pci0 dev 28 function 0: Intel 6 Series Chipset Family PCIe Root Port 1 (rev. 0xb4)
[     1.052806] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.052806] pci1 at ppb0 bus 2
[     1.052806] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.052806] ppb1 at pci0 dev 28 function 1: Intel 6 Series Chipset Family PCIe Root Port 2 (rev. 0xb4)
[     1.052806] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.052806] ppb1: link is x1 @ 2.5GT/s
[     1.052806] pci2 at ppb1 bus 3
[     1.052806] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.052806] iwn0 at pci2 dev 0 function 0: Intel Centrino Advanced-N 6205 WiFi (rev. 0x34)
[     1.052806] iwn0: interrupting at msi2 vec 0
[     1.052806] iwn0: MIMO 2T2R, MoW, address 08:11:96:52:da:90
[     1.052806] ppb2 at pci0 dev 28 function 3: Intel 6 Series Chipset Family PCIe Root Port 4 (rev. 0xb4)
[     1.052806] ppb2: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.052806] pci3 at ppb2 bus 5
[     1.052806] pci3: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.052806] ppb3 at pci0 dev 28 function 4: Intel 6 Series Chipset Family PCIe Root Port 5 (rev. 0xb4)
[     1.052806] ppb3: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.052806] ppb3: link is x1 @ 2.5GT/s
[     1.052806] pci4 at ppb3 bus 13
[     1.052806] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.052806] sdhc0 at pci4 dev 0 function 0: Ricoh 5U823 SD/MMC Controller (rev. 0x05)
[     1.052806] sdhc0: interrupting at ioapic0 pin 16
[     1.052806] sdhc0: SDHC 3.0, rev 5, caps <21e8c8b2/00008073>, SDMA, 200000 kHz, HS SDR50 SDR104 HS200 3.3V, re-tuning mode 3, 512 byte blocks
[     1.052806] sdmmc0 at sdhc0 slot 0
[     1.052806] fwohci0 at pci4 dev 0 function 3: Ricoh 5U832 Firewire Controller (rev. 0x04)
[     1.052806] fwohci0: interrupting at ioapic0 pin 19
[     1.052806] fwohci0: OHCI version 1.10 (ROM=0)
[     1.052806] fwohci0: No. of Isochronous channels is 4.
[     1.052806] fwohci0: EUI64 f0:de:f1:ff:8f:ad:eb:ff
[     1.052806] fwohci0: Phy 1394a available S400, 1 ports.
[     1.052806] fwohci0: Link S400, max_rec 2048 bytes.
[     1.052806] ieee1394if0 at fwohci0: IEEE1394 bus
[     1.052806] fwip0 at ieee1394if0: IP over IEEE1394
[     1.052806] fwohci0: Initiate bus reset
[     1.052806] fwohci0: Clear PME# now
[     1.052806] ehci1 at pci0 dev 29 function 0: Intel 6 Series Chipset Family USB (rev. 0x04)
[     1.052806] ehci1: 64-bit DMA
[     1.052806] ehci1: interrupting at ioapic0 pin 23
[     1.052806] ehci1: EHCI version 1.0
[     1.052806] ehci1: Using DMA subregion for control data structures
[     1.052806] usb1 at ehci1: USB revision 2.0
[     1.052806] ichlpcib0 at pci0 dev 31 function 0: Intel QM67 LPC (rev. 0x04)
[     1.052806] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
[     1.052806] ichlpcib0: 24-bit timer
[     1.052806] tco0 at ichlpcib0: TCO (watchdog) timer configured.
[     1.052806] tco0: Min/Max interval 1/367 seconds
[     1.052806] ahcisata0 at pci0 dev 31 function 2: Intel 6 Series Chipset Family AHCI 2 (rev. 0x04)
[     1.052806] ahcisata0: 64-bit DMA
[     1.052806] ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xff30ff65<SXS,EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SSS,SMPS,SSNTF,SNCQ,S64A>
[     1.052806] ahcisata0: interrupting at msi3 vec 0
[     1.052806] atabus0 at ahcisata0 channel 0
[     1.052806] atabus1 at ahcisata0 channel 1
[     1.052806] atabus2 at ahcisata0 channel 2
[     1.052806] atabus3 at ahcisata0 channel 3
[     1.052806] atabus4 at ahcisata0 channel 4
[     1.052806] ichsmb0 at pci0 dev 31 function 3: Intel 6 Series Chipset Family SMBus Controller (rev. 0x04)
[     1.052806] ichsmb0: interrupting at ioapic0 pin 18
[     1.052806] iic0 at ichsmb0: I2C bus
[     1.052806] isa0 at ichlpcib0
[     1.052806] com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16-byte FIFO
[     1.052806] com0: kgdb
[     1.052806] acpicpu0 at cpu0: ACPI CPU
[     1.052806] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
[     1.052806] acpicpu0: C3: I/O, lat 104 us, pow   350 mW
[     1.052806] acpicpu0: P0: FFH, lat  10 us, pow 35000 mW, 2401 MHz, turbo boost
[     1.052806] acpicpu0: P1: FFH, lat  10 us, pow 35000 mW, 2400 MHz
[     1.052806] acpicpu0: P2: FFH, lat  10 us, pow 27740 mW, 2000 MHz
[     1.052806] acpicpu0: P3: FFH, lat  10 us, pow 24490 mW, 1800 MHz
[     1.052806] acpicpu0: P4: FFH, lat  10 us, pow 21045 mW, 1600 MHz
[     1.052806] acpicpu0: P5: FFH, lat  10 us, pow 18055 mW, 1400 MHz
[     1.052806] acpicpu0: P6: FFH, lat  10 us, pow 15194 mW, 1200 MHz
[     1.052806] acpicpu0: P7: FFH, lat  10 us, pow 12156 mW, 1000 MHz
[     1.052806] acpicpu0: P8: FFH, lat  10 us, pow  9543 mW,  800 MHz
[     1.052806] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
[     1.052806] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
[     1.052806] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
[     1.052806] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
[     1.052806] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
[     1.052806] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
[     1.052806] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
[     1.052806] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
[     1.052806] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
[     1.052806] acpicpu1 at cpu1: ACPI CPU
[     1.052806] acpicpu2 at cpu2: ACPI CPU
[     1.052806] coretemp1 at cpu2: thermal sensor, 1 C resolution, Tjmax=100
[     1.052806] acpicpu3 at cpu3: ACPI CPU
[     1.052806] fwohci0: BUS reset
[     1.052806] fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
[     1.052806] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
[     1.052806] ieee1394if0: bus manager 0
[     1.052806] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[     1.052806] timecounter: Timecounter "TSC" frequency 2392230000 Hz quality 3000
[     1.615127] acpiacad0: AC adapter online.
[     1.621802] tpm0: acpibat0: LGC LION rechargeable battery
[     1.642200] tpm is deactivated
[     1.642200] acpibat0: granularity: low->warn 0.001 Wh, warn->full 0.001 Wh
[     1.667576] tpm0: deactivating entropy source
[     1.667576] uhub0 at usb1: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.691800] uhub0: 3 ports with 3 removable, self powered
[     1.691800] uhub1 at usb0: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.711799] uhub1: 3 ports with 3 removable, self powered
[     1.711799] IPsec: Initialized Security Association Processing.
[     1.741798] ahcisata0 port 2: device present, speed: 3.0Gb/s
[     1.771798] ahcisata0 port 0: device present, speed: 6.0Gb/s
[     1.771798] ahcisata0 port 1: device present, speed: 1.5Gb/s
[     1.861797] sdmmc0: SD card status: 4-bit, C4
[     1.861797] ld0 at sdmmc0: <0x1b:0x534d:00000:0x10:0x000dfa04:0x0d1>
[     1.861797] ld0: 1875 MB, 952 cyl, 64 head, 63 sec, 512 bytes/sect x 3840000 sectors
[     1.891800] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz
[     2.811797] uhub2 at uhub1 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
[     2.811797] uhub2: single transaction translator
[     2.811797] uhub3 at uhub0 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
[     2.831795] uhub3: single transaction translator
[     2.861796] uhub2: 6 ports with 6 removable, self powered
[     2.861796] uhub3: 8 ports with 8 removable, self powered
[     3.311795] wd0 at atabus0 drive 0
[     3.331796] wd0: <WDC WDS100T2B0A-00SM50>
[     3.351795] wd0: drive supports 1-sector PIO transfers, LBA48 addressing
[     3.351795] wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
[     3.381795] wd0: GPT GUID: 5f6fa681-66dd-460e-93d1-2e5a591cd157
[     3.381795] dk0 at wd0: "Microsoft reserved partition", 32734 blocks at 34, type: <unknown>
[     3.411795] dk1 at wd0: "Basic data partition", 1124352 blocks at 32768, type: ntfs
[     3.431795] dk2 at wd0: "1e9f7eb3-e46c-49fb-9799-69fd61eab95d", 409600000 blocks at 1159168, type: ntfs
[     3.461795] dk3 at wd0: "65c0fa4f-0d75-4199-9a36-9578cacf4eb7", 1679360 blocks at 410759168, type: ntfs
[     3.481794] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '65c0fa4f-0d75-4199-9a36-9578cacf4eb7'
[     3.511795] dk4 at wd0: "4d44ebe1-ad8a-4c1f-b499-13a753266c92", 819200000 blocks at 412438528, type: ntfs
[     3.531794] dk5 at wd0: "EFI system partition", 204800 blocks at 1231638528, type: msdos
[     3.561795] dk6 at wd0: "7faf0b4b-bd31-11ef-9bd3-806e6f6e6963", 307200000 blocks at 1231845376, type: ffs
[     3.581794] dk7 at wd0: "7faf0b4c-bd31-11ef-9bd3-806e6f6e6963", 4096000 blocks at 1539047424, type: swap
[     3.611794] dk8 at wd0: "2257f292-7a8b-4f84-b924-7b58860968ab", 6144000 blocks at 1543143424, type: ntfs
[     3.631794] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '2257f292-7a8b-4f84-b924-7b58860968ab'
[     3.661794] dk9 at wd0: "05415396-7d06-40d2-a39d-6489814b2c0f", 102400000 blocks at 1549287424, type: ntfs
[     3.691794] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '05415396-7d06-40d2-a39d-6489814b2c0f'
[     3.721795] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags)
[     3.721795] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     3.721795] atapibus0 at atabus1: 1 targets
[     3.721795] cd0 at atapibus0 drive 0: <Optiarc DVD RW AD-7710H, , 1.S0> cdrom removable
[     3.732175] cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
[     3.732175] cd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)
[     3.732175] wd1 at atabus2 drive 0
[     3.732175] wd1: <Crucial_CT240M500SSD3>
[     3.732175] wd1: drive supports 16-sector PIO transfers, LBA48 addressing
[     3.732175] wd1: 223 GB, 465141 cyl, 16 head, 63 sec, 512 bytes/sect x 468862128 sectors (4096 bytes/physsect; first aligned sector: 8)
[     3.732175] wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags) w/PRIO
[     3.732175] wd1(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags) w/PRIO
[     3.921794] uvideo0 at uhub2 port 6 configuration 1 interface 0: Chicony Electronics Co., Ltd. (0x04f2) Integrated Camera (0xb217), rev 2.00/8.54, addr 3
[     3.971794] video0 at uvideo0: Chicony Electronics Co., Ltd. (0x04f2) Integrated Camera (0xb217), rev 2.00/8.54, addr 3
[     4.021794] uhidev0 at uhub3 port 1 configuration 1 interface 0
[     4.021794] uhidev0: Microsoft (0x045e) Microsoft IntelliMouse<2147483586><2147483566> Optical (0x0039), rev 1.10/1.21, addr 3, iclass 3/1
[     4.032530] ums0 at uhidev0: 5 buttons and Z dir
[     4.032530] wsmouse1 at ums0 mux 0
[     4.041797] swwdog0: software watchdog initialized
[     4.091793] WARNING: 3 errors while detecting hardware; check system log.
[     4.091793] boot device: wd0
[     4.091793] root on dk6 dumps on dk7
[     4.091793] root file system type: ffs
[     4.091793] kern.module.path=/stand/amd64/10.1/modules
[     4.101794] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[     4.121792] [drm] Driver supports precise vblank timestamp query.
[     4.151793] i915drmkms0: interrupting at msi4 vec 0 (i915drmkms0)
[     4.241794] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[     4.791792] intelfb0 at i915drmkms0
[     4.821793] [drm] DRM_I915_DEBUG enabled
[     4.841791] [drm] DRM_I915_DEBUG_GEM enabled
[     4.871792] intelfb0: framebuffer at 0xe0005000, size 1600x900, depth 32, stride 6400
[     5.821789] {drm:netbsd:intel_cpu_fifo_underrun_irq_handler+0x64} *ERROR* CPU pipe A FIFO underrun
[     5.821789] {drm:netbsd:intel_set_pch_fifo_underrun_reporting+0x14e} *ERROR* uncleared pch fifo underrun on pch transcoder A
[     5.831791] {drm:netbsd:cpt_irq_handler+0x217} *ERROR* PCH transcoder A FIFO underrun
[     6.271786] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[     6.341786] wsmux1: connecting to wsdisplay0
[     6.351788] entropy: best effort
[    18.461756] wsdisplay0: screen 1 added (default, vt100 emulation)
[    18.461756] wsdisplay0: screen 2 added (default, vt100 emulation)
[    18.471756] wsdisplay0: screen 3 added (default, vt100 emulation)
[    18.471756] wsdisplay0: screen 4 added (default, vt100 emulation)
[  5133.258929] wsmouse1: detached
[  5133.258929] ums0: detached
[  5133.258929] uhidev0: detached
[  5133.258929] uhidev0: at uhub3 port 1 (addr 3) disconnected
[  7378.623297] uhidev0 at uhub3 port 1 configuration 1 interface 0
[  7378.623297] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[  7378.623297] ums0 at uhidev0: 3 buttons and Z dir
[  7378.623297] wsmouse1 at ums0 mux 0
[  9883.937014] {drm:netbsd:intel_pipe_update_start+0x2ff} *ERROR* Potential atomic update failure on pipe A: -35
[ 11382.563255] wsmouse1: detached
[ 11382.563255] ums0: detached
[ 11382.563255] uhidev0: detached
[ 11382.563255] uhidev0: at uhub3 port 1 (addr 3) disconnected
[ 11384.353249] uhidev0 at uhub3 port 1 configuration 1 interface 0
[ 11384.353249] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[ 11384.363249] ums0 at uhidev0: 3 buttons and Z dir
[ 11384.363249] wsmouse1 at ums0 mux 0
[ 11444.383099] wsmouse1: detached
[ 11444.383099] ums0: detached
[ 11444.383099] uhidev0: detached
[ 11444.383099] uhidev0: at uhub3 port 1 (addr 3) disconnected
[ 11446.173096] uhidev0 at uhub3 port 1 configuration 1 interface 0
[ 11446.173096] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[ 11446.173096] ums0 at uhidev0: 3 buttons and Z dir
[ 11446.173096] wsmouse1 at ums0 mux 0
[ 11616.162668] wsmouse1: detached
[ 11616.162668] ums0: detached
[ 11616.162668] uhidev0: detached
[ 11616.162668] uhidev0: at uhub3 port 1 (addr 3) disconnected
[ 11617.952664] uhidev0 at uhub3 port 1 configuration 1 interface 0
[ 11617.952664] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[ 11617.952664] ums0 at uhidev0: 3 buttons and Z dir
[ 11617.952664] wsmouse1 at ums0 mux 0
[ 11677.982514] wsmouse1: detached
[ 11677.982514] ums0: detached
[ 11677.982514] uhidev0: detached
[ 11677.982514] uhidev0: at uhub3 port 1 (addr 3) disconnected
[ 11679.772508] uhidev0 at uhub3 port 1 configuration 1 interface 0
[ 11679.772508] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[ 11679.772508] ums0 at uhidev0: 3 buttons and Z dir
[ 11679.772508] wsmouse1 at ums0 mux 0
[ 11863.322050] ugen0 at uhub3 port 2
[ 11863.322050] ugen0: EDIROL (0x0582) M-16DX (0x00c4), rev 2.00/0.00, addr 4
[ 11981.271752] syncing disks... done
[ 11981.301753] unmounted /dev/dk8 on /mnt/fatik type msdos
[ 11981.301753] unmounted tmpfs on /var/shm type tmpfs
[ 11981.301753] unmounted procfs on /proc type procfs
[ 11981.301753] unmounted ptyfs on /dev/pts type ptyfs
[ 11981.301753] unmounted kernfs on /kern type kernfs
[ 11982.381750] cd0: detached
[ 11982.381750] wd1: detached
[ 11982.381750] atapibus0: detached
[ 11982.381750] iic0: detached
[ 11982.381750] atabus4: detached
[ 11982.381750] atabus3: detached
[ 11982.381750] atabus2: detached
[ 11982.381750] atabus1: detached
[ 11982.381750] pci3: detached
[ 11982.381750] pci1: detached
[ 11982.381750] sysbeep0: detached
[ 11982.381750] midi0: detached
[ 11982.381750] ichsmb0: detached
[ 11982.381750] ppb2: detached
[ 11982.381750] ppb0: detached
[ 11982.431748] ihphy0: detached
[ 11982.431748] wm0: detached
[ 11982.431748] pchb0: detached
[ 11982.431748] dk9 at wd0 (05415396-7d06-40d2-a39d-6489814b2c0f) deleted
[ 11982.431748] dk9: detached
[ 11982.431748] dk8 at wd0 (2257f292-7a8b-4f84-b924-7b58860968ab) deleted
[ 11982.431748] dk8: detached
[ 11982.431748] dk5 at wd0 (EFI system partition) deleted
[ 11982.431748] dk5: detached
[ 11982.431748] dk4 at wd0 (4d44ebe1-ad8a-4c1f-b499-13a753266c92) deleted
[ 11982.431748] dk4: detached
[ 11982.431748] dk3 at wd0 (65c0fa4f-0d75-4199-9a36-9578cacf4eb7) deleted
[ 11982.431748] dk3: detached
[ 11982.431748] dk2 at wd0 (1e9f7eb3-e46c-49fb-9799-69fd61eab95d) deleted
[ 11982.431748] dk2: detached
[ 11982.431748] dk1 at wd0 (Basic data partition) deleted
[ 11982.431748] dk1: detached
[ 11982.431748] dk0 at wd0 (Microsoft reserved partition) deleted
[ 11982.431748] dk0: detached
[ 11982.441749] forcefully unmounted /dev/dk6 on / type ffs
[ 11982.441749] turning off swap...[   1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
[     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
[     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023,
[     1.000000]     2024
[     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
[     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[     1.000000]     The Regents of the University of California.  All rights reserved.

[     1.000000] NetBSD 10.1 (MYGENERIC) #0: Mon Jan 13 19:14:43 CET 2025
[     1.000000] 	programmer%bsd.lan@localhost:/home/programmer/obj/sys/arch/amd64/compile/MYGENERIC
[     1.000000] total memory = 12171 MB
[     1.000000] avail memory = 11744 MB
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] RTC BIOS diagnostic error 0x80<clock_battery>
[     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[     1.000004] efi: systbl at pa dad9ef18
[     1.000004] mainbus0 (root)
[     1.000004] ACPI: RSDP 0x00000000DAFFE014 000024 (v02 LENOVO)
[     1.000004] ACPI: XSDT 0x00000000DAFFE120 0000A4 (v01 LENOVO TP-8A    00001490 PTEC 00000002)
[     1.000004] ACPI: FACP 0x00000000DAFE8000 0000F4 (v04 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: DSDT 0x00000000DAFEB000 00E7FE (v01 LENOVO TP-8A    00001490 INTL 20061109)
[     1.000004] ACPI: FACS 0x00000000DAF2D000 000040
[     1.000004] ACPI: SLIC 0x00000000DAFFD000 000176 (v01 LENOVO TP-8A    00001490 PTEC 00000001)
[     1.000004] ACPI: SSDT 0x00000000DAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFFA000 000797 (v01 LENOVO SataAhci 00001000 INTL 20061109)
[     1.000004] ACPI: HPET 0x00000000DAFE7000 000038 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: APIC 0x00000000DAFE6000 000098 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: MCFG 0x00000000DAFE5000 00003C (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: ECDT 0x00000000DAFE4000 000052 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: ASF! 0x00000000DAFEA000 0000A5 (v32 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: TCPA 0x00000000DAFE3000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[     1.000004] ACPI: SSDT 0x00000000DAFE2000 0009E5 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[     1.000004] ACPI: SSDT 0x00000000DAFE1000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[     1.000004] ACPI: UEFI 0x00000000DAFE0000 00003E (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: UEFI 0x00000000DAFDF000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[     1.000004] ACPI: UEFI 0x00000000DAFDE000 000292 (v01 LENOVO TP-8A    00001490 PTL  00000002)
[     1.000004] ACPI: 6 ACPI AML tables successfully acquired and loaded
[     1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
[     1.000004] x2APIC available but disabled for a suspected SandyBridge BIOS bug
[     1.000004] cpu0 at mainbus0 apid 0
[     1.000004] cpu0: Use lfence to serialize rdtsc
[     1.000004] cpu0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu0: node 0, package 0, core 0, smt 0
[     1.000004] cpu1 at mainbus0 apid 1
[     1.000004] cpu1: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu1: node 0, package 0, core 0, smt 1
[     1.000004] cpu2 at mainbus0 apid 2
[     1.000004] cpu2: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu2: node 0, package 0, core 1, smt 0
[     1.000004] cpu3 at mainbus0 apid 3
[     1.000004] cpu3: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz, id 0x206a7
[     1.000004] cpu3: node 0, package 0, core 1, smt 1
[     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
[     1.000004] acpi0: X/RSDT: OemId <LENOVO,TP-8A   ,00001490>, AslId <PTEC,00000002>
[     1.000004] acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
[     1.000004] acpi0: MCFG: segment 0, bus 0-63, address 0x00000000f8000000
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFB3BFE9526008 0008C0 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFB3BFE94FD008 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0xFFFFB3BFE94D4888 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
[     1.000004] acpi0: SCI interrupting at int 9
[     1.000004] acpi0: fixed power button present
[     1.000004] timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
[     1.006671] hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
[     1.006671] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
[     1.007844] acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
[     1.007844] MEM (PNP0C01) at acpi0 not configured
[     1.007844] acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
[     1.007844] acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
[     1.007844] acpivga0 at acpi0 (VID): ACPI Display Adapter
[     1.007844] acpiout0 at acpivga0 (LCD0, 0x0400): ACPI Display Output Device
[     1.007844] acpiout0: brightness levels: [5,10,20,25,30,35,40,45,50,55,60,65,70,80,90,100]
[     1.007844] acpiout1 at acpivga0 (CRT0, 0x0100): ACPI Display Output Device
[     1.007844] acpiout2 at acpivga0 (DVI0, 0x0300): ACPI Display Output Device
[     1.007844] acpiout3 at acpivga0 (DVI1, 0x0301): ACPI Display Output Device
[     1.007844] acpiout4 at acpivga0 (DVI2, 0x0302): ACPI Display Output Device
[     1.007844] acpiout5 at acpivga0 (DVI3, 0x0303): ACPI Display Output Device
[     1.007844] acpiout6 at acpivga0 (DVI4, 0x0304): ACPI Display Output Device
[     1.007844] acpiout7 at acpivga0 (DVI5, 0x0305): ACPI Display Output Device
[     1.007844] acpivga0: connected output devices:
[     1.007844] acpivga0:   0x0400 (acpiout0): Unknown Output Device, head 0
[     1.007844] attimer1 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
[     1.007844] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
[     1.007844] spkr0 at pcppi1: PC Speaker
[     1.007844] wsbell at spkr0 not configured
[     1.007844] midi0 at pcppi1: PC speaker
[     1.007844] sysbeep0 at pcppi1
[     1.007844] pckbc1 at acpi0 (KBD, PNP0303) (kbd port): io 0x60,0x64 irq 1
[     1.007844] pckbc2 at acpi0 (MOU, LEN0015) (aux port): irq 12
[     1.007844] tpm0 at acpi0 (TPM, SMO1200-1): mem 0xfed40000-0xfed44fff
[     1.007844] tpm0: device 0x0000104a rev 0x4e
[     1.007844] acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
[     1.007844] acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
[     1.007844] thinkpad0 at acpi0 (HKEY, LEN0068)
[     1.007844] thinkpad0: version 0100
[     1.007844] acpiwmi0 at acpi0 (WMI1, PNP0C14-1): ACPI WMI Interface
[     1.007844] acpiwmibus at acpiwmi0 not configured
[     1.007844] acpiwmi1 at acpi0 (WMI2, PNP0C14-2): ACPI WMI Interface
[     1.007844] acpiwmibus at acpiwmi1 not configured
[     1.007844] acpitz0 at acpi0 (THM0)
[     1.007844] acpitz0: levels: critical 98.0 C, passive cooling
[     1.007844] ACPI: Enabled 4 GPEs in block 00 to 3F
[     1.007844] attimer1: attached to pcppi1
[     1.007844] pckbd0 at pckbc1 (kbd slot)
[     1.007844] pckbc1: using irq 1 for kbd slot
[     1.007844] wskbd0 at pckbd0: console keyboard
[     1.007844] pms0 at pckbc1 (aux slot)
[     1.007844] pms0: Synaptics touchpad version 7.2
[     1.007844] pms0: Extended W mode, Passthrough, Palm detect, Multi-finger Report, Reports max
[     1.007844] pms0: Probed max coordinates right: 5888, top: 4820
[     1.007844] pckbc1: using irq 12 for aux slot
[     1.007844] wsmouse0 at pms0 mux 0
[     1.007844] pci0 at mainbus0 bus 0: configuration mode 1
[     1.007844] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[     1.007844] pchb0 at pci0 dev 0 function 0: Intel Sandy Bridge (mobile) Host Bridge (rev. 0x09)
[     1.007844] i915drmkms0 at pci0 dev 2 function 0: Intel Sandy Bridge (mobile) GT2 Integrated Graphics Device (rev. 0x09)
[     1.007844] Intel 6 Series Chipset Family MEI (miscellaneous communications, revision 0x04) at pci0 dev 22 function 0 not configured
[     1.007844] wm0 at pci0 dev 25 function 0, 64-bit DMA: PCH2 LAN (82579LM) Controller (rev. 0x04)
[     1.007844] wm0: interrupting at msi0 vec 0
[     1.007844] wm0: PCI-Express bus
[     1.007844] wm0: 2048 words FLASH, version 0.13.3
[     1.007844] wm0: RX packet buffer size: 26KB
[     1.007844] wm0: Ethernet address f0:de:f1:8f:ad:eb
[     1.007844] wm0: 0x6a4080<FLASH,PCIE,ASF_FIRM,AMT,WOL,EEE>
[     1.007844] ihphy0 at wm0 phy 2: i82579 10/100/1000 media interface, rev. 3
[     1.007844] ihphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
[     1.007844] ehci0 at pci0 dev 26 function 0: Intel 6 Series Chipset Family USB (rev. 0x04)
[     1.007844] ehci0: 64-bit DMA
[     1.007844] ehci0: interrupting at ioapic0 pin 16
[     1.007844] ehci0: EHCI version 1.0
[     1.007844] ehci0: Using DMA subregion for control data structures
[     1.007844] usb0 at ehci0: USB revision 2.0
[     1.007844] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
[     1.007844] hdaudio0: interrupting at msi1 vec 0
[     1.007844] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
[     1.007844] hdafg0 at hdaudio0: Conexant CX20671
[     1.007844] hdafg0: DAC00 2ch: Speaker [Built-In]
[     1.007844] hdafg0: DAC01 2ch: HP Out [Jack]
[     1.007844] hdafg0: ADC02 2ch: Mic In [Jack]
[     1.007844] hdafg0: ADC03 2ch: Mic In [Built-In]
[     1.007844] hdafg0: 2ch/2ch 44100Hz 48000Hz 96000Hz PCM16 PCM20 PCM24 AC3
[     1.007844] audio0 at hdafg0: playback, capture, full duplex, independent
[     1.007844] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.007844] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.007844] spkr1 at audio0: PC Speaker (synthesized)
[     1.007844] wsbell at spkr1 not configured
[     1.007844] hdvsmfg at hdaudio0 not configured
[     1.007844] hdafg1 at hdaudio0: Intel product 2805
[     1.007844] hdafg1: DP00 8ch: Digital Out [Jack]
[     1.007844] hdafg1: DP01 8ch: Digital Out [Jack]
[     1.007844] hdafg1: DP02 8ch: Digital Out [Jack]
[     1.007844] hdafg1: 8ch/0ch 48000Hz PCM16*
[     1.007844] audio1 at hdafg1: playback, capture, full duplex, independent
[     1.007844] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.007844] audio1: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.007844] spkr2 at audio1: PC Speaker (synthesized)
[     1.007844] wsbell at spkr2 not configured
[     1.007844] ppb0 at pci0 dev 28 function 0: Intel 6 Series Chipset Family PCIe Root Port 1 (rev. 0xb4)
[     1.007844] ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.007844] pci1 at ppb0 bus 2
[     1.007844] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.007844] ppb1 at pci0 dev 28 function 1: Intel 6 Series Chipset Family PCIe Root Port 2 (rev. 0xb4)
[     1.007844] ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.007844] ppb1: link is x1 @ 2.5GT/s
[     1.007844] pci2 at ppb1 bus 3
[     1.007844] pci2: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.007844] iwn0 at pci2 dev 0 function 0: Intel Centrino Advanced-N 6205 WiFi (rev. 0x34)
[     1.007844] iwn0: interrupting at msi2 vec 0
[     1.007844] iwn0: MIMO 2T2R, MoW, address 08:11:96:52:da:90
[     1.007844] ppb2 at pci0 dev 28 function 3: Intel 6 Series Chipset Family PCIe Root Port 4 (rev. 0xb4)
[     1.007844] ppb2: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.007844] pci3 at ppb2 bus 5
[     1.007844] pci3: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.007844] ppb3 at pci0 dev 28 function 4: Intel 6 Series Chipset Family PCIe Root Port 5 (rev. 0xb4)
[     1.007844] ppb3: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
[     1.007844] ppb3: link is x1 @ 2.5GT/s
[     1.007844] pci4 at ppb3 bus 13
[     1.007844] pci4: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.007844] sdhc0 at pci4 dev 0 function 0: Ricoh 5U823 SD/MMC Controller (rev. 0x05)
[     1.007844] sdhc0: interrupting at ioapic0 pin 16
[     1.007844] sdhc0: SDHC 3.0, rev 5, caps <21e8c8b2/00008073>, SDMA, 200000 kHz, HS SDR50 SDR104 HS200 3.3V, re-tuning mode 3, 512 byte blocks
[     1.007844] sdmmc0 at sdhc0 slot 0
[     1.007844] fwohci0 at pci4 dev 0 function 3: Ricoh 5U832 Firewire Controller (rev. 0x04)
[     1.007844] fwohci0: interrupting at ioapic0 pin 19
[     1.007844] fwohci0: OHCI version 1.10 (ROM=0)
[     1.007844] fwohci0: No. of Isochronous channels is 4.
[     1.007844] fwohci0: EUI64 f0:de:f1:ff:8f:ad:eb:ff
[     1.007844] fwohci0: Phy 1394a available S400, 1 ports.
[     1.007844] fwohci0: Link S400, max_rec 2048 bytes.
[     1.007844] ieee1394if0 at fwohci0: IEEE1394 bus
[     1.007844] fwip0 at ieee1394if0: IP over IEEE1394
[     1.007844] fwohci0: Initiate bus reset
[     1.007844] fwohci0: Clear PME# now
[     1.007844] ehci1 at pci0 dev 29 function 0: Intel 6 Series Chipset Family USB (rev. 0x04)
[     1.007844] ehci1: 64-bit DMA
[     1.007844] ehci1: interrupting at ioapic0 pin 23
[     1.007844] ehci1: EHCI version 1.0
[     1.007844] ehci1: Using DMA subregion for control data structures
[     1.007844] usb1 at ehci1: USB revision 2.0
[     1.007844] ichlpcib0 at pci0 dev 31 function 0: Intel QM67 LPC (rev. 0x04)
[     1.007844] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
[     1.007844] ichlpcib0: 24-bit timer
[     1.007844] tco0 at ichlpcib0: TCO (watchdog) timer configured.
[     1.007844] tco0: Min/Max interval 1/367 seconds
[     1.007844] ahcisata0 at pci0 dev 31 function 2: Intel 6 Series Chipset Family AHCI 2 (rev. 0x04)
[     1.007844] ahcisata0: 64-bit DMA
[     1.007844] ahcisata0: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xff30ff65<SXS,EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SSS,SMPS,SSNTF,SNCQ,S64A>
[     1.007844] ahcisata0: interrupting at msi3 vec 0
[     1.007844] atabus0 at ahcisata0 channel 0
[     1.007844] atabus1 at ahcisata0 channel 1
[     1.007844] atabus2 at ahcisata0 channel 2
[     1.007844] atabus3 at ahcisata0 channel 3
[     1.007844] atabus4 at ahcisata0 channel 4
[     1.007844] ichsmb0 at pci0 dev 31 function 3: Intel 6 Series Chipset Family SMBus Controller (rev. 0x04)
[     1.007844] ichsmb0: interrupting at ioapic0 pin 18
[     1.007844] iic0 at ichsmb0: I2C bus
[     1.007844] isa0 at ichlpcib0
[     1.007844] com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, 16-byte FIFO
[     1.007844] com0: kgdb
[     1.007844] acpicpu0 at cpu0: ACPI CPU
[     1.007844] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
[     1.007844] acpicpu0: C3: I/O, lat 104 us, pow   350 mW
[     1.007844] acpicpu0: P0: FFH, lat  10 us, pow 35000 mW, 2401 MHz, turbo boost
[     1.007844] acpicpu0: P1: FFH, lat  10 us, pow 35000 mW, 2400 MHz
[     1.007844] acpicpu0: P2: FFH, lat  10 us, pow 27740 mW, 2000 MHz
[     1.007844] acpicpu0: P3: FFH, lat  10 us, pow 24490 mW, 1800 MHz
[     1.007844] acpicpu0: P4: FFH, lat  10 us, pow 21045 mW, 1600 MHz
[     1.007844] acpicpu0: P5: FFH, lat  10 us, pow 18055 mW, 1400 MHz
[     1.007844] acpicpu0: P6: FFH, lat  10 us, pow 15194 mW, 1200 MHz
[     1.007844] acpicpu0: P7: FFH, lat  10 us, pow 12156 mW, 1000 MHz
[     1.007844] acpicpu0: P8: FFH, lat  10 us, pow  9543 mW,  800 MHz
[     1.007844] acpicpu0: T0: I/O, lat   1 us, pow     0 mW, 100 %
[     1.007844] acpicpu0: T1: I/O, lat   1 us, pow     0 mW,  88 %
[     1.007844] acpicpu0: T2: I/O, lat   1 us, pow     0 mW,  76 %
[     1.007844] acpicpu0: T3: I/O, lat   1 us, pow     0 mW,  64 %
[     1.007844] acpicpu0: T4: I/O, lat   1 us, pow     0 mW,  52 %
[     1.007844] acpicpu0: T5: I/O, lat   1 us, pow     0 mW,  40 %
[     1.007844] acpicpu0: T6: I/O, lat   1 us, pow     0 mW,  28 %
[     1.007844] acpicpu0: T7: I/O, lat   1 us, pow     0 mW,  16 %
[     1.007844] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=100
[     1.007844] acpicpu1 at cpu1: ACPI CPU
[     1.007844] acpicpu2 at cpu2: ACPI CPU
[     1.007844] coretemp1 at cpu2: thermal sensor, 1 C resolution, Tjmax=100
[     1.007844] acpicpu3 at cpu3: ACPI CPU
[     1.007844] fwohci0: BUS reset
[     1.007844] fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
[     1.007844] ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
[     1.007844] ieee1394if0: bus manager 0
[     1.007844] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[     1.007844] timecounter: Timecounter "TSC" frequency 2392231000 Hz quality 3000
[     1.567477] acpiacad0: AC adapter online.
[     1.574153] tpm0: acpibat0: LGC LION rechargeable battery
[     1.574153] tpm is deactivated
[     1.595497] acpibat0: granularity: low->warn 0.001 Wh, warn->full 0.001 Wh
[     1.595497] tpm0: deactivating entropy source
[     1.644152] uhub0 at usb1: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.664152] uhub0: 3 ports with 3 removable, self powered
[     1.664152] uhub1 at usb0: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.694153] uhub1: 3 ports with 3 removable, self powered
[     1.694153] IPsec: Initialized Security Association Processing.
[     1.734152] ahcisata0 port 2: device present, speed: 3.0Gb/s
[     1.754153] ahcisata0 port 0: device present, speed: 6.0Gb/s
[     1.784152] ahcisata0 port 1: device present, speed: 1.5Gb/s
[     1.824153] sdmmc0: SD card status: 4-bit, C4
[     1.824153] ld0 at sdmmc0: <0x1b:0x534d:00000:0x10:0x000dfa04:0x0d1>
[     1.824153] ld0: 1875 MB, 952 cyl, 64 head, 63 sec, 512 bytes/sect x 3840000 sectors
[     1.844151] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz
[     2.764149] uhub2 at uhub0 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
[     2.784148] uhub2: single transaction translator
[     2.814149] uhub2: 8 ports with 8 removable, self powered
[     2.834149] uhub3 at uhub1 port 1: vendor 8087 (0x8087) product 0024 (0x0024), class 9/0, rev 2.00/0.00, addr 2
[     2.834149] uhub3: single transaction translator
[     2.834149] uhub3: 6 ports with 6 removable, self powered
[     3.374147] wd0 at atabus0 drive 0
[     3.374147] wd0: <WDC WDS100T2B0A-00SM50>
[     3.374147] wd0: drive supports 1-sector PIO transfers, LBA48 addressing
[     3.374147] wd0: 931 GB, 1938021 cyl, 16 head, 63 sec, 512 bytes/sect x 1953525168 sectors
[     3.374147] wd0: GPT GUID: 5f6fa681-66dd-460e-93d1-2e5a591cd157
[     3.374147] dk0 at wd0: "Microsoft reserved partition", 32734 blocks at 34, type: <unknown>
[     3.374147] dk1 at wd0: "Basic data partition", 1124352 blocks at 32768, type: ntfs
[     3.384173] dk2 at wd0: "1e9f7eb3-e46c-49fb-9799-69fd61eab95d", 409600000 blocks at 1159168, type: ntfs
[     3.384173] dk3 at wd0: "65c0fa4f-0d75-4199-9a36-9578cacf4eb7", 1679360 blocks at 410759168, type: ntfs
[     3.384173] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '65c0fa4f-0d75-4199-9a36-9578cacf4eb7'
[     3.384173] dk4 at wd0: "4d44ebe1-ad8a-4c1f-b499-13a753266c92", 819200000 blocks at 412438528, type: ntfs
[     3.384173] dk5 at wd0: "EFI system partition", 204800 blocks at 1231638528, type: msdos
[     3.384173] dk6 at wd0: "7faf0b4b-bd31-11ef-9bd3-806e6f6e6963", 307200000 blocks at 1231845376, type: ffs
[     3.384173] dk7 at wd0: "7faf0b4c-bd31-11ef-9bd3-806e6f6e6963", 4096000 blocks at 1539047424, type: swap
[     3.384173] dk8 at wd0: "2257f292-7a8b-4f84-b924-7b58860968ab", 6144000 blocks at 1543143424, type: ntfs
[     3.384173] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '2257f292-7a8b-4f84-b924-7b58860968ab'
[     3.384173] dk9 at wd0: "05415396-7d06-40d2-a39d-6489814b2c0f", 102400000 blocks at 1549287424, type: ntfs
[     3.394540] autoconfiguration error: wd0: wedge named 'Basic data partition' already existed, using '05415396-7d06-40d2-a39d-6489814b2c0f'
[     3.394540] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), NCQ (32 tags)
[     3.394540] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     3.394540] atapibus0 at atabus1: 1 targets
[     3.404151] cd0 at atapibus0 drive 0: <Optiarc DVD RW AD-7710H, , 1.S0> cdrom removable
[     3.404151] cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
[     3.404151] cd0(ahcisata0:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)
[     3.404151] wd1 at atabus2 drive 0
[     3.404151] wd1: <Crucial_CT240M500SSD3>
[     3.404151] wd1: drive supports 16-sector PIO transfers, LBA48 addressing
[     3.404151] wd1: 223 GB, 465141 cyl, 16 head, 63 sec, 512 bytes/sect x 468862128 sectors (4096 bytes/physsect; first aligned sector: 8)
[     3.404151] wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags) w/PRIO
[     3.404151] wd1(ahcisata0:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags) w/PRIO
[     3.664146] uhidev0 at uhub2 port 1 configuration 1 interface 0
[     3.694147] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[     3.724148] ums0 at uhidev0: 3 buttons and Z dir
[     3.744145] wsmouse1 at ums0 mux 0
[     3.774146] uvideo0 at uhub3 port 6 configuration 1 interface 0: Chicony Electronics Co., Ltd. (0x04f2) Integrated Camera (0xb217), rev 2.00/8.54, addr 3
[     3.774146] video0 at uvideo0: Chicony Electronics Co., Ltd. (0x04f2) Integrated Camera (0xb217), rev 2.00/8.54, addr 3
[     4.274144] ugen0 at uhub2 port 2
[     4.294144] ugen0: EDIROL (0x0582) M-16DX (0x00c4), rev 2.00/0.00, addr 4
[     4.324145] swwdog0: software watchdog initialized
[     4.354145] WARNING: 3 errors while detecting hardware; check system log.
[     4.354145] boot device: wd0
[     4.354145] root on dk6 dumps on dk7
[     4.354145] root file system type: ffs
[     4.364226] kern.module.path=/stand/amd64/10.1/modules
[     4.365514] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[     4.384143] [drm] Driver supports precise vblank timestamp query.
[     4.414144] i915drmkms0: interrupting at msi4 vec 0 (i915drmkms0)
[     4.494142] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[     5.044141] intelfb0 at i915drmkms0
[     5.074143] [drm] DRM_I915_DEBUG enabled
[     5.094142] [drm] DRM_I915_DEBUG_GEM enabled
[     5.124142] intelfb0: framebuffer at 0xe0005000, size 1600x900, depth 32, stride 6400
[     6.024140] {drm:netbsd:intel_cpu_fifo_underrun_irq_handler+0x64} *ERROR* CPU pipe A FIFO underrun
[     6.034551] {drm:netbsd:intel_set_pch_fifo_underrun_reporting+0x14e} *ERROR* uncleared pch fifo underrun on pch transcoder A
[     6.034551] {drm:netbsd:cpt_irq_handler+0x217} *ERROR* PCH transcoder A FIFO underrun
[     6.474137] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[     6.544136] wsmux1: connecting to wsdisplay0
[     6.594140] entropy: best effort
[    12.894122] wsdisplay0: screen 1 added (default, vt100 emulation)
[    12.894122] wsdisplay0: screen 2 added (default, vt100 emulation)
[    12.894122] wsdisplay0: screen 3 added (default, vt100 emulation)
[    12.904118] wsdisplay0: screen 4 added (default, vt100 emulation)
[   179.523631] wsmouse1: detached
[   179.523631] ums0: detached
[   179.523631] uhidev0: detached
[   179.523631] uhidev0: at uhub2 port 1 (addr 3) disconnected
[   181.313626] uhidev0 at uhub2 port 1 configuration 1 interface 0
[   181.313626] uhidev0: PixArt (0x03f0) HP USB Optical Mouse (0x094a), rev 2.00/1.00, addr 3, iclass 3/1
[   181.323627] ums0 at uhidev0: 3 buttons and Z dir
[   181.323627] wsmouse1 at ums0 mux 0


Home | Main Index | Thread Index | Old Index