You are not logged in.
Pages: 1
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
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
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
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
My gf's laptop had a similar problem, before the usb connector simply stopped working.
Might be something else for your part, though.
Offline
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
what is in your fstab file?
Offline
what is in your fstab file?
That doesn't matter if the kernel reports device problems
Offline
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
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
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 ) about these errors, but doing a google hunt using your device name and the error might give a more definite insight.
Offline
Pages: 1