NetBSD-Bugs archive

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

Re: kern/60212: After waking up from sleep, the keyboard and touchpad don't work. (fix patch attached)



Jared McNeill via gnats писал(а) 2026-04-26 17:30:
> The following reply was made to PR kern/60212; it has been noted by GNATS.
> From: Jared McNeill <jmcneill%invisible.ca@localhost>
> To: gnats-bugs%netbsd.org@localhost
> Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
> Subject: Re: kern/60212: After waking up from sleep, the keyboard and touchpad
>  don't work. (fix patch attached)
> Date: Sun, 26 Apr 2026 11:25:42 -0300 (ADT)
>  > I recompiled the kernel with these changes. This solved the problem.
>  >
>  > sys/dev/ic/pckbc.c | 3 +++
>  > 1 file changed, 3 insertions(+)
>  >
>  > diff --git a/sys/dev/ic/pckbc.c b/sys/dev/ic/pckbc.c
>  > --- a/sys/dev/ic/pckbc.c
>  > +++ b/sys/dev/ic/pckbc.c
>  > @@ -376,6 +376,9 @@ pckbc_attach(struct pckbc_softc *sc)
>  >         t->t_haveaux = 0;
>  >     }
>  >
>  > +    if (!pmf_device_register(sc->sc_dv, NULL, pckbc_resume))
>  > +        aprint_error("pckbc+: register resume hendler error\n");
>  > +
>  > nomouse:
>  >     /* enable needed interrupts */
>  >     t->t_cmdbyte |= cmdbits;
>  
>  We have code in pckbc_acpi and pckbc_isa that does this already, I'd like 
>  to find out why that didn't work. Can you provide a full dmesg and if 
>  possible, trace the relevant attach glue (pckbc_isa.c or pckbc_acpi.c) to 
>  see why the pmf_device_register calls there weren't reached?
 
For now, I can provide dmesg.
 
