Hi, I’ve an external USB 3.0 HDD (bus powered) that is not being recognized under OpenSUSE 13.1 (but works well on other OS). I’ve tried different USB ports (all 2.0 as this laptop does not have 3.0 ports).
dmesg shows the drive being connected
670.356663] usb 2-1.2: USB disconnect, device number 6
675.910533] usb 2-1.2: new high-speed USB device number 7 using ehci-pci
676.056343] usb 2-1.2: New USB device found, idVendor=0bc2, idProduct=ab00
676.056353] usb 2-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
676.056357] usb 2-1.2: Product: Slim SL
676.056395] usb 2-1.2: Manufacturer: Seagate
676.056398] usb 2-1.2: SerialNumber: NA4T0QT4
but none of thfe usual device node stuff. The output of usb-devices is
On Thu 17 Jul 2014 05:26:02 PM CDT, siddharta42 wrote:
Hi, I’ve an external USB 3.0 HDD (bus powered) that is not being
recognized under OpenSUSE 13.1 (but works well on other OS). I’ve tried
different USB ports (all 2.0 as this laptop does not have 3.0 ports).
(Bus Powered)
MaxPower 100mA
Hi
Dual USB ports for power? 100mA per port won’t cut it, what is the
output from;
usb-devices |grep mA
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-17-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi, I’ve an external USB 3.0 HDD (bus powered) that is not being
recognized under OpenSUSE 13.1 (but works well on other OS). I’ve tried
different USB ports (all 2.0 as this laptop does not have 3.0 ports).
(Bus Powered)
MaxPower 100mA
Hi
Dual USB ports for power? 100mA per port won’t cut it, what is the
output from;
usb-devices |grep mA
[/QUOTE]
Hi
You could also try as root user;
modprobe usb-storage
See if that kicks it into life…
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-17-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Hi Malcolm, no joy I’m afraid. It’s a 2.5" low power HDD with a single USB connection, no possibility to externally power it. I’ve tried with the laptop plugged into AC and that doesn’t make a difference. It works on battery power under Windows without difficulty.
On Thu 17 Jul 2014 06:56:02 PM CDT, siddharta42 wrote:
Hi Malcolm, no joy I’m afraid. It’s a 2.5" low power HDD with a single
USB connection, no possibility to externally power it. I’ve tried with
the laptop plugged into AC and that doesn’t make a difference. It works
on battery power under Windows without difficulty.
Code:
Hi
I always use a y cable just to be sure with mine…
So I’m guessing it’s formatted ntfs then, is the ntfs-3g module loaded?
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-17-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Some experience I have on this subject (albeit a different case) :
I have a laptop (Toshiba Z930 ultrabook running openSUSE-13.1 64-bit KDE) that has 3 USB ports. Two are USB-2 and one is USB-3.0.
I typically have a wireless optical mouse transmitter plugged into one of the two USB-2 ports.
While the wireless device is in any port (USB-2 or USB-3) I find if I plug my Kingston HypervisorX 64GB USB-3.0 memory stick into the remaining USB-2 port, it is not recognized. If I remove the wireless optical mouse transmitter from the USB ports, and again plug the USB-3.0 memory stick into any USB-2 port, it IS recognized and mounted.
If at any time I plug the USB stick into the USB-3.0 port, it is recognized.
…
However that is not the entire story.
I find that if I plug my Canon camera into the USB-3.0 port (where my Canon has a USB-1.1 (I think) compatible output) then the after some minutes, the USB data connection between Camera and USB3 port is dropped. Only if I plug the Canon camera into either of the USB-2 ports (independent of where the mouse is located) then the camera connection is solid and reliable and does not drop.
None of the above presents me a problem, as I can work around any hiccups, but it does appear there can be characteristics wrt one’s USB devices that one needs to be aware of.
I should note I have other USB-3.0 devices (including memory sticks), which have behaviour different than the above seen on my Kingston HypervisorX 64GB USB-3.0 memory stick.
Many 2.5" and flash storage can be powered sufficient with a standard 5v USB port.
My question is,
How do you know it’s “not recognized?”
Your output suggests the drive is properly recognized and setup at the hardware level.
Are you asking how to mount?
Depending on your Desktop (which you haven’t identified) it’s a fair assumption that the drive should be automounted by the Desktop, have you tried the File Manager for whatever Desktop you’re using?
And oldcpu has a point… If you have anything else plugged into your USB ports, you should unplug them at least temporarily. And, it can help to boot your system with only your Slim SL plugged into your USB port. If you do this, if hit ESC during boot you should see boot messages and verify your USB drive s detected and set up without error.
Thanks all for your excellent input! and apologies for the delayed reply. As to the suggestions,
By “not recognized” I mean there is no device node showing up in /dev/ for this device, so there’s nothing for me to mount (wasn’t asking how to mount :)). It’s not being auto-mounted (I’m using Cinnamon) and I can’t mount it manually.
I had already tried with removing all other USB devices as well as all three USB ports on the laptop. Booting with the HDD attached as only device doesn’t make a difference. The boot messages are the same as above - USB device detected and that’s it.
I’ve played around a bit with other USB devices and order of connecting but haven’t found anything that makes a difference so far.
I tried with a Y-cable from another USB 3.0 HDD, no improvement. I confirm it’s formatted ntfs, the filesystem and partition table are valid (I recreated both while troubleshooting this) and I can mount other NTFS volumes without a problem - for example, I have a Windows 7 partition mounted in fstab. The fuse kernel module is available for the current kernel.
I know that I’ve seen bug reports describing strange behaviour with some USB 3.0 devices, so you might want to start checking for such, and if necessary submit a bug report.