Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb 3.0 driver not work very well #24

Open
suijingfeng opened this issue Jul 3, 2020 · 2 comments
Open

usb 3.0 driver not work very well #24

suijingfeng opened this issue Jul 3, 2020 · 2 comments

Comments

@suijingfeng
Copy link

suijingfeng commented Jul 3, 2020

when plug in the USB 3.0 disk, dmesg show messsage as following:

the USB 3.0 disk is NOT mounted by the OS, thus , I can not copy!

[ 9097.093750] usb 3-1: new full-speed USB device number 6 using ohci-pci
[ 9097.289062] usb 3-1: device descriptor read/64, error -62
[ 9097.593750] usb 3-1: device descriptor read/64, error -62
[ 9097.894531] usb 3-1: new full-speed USB device number 7 using ohci-pci
[ 9098.089843] usb 3-1: device descriptor read/64, error -62
[ 9098.394531] usb 3-1: device descriptor read/64, error -62
[ 9098.507812] usb usb3-port1: attempt power cycle
[ 9099.019531] usb 3-1: new full-speed USB device number 8 using ohci-pci
[ 9099.449218] usb 3-1: device not accepting address 8, error -62
[ 9099.640625] usb 3-1: new full-speed USB device number 9 using ohci-pci
[ 9100.066406] usb 3-1: device not accepting address 9, error -62
[ 9100.070312] usb usb3-port1: unable to enumerate USB device
@suijingfeng suijingfeng reopened this Jul 3, 2020
@suijingfeng suijingfeng changed the title usb 3.0 driver work very well usb 3.0 driver not work very well Jul 3, 2020
@FlyGoat
Copy link
Member

FlyGoat commented Jul 3, 2020

Which board?
Could you please provide lspci?

@suijingfeng
Copy link
Author

$ lspci -vvv

00:00.0 Host bridge: Device 0014:7a00
	Subsystem: Device 0014:7a00
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: <access denied>
lspci: Unable to load libkmod resources: error -12

00:00.1 Non-VGA unclassified device: Device 0014:7a10
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:04.0 USB controller: Device 0014:7a24 (prog-if 10 [OHCI])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 113
	Region 0: Memory at 49270000 (64-bit, non-prefetchable) [size=32K]
	Kernel driver in use: ohci-pci

00:04.1 USB controller: Device 0014:7a14 (prog-if 20 [EHCI])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 112
	Region 0: Memory at 49278000 (64-bit, non-prefetchable) [size=32K]
	Kernel driver in use: ehci-pci

00:05.0 USB controller: Device 0014:7a24 (prog-if 10 [OHCI])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 115
	Region 0: Memory at 49280000 (64-bit, non-prefetchable) [size=32K]
	Kernel driver in use: ohci-pci

00:05.1 USB controller: Device 0014:7a14 (prog-if 20 [EHCI])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 114
	Region 0: Memory at 49288000 (64-bit, non-prefetchable) [size=32K]
	Kernel driver in use: ehci-pci

00:06.0 3D controller: Device 0014:7a15
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 93
	Region 0: Memory at 49200000 (64-bit, non-prefetchable) [size=256K]
	Region 2: Memory at 40000000 (64-bit, non-prefetchable) [size=128M]
	Region 4: Memory at 49240000 (64-bit, non-prefetchable) [size=64K]
	Kernel driver in use: etnaviv

00:06.1 VGA compatible controller: Device 0014:7a06 (prog-if 00 [VGA controller])
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 92
	Region 0: Memory at 49250000 (64-bit, non-prefetchable) [size=64K]
	Kernel driver in use: loongson-drm

00:07.0 Audio device: Device 0014:7a07
	Subsystem: Device 1c06:2014
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 122
	Region 0: Memory at 49260000 (64-bit, non-prefetchable) [size=64K]
	Kernel driver in use: loongson-audio

00:08.0 SATA controller: Device 0014:7a08 (prog-if 01 [AHCI 1.0])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 80
	Region 0: Memory at 49290000 (64-bit, non-prefetchable) [size=8K]
	Kernel driver in use: ahci

00:08.1 SATA controller: Device 0014:7a08 (prog-if 01 [AHCI 1.0])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at 49292000 (64-bit, non-prefetchable) [size=8K]
	Kernel driver in use: ahci

00:08.2 SATA controller: Device 0014:7a08 (prog-if 01 [AHCI 1.0])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 82
	Region 0: Memory at 49294000 (64-bit, non-prefetchable) [size=8K]
	Kernel driver in use: ahci

00:0c.0 PCI bridge: Device 0014:7a09 (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at 49296000 (64-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00020000-00020fff
	Memory behind bridge: 49000000-490fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:0d.0 PCI bridge: Device 0014:7a19 (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at 49297000 (64-bit, non-prefetchable) [size=4K]
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: 49100000-491fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:16.0 System peripheral: Device 0014:7a0b
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 255
	Region 0: Memory at 49298000 (64-bit, non-prefetchable) [disabled] [size=4K]
	Region 2: Memory at 48000000 (64-bit, non-prefetchable) [disabled] [size=16M]

00:17.0 ISA bridge: Device 0014:7a0c
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 255
	Region 0: Memory at <ignored> (64-bit, non-prefetchable)
	Region 2: Memory at <ignored> (64-bit, non-prefetchable)
	Region 4: I/O ports at 0000
	Region 5: I/O ports at 0000

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: I/O ports at 20000 [size=256]
	Region 2: Memory at 49004000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at 49000000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: r8168

02:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) (prog-if 30 [XHCI])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: Memory at 49100000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: xhci_hcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants