You are not logged in.

#1 2006-04-19 14:19:03

bdptcob
Member
Registered: 2006-02-17
Posts: 34

Mount usb mp3 player

Having some probs mount my mp3 player.
Dmesg gives this:

usb 1-1: new full speed USB device using uhci_hcd and address 6
usb 1-1: device descriptor read/all, error -71

lsmod gives this:

usb_storage            62272  0
usbserial              25576  0
usbcore               100484  5 usb_storage,ndiswrapper,uhci_hcd,usbserial
ide_core              102864  29 usb_storage,ide_floppy,ide_cd,ide_disk,via82cxxx,
    trm290,triflex,slc90e66,sis5513,siimage,serverworks,
    sc1200,rz1000,piix,pdc202xx_old,pdc202xx_new,ns87415,
    it821x,hpt366,hpt34x,generic,cy82c693,cs5535,cs5530,
    cmd64x,atiixp,amd74xx,alim15x3,aec62xx

Any ideas. Thanks in advance.

Offline

#2 2006-04-20 00:03:15

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: Mount usb mp3 player

usb 1-1: device descriptor read/all, error -71

Ouch, errors suck. Try a different USB port, I had similar problems with my iPod on my old computer, a different USB port fixed it.

Offline

#3 2006-04-20 03:41:24

token
Member
From: 127.0.0.1
Registered: 2005-03-18
Posts: 18
Website

Re: Mount usb mp3 player

Linux is still very hit-or-miss here. I get very similar errors for my soundcards to this day (In it's defense, it's always with Skype, which we all know is very poor with it's linux support)! If trying a different port doesn't work.. Could you provide the output of lspci and lsmod so we can help you figure out the problem? I'm suspecting that you don't have the right USB driver loaded.


Chicken sandwich

Offline

#4 2006-04-20 06:32:13

bdptcob
Member
Registered: 2006-02-17
Posts: 34

Re: Mount usb mp3 player

I'll take a look at it when I get home. It's a fairly old laptop and it may only have one usb port. I'll also try a different usb cable. I'll let you guys know.

Offline

#5 2006-04-20 11:25:43

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: Mount usb mp3 player

My gf's laptop had a similar problem, before the usb connector simply stopped working.

Might be something else for your part, though.

Offline

#6 2006-04-21 00:57:57

bdptcob
Member
Registered: 2006-02-17
Posts: 34

Re: Mount usb mp3 player

Only one usb port. Different cord, same prob. I'm guessing the usb port has issues. I'll try another usb device and see what happens.

Offline

#7 2006-04-21 02:32:39

briancurtin
Member
From: Chicago, IL
Registered: 2006-02-11
Posts: 132
Website

Re: Mount usb mp3 player

what is in your fstab file?

Offline

#8 2006-04-21 11:48:56

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: Mount usb mp3 player

briancurtin wrote:

what is in your fstab file?

That doesn't matter if the kernel reports device problems

Offline

#9 2006-04-21 11:52:20

bdptcob
Member
Registered: 2006-02-17
Posts: 34

Re: Mount usb mp3 player

jaboua wrote:
briancurtin wrote:

what is in your fstab file?

That doesn't matter if the kernel reports device problems

I didn't think so either but here it is anyway:

#
# /etc/fstab: static file system information
#
# <file>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0

/dev/cdrom             /mnt/cd   iso9660   ro,user,noauto,unhide   0      0
/dev/dvd               /mnt/dvd  udf       ro,user,noauto,unhide   0      0
/dev/fd0               /mnt/fl   vfat      user,noauto             0      0

/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext2 defaults 0 1
/dev/hda2 swap swap defaults 0 0

Offline

#10 2006-04-24 14:04:01

bdptcob
Member
Registered: 2006-02-17
Posts: 34

Re: Mount usb mp3 player

Just an update. USB, definitely works. I just mounted a card reader. Would an unsupported device give the error -71? Or would it at least recognize it?

Offline

#11 2006-04-28 11:09:25

Daren
Member
From: Notts, UK
Registered: 2006-01-02
Posts: 73

Re: Mount usb mp3 player

This may not help much, but I did a google on this and found a mailing list entry suggesting this could be a bug in the SCSI layer which is caused when a device takes too many probes to respond.

https://lists.one-eyed-alien.net/piperm … 01350.html

It's based on a much older kernel, but I guess it might still be hanging around.

I don't really know much (if anything  wink ) about these errors, but doing a google hunt using your device name and the error might give a more definite insight.

Offline

Board footer

Powered by FluxBB