Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 678
    • Issues 678
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 212
    • Merge Requests 212
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #2071

Closed
Open
Opened Jun 06, 2013 by Carlo Landmeter@clandmeterOwner

usb keyboard does not work in emergency console

I made a diff of lsmod when plugging in the keyboard. dmesg also included.

PS this install has udev running.

@@ -1,4 +1,8 @@
 Module                  Size  Used by    Not tainted
+hid_generic             1188  0 
+usbhid                 29506  0 
+hid                    84338  2 hid_generic,usbhid
+usbkbd                  4460  0 
 ipv6                  290957 20 
 af_packet              26467  0 
 fbcon                  34076 70 
@@ -94,7 +98,7 @@
 pata_acpi               3286  0 
 libata                180626  3 ata_generic,ata_piix,pata_acpi
 usb_storage            48293  2 ums_realtek
-usbcore               161029  7 btusb,ums_realtek,uvcvideo,ehci_pci,ehci_hcd,uhci_hcd,usb_storage
+usbcore               161029  9 usbhid,usbkbd,btusb,ums_realtek,uvcvideo,ehci_pci,ehci_hcd,uhci_hcd,usb_storage
 usb_common              1037  1 usbcore
 sd_mod                 26613  2 
 scsi_mod              108736  4 sr_mod,libata,usb_storage,sd_mod

[    1.232354] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.303355] tsc: Refined TSC clocksource calibration: 1995.224 MHz
[    1.303363] Switching to clocksource tsc
[    1.453349] usb 7-1: new high-speed USB device number 2 using ehci-pci
[    1.827375] usb 7-1: New USB device found, idVendor=0bda, idProduct=0158
[    1.827379] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.827381] usb 7-1: Product: USB2.0-CRW
[    1.827384] usb 7-1: Manufacturer: Generic
[    1.827387] usb 7-1: SerialNumber: 20071114173400000
[    2.193348] usb 7-4: new high-speed USB device number 4 using ehci-pci
[    2.337627] usb 7-4: New USB device found, idVendor=0408, idProduct=20ba
[    2.337632] usb 7-4: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.337635] usb 7-4: Product: USB Webcam
[    2.337638] usb 7-4: Manufacturer: SN001
[    2.446682] usb 8-2: new high-speed USB device number 2 using ehci-pci
[    2.505782] ehci-pci 0000:00:1d.7: port 2 reset error -110
[    2.506676] ehci-pci 0000:00:1d.7: port 2 reset error -110
[    2.510664] ehci-pci 0000:00:1d.7: port 2 reset error -110
[    2.513108] ehci-pci 0000:00:1d.7: port 2 reset error -110
[    2.514002] ehci-pci 0000:00:1d.7: port 2 reset error -110
[    2.515554] hub 8-0:1.0: hub_port_status failed (err = -32)
[    2.716694] hub 8-0:1.0: unable to enumerate USB device on port 2
[    3.073345] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    3.235660] usb 2-1: New USB device found, idVendor=18e8, idProduct=6252
[    3.235664] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.235667] usb 2-1: Product: Broadcom Bluetooth USB
[    3.235670] usb 2-1: Manufacturer: Broadcom Corp
[    3.586679] usb 3-2: new full-speed USB device number 2 using uhci_hcd
[    3.720702] usb 3-2: not running at top speed; connect to a high speed hub
[    3.748700] usb 3-2: New USB device found, idVendor=14cd, idProduct=121c
[    3.748704] usb 3-2: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[    3.748707] usb 3-2: Product: Mass Storage Device
[    3.748709] usb 3-2: Manufacturer: Generic
[    3.748712] usb 3-2: SerialNumber: 812320100708
[    3.753368] scsi4 : usb-storage 3-2:1.0
[    4.838733] scsi 4:0:0:0: Direct-Access     USB Mass Storage Device        PQ: 0 ANSI: 0 CCS
[    4.850742] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    4.984743] sd 4:0:0:0: [sdb] 7716864 512-byte logical blocks: (3.95 GB/3.67 GiB)
[    4.990716] sd 4:0:0:0: [sdb] No Caching mode page present
[    4.990721] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    5.006711] sd 4:0:0:0: [sdb] No Caching mode page present
[    5.006714] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    5.012717]  sdb: sdb1
[    5.260729] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[  193.869329] udevd[1102]: starting version 175
[  195.423372] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[  195.423686] ACPI: AC Adapter [ACAD] (on-line)
[  195.543435] ACPI: Requesting acpi_cpufreq
[  195.543747] Monitor-Mwait will be used to enter C-1 state
[  195.543755] Monitor-Mwait will be used to enter C-2 state
[  195.543760] Monitor-Mwait will be used to enter C-3 state
[  195.543764] tsc: Marking TSC unstable due to TSC halts in idle
[  195.543778] ACPI: acpi_idle registered with cpuidle
[  195.544182] Switching to clocksource hpet
[  195.622150] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[  195.622159] ACPI: Power Button [PWRB]
[  195.622220] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[  195.630054] ACPI: Lid Switch [LID0]
[  195.630138] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[  195.630145] ACPI: Sleep Button [SLPB]
[  195.630231] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[  195.630234] ACPI: Power Button [PWRF]
[  195.694996] thermal LNXTHERM:00: registered as thermal_zone0
[  195.695000] ACPI: Thermal Zone [TZ01] (76 C)
[  195.935928] acpi device:07: registered as cooling_device2
[  195.935959] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[  195.936016] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/LNXVIDEO:01/input/input5
[  195.974162] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[  195.974172] ACPI: Battery Slot [BAT0] (battery present)
[  196.438951] wmi: Mapper loaded
[  196.749704] Linux agpgart interface v0.103
[  196.868938] [drm] Initialized drm 1.1.0 20060810
[  197.464399] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x298480a2
[  197.464405] nouveau  [  DEVICE][0000:01:00.0] Chipset: G98 (NV98)
[  197.464407] nouveau  [  DEVICE][0000:01:00.0] Family : NV50
[  197.465960] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
[  197.557284] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
[  197.557288] nouveau  [   VBIOS][0000:01:00.0] using image from PRAMIN
[  197.557543] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[  197.557546] nouveau  [   VBIOS][0000:01:00.0] version 62.98.4e.00.33
[  197.577827] nouveau  [     PFB][0000:01:00.0] RAM type: DDR2
[  197.577831] nouveau  [     PFB][0000:01:00.0] RAM size: 256 MiB
[  197.577834] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 960 tags
[  197.603765] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
[  197.603776] nouveau  [  PTHERM][0000:01:00.0] fan management: disabled
[  197.603787] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[  197.603792] nouveau  [  PTHERM][0000:01:00.0] Programmed thresholds [ 90(3), 95(3), 105(2), 110(5) ]
[  197.604010] [TTM] Zone  kernel: Available graphics memory: 1025786 kiB
[  197.604012] [TTM] Initializing pool allocator
[  197.604020] [TTM] Initializing DMA pool allocator
[  197.604717] nouveau  [     DRM] VRAM: 256 MiB
[  197.604722] nouveau  [     DRM] GART: 512 MiB
[  197.604728] nouveau  [     DRM] TMDS table version 2.0
[  197.604731] nouveau  [     DRM] DCB version 4.0
[  197.604734] nouveau  [     DRM] DCB outp 00: 01000323 00010034
[  197.604737] nouveau  [     DRM] DCB outp 01: 02014300 00000028
[  197.604740] nouveau  [     DRM] DCB outp 02: 02021332 00020010
[  197.604742] nouveau  [     DRM] DCB conn 00: 00000340
[  197.604745] nouveau  [     DRM] DCB conn 01: 00001061
[  197.604748] nouveau  [     DRM] DCB conn 02: 00000147
[  197.604750] nouveau  [     DRM] DCB conn 03: 00002131
[  197.604753] nouveau  [     DRM] DCB conn 04: 00000400
[  197.604755] nouveau  [     DRM] DCB conn 05: 00000210
[  197.604757] nouveau  [     DRM] DCB conn 06: 00000211
[  197.604760] nouveau  [     DRM] DCB conn 07: 00000213
[  197.623400] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[  197.623403] [drm] No driver support for vblank timestamp query.
[  197.623407] nouveau  [     DRM] ACPI backlight interface available, not registering our own
[  197.623555] nouveau  [     DRM] 4 available performance level(s)
[  197.623560] nouveau  [     DRM] 0: core 169MHz shader 338MHz memory 100MHz voltage 900mV fanspeed 100%
[  197.623564] nouveau  [     DRM] 1: core 275MHz shader 550MHz memory 250MHz voltage 900mV fanspeed 100%
[  197.623569] nouveau  [     DRM] 2: core 500MHz shader 1000MHz memory 400MHz voltage 1090mV fanspeed 100%
[  197.623573] nouveau  [     DRM] 3: core 580MHz shader 1450MHz memory 400MHz voltage 1170mV fanspeed 100%
[  197.623578] nouveau  [     DRM] c: core 275MHz shader 550MHz memory 249MHz voltage 1090mV
[  197.648999] nouveau  [     DRM] MM: using M2MF for buffer copies
[  197.695109] nouveau  [     DRM] allocated 1280x800 fb: 0x60000, bo ffff88007b876800
[  197.695212] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[  197.695215] nouveau 0000:01:00.0: registered panic notifier
[  197.695220] [drm] Initialized nouveau 1.1.0 20120801 for 0000:01:00.0 on minor 0
[  197.882352] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[  197.882721] r8169 0000:05:00.0: irq 44 for MSI/MSI-X
[  197.882881] r8169 0000:05:00.0 eth0: RTL8102e at 0xffffc9000463a000, 00:1e:68:f2:c9:67, XID 14a00000 IRQ 44
[  197.970997] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMBA 1 (20130117/utaddress-251)
[  197.971005] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  197.971009] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[  197.971014] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  197.971016] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[  197.971021] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[  197.971023] lpc_ich: Resource conflict(s) found affecting gpio_ich
[  197.976788] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[  198.492325] iTCO_vendor_support: vendor-support=0
[  198.492655] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[  198.492695] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
[  198.492826] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[  199.036382] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[  199.286243] input: HDA Intel HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[  199.286397] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[  199.286471] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[  199.361386] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[  199.426856] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[  199.691853] cfg80211: Calling CRDA to update world regulatory domain
[  199.878065] Intel(R) Wireless WiFi driver for Linux, in-tree:
[  199.878070] Copyright(c) 2003-2013 Intel Corporation
[  199.878375] iwlwifi 0000:02:00.0: irq 46 for MSI/MSI-X
[  199.884544] input: PC Speaker as /devices/platform/pcspkr/input/input9
[  200.190782] iwlwifi 0000:02:00.0: loaded firmware version 8.83.5.1 build 33692
[  200.754376] media: Linux media interface: v0.10
[  201.018292] Linux video capture interface: v2.00
[  201.142146] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[  201.142151] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[  201.142154] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[  201.142157] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[  201.142160] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
[  201.142163] iwlwifi 0000:02:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[  201.142193] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[  201.148025] uvcvideo: Found UVC 1.00 device USB Webcam (0408:20ba)
[  201.148075] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000/0x0, board id: 3655, fw id: 428212
[  201.154215] input: USB Webcam as /devices/pci0000:00/0000:00:1a.7/usb7/7-4/7-4:1.0/input/input10
[  201.160705] usbcore: registered new interface driver uvcvideo
[  201.160709] USB Video Class driver (1.1.1)
[  201.220615] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[  201.275663] scsi5 : usb-storage 7-1:1.0
[  201.275748] usbcore: registered new interface driver ums-realtek
[  201.418892] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[  201.588411] mousedev: PS/2 mouse device common for all mice
[  201.876219] Bluetooth: Core ver 2.16
[  201.876248] NET: Registered protocol family 31
[  201.876250] Bluetooth: HCI device and connection manager initialized
[  201.876261] Bluetooth: HCI socket layer initialized
[  201.876265] Bluetooth: L2CAP socket layer initialized
[  201.876273] Bluetooth: SCO socket layer initialized
[  201.939287] usbcore: registered new interface driver btusb
[  202.278929] scsi 5:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
[  202.284427] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[  203.481130] Console: switching to colour frame buffer device 160x50
[  203.575354] NET: Registered protocol family 17
[  203.592794] grsec: time set by /bin/busybox[hwclock:1396] uid/euid:0/0 gid/egid:0/0, parent /lib/rc/sh/runscript.sh[runscript.sh:1387] uid/euid:0/0 gid/egid:0/0
[  203.781198] r8169 0000:05:00.0 eth0: link down
[  203.781235] r8169 0000:05:00.0 eth0: link down
[  205.373816] r8169 0000:05:00.0 eth0: link up
[  211.162428] NET: Registered protocol family 10
[  239.573346] usb 3-1: new low-speed USB device number 3 using uhci_hcd
[  239.839828] usb 3-1: New USB device found, idVendor=046e, idProduct=52c1
[  239.839832] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  239.839835] usb 3-1: Product: USB Multimedia Keyboard
[  239.839838] usb 3-1: Manufacturer: BTC
[  240.015216] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1:1.0/input/input12
[  240.015328] usbcore: registered new interface driver usbkbd
[  240.017378] hidraw: raw HID events driver (C) Jiri Kosina
[  240.134903] usbcore: registered new interface driver usbhid
[  240.134906] usbhid: USB HID core driver
[  240.207904] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1:1.1/input/input13
[  240.208037] hid-generic 0003:046E:52C1.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1d.0-1/input1

(from redmine: issue id 2071, created on 2013-06-06, closed on 2013-08-07)

  • Changesets:
    • Revision 79fd28fa by Natanael Copa on 2013-08-07T08:40:02Z:
main/busybox-initscripts: fix module autoloading

ref #2071
  • Revision 17479535 by Natanael Copa on 2013-08-07T08:40:49Z:
main/mkinitfs: add hid-generic driver to fix usb keyboards

ref #2071
  • Revision 28da60a0 by Natanael Copa on 2013-08-07T13:36:38Z:
main/busybox-initscripts: fix module autoloading

ref #2071
(cherry picked from commit 79fd28fa96d12a25831ef7761d58c633ab9cb727)
  • Revision f0b47644 by Natanael Copa on 2013-08-07T13:37:00Z:
main/mkinitfs: upgrade to 2.5.0

fixes #2071
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 2.6.3
Milestone
Alpine 2.6.3 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#2071