hello, i just got my christmas gift from myself in the mail today; an iRiver H10 20GB MP3 player.
I connected the device and got this message from dmesg.
usb 1-3: new high speed USB device using ehci_hcd and address 6
I googled and found this:
http://gentoo-wiki.com/HOWTO_iRiver
that tells me to have these things installed in kernel config:
Device Drivers --->
USB support --->
<*> EHCI HCD (USB 2.0) support
<*> OHCI HCD support
<*> UHCI HCD (most Intel and VIA) support
<*> USB Mass Storage support
I made sure i had those, recompiled, and copied the bzImage to /boot/kernel-2.6.13-gentoo-r3...my kernel
then i did:
dmesg | grep scsi
but it returned nothing
i did
dmesg | less
and looked for anything concerning the device, but i got nothing but
usb 1-3: new high speed USB device using ehci_hcd and address 6
I cant seem to get it working, and it SHOULD work because its just a USB mass storage drive, (VFAT fs type)
any help please post
tuxxman