[Bug 262882] [13.1-RC5] usb disconnects repeatedly, losing all attached devices on that USB hub

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 May 2022 17:29:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262882

--- Comment #87 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Hans Petter Selasky from comment #81)

Not that I expect it fits here, but in the spirit of
reporting all oddities during testing . . .

I got out 2 USB3 media readers. On both the updated
ThreadRipper 1950X and the non-updated HoneyComb
get things like the following when they were plugged
in:

usb_msc_auto_quirk: UQ_MSC_NO_TEST_UNIT_READY set for USB mass storage device
Kingston Multi-Reader (0x11b0:0x6368)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device
Kingston Multi-Reader (0x11b0:0x6368)
usb_msc_auto_quirk: UQ_MSC_NO_SYNC_CACHE set for USB mass storage device
Kingston Multi-Reader (0x11b0:0x6368)
usb_msc_auto_quirk: UQ_MSC_NO_START_STOP set for USB mass storage device
Kingston Multi-Reader (0x11b0:0x6368)
ugen3.3: <Kingston Multi-Reader> at usbus3
umass2 on uhub1
umass2: <Bulk-In, Bulk-Out, Interface> on usbus3
umass2:  SCSI over Bulk-Only; quirks = 0xc005
umass2:12:2: Attached to scbus12
(probe0:umass-sim2:2:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00
00 
(probe0:umass-sim2:2:0:0): CAM status: SCSI Status Error
(probe0:umass-sim2:2:0:0): SCSI status: Check Condition
(probe0:umass-sim2:2:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field
in CDB)
(probe0:umass-sim2:2:0:0): Error 22, Unretryable error
da5 at umass-sim2 bus 2 scbus12 target 0 lun 0
da5: < Multi-Reader  -0 1.00> Removable Direct Access SPC-4 SCSI device
. . .

and:

umass2: detached
usb_msc_auto_quirk: UQ_MSC_NO_TEST_UNIT_READY set for USB mass storage device
Kingston USB3.0 Media Reader (0x11b0:0x6348)
usb_msc_auto_quirk: UQ_MSC_NO_PREVENT_ALLOW set for USB mass storage device
Kingston USB3.0 Media Reader (0x11b0:0x6348)
usb_msc_auto_quirk: UQ_MSC_NO_SYNC_CACHE set for USB mass storage device
Kingston USB3.0 Media Reader (0x11b0:0x6348)
usb_msc_auto_quirk: UQ_MSC_NO_START_STOP set for USB mass storage device
Kingston USB3.0 Media Reader (0x11b0:0x6348)
ugen3.3: <Kingston USB3.0 Media Reader> at usbus3
umass2 on uhub1
umass2: <Bulk-In, Bulk-Out, Interface> on usbus3
umass2:  SCSI over Bulk-Only; quirks = 0xc005
umass2:12:2: Attached to scbus12
(probe0:umass-sim2:2:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00
00 
(probe0:umass-sim2:2:0:0): CAM status: SCSI Status Error
(probe0:umass-sim2:2:0:0): SCSI status: Check Condition
(probe0:umass-sim2:2:0:0): SCSI sense: ILLEGAL REQUEST asc:24,0 (Invalid field
in CDB)
(probe0:umass-sim2:2:0:0): Error 22, Unretryable error
da5 at umass-sim2 bus 2 scbus12 target 0 lun 0
da5: < FCR-HS3       -0 1.00> Removable Direct Access SPC-4 SCSI device
. . .

-- 
You are receiving this mail because:
You are the assignee for the bug.