You are not logged in.

#1 Yesterday 19:54:43

Rocklost
Member
Registered: Yesterday
Posts: 3

[SOLVED] disabling USB port on boot

Hey everyone,

Arch newbie here (8 months) and I've ran into a pretty annoying issue. A USB port seems to have gone kaput, and while seemingly no important devices (peripherals, fans) are attached to it my system tries to enable it nonetheless, resulting in long boot times as it cycles through a few attempts before finally giving up.

I have already cycled through and disabled/re-enabled each USB port in my BIOS but to no success. How can I terminate this issue port before the boot gets stuck on trying to get it's attention? Attached is the output of dmesg --ctime with extraneous information removed, aside from a few lines of border entries.

[Mon Mar  2 11:33:15 2026] [drm] Initialized amdgpu 3.64.0 for 0000:0c:00.0 on minor 0
[Mon Mar  2 11:33:15 2026] amdgpu 0000:0c:00.0: [drm] Cannot find any crtc or sizes
[Mon Mar  2 11:33:15 2026] [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
[Mon Mar  2 11:33:17 2026] usb 1-8: device descriptor read/64, error -110
[Mon Mar  2 11:33:33 2026] usb 1-8: device descriptor read/64, error -110
[Mon Mar  2 11:33:33 2026] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[Mon Mar  2 11:33:39 2026] usb 1-8: device descriptor read/64, error -110
[Mon Mar  2 11:33:55 2026] usb 1-8: device descriptor read/64, error -110
[Mon Mar  2 11:33:55 2026] usb usb1-port8: attempt power cycle
[Mon Mar  2 11:33:55 2026] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[Mon Mar  2 11:34:00 2026] usb 1-8: Device not responding to setup address.
[Mon Mar  2 11:34:05 2026] usb 1-8: Device not responding to setup address.
[Mon Mar  2 11:34:05 2026] usb 1-8: device not accepting address 6, error -71
[Mon Mar  2 11:34:06 2026] usb 1-8: new high-speed USB device number 7 using xhci_hcd
[Mon Mar  2 11:34:10 2026] usb 1-8: Device not responding to setup address.
[Mon Mar  2 11:34:15 2026] usb 1-8: Device not responding to setup address.
[Mon Mar  2 11:34:16 2026] usb 1-8: device not accepting address 7, error -71
[Mon Mar  2 11:34:16 2026] usb usb1-port8: unable to enumerate USB device
[Mon Mar  2 11:34:16 2026] fbcon: Taking over console
[Mon Mar  2 11:34:16 2026] Console: switching to colour frame buffer device 240x67

Last edited by Rocklost (Yesterday 22:02:55)

Offline

#2 Yesterday 20:40:37

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,325

Re: [SOLVED] disabling USB port on boot

https://bbs.archlinux.org/viewtopic.php?id=297994
The problem w/ that is that the device doesn't even enumerate…

output of dmesg --ctime with extraneous information removed, aside from a few lines of border

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Sanity check: is this a dual boot system?

Offline

#3 Yesterday 21:02:52

Rocklost
Member
Registered: Yesterday
Posts: 3

Re: [SOLVED] disabling USB port on boot

Thanks for responding, and no I am not dual booting smile

https://0x0.st/P1LG.txt

Offline

#4 Yesterday 21:27:13

mmy8x
Member
Registered: 2025-03-02
Posts: 89

Re: [SOLVED] disabling USB port on boot

Not sure if there is any way to do that.

It looks like you have some broken device connected somewhere. See if disconnecting external devices helps. If not, it may be onboard. In such case, try disconnecting the PC from power for a minute. Sometimes chips get stuck and a power cycle of the standby rail brings them back.

Offline

#5 Yesterday 21:34:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,325

Re: [SOLVED] disabling USB port on boot

resulting in long boot times

Doesn't seem so?

Mar 02 11:34:16 arch kernel: Linux version 6.18.13-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Wed, 25 Feb 2026 23:12:35 +0000
…
Mar 02 11:34:16 arch kernel: usb 1-8: device not accepting address 7, error -71
Mar 02 11:34:16 arch kernel: usb usb1-port8: unable to enumerate USB device
Mar 02 11:34:16 arch kernel: fbcon: Taking over console
…
Mar 02 11:34:17 arch systemd-logind[615]: New seat seat0.
…
Mar 02 11:34:18 arch systemd[1]: Started Getty on tty1.
…
Mar 02 11:34:25 arch systemd[694]: Started Dunst notification daemon.

Slowdown seems to be the DM (lidm?) and you GUI session.

As for the device, probably the bluetooth of the MT wifi chip?
Can you disable that?

Offline

#6 Yesterday 22:01:51

Rocklost
Member
Registered: Yesterday
Posts: 3

Re: [SOLVED] disabling USB port on boot

mmy8x wrote:

In such case, try disconnecting the PC from power for a minute. Sometimes chips get stuck and a power cycle of the standby rail brings them back.

Sigh, back to my 5 second boot times... I guess nothing really is above "turning off and back on again" is it? Thanks for the help, I appreciate the concise explanation and solution smile

Offline

Board footer

Powered by FluxBB