[     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 (GENERIC) #0: Mon Dec 16 13:08:11 UTC 2024
[     1.000000]     mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/i386/compile/GENERIC
[     1.000000] total memory = 2037 MB
[     1.000000] avail memory = 1976 MB
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
[     1.000004] mainbus0 (root)
[     1.000004] ACPI: RSDP 0x00000000000F03C0 000024 (v02 MSI_NB)
[     1.000004] ACPI: XSDT 0x000000007F60FF10 000064 (v01 MSI_NB MEGABOOK 06222004 MSFT 00010013)
[     1.000004] ACPI: FACP 0x000000007F5E6C10 0000F4 (v04 MSI_NB MEGABOOK 06222004 MSFT 00010013)
[     1.000004] ACPI: DSDT 0x000000007F608010 0055B8 (v01 MSI_NB MEGABOOK 00000000 INTL 20051117)
[     1.000004] ACPI: FACS 0x000000007F611E40 000040
[     1.000004] ACPI: FACS 0x000000007F611D40 000040
[     1.000004] ACPI: APIC 0x000000007F610E90 00005C (v02 MSI_NB MEGABOOK 06222004 MSFT 00010013)
[     1.000004] ACPI: HPET 0x000000007F615C90 000038 (v01 A M I  ICH7HPET 06222004 AMI. 00000003)
[     1.000004] ACPI: MCFG 0x000000007F615C10 00003C (v01 MSI_NB MEGABOOK 06222004 MSFT 00000097)
[     1.000004] ACPI: SLIC 0x000000007F612C10 000176 (v01 MSI_NB MEGABOOK 06222004 MSFT 00000097)
[     1.000004] ACPI: SSDT 0x000000007F605510 0004CE (v02 PmRef  CpuPm    00003000 INTL 20051117)
[     1.000004] ACPI: SSDT 0x000000007F5E8A10 000232 (v02 PmRef  Cpu0Tst  00003000 INTL 20051117)
[     1.000004] ACPI: SSDT 0x000000007F611A10 0000A0 (v02 PmRef  Cpu1Tst  00003000 INTL 20051117)
[     1.000004] ACPI: 4 ACPI AML tables successfully acquired and loaded
[     1.000004] ioapic0 at mainbus0 apid 2: pa 0xfec00000, version 0x20, 24 pins
[     1.000004] cpu0 at mainbus0 apid 0
[     1.000004] cpu0: Use lfence to serialize rdtsc
[     1.000004] cpu0: Intel(R) Atom(TM) CPU N280   @ 1.66GHz, id 0x106c2
[     1.000004] cpu0: node 0, package 0, core 0, smt 0
[     1.000004] cpu1 at mainbus0 apid 1
[     1.000004] cpu1: Intel(R) Atom(TM) CPU N280   @ 1.66GHz, id 0x106c2
[     1.000004] cpu1: node 0, package 0, core 0, smt 1
[     1.000004] acpi0 at mainbus0: Intel ACPICA 20221020
[     1.000004] acpi0: X/RSDT: OemId <MSI_NB,MEGABOOK,06222004>, AslId <MSFT,00010013>
[     1.000004] ACPI Error: No handler for Region [EC__] (0xc40f5a04) [EmbeddedControl] (20221020/evregion-184)
[     1.000004] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20221020/exfldio-320)
[     1.000004] ACPI Error: Aborting method \_SB.PCI0.SBRG.EC.BAT1._STA due to previous error (AE_NOT_EXIST) (20221020/psparse-580)
[     1.000004] acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0x00000000C419E084 000211 (v02 PmRef  Cpu0Ist  00003000 INTL 20051117)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0x00000000C41A0004 000653 (v02 PmRef  Cpu0Cst  00003001 INTL 20051117)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0x00000000C40D6A04 0000D0 (v02 PmRef  Cpu1Ist  00003000 INTL 20051117)
[     1.000004] ACPI: Dynamic OEM Table Load:
[     1.000004] ACPI: SSDT 0x00000000C4106584 000083 (v02 PmRef  Cpu1Cst  00003000 INTL 20051117)
[     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.013831] hpet0 at acpi0: high precision event timer (mem 0xfed03000-0xfed03400)
[     1.013831] timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
[     1.014165] acpiec0 at acpi0 (EC, PNP0C09): io 0x62,0x66
[     1.014165] MCH (PNP0C01) at acpi0 not configured
[     1.014165] pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
[     1.014165] midi0 at pcppi1: PC speaker
[     1.014165] sysbeep0 at pcppi1
[     1.014165] attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
[     1.014165] COPR (PNP0C04) at acpi0 not configured
[     1.014165] pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
[     1.014165] pckbc2 at acpi0 (PS2M, PNP0F03) (aux port): irq 12
[     1.014165] acpiacad0 at acpi0 (ADP1, ACPI0003): ACPI AC Adapter
[     1.014165] acpibat0 at acpi0 (BAT1, PNP0C0A-1): ACPI Battery
[     1.014165] acpilid0 at acpi0 (LID0, PNP0C0D): ACPI Lid Switch
[     1.014165] acpiwmi0 at acpi0 (SCM0, PNP0C14-0): ACPI WMI Interface
[     1.014165] acpiwmibus at acpiwmi0 not configured
[     1.014165] ICH7 (PNP0C01) at acpi0 not configured
[     1.014165] acpivga0 at acpi0 (IGD): ACPI Display Adapter
[     1.014165] acpiout0 at acpivga0 (CRT, 0x0100): ACPI Display Output Device
[     1.014165] acpiout1 at acpivga0 (LCD, 0x0410): ACPI Display Output Device
[     1.014165] acpiout1: brightness levels: [20,30,40,50,60,70,80,90,100]
[     1.014165] acpivga0: connected output devices:
[     1.014165] acpivga0:   0x0100 (acpiout0): Ext. Monitor, head 0, bios detect
[     1.014165] acpivga0:   0x0410 (acpiout1): Unknown Output Device, head 0, bios detect
[     1.014165] acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
[     1.014165] acpibut1 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
[     1.014165] RMEM (PNP0C01) at acpi0 not configured
[     1.014165] acpitz0 at acpi0 (THRM)
[     1.014165] acpitz0: levels: critical 100.0 C, passive cooling
[     1.014165] apm0 at acpi0: Power Management spec V1.2
[     1.014165] attimer1: attached to pcppi1
[     1.014165] pckbd0 at pckbc1 (kbd slot)
[     1.014165] pckbc1: using irq 1 for kbd slot
[     1.014165] wskbd0 at pckbd0: console keyboard
[     1.014165] pms0 at pckbc1 (aux slot)
[     1.014165] pckbc1: using irq 12 for aux slot
[     1.014165] wsmouse0 at pms0 mux 0
[     1.014165] pci0 at mainbus0 bus 0: configuration mode 1
[     1.014165] pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
[     1.014165] pchb0 at pci0 dev 0 function 0: Intel 82945GME Host Bridge (rev. 0x03)
[     1.014165] agp0 at pchb0: i915-family chipset
[     1.014165] agp0: detected 7932k stolen memory
[     1.014165] agp0: aperture at 0xc0000000, size 0x10000000
[     1.014165] i915drmkms0 at pci0 dev 2 function 0: Intel 82945GME Integrated Graphics Device (rev. 0x03)
[     1.014165] Intel 82945GM/PM/GMS Integrated Graphics Device (miscellaneous display, revision 0x03) at pci0 dev 2 function 1 not configured
[     1.014165] hdaudio0 at pci0 dev 27 function 0: HD Audio Controller
[     1.014165] hdaudio0: interrupting at msi0 vec 0
[     1.014165] hdaudio0: HDA ver. 1.0, OSS 4, ISS 4, BSS 0, SDO 1, 64-bit
[     1.014165] hdafg0 at hdaudio0: Realtek ALC888
[     1.014165] hdafg0: DAC00 2ch: Speaker [Built-In], HP Out [Jack]
[     1.014165] hdafg0: ADC01 2ch: Mic In [Jack] [Built-In]
[     1.014165] hdafg0: 2ch/2ch 44100Hz 48000Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
[     1.014165] audio0 at hdafg0: playback, capture, full duplex, independent
[     1.014165] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for playback
[     1.014165] audio0: slinear_le:16 2ch 48000Hz, blk 1920 bytes (10ms) for recording
[     1.014165] ppb0 at pci0 dev 28 function 0: Intel 82801GB/GR PCI Express Port #1 (rev. 0x02)
[     1.014165] ppb0: PCI Express capability version 1 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
[     1.014165] pci1 at ppb0 bus 1
[     1.014165] pci1: i/o space, memory space enabled, rd/line, wr/inv ok
[     1.014165] re0 at pci1 dev 0 function 0: RealTek 8100E/8101E/8102E/8102EL PCIe 10/100BaseTX (rev. 0x02)
[     1.014165] re0: interrupting at msix1 vec 0
[     1.014165] re0: RTL8102E (0x3480)
[     1.014165] re0: Ethernet address 00:24:21:f3:b3:d2
[     1.014165] re0: using 256 tx descriptors
[     1.014165] rlphy0 at re0 phy 7: RTL8201L 10/100 media interface, rev. 1
[     1.014165] rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
[     1.014165] uhci0 at pci0 dev 29 function 0: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
[     1.014165] uhci0: interrupting at ioapic0 pin 23
[     1.014165] usb0 at uhci0: USB revision 1.0
[     1.014165] uhci1 at pci0 dev 29 function 1: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
[     1.014165] uhci1: interrupting at ioapic0 pin 19
[     1.014165] usb1 at uhci1: USB revision 1.0
[     1.014165] uhci2 at pci0 dev 29 function 2: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
[     1.014165] uhci2: interrupting at ioapic0 pin 18
[     1.014165] usb2 at uhci2: USB revision 1.0
[     1.014165] uhci3 at pci0 dev 29 function 3: Intel 82801GB/GR USB UHCI Controller (rev. 0x02)
[     1.014165] uhci3: interrupting at ioapic0 pin 16
[     1.014165] usb3 at uhci3: USB revision 1.0
[     1.014165] ehci0 at pci0 dev 29 function 7: Intel 82801GB/GR USB EHCI Controller (rev. 0x02)
[     1.014165] ehci0: 64-bit DMA - limited
[     1.014165] ehci0: interrupting at ioapic0 pin 23
[     1.014165] ehci0: EHCI version 1.0
[     1.014165] ehci0: 4 companion controllers, 2 ports each: uhci0 uhci1 uhci2 uhci3
[     1.014165] ehci0: Using DMA subregion for control data structures
[     1.014165] usb4 at ehci0: USB revision 2.0
[     1.014165] ppb1 at pci0 dev 30 function 0: Intel 82801BAM Hub-PCI Bridge (rev. 0xe2)
[     1.014165] pci2 at ppb1 bus 2
[     1.014165] pci2: i/o space, memory space enabled
[     1.014165] ichlpcib0 at pci0 dev 31 function 0: Intel 82801GBM LPC Interface Bridge (rev. 0x02)
[     1.014165] timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
[     1.014165] ichlpcib0: 24-bit timer
[     1.014165] tco0 at ichlpcib0: TCO (watchdog) timer configured.
[     1.014165] tco0: Min/Max interval 1/367 seconds
[     1.014165] ahcisata0 at pci0 dev 31 function 2: Intel 82801GBM AHCI SATA Controller (rev. 0x02)
[     1.014165] ahcisata0: AHCI revision 1.10, 4 ports, 32 slots, CAP 0xc710ff03<PSC,SSC,PMD,ISS=0x1=Gen1,SCLO,SAL,SALP,SNCQ,S64A>
[     1.014165] ahcisata0: interrupting at msi2 vec 0
[     1.014165] atabus0 at ahcisata0 channel 0
[     1.014165] atabus1 at ahcisata0 channel 2
[     1.014165] ichsmb0 at pci0 dev 31 function 3: Intel 82801GB/GR SMBus Controller (rev. 0x02)
[     1.014165] ichsmb0: interrupting at ioapic0 pin 19
[     1.014165] iic0 at ichsmb0: I2C bus
[     1.014165] isa0 at ichlpcib0
[     1.014165] acpicpu0 at cpu0: ACPI CPU
[     1.014165] acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
[     1.014165] acpicpu0: C2: FFH, lat  20 us, pow   500 mW
[     1.014165] acpicpu0: C3: FFH, lat 100 us, pow   100 mW, bus master check
[     1.014165] acpicpu0: P0: FFH, lat  10 us, pow  2000 mW, 1667 MHz
[     1.014165] acpicpu0: P1: FFH, lat  10 us, pow  1300 mW, 1334 MHz
[     1.014165] acpicpu0: P2: FFH, lat  10 us, pow   600 mW, 1000 MHz
[     1.014165] acpicpu0: T0: FFH, lat   1 us, pow   600 mW, 100 %
[     1.014165] acpicpu0: T1: FFH, lat   1 us, pow   525 mW,  88 %
[     1.014165] acpicpu0: T2: FFH, lat   1 us, pow   450 mW,  75 %
[     1.014165] acpicpu0: T3: FFH, lat   1 us, pow   375 mW,  63 %
[     1.014165] acpicpu0: T4: FFH, lat   1 us, pow   300 mW,  50 %
[     1.014165] acpicpu0: T5: FFH, lat   1 us, pow   225 mW,  38 %
[     1.014165] acpicpu0: T6: FFH, lat   1 us, pow   150 mW,  25 %
[     1.014165] acpicpu0: T7: FFH, lat   1 us, pow    75 mW,  13 %
[     1.014165] coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=90
[     1.014165] acpicpu1 at cpu1: ACPI CPU
[     1.014165] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[     1.014165] acpiacad0: AC adapter online.
[     1.014165] IPsec: Initialized Security Association Processing.
[     1.971329] acpibat0: 
[     1.971329]  LION
[     1.971329]  rechargeable battery
[     1.971329] acpibat0: granularity: low->warn 0.001 Ah, warn->full 0.001 Ah
[     1.981367] uhub0 at usb0: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
[     1.981367] uhub0: 2 ports with 2 removable, self powered
[     1.981367] uhub1 at usb1: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
[     1.981367] uhub1: 2 ports with 2 removable, self powered
[     1.981367] uhub2 at usb2: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
[     1.981367] uhub2: 2 ports with 2 removable, self powered
[     1.981367] uhub3 at usb3: NetBSD (0x0000) UHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
[     1.981367] uhub3: 2 ports with 2 removable, self powered
[     1.981367] uhub4 at usb4: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.981367] uhub4: 8 ports with 8 removable, self powered
[     2.061362] ahcisata0 port 0: device present, speed: 1.5Gb/s
[     3.061364] ahcisata0 port 2: PHY offline
[     3.591365] wd0 at atabus0 drive 0
[     3.591365] wd0: <WDC WD1600BEVT-22ZCT0>
[     3.591365] wd0: drive supports 16-sector PIO transfers, LBA48 addressing
[     3.591365] wd0: 149 GB, 310101 cyl, 16 head, 63 sec, 512 bytes/sect x 312581808 sectors
[     3.661366] wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
[     3.661366] wd0(ahcisata0:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
[     3.711366] umass0 at uhub4 port 6 configuration 1 interface 0
[     3.711366] umass0: Generic (0x0bda) USB2.0-CRW (0x0158), rev 2.00/58.87, addr 2
[     3.711366] umass0: using SCSI over Bulk-Only
[     3.711366] scsibus0 at umass0: 2 targets, 1 lun per target
[     3.721368] sd0 at scsibus0 target 0 lun 0: <Generic-, Multi-Card, 1.00> disk removable
[     3.721368] sd0: drive offline
[     3.721368] swwdog0: software watchdog initialized
[     3.731369] boot device: wd0
[     3.731369] root on wd0a dumps on wd0b
[     3.771367] root file system type: ffs
[     3.771367] kern.module.path=/stand/i386/10.1/modules
[     3.771367] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[     3.771367] [drm] Driver supports precise vblank timestamp query.
[     3.771367] [drm] Failed to find VBIOS tables (VBT)
[     3.782452] i915drmkms0: interrupting at ioapic0 pin 16 (i915drmkms0)
[     3.801367] [drm] Initialized overlay support.
[     3.801367] [drm] Initialized i915 1.6.0 20200114 for i915drmkms0 on minor 0
[     3.901381] intelfb0 at i915drmkms0
[     3.901381] [drm] DRM_I915_DEBUG enabled
[     3.901381] [drm] DRM_I915_DEBUG_GEM enabled
[     3.901381] intelfb0: framebuffer at 0xc0009000, size 1024x600, depth 32, stride 4096
[     4.661369] wsdisplay0 at intelfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
[     4.672244] wsmux1: connecting to wsdisplay0
[     4.781369] uhidev0 at uhub0 port 1 configuration 1 interface 0
[     4.781369] uhidev0: Logitech (0x046d) USB Receiver (0xc534), rev 2.00/29.01, addr 2, iclass 3/1
[     4.811371] ukbd0 at uhidev0
[     4.811371] wskbd1 at ukbd0 mux 1
[     4.811371] wskbd1: connecting to wsdisplay0
[     4.811371] uhidev1 at uhub0 port 1 configuration 1 interface 1
[     4.811371] uhidev1: Logitech (0x046d) USB Receiver (0xc534), rev 2.00/29.01, addr 2, iclass 3/1
[     4.841369] uhidev1: 17 report ids
[     4.841369] ums0 at uhidev1 reportid 2: 16 buttons, W and Z dirs
[     4.841369] wsmouse1 at ums0 mux 0
[     4.841369] uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
[     4.841369] uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
[     4.841369] uhid2 at uhidev1 reportid 16: input=6, output=6, feature=0
[     4.841369] uhid3 at uhidev1 reportid 17: input=19, output=19, feature=0
[    13.171386] wsdisplay0: screen 1 added (default, vt100 emulation)
[    13.181389] wsdisplay0: screen 2 added (default, vt100 emulation)
[    13.181389] wsdisplay0: screen 3 added (default, vt100 emulation)
[    13.181389] wsdisplay0: screen 4 added (default, vt100 emulation)
[   121.311621] acpi0: entering state S3
[   121.311621] Flushing disk caches: 1 done
[   122.351617] ioapic0 reenabling
[   123.714297] wskbd1: disconnecting from wsdisplay0
[   123.714297] wskbd1: detached
[   123.714297] ukbd0: detached
[   123.714297] uhidev0: detached
[   123.714297] uhidev0: at uhub0 port 1 (addr 2) disconnected
[   123.714297] uhid3: detached
[   123.714297] uhid2: detached
[   123.714297] uhid1: detached
[   123.714297] uhid0: detached
[   123.714297] wsmouse1: detached
[   123.714297] ums0: detached
[   123.714297] uhidev1: detached
[   123.714297] uhidev1: at uhub0 port 1 (addr 2) disconnected
[   124.774299] ahcisata0 port 0: device present, speed: 1.5Gb/s
[   124.994300] uhidev2 at uhub0 port 1 configuration 1 interface 0
[   124.994300] uhidev2: Logitech (0x046d) USB Receiver (0xc534), rev 2.00/29.01, addr 2, iclass 3/1
[   125.014299] ukbd1 at uhidev2
[   125.014299] wskbd2 at ukbd1 mux 1
[   125.014299] wskbd2: connecting to wsdisplay0
[   125.014299] uhidev3 at uhub0 port 1 configuration 1 interface 1
[   125.014299] uhidev3: Logitech (0x046d) USB Receiver (0xc534), rev 2.00/29.01, addr 2, iclass 3/1
[   125.054300] uhidev3: 17 report ids
[   125.054300] ums1 at uhidev3 reportid 2: 16 buttons, W and Z dirs
[   125.054300] wsmouse2 at ums1 mux 0
[   125.054300] uhid4 at uhidev3 reportid 3: input=4, output=0, feature=0
[   125.054300] uhid5 at uhidev3 reportid 4: input=1, output=0, feature=0
[   125.054300] uhid6 at uhidev3 reportid 16: input=6, output=6, feature=0
[   125.054300] uhid7 at uhidev3 reportid 17: input=19, output=19, feature=0
[   125.774301] umass1 at uhub2 port 2 configuration 1 interface 0
[   125.774301] umass1: Generic (0x0bda) USB2.0-CRW (0x0158), rev 2.00/58.87, addr 2
[   125.774301] umass1: using SCSI over Bulk-Only
[   125.774301] scsibus1 at umass1: 2 targets, 1 lun per target
[   125.794301] sd1 at scsibus1 target 0 lun 0: <Generic-, Multi-Card, 1.00> disk removable
[   125.804303] sd1: drive offline
[   126.894303] ahcisata0 port 2: PHY offline
[   127.104304] ahcisata0 port 0: device present, speed: 1.5Gb/s
 
 


Home | Main Index | Thread Index | Old Index