Emiliano Brunetti wrote:
Hi everybody,
i think it was already asked but i couldn't find something by searching archives, so here it goes...
I recently upgraded to FC2, and i can't use usb memory sticks. Nothing happens when i plug the stick in. No usb-storage module loaded, /var/log/messages says:
Jun 3 16:48:23 brunettie kernel: usb 3-2: new full speed USB device using address 2 Jun 3 16:48:28 brunettie kernel: usb 3-2: control timeout on ep0out Jun 3 16:48:28 brunettie kernel: uhci_hcd 0000:00:1d.2: Unlink after no-IRQ? Different ACPI or APIC settings may help.
I really don't get it. What should i do? Actually it looks like usb-storage wasn't even compiled as a module...but it looks too strange to me.
Thanks
Have you tried mounting the device?
mount -t auto /dev/sda1 /mnt
Have you also tried mounting using the device /dev/sda. Give either of those a shot, it apparently sees the device since your log says "new device added" so on and so forth. Also, try plugging the usb device in and then:
cat /etc/fstab
Does it reveal that a mountpoint was created for the device and an entry in fstab thusly written?
HTH
Alex White