Nothing is detected in USB2.0 ports

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Nothing is detected in USB2.0 ports

Postby Traumaturge » Nov 26th, '13, 22:56

Installed from LiveCD. Using Mageia 3 64-bit with GNOME.

Not sure if this is a software or hardware issue.

I have six USB2.0 ports and two USB3.0 ports. UEFI and even GRUB don't always recognize the 3.0 ports, but once Mageia is started they work every time. Thus, they are reserved for the keyboard and mouse. But nothing I put into the 2.0 ports is being detected. Is there a possible software-side fix for this or is this a case of a bad mobo?
Traumaturge
 
Posts: 11
Joined: Nov 25th, '13, 08:11
Location: Pittsburgh

Re: Nothing is detected in USB2.0 ports

Postby doktor5000 » Nov 26th, '13, 23:15

Please show the output of
Code: Select all
dmesg | grep hci
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Nothing is detected in USB2.0 ports

Postby Traumaturge » Nov 26th, '13, 23:33

Mouse and keyboard only
Code: Select all
[sks@localhost ~]$ dmesg | grep hci
[    0.490271] ahci 0000:00:11.0: version 3.0
[    0.490370] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    0.490373] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[    0.490756] scsi0 : ahci
[    0.490817] scsi1 : ahci
[    0.490871] scsi2 : ahci
[    0.490926] scsi3 : ahci
[    2.809906] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.809915] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    2.810044] xhci_hcd 0000:02:00.0: irq 72 for MSI/MSI-X
[    2.810109] usb usb1: Manufacturer: Linux 3.8.13.4-desktop-1.mga3 xhci_hcd
[    2.810217] xHCI xhci_add_endpoint called for root hub
[    2.810220] xHCI xhci_check_bandwidth called for root hub
[    2.810365] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.810371] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    2.810404] usb usb2: Manufacturer: Linux 3.8.13.4-desktop-1.mga3 xhci_hcd
[    2.810530] xHCI xhci_add_endpoint called for root hub
[    2.810531] xHCI xhci_check_bandwidth called for root hub
[    3.110529] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    3.257055] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[ 2150.891704] usb 1-1: new high-speed USB device number 4 using xhci_hcd
[ 2202.296296] usb 1-1: new high-speed USB device number 5 using xhci_hcd
[ 2268.688826] usb 1-1: new low-speed USB device number 6 using xhci_hcd


With 3 other devices plugged in (flash drive, MP3 player, and phone
Code: Select all
[sks@localhost ~]$ dmesg | grep hci
[    0.490271] ahci 0000:00:11.0: version 3.0
[    0.490370] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    0.490373] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[    0.490756] scsi0 : ahci
[    0.490817] scsi1 : ahci
[    0.490871] scsi2 : ahci
[    0.490926] scsi3 : ahci
[    2.809906] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.809915] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    2.810044] xhci_hcd 0000:02:00.0: irq 72 for MSI/MSI-X
[    2.810109] usb usb1: Manufacturer: Linux 3.8.13.4-desktop-1.mga3 xhci_hcd
[    2.810217] xHCI xhci_add_endpoint called for root hub
[    2.810220] xHCI xhci_check_bandwidth called for root hub
[    2.810365] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.810371] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    2.810404] usb usb2: Manufacturer: Linux 3.8.13.4-desktop-1.mga3 xhci_hcd
[    2.810530] xHCI xhci_add_endpoint called for root hub
[    2.810531] xHCI xhci_check_bandwidth called for root hub
[    3.110529] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[    3.257055] usb 1-2: new low-speed USB device number 3 using xhci_hcd
[ 2150.891704] usb 1-1: new high-speed USB device number 4 using xhci_hcd
[ 2202.296296] usb 1-1: new high-speed USB device number 5 using xhci_hcd
[ 2268.688826] usb 1-1: new low-speed USB device number 6 using xhci_hcd
Traumaturge
 
Posts: 11
Joined: Nov 25th, '13, 08:11
Location: Pittsburgh

Re: Nothing is detected in USB2.0 ports

Postby doktor5000 » Nov 28th, '13, 17:30

Hmmm, only see the USB 3.0 driver there (xhci). What mainboard is that exactly, and please post the output of
Code: Select all
lspcidrake -v
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest