Public bug reported:
The RPI4 setup is composed by two USB disks running on Ubuntu desktop 22.04:
- USB SSD containing the OS (ASM1153)
- USB disk for the data, on its own power supply (ASM1051E)
This setup worked fine the last months but since 5.15.0-1015-raspi the USB disk
(data) is not recognized at boot (cool start or reboot). The same is valid with
5.15.0-1016-raspi. The disk is powered (power led) but not spinning so I simply
need to disconnect/connect the USB cable or reset the power (of the disk) to
make it works.
Once the disk is recognized it runs w/o problem for days and even weeks (24/7
running setup).
PS: I want to keep it in UASP mode
Some details:
lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 174c:1153 ASMedia Technology Inc. ASM1153 SATA 3Gb/s
bridge
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s
bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA
6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
--------------------------------------------------------------------------------------------------
sudo dmesg|grep scsi
[ 2.343664] scsi host0: uas
[ 2.344714] scsi 0:0:0:0: Direct-Access Inateck ASM1153E 0
PQ: 0 ANSI: 6
[ 2.346284] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.354045] scsi host1: uas
[ 2.355083] scsi 1:0:0:0: Direct-Access WDC WD60 EFRX-68MYMN1 0
PQ: 0 ANSI: 6
[ 2.356890] sd 1:0:0:0: Attached scsi generic sg1 type 0
--------------------------------------------------------------------------------------------------
sudo dmesg|grep usb
[ 0.159937] usbcore: registered new interface driver usbfs
[ 0.159986] usbcore: registered new interface driver hub
[ 0.160042] usbcore: registered new device driver usb
[ 0.729235] usbcore: registered new interface driver lan78xx
[ 0.729288] usbcore: registered new interface driver smsc95xx
[ 1.442961] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 1.443112] usb_phy_generic phy: dummy supplies not allowed for exclusive
requests
[ 1.509268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.15
[ 1.509285] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.509291] usb usb1: Product: xHCI Host Controller
[ 1.509296] usb usb1: Manufacturer: Linux 5.15.0-1016-raspi xhci-hcd
[ 1.509301] usb usb1: SerialNumber: 0000:01:00.0
[ 1.511924] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003,
bcdDevice= 5.15
[ 1.511941] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.511946] usb usb2: Product: xHCI Host Controller
[ 1.511952] usb usb2: Manufacturer: Linux 5.15.0-1016-raspi xhci-hcd
[ 1.511956] usb usb2: SerialNumber: 0000:01:00.0
[ 1.573196] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator
[ 1.573513] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator
[ 1.783600] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
[ 1.783872] dwc2 fe980000.usb: DWC OTG Controller
[ 1.783892] dwc2 fe980000.usb: new USB bus registered, assigned bus number 3
[ 1.783918] dwc2 fe980000.usb: irq 20, io mem 0xfe980000
[ 1.784066] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.15
[ 1.784075] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.784080] usb usb3: Product: DWC OTG Controller
[ 1.784086] usb usb3: Manufacturer: Linux 5.15.0-1016-raspi dwc2_hsotg
[ 1.784091] usb usb3: SerialNumber: fe980000.usb
[ 1.847534] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.998154] usb 1-1: New USB device found, idVendor=2109, idProduct=3431,
bcdDevice= 4.21
[ 1.998178] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.998191] usb 1-1: Product: USB2.0 Hub
[ 2.123982] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.145228] usb 2-1: New USB device found, idVendor=174c, idProduct=55aa,
bcdDevice= 1.00
[ 2.145248] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.145260] usb 2-1: Product: ASM1153E
[ 2.145272] usb 2-1: Manufacturer: Inateck
[ 2.145282] usb 2-1: SerialNumber: 123456789716
[ 2.275970] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 2.297226] usb 2-2: New USB device found, idVendor=174c, idProduct=1153,
bcdDevice= 1.00
[ 2.297245] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.297258] usb 2-2: Product: Ugreen Storage Device
[ 2.297269] usb 2-2: Manufacturer: Ugreen
[ 2.297279] usb 2-2: SerialNumber: 26A1EE838332
[ 2.335218] usbcore: registered new interface driver usb-storage
[ 2.354544] usbcore: registered new interface driver uas
** Affects: linux-raspi (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1992409
Title:
USB disk not detected at boot since 5.15.0-1015-raspi
Status in linux-raspi package in Ubuntu:
New
Bug description:
The RPI4 setup is composed by two USB disks running on Ubuntu desktop 22.04:
- USB SSD containing the OS (ASM1153)
- USB disk for the data, on its own power supply (ASM1051E)
This setup worked fine the last months but since 5.15.0-1015-raspi the USB
disk (data) is not recognized at boot (cool start or reboot). The same is valid
with 5.15.0-1016-raspi. The disk is powered (power led) but not spinning so I
simply need to disconnect/connect the USB cable or reset the power (of the
disk) to make it works.
Once the disk is recognized it runs w/o problem for days and even weeks (24/7
running setup).
PS: I want to keep it in UASP mode
Some details:
lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 174c:1153 ASMedia Technology Inc. ASM1153 SATA 3Gb/s
bridge
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s
bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA
6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
--------------------------------------------------------------------------------------------------
sudo dmesg|grep scsi
[ 2.343664] scsi host0: uas
[ 2.344714] scsi 0:0:0:0: Direct-Access Inateck ASM1153E 0
PQ: 0 ANSI: 6
[ 2.346284] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.354045] scsi host1: uas
[ 2.355083] scsi 1:0:0:0: Direct-Access WDC WD60 EFRX-68MYMN1 0
PQ: 0 ANSI: 6
[ 2.356890] sd 1:0:0:0: Attached scsi generic sg1 type 0
--------------------------------------------------------------------------------------------------
sudo dmesg|grep usb
[ 0.159937] usbcore: registered new interface driver usbfs
[ 0.159986] usbcore: registered new interface driver hub
[ 0.160042] usbcore: registered new device driver usb
[ 0.729235] usbcore: registered new interface driver lan78xx
[ 0.729288] usbcore: registered new interface driver smsc95xx
[ 1.442961] usb_phy_generic phy: supply vcc not found, using dummy
regulator
[ 1.443112] usb_phy_generic phy: dummy supplies not allowed for exclusive
requests
[ 1.509268] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.15
[ 1.509285] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.509291] usb usb1: Product: xHCI Host Controller
[ 1.509296] usb usb1: Manufacturer: Linux 5.15.0-1016-raspi xhci-hcd
[ 1.509301] usb usb1: SerialNumber: 0000:01:00.0
[ 1.511924] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003,
bcdDevice= 5.15
[ 1.511941] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.511946] usb usb2: Product: xHCI Host Controller
[ 1.511952] usb usb2: Manufacturer: Linux 5.15.0-1016-raspi xhci-hcd
[ 1.511956] usb usb2: SerialNumber: 0000:01:00.0
[ 1.573196] dwc2 fe980000.usb: supply vusb_d not found, using dummy
regulator
[ 1.573513] dwc2 fe980000.usb: supply vusb_a not found, using dummy
regulator
[ 1.783600] dwc2 fe980000.usb: EPs: 8, dedicated fifos, 4080 entries in
SPRAM
[ 1.783872] dwc2 fe980000.usb: DWC OTG Controller
[ 1.783892] dwc2 fe980000.usb: new USB bus registered, assigned bus number
3
[ 1.783918] dwc2 fe980000.usb: irq 20, io mem 0xfe980000
[ 1.784066] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002,
bcdDevice= 5.15
[ 1.784075] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.784080] usb usb3: Product: DWC OTG Controller
[ 1.784086] usb usb3: Manufacturer: Linux 5.15.0-1016-raspi dwc2_hsotg
[ 1.784091] usb usb3: SerialNumber: fe980000.usb
[ 1.847534] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.998154] usb 1-1: New USB device found, idVendor=2109, idProduct=3431,
bcdDevice= 4.21
[ 1.998178] usb 1-1: New USB device strings: Mfr=0, Product=1,
SerialNumber=0
[ 1.998191] usb 1-1: Product: USB2.0 Hub
[ 2.123982] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.145228] usb 2-1: New USB device found, idVendor=174c, idProduct=55aa,
bcdDevice= 1.00
[ 2.145248] usb 2-1: New USB device strings: Mfr=2, Product=3,
SerialNumber=1
[ 2.145260] usb 2-1: Product: ASM1153E
[ 2.145272] usb 2-1: Manufacturer: Inateck
[ 2.145282] usb 2-1: SerialNumber: 123456789716
[ 2.275970] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 2.297226] usb 2-2: New USB device found, idVendor=174c, idProduct=1153,
bcdDevice= 1.00
[ 2.297245] usb 2-2: New USB device strings: Mfr=2, Product=3,
SerialNumber=1
[ 2.297258] usb 2-2: Product: Ugreen Storage Device
[ 2.297269] usb 2-2: Manufacturer: Ugreen
[ 2.297279] usb 2-2: SerialNumber: 26A1EE838332
[ 2.335218] usbcore: registered new interface driver usb-storage
[ 2.354544] usbcore: registered new interface driver uas
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1992409/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp