I run os13.1 with factory kernel (currently 3.16.1). Recently I bought a 2TB Seagate Backup Plus Portable USB HDD. I plugged it into my PC... and nothing happened... At that time I was still running kernel 3.15, but nothing has changed with 3.16. I tried an older kernel (3.14.4). And everything works fine. Hence, there seems to be a regression from 3.14 to 3.15.
Output of dmesg running kernel 3.16.1 (same with 3.15):
Output of dmesg running kernel 3.14.4:
What's going wrong here? Why is usb-storage not detecting the HDD as a mass storage device anymore?
I hope someone can help me.
Cheers
Frank
Output of dmesg running kernel 3.16.1 (same with 3.15):
Code:
[ 27.779929] usb 2-5: new high-speed USB device number 4 using xhci_hcd
[ 27.946840] usb 2-5: New USB device found, idVendor=0bc2, idProduct=ab21
[ 27.946843] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 27.946844] usb 2-5: Product: BUP Slim BL
[ 27.946845] usb 2-5: Manufacturer: Seagate
[ 27.946846] usb 2-5: SerialNumber: NA777SS7
Code:
[ 895.879593] usb 2-5: new high-speed USB device number 4 using xhci_hcd
[ 896.046812] usb 2-5: New USB device found, idVendor=0bc2, idProduct=ab21
[ 896.046821] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 896.046826] usb 2-5: Product: BUP Slim BL
[ 896.046830] usb 2-5: Manufacturer: Seagate
[ 896.046833] usb 2-5: SerialNumber: NA777SS7
[ 896.047509] usb-storage 2-5:1.0: USB Mass Storage device detected
[ 896.048588] scsi7 : usb-storage 2-5:1.0
[ 897.052198] scsi 7:0:0:0: Direct-Access Seagate BUP Slim BL 0143 PQ: 0 ANSI: 6
[ 897.053071] sd 7:0:0:0: Attached scsi generic sg9 type 0
[ 897.054074] sd 7:0:0:0: [sdi] Spinning up disk...
[ 900.786528] .ready
[ 900.786860] sd 7:0:0:0: [sdi] 3907029167 512-byte logical blocks: (2.00 TB/1.81 TiB)
[ 900.787456] sd 7:0:0:0: [sdi] Write Protect is off
[ 900.787462] sd 7:0:0:0: [sdi] Mode Sense: 2b 00 10 08
[ 900.788059] sd 7:0:0:0: [sdi] Write cache: enabled, read cache: enabled, supports DPO and FUA
[ 900.865488] sdi: sdi1
[ 900.867413] sd 7:0:0:0: [sdi] Attached SCSI disk
What's going wrong here? Why is usb-storage not detecting the HDD as a mass storage device anymore?
I hope someone can help me.
Cheers
Frank