Hello All,
I'm having some issues mounting a USB stick under FC3 on my IBM t41 laptop.
It seems that with the "echi-hcd" module loaded I got the following errors when inserting my usb stick:
Jan 7 09:57:40 laptop kernel: usb 1-4: new high speed USB device using address 4
Jan 7 09:57:40 laptop kernel: usb 1-4: device not accepting address 4, error -71
These errors continue on trying each additional address until (presumably) there are no more addresses to try.
If I "rmmod echi-hcd" and then insert the usb stick it works just fine.
Jan 7 09:58:53 laptop kernel: usb 3-2: new full speed USB device using address 3
Jan 7 09:58:54 laptop kernel: SCSI subsystem initialized
Jan 7 09:58:54 laptop kernel: Initializing USB Mass Storage driver...
Jan 7 09:58:54 laptop kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jan 7 09:58:55 laptop kernel: Vendor: SanDisk Model: Cruzer Mini Rev: 0.2
Jan 7 09:58:55 laptop kernel: Type: Direct-Access ANSI SCSI revision: 02
Jan 7 09:58:55 laptop kernel: usbcore: registered new driver usb-storage
Jan 7 09:58:55 laptop kernel: USB Mass Storage support registered.
Jan 7 09:58:55 laptop scsi.agent[5780]: disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/host0/target0:0:0/0:0:0:0
Jan 7 09:58:55 laptop kernel: SCSI device sda: 2001888 512-byte hdwr sectors (1025 MB)
Jan 7 09:58:55 laptop kernel: sda: Write Protect is off
Jan 7 09:58:55 laptop kernel: sda: assuming drive cache: write through
Jan 7 09:58:56 laptop kernel: sda: sda1
Jan 7 09:58:56 laptop kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Jan 7 09:58:56 laptop fstab-sync[5855]: added mount point /media/usbdisk for /dev/sda1
Jan 7 09:58:56 laptop kernel: SELinux: initialized (dev sda1, type vfat), uses genfs_contexts
The USB modules loaded from /etc/modprobe.conf are: alias usb-controller ehci-hcd alias usb-controller1 uhci-hcd
Are these modules meant to work together? And if so, is there some additional configuration that I've failed to setup?
TIA, Harry