Usb flash drive not recognized in ubuntu 10.04 lts

Asked by Takeitout2day

Hello,

after i installed ubuntu 10.04 lts , as i was unhappy with 11.04, Ubuntu doesn't recognize any of my usb flash drives. I checked disk utility but they still didn't show up. To make sure that it wasn't my computer itself i booted to windows xp and they worked perfectly fine. I'm unsure of what to do as I've searched and not found anyone who has this problem or any answers on both offical ubuntu documenation and unofficial documenatation.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Solved by:
Takeitout2day
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you reboot and login without the device attached and run:

lsusb; lsb_release -a; echo

Then insert the device, wait 10 seconds and run:

sudo fdisk -l; dmesg | tail; lsusb

Copy all the output and paste here as an update

Thanks

Revision history for this message
ahambidge (ahambidge) said :
#2

Hello,

I also did not like 11.04 but you can set the login to load Classic. This is 11.04 but looks like 10.10.

Regards,

Allan :)

Revision history for this message
Takeitout2day (takeitout2day) said :
#3

yeah i did boot to classic for awhile but it still ran my applications slower...anyways heres the output. i noticed that it showed up this time in the disk utility and it did mount as well thanks a lot!

nancy@nancy-desktop:~$ lsusb; lsb_release -a; echo
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc.
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 003: ID 03f0:7411 Hewlett-Packard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid

nancy@nancy-desktop:~$ lsusb; lsb_release -a; echo
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc.
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 004: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick
Bus 001 Device 003: ID 03f0:7411 Hewlett-Packard
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.2 LTS
Release: 10.04
Codename: lucid

nancy@nancy-desktop:~$