USB stick failed to connect

Asked by Luis M.Jacinto

Ubuntu 12.04 precise
USB Stick SanDisk Cruzer Blade

Stick failed to connect to any off two computer USB connections
I have an keyboard with other two connections and from this it connects with name
“/media/5E10F5A110F7FF7”.
Any other sticks connect to both connection with name “media/PENDRIVE”
How to force SanDisk to connect from the computer USB connections?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Hello,

the name is not a problem. The mount-point is created depends on how the Linux kernel recognizes the USB-stick. So either PENDRIVE or 5E10F5A110F7FF7 this is not a problem.

If you want to force to connect the USB-stick under a specific mount-point, then you should do this manually.
First create the mount-point

Open a terminal (CTRL+ALT+T) and execute

    sudo mkdir /media/cruzer

Then connect the USB and if it's mounted automatically, umount it with this command

    sudo umount /media/5E10F5A110F7FF7

and then mount it at your mount-point

    sudo mount /dev/sdb1 /media/cruzer

Now , the /dev/sdb1 is just a paradigm. You must find the correct /dev/sd?? with

    sudo fdisk -l

there you will see what is the exact name.

All above is for mount the USB where you want.

If you have an actual problem and you cannot access your files in that USB, then connect it to the port and give here the results of

    dmesg | tail -n 30

Regards
 NikTh

Revision history for this message
Luis M.Jacinto (ljacinto) said :
#2

Thank you for your answer but still not connecting

@-G41M-Combo:~$ sudo mkdir /media/cruzer
[sudo] password for luis:
mkdir: cannot create directory `/media/cruzer': File exists
@-G41M-Combo:~$ sudo mount /dev/sdb1 /media/cruzer
mount: special device /dev/sdb1 does not exist
@-G41M-Combo:~$ sudo fdisk -l

Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000c931d

   Device Boot Start End Blocks Id System
/dev/sda1 * 2048 486373375 243185664 83 Linux
/dev/sda2 486375422 488396799 1010689 5 Extended
/dev/sda5 486375424 488396799 1010688 82 Linux swap / Solaris
luis@luis-G41M-Combo:~$ dmesg | tail -n 30
[ 1647.820037] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=106.76.78.5 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=63797 LEN=102
[ 1662.676025] usb 3-2: device descriptor read/64, error -110
[ 1662.948031] usb 3-2: new full-speed USB device number 11 using uhci_hcd
[ 1664.561689] [UFW AUDIT] IN= OUT=eth0 SRC=10.0.0.100 DST=197.80.133.4 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=54191 DF PROTO=TCP SPT=47887 DPT=80 WINDOW=14600 RES=0x00 SYN URGP=0
[ 1664.561706] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=197.80.133.4 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=54191 DF PROTO=TCP SPT=47887 DPT=80 WINDOW=14600 RES=0x00 SYN URGP=0
[ 1678.060021] usb 3-2: device descriptor read/64, error -110
[ 1693.332026] usb 3-2: device descriptor read/64, error -110
[ 1693.548027] usb 3-2: new full-speed USB device number 12 using uhci_hcd
[ 1695.004660] [UFW AUDIT] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=126 TOS=0x00 PREC=0x00 TTL=47 ID=30759 PROTO=UDP SPT=39837 DPT=51413 LEN=106
[ 1695.004684] [UFW BLOCK] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=126 TOS=0x00 PREC=0x00 TTL=47 ID=30759 PROTO=UDP SPT=39837 DPT=51413 LEN=106
[ 1697.080206] [UFW AUDIT] IN= OUT=eth0 SRC=10.0.0.100 DST=213.158.0.25 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=10888 LEN=102
[ 1697.080221] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=213.158.0.25 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=10888 LEN=102
[ 1698.569057] usb 3-2: device descriptor read/8, error -110
[ 1701.094913] [UFW AUDIT] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=126 TOS=0x00 PREC=0x00 TTL=47 ID=30846 PROTO=UDP SPT=39837 DPT=51413 LEN=106
[ 1701.094938] [UFW BLOCK] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=126 TOS=0x00 PREC=0x00 TTL=47 ID=30846 PROTO=UDP SPT=39837 DPT=51413 LEN=106
[ 1703.689060] usb 3-2: device descriptor read/8, error -110
[ 1703.960022] usb 3-2: new full-speed USB device number 13 using uhci_hcd
[ 1704.948192] [UFW AUDIT] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=90 TOS=0x00 PREC=0x00 TTL=47 ID=30919 PROTO=UDP SPT=39837 DPT=51413 LEN=70
[ 1704.948216] [UFW BLOCK] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=90 TOS=0x00 PREC=0x00 TTL=47 ID=30919 PROTO=UDP SPT=39837 DPT=51413 LEN=70
[ 1704.954074] [UFW AUDIT] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=90 TOS=0x00 PREC=0x00 TTL=47 ID=30921 PROTO=UDP SPT=39837 DPT=51413 LEN=70
[ 1704.954092] [UFW BLOCK] IN=eth0 OUT= MAC=1c:6f:65:43:ac:46:00:04:ed:45:62:f6:08:00 SRC=117.24.199.97 DST=10.0.0.100 LEN=90 TOS=0x00 PREC=0x00 TTL=47 ID=30921 PROTO=UDP SPT=39837 DPT=51413 LEN=70
[ 1708.981060] usb 3-2: device descriptor read/8, error -110
[ 1714.101064] usb 3-2: device descriptor read/8, error -110
[ 1714.204039] hub 3-0:1.0: unable to enumerate USB device on port 2
[ 1716.074117] [UFW AUDIT] IN= OUT=eth0 SRC=10.0.0.100 DST=2.132.1.209 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=28339 LEN=102
[ 1716.074132] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=2.132.1.209 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=28339 LEN=102
[ 1736.965198] [UFW AUDIT] IN= OUT=eth0 SRC=10.0.0.100 DST=70.140.49.255 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=47999 LEN=102
[ 1736.965212] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=70.140.49.255 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=47999 LEN=102
[ 1745.092283] [UFW AUDIT] IN= OUT=eth0 SRC=10.0.0.100 DST=1.121.136.146 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=49958 LEN=102
[ 1745.092297] [UFW ALLOW] IN= OUT=eth0 SRC=10.0.0.100 DST=1.121.136.146 LEN=122 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=UDP SPT=51413 DPT=49958 LEN=102
@-G41M-Combo:~$

Revision history for this message
Thomas Krüger (thkrueger) said :
#3

The errorcode -110 means: "power exceeded". You already have many power consuming devices on the bus and the system can not give the required power to the device. This usually happens on non-powered USB hub only. If it happens on the connectors directly on the PC there might be something wrong with the USB equipment in it. If you do not have enough ports you should use an active (powered) usb hub. The power adapter should deliver at least 0.5×(number of ports) A, e.g. 2.5 A for a 5 port hub.

For further diagnosis I need the full output of this command:
lsusb -v 2> /dev/null| egrep "(Power)|(Bus)"; lsusb -t

Revision history for this message
Luis M.Jacinto (ljacinto) said :
#4

Result 1

@-G41M-Combo:~$ lsusb -v 2> /dev/null| egrep "(Power)|(Bus)"; lsusb -t
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      Self Powered
    MaxPower 0mA
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
      Self Powered
    MaxPower 0mA
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
      Self Powered
    MaxPower 0mA
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
      Self Powered
    MaxPower 0mA
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
      Self Powered
    MaxPower 0mA
Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
      Self Powered
    MaxPower 2mA
Bus 001 Device 004: ID 0458:003a KYE Systems Corp. (Mouse Systems) NetScroll+ Mini Traveler / Genius NetScroll 120
      (Bus Powered)
    MaxPower 100mA
Bus 001 Device 005: ID 04f3:0103 Elan Microelectronics Corp.
      (Bus Powered)
    MaxPower 100mA
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/8p, 480M
    |__ Port 8: Dev 3, If 0, Class=hub, Driver=hub/3p, 480M
        |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 1.5M
        |__ Port 3: Dev 5, If 0, Class=HID, Driver=usbhid, 1.5M
        |__ Port 3: Dev 5, If 1, Class=HID, Driver=usbhid, 1.5M
@-G41M-Combo:~$

After this I connected SanDisk repeat the command the
cursor move down but failed to execute disconnecting the usb the command was immediate executed. Then connect another usb I have a few and all work, execute the same command I see the same until line
Bus 001 Device 005: ID 04f3:0103 Elan Microelectronics Corp.
Result 2

Bus 001 Device 005: ID 04f3:0103 Elan Microelectronics Corp.
      (Bus Powered)
    MaxPower 100mA
Bus 003 Device 007: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK
      (Bus Powered)
    MaxPower 500mA
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
    |__ Port 2: Dev 7, If 0, Class=stor., Driver=usb-storage, 12M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci_hcd/8p, 480M
    |__ Port 8: Dev 3, If 0, Class=hub, Driver=hub/3p, 480M
        |__ Port 2: Dev 4, If 0, Class=HID, Driver=usbhid, 1.5M
        |__ Port 3: Dev 5, If 0, Class=HID, Driver=usbhid, 1.5M
        |__ Port 3: Dev 5, If 1, Class=HID, Driver=usbhid, 1.5M
@-G41M-Combo:~$

Revision history for this message
Thomas Krüger (thkrueger) said :
#5

There are two problems:

1. the device reports to need 500mA, that is the maximum USB can supply. There is aready an device requestion 100mA,
2. It looks like you have only one USB 2.0 port, on which you have a hub, that should be the keyboard with a built-in passive USB hub.

The best option would be to use a powered USB 2.0 hub on the port where the keyboard is connected and connect the keyboard to the hub. An alternative would be to to connect the hub to the keyboard. The connect the stick to the hub.

Connecting the stick to an USB 1.0 port is not a good idea, they are very slow.

This is by the way not an OS limitation but a limitation of your hardware.

Can you help with this problem?

Provide an answer of your own, or ask Luis M.Jacinto for more information if necessary.

To post a message you must log in.