LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-04-2011, 05:15 AM   #1
scheme
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu, Ubuntu Studio, Debian, Arch
Posts: 24

Rep: Reputation: 1
Usb storage devices don't work, everything else usb does


After installing Ubuntu, my laptop hasn't been able to open usb storage devices. First was installed 9.4, now running 10.04 and the problem persists.

After turning the computer on and putting the flash drive in, dmesg or lsusb doesn't give any indication of a device available. After "sudo modprobe usb-storage" dmesg gives continuous error reports but lsusb still doesn't show anything.

dmesg.txt (after modprobe usb-storage)
Putting external hd (self-powered) and a usb flash drive stick in and out of usb slot(s). At one point I did 'modprobe hid' and 'modprobe usbhid' but nothing changed.

Everything else than storage devices work perfectly (mouse, bluetooth, camera etc). A weird note: when a device is plugged in lsusb might show the 3 usb slots as empty but add the plugged device as a fourth one.

uname -a:
Code:
Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux
Thanks in advance!
Attached Files
File Type: txt dmesg.txt (10.8 KB, 14 views)
File Type: txt lsb_release.txt (86 Bytes, 6 views)
File Type: txt lsusb.txt (6.5 KB, 8 views)
 
Old 01-04-2011, 07:26 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
What is the output of mount ?
What is the output of cat /etc/fstab
 
Old 01-04-2011, 08:38 AM   #3
scheme
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu, Ubuntu Studio, Debian, Arch
Posts: 24

Original Poster
Rep: Reputation: 1
fstab:
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda1 during installation
UUID=27ed7be7-9049-4c1c-91ac-bb8d2ba172e5 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=02085dce-f9f6-484e-ac10-122c61b9083c none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
mount:
Code:
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/computer_user/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=computer_user)
 
Old 01-04-2011, 10:01 AM   #4
scheme
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu, Ubuntu Studio, Debian, Arch
Posts: 24

Original Poster
Rep: Reputation: 1
The 2.0 port is using ehci and the 1.1 are using ohci (as far as I know). Both modules produce more or less similar error messages; This makes me think it's not either modules fault. I can't think of any angle to go at this from so I'd appreciate suggestions.
 
Old 01-04-2011, 02:44 PM   #5
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
I asked you to post the above (mount, fstab) because if there is a bad entry in fstab then USB disks may not mount.

This does not seem to be the case for you.

Your dmesg output suggests that the USB cable may be bad.

Some suggestions:
Try another slot, try another cable, open up and de-dust your PC, making sure all USB connections are clean and secure.
If you are using a hub, or cable extensions, try the device without these extra bits. The maximum cable length for USB 2.0 seems to be 6' / 2m, hubs or no hubs. I do not use "hubs" as USB can be too picky.

Hope this helps.
 
Old 01-04-2011, 03:44 PM   #6
scheme
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu, Ubuntu Studio, Debian, Arch
Posts: 24

Original Poster
Rep: Reputation: 1
Dmesg suggests the cable is bad even when I'm not using a cable but a flash drive. Also I've gone through several different usb storage devices (with cables and without) and tried every port, the outcome is the same. Still, every other usb device works suggesting there's nothing particularilly wrong with the usb ports.

I'm not using usb hubs or any extensions.

Good suggestions but not really helpfull at this case cleaning the laptop is always a good idea but I doubt it'd be of much help now (just did it in the matter of fact!)
 
  


Reply



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
USB Mass storage devices don't work in linux 2.6.[9,11.x] _private Debian 9 11-06-2013 06:46 AM
understanding USB storage devices linuxdeveloper29 Linux - Hardware 1 10-27-2008 03:17 AM
USB storage devices rpz Programming 2 12-22-2005 04:11 AM
USB storage devices? Valael Fedora 1 08-17-2004 04:24 PM
usb mass storage devices rukinhas Mandriva 1 11-18-2003 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:13 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