Kernel Booting error usb init

Issues related to applications and software problems
Post Reply
catharsis89
Posts: 1
Joined: 2018/11/26 05:24:50

Kernel Booting error usb init

Post by catharsis89 » 2018/11/26 06:12:00

I installed Centos on the board.

The version information I am using is as follows.
CentOS 6.5
kernel 2.6.32

The problem is that a hang occurs in the USB Init area during kernel booting.

It happens randomly, not every time.

The kernel log looks like this:

/////////////////////////////////////////////////////////////////////
mpt3sas0: sending port enable !!
atkbd.c: Unknown key pressed (raw set 2, code 0x17c on isa0060/serio0).
atkbd.c: Use 'setkeycodes 7c <keycode>' to make it known.
atkbd.c: Unknown key pressed (raw set 2, code 0x17c on isa0060/serio0).
atkbd.c: Use 'setkeycodes 7c <keycode>' to make it known.
[drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
atkbd.c: Unknown key pressed (raw set 2, code 0x17c on isa0060/serio0).
atkbd.c: Use 'setkeycodes 7c <keycode>' to make it known.
atkbd.c: Unknown key pressed (raw set 2, code 0x17c on isa0060/serio0).
atkbd.c: Use 'setkeycodes 7c <keycode>' to make it known.
mpt3sas0: host_add: handle(0x0001), sas_addr(0x500605b00b1d4590), phys(4)
mpt3sas0: port enable: SUCCESS
xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
xhci_hcd 0000:00:14.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
xhci_hcd 0000:00:14.0: setting latency timer to 64
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
hold here
/////////////////////////////////////////////////////////////////////



The result of tracking where the hang occurred

A hang occurred in the hcd driver reset function.

I want to solve this problem.

How should I approach it?

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Kernel Booting error usb init

Post by avij » 2018/11/26 06:28:16

Try the same with 6.10. It is more than four years newer than 6.5.

Post Reply