LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-08-2011, 11:47 AM   #1
wLancer
Member
 
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30

Rep: Reputation: 15
Ubuntu blind to WD2500 external USB drive


Okay, I did a search of the forums and couldn't find anything so maybe I am the only one who has this issue.

I have a WD2500XMS(or so it says) and need it to run. I am running Ubuntu 10.04 on an old IBM thinkpad z60t. I have automount disabled but that shouldn't keep me from even seeing the drive. When I run fdisk -l I only get my internal HD on the list. when I run lsusb I get:
user@Thinkpad:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 0483:2016 SGS Thomson Microelectronics Fingerprint Reader
Bus 004 Device 002: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

aka: NADA

Then I realized that most (if not all) external drives are NTFS so I did sudo fdisk -l | grep NTFS | awk '{print $1}'

Again: ZILCH

But the little light on the drive is on and I hear the little bugger whir to life when it's plugged in so I know SOME form of communication is taking place. Is there a more hardcore way to probe this device to see it?

Additional info:
I rebooted and pulled up the device boot list and it wasn't on it (EVERY usb drive I have ever plugged in gets recognized). I am beginning to think I have a cable problem, but, if I did, would the dern thing even come on?
 
Old 09-08-2011, 11:50 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

When you plug it in, have you looked at your dmesg and/or /var/log/messages output for any debug information? When you plug your device in, you will get output within one of the two, if not both, of what is happening when you plug it in.

Cheers,

Josh
 
Old 09-08-2011, 12:02 PM   #3
wLancer
Member
 
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30

Original Poster
Rep: Reputation: 15
DOH
Should have thought of that! Here's dmesg for usb:

384.452064] usb 3-1: new full speed USB device using uhci_hcd and address 10
[ 384.572049] usb 3-1: device descriptor read/64, error -71
[ 384.796060] usb 3-1: device descriptor read/64, error -71
[ 385.012049] usb 3-1: new full speed USB device using uhci_hcd and address 11
[ 385.132070] usb 3-1: device descriptor read/64, error -71
[ 385.356049] usb 3-1: device descriptor read/64, error -71
[ 385.572048] usb 3-1: new full speed USB device using uhci_hcd and address 12
[ 385.980046] usb 3-1: device not accepting address 12, error -71
[ 386.092060] usb 3-1: new full speed USB device using uhci_hcd and address 13
[ 386.500051] usb 3-1: device not accepting address 13, error -71
[ 386.500081] hub 3-0:1.0: unable to enumerate USB device on port 1

googling usb 3-1: device descriptor read/64, error -71 only confuses me because it seems to be a driver/device issue with a slough of devices. However, googling just usb error 71 takes me to another thread from this very site.

Should I try: echo -1 >/sys/module/usbcore/parameters/autosuspend ... ?

P.S. Thanks for the quick response!
 
Old 09-08-2011, 12:05 PM   #4
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You can also try anything.... But looking at that output makes me want to ask something.... Is your device a USB 3.0 device? And what type of USB ports does your system have? 3.0, or 2.0?
 
Old 09-08-2011, 12:07 PM   #5
wLancer
Member
 
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30

Original Poster
Rep: Reputation: 15
It's definitely 2.0 and 1.0 (or so lsusb tells me)


is that really my problem?! I dont have usb 3.0?
 
Old 09-08-2011, 12:12 PM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I was only asking because I had similar problems because of the 3.0 specifications. That aside though.... I would try the autosuspend trick that you mentioned before because I was going to suggest that also. Report back and let me know what happens man.
 
Old 09-08-2011, 12:24 PM   #7
wLancer
Member
 
Registered: Nov 2004
Location: TN
Distribution: Ubuntu 10.04
Posts: 30

Original Poster
Rep: Reputation: 15
Ah, well it didn't work. However, I now have a new dmesg output:

[ 66.556032] usb 2-1: new full speed USB device using uhci_hcd and address 10
[ 66.692030] usb 2-1: device descriptor read/64, error -71
[ 66.916051] usb 2-1: device descriptor read/64, error -71
[ 67.136875] usb 2-1: new full speed USB device using uhci_hcd and address 11
[ 67.260031] usb 2-1: device descriptor read/64, error -71
[ 67.484036] usb 2-1: device descriptor read/64, error -71
[ 67.700043] usb 2-1: new full speed USB device using uhci_hcd and address 12
[ 68.108025] usb 2-1: device not accepting address 12, error -71
[ 68.220055] usb 2-1: new full speed USB device using uhci_hcd and address 13
[ 68.632044] usb 2-1: device not accepting address 13, error -71
[ 68.632059] hub 2-0:1.0: unable to enumerate USB device on port 1

Instead of usb 3-1 it says 2-1. I am a little confused now.
 
Old 11-12-2011, 03:24 PM   #8
robert leleu
LQ Newbie
 
Registered: Apr 2005
Location: France
Distribution: Ubuntu 11.04
Posts: 14

Rep: Reputation: 9
Bios ?

USB HD was not seen......
Actually the USB was not seen, due to «Quick Boot» being activated in the BIOS
 
Old 12-30-2011, 05:01 PM   #9
jkoval
LQ Newbie
 
Registered: Oct 2006
Location: London Ontario Canada
Posts: 2

Rep: Reputation: 0
I have the same problem as wLancer, with some of my USB devices;
I don't understand Robert Leleu's reply,
or how it can be used to answer wLancer's question.
John Koval
 
Old 12-30-2011, 07:29 PM   #10
robert leleu
LQ Newbie
 
Registered: Apr 2005
Location: France
Distribution: Ubuntu 11.04
Posts: 14

Rep: Reputation: 9
It was just to say that your problem was due to some BIOS action, which I suspect in some case to start before the detection of external USB devices.
S playing with some of its options could be of some help.
 
Old 12-31-2011, 09:08 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Member response

Hi,
Quote:
Originally Posted by jkoval View Post
I have the same problem as wLancer, with some of my USB devices;
I don't understand Robert Leleu's reply,
or how it can be used to answer wLancer's question.
John Koval
Actually the <Quiet Boot> option is for the BIOS not the Kernel. With Quiet boot set to on you will not see the POST(Power On self Test) message information or just a limited abbreviated version.

My suggestion to you is create a New thread with your problem and associated data to help us aid you in diagnosis of the problem/query.

FYI: I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem or query.
 
  


Reply

Tags
ubuntu, usb disk



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
manual mount - External usb hard drive (in ubuntu) tripled2006 Ubuntu 10 10-10-2011 03:36 PM
[SOLVED] mount remotely external usb drive with ubuntu kristo5747 Linux - Newbie 1 07-05-2010 09:47 PM
How to install Ubuntu from external USB drive swampdog2002 Ubuntu 2 11-16-2007 06:54 PM
Getting Ubuntu 7.10 to Booton External USB drive on an intel iMac 2cute4u General 4 10-21-2007 03:52 PM
ubuntu partitioning tool does not see external usb hard drive when installing ubuntu fakie_flip Linux - Software 2 07-30-2006 12:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration