Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: new USB question
Date: Mon, 05 Oct 2020 01:41:19
Message-Id: rldtjg$slv$1@ciao.gmane.io
In Reply to: [gentoo-user] new USB question by Jack
1 On 2020-10-05, Jack <ostroffjh@×××××××××××××××××.net> wrote:
2
3 > Still not Gentoo specific, but I'm still trying to figure out if my
4 > motherboard (MSI B350 Tomahawk) is doing something funny with the
5 > USB connections. In theory, there should be USB3 connections both
6 > on the back IO panel and on the front case ports.
7
8
9 I don't know if this is helpful, but I have an MSI B450 Tomahawk Max,
10 and the USB3.3 headers that I route to front-panel connectors work fine.
11 I just plugged a USB3 flash drive into one of them:
12
13 [299865.738407] usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
14 [299865.760045] usb 2-4: New USB device found, idVendor=05dc, idProduct=a838, bcdDevice=11.00
15 [299865.760051] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
16 [299865.760053] usb 2-4: Product: USB Flash Drive
17 [299865.760056] usb 2-4: Manufacturer: Lexar
18 [299865.760058] usb 2-4: SerialNumber: AAHDQZ7ENQ3ORRPS
19 [299865.770842] usb-storage 2-4:1.0: USB Mass Storage device detected
20 [299865.771034] scsi host9: usb-storage 2-4:1.0
21 [299867.095086] scsi 9:0:0:0: Direct-Access Lexar USB Flash Drive 1100 PQ: 0 ANSI: 6
22 [299867.095310] sd 9:0:0:0: Attached scsi generic sg4 type 0
23 [299867.095905] sd 9:0:0:0: [sdd] 62517248 512-byte logical blocks: (32.0 GB/29.8 GiB)
24 [299867.096389] sd 9:0:0:0: [sdd] Write Protect is off
25 [299867.096394] sd 9:0:0:0: [sdd] Mode Sense: 43 00 00 00
26 [299867.096872] sd 9:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
27 [299867.112375] sdd: sdd1 sdd2
28 [299867.114301] sd 9:0:0:0: [sdd] Attached SCSI removable disk
29
30 I also have two USB2 connectors on the front panel.
31
32 All total, there are
33
34 2 x USB2 in back panel
35 4 x USB3.2 in back panel
36
37 4 x USB2 on two dual-port 10-pin headers
38 2 x USB3.2 on one dual-port 20-pin header
39
40 It appears that I have a total of 6 USB hubs on the motherboard:
41
42 $ lsusb
43 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
44 Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
45 Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
46 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
47 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
48 Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
49
50 It looks like you should have two 20-pin USB3 headers on your
51 motherboard (mine only has 1). Are you sure your front-panel
52 connectors are plugged into a USB3 header and not one of the 10-pin
53 USB2 headers?
54
55 --
56 Grant

Replies

Subject Author
[gentoo-user] Re: new USB question Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] Re: new USB question Jack <ostroffjh@×××××××××××××××××.net>