![데비안 긴 부팅 시간: "usb 1-x: xhci_hcd를 사용하는 새로운 고속 USB 장치 번호 y"](https://linux55.com/image/86226/%EB%8D%B0%EB%B9%84%EC%95%88%20%EA%B8%B4%20%EB%B6%80%ED%8C%85%20%EC%8B%9C%EA%B0%84%3A%20%22usb%201-x%3A%20xhci_hcd%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%20%EC%83%88%EB%A1%9C%EC%9A%B4%20%EA%B3%A0%EC%86%8D%20USB%20%EC%9E%A5%EC%B9%98%20%EB%B2%88%ED%98%B8%20y%22.png)
안녕하세요. 부팅할 때 키보드가 활성화되는 데 2~3분 정도 걸리기 때문에 부팅 속도가 엄청나게 느려집니다. 파티션 잠금을 해제하려면 비밀번호를 입력해야 하기 때문입니다. 커널 매개변수로 부팅했는데 ignore_loglevel
시스템이 모든 USB 포트를 통해 루핑되고 키보드가 양호한 USB 포트에 도달할 때만 활성화되는 것처럼 보입니다. 루프는 각 포트에 대해 오랜 시간이 걸립니다.
usb 1-3: new high speed USB device number 5 using xhci_hcd
device descriptor read/8, error -110
각 포트는 10~20초가 걸리며 키보드가 연결된 포트에 키보드가 도달할 때만 활성화됩니다. 이 문제를 해결하는 방법을 아시나요?
고쳐 쓰다:
다음은 다음 주요 줄의 목록입니다 dmesg
.
[ 2.545550 < 0.515279>] clocksource: Switched to clocksource tsc
[ 11.442200 < 8.896650>] usb 1-3: device descriptor read/all, error -110
[ 11.609957 < 0.167757>] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 21.725142 < 10.115185>] usb 1-3: device descriptor read/all, error -110
[ 21.892918 < 0.167776>] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[ 26.902612 < 5.009694>] usb 1-3: device descriptor read/8, error -110
[ 32.016120 < 5.113508>] usb 1-3: device descriptor read/8, error -110
[ 32.231808 < 0.215688>] usb 1-3: new high-speed USB device number 5 using xhci_hcd
[ 37.241509 < 5.009701>] usb 1-3: device descriptor read/8, error -110
[ 42.355008 < 5.113499>] usb 1-3: device descriptor read/8, error -110
...
[ 44.168565 < 0.009941>] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 299.444985 < 255.276420>] mce: [Hardware Error]: Machine check events logged
[ 2306.154859 < 2006.709874>] random: nonblocking pool is initialized
[ 2398.435936 < 92.281077>] NET: Registered protocol family 38
[ 2422.401403 < 23.965467>] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)