collinm
1
hi
i have an inateck docking station
if it’s not connected to the laptop when i boot, suse don’t see it
with lsusb i can see
Bus 004 Device 002: ID 174c:55aa ASMedia Technology Inc. ASMedia 2105 SATA bridge
after, i can remove it, connect it again laptop will see it.
any idea why computer don’t see if not connected?
thanks
When the device is connected, is is reported via the following?
/usr/sbin/fdisk -l
Maybe it is just not auto-mounting as you’re expecting?
mount
A suggestion to help with diagnosis:
Open a terminal and run
sudo journalctl -f
Plug in the device and observe/capture output. That should tell us what is/isn’t working as expected.
collinm
3
i done a suspend to ram and after lsusb don’t returner me the line
174c:55aa ASMedia Technology Inc. ASMedia 2105 SATA bridge
fidsk return nothing for this hd
no effect when i plug or unplig it for journalctl
the docking station use usb 3.
i was thinking it was the usb port… but i connected an usb 2 hard drive and i was worked
strangely, i connected it to another usb port and that worked
1719.628905] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
1719.640676] usb 4-3: New USB device found, idVendor=174c, idProduct=55aa
1719.640684] usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
1719.640709] usb 4-3: Product: ASMT1053
1719.640712] usb 4-3: Manufacturer: asmedia
1719.640715] usb 4-3: SerialNumber: 123456789012
1719.641202] usb-storage 4-3:1.0: USB Mass Storage device detected
1719.641738] usb-storage 4-3:1.0: Quirks match for vid 174c pid 55aa: 400000
1719.641781] scsi host9: usb-storage 4-3:1.0
1720.645155] scsi 9:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
1720.645485] sd 9:0:0:0: Attached scsi generic sg3 type 0
1720.645898] sd 9:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
1720.646126] sd 9:0:0:0: [sdc] Write Protect is off
1720.646131] sd 9:0:0:0: [sdc] Mode Sense: 43 00 00 00
1720.646336] sd 9:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
1721.010890] sdc: sdc1 < sdc5 >
1721.012301] sd 9:0:0:0: [sdc] Attached SCSI disk
so it’s seem to have a problem with the state of the usb port
Ah, so if I understand you, only the USB 3.0 docking station behaves strangely (following suspend and when plugged in after boot)?
strangely, i connected it to another usb port and that worked
1719.628905] usb 4-3: new SuperSpeed USB device number 4 using xhci_hcd
1719.640676] usb 4-3: New USB device found, idVendor=174c, idProduct=55aa
1719.640684] usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
1719.640709] usb 4-3: Product: ASMT1053
1719.640712] usb 4-3: Manufacturer: asmedia
1719.640715] usb 4-3: SerialNumber: 123456789012
1719.641202] usb-storage 4-3:1.0: USB Mass Storage device detected
1719.641738] usb-storage 4-3:1.0: Quirks match for vid 174c pid 55aa: 400000
1719.641781] scsi host9: usb-storage 4-3:1.0
1720.645155] scsi 9:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
1720.645485] sd 9:0:0:0: Attached scsi generic sg3 type 0
1720.645898] sd 9:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
1720.646126] sd 9:0:0:0: [sdc] Write Protect is off
1720.646131] sd 9:0:0:0: [sdc] Mode Sense: 43 00 00 00
1720.646336] sd 9:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
1721.010890] sdc: sdc1 < sdc5 >
1721.012301] sd 9:0:0:0: [sdc] Attached SCSI disk
so it’s seem to have a problem with the state of the usb port
So, it would appear. Are both ports USB 3.0 type?