You are not logged in.

#1 2017-09-23 18:59:00

elif
Member
Registered: 2017-06-16
Posts: 2

[SOLVED] debugging cause of USB device timeout on boot before luksOpen

Recently flashed coreboot onto a Lenovo g505s. I enabled the USB3 binary blob for the 2 usb3 ports.
When starting arch, I get a 10 or so second timeout before being asked for my disk password (LUKS + LVM full disk). The following errors show up in the boot log:

# journalctl -b -p err
Sep 23 13:19:21 myhost kernel: xhci_hcd 0000:00:10.0: can't setup: -110
Sep 23 13:19:21 myhost kernel: xhci_hcd 0000:00:10.0: init 0000:00:10.0 fail, -110
Sep 23 13:19:38 myhost kernel: usb 3-3: device descriptor read/64, error -110

how do I know these messages pertain to the usb controller for the 2 ports? Or how do I rule out this is a driver/kernel issue?

# lsusb
Bus 002 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 046d:c408 Logitech, Inc. Marble Mouse (4-button)
Bus 001 Device 004: ID 0510:100d Sejin Electron, Inc. 
Bus 001 Device 002: ID 050d:0016 Belkin Components 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 0cf3:3004 Qualcomm Atheros Communications AR3012 Bluetooth 4.0
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
# mkinitcpio.conf
MODULES="xhci_pci xhci_hcd ahci sd_mod"
BINARIES=""
FILES="/etc/udev/udev.conf"
HOOKS="base udev autodetect encrypt lvm2 resume modconf block filesystems keyboard fsck"

Last edited by elif (2017-12-30 20:28:11)

Offline

#2 2017-12-30 20:28:39

elif
Member
Registered: 2017-06-16
Posts: 2

Re: [SOLVED] debugging cause of USB device timeout on boot before luksOpen

This is a known issue. Progress for fixes can be found at https://review.coreboot.org/q/status:open

Offline

Board footer

Powered by FluxBB