LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Can't mount Fisher-Price Cool School in f10 (https://www.linuxquestions.org/questions/linux-hardware-18/cant-mount-fisher-price-cool-school-in-f10-706267/)

nolebrink 02-20-2009 02:14 PM

Can't mount Fisher-Price Cool School in f10
 
I know, not the most glamorous post, but I'm trying to get a child's toy (usb) to mount on Fedora 10 and can't find the device name to mount it.Here's some info....

/var/log/messages when the device is plugged in:
Feb 20 13:52:07 renegade kernel: usb 5-1: new full speed USB device using uhci_hcd and address 2
Feb 20 13:52:07 renegade kernel: usb 5-1: configuration #1 chosen from 1 choice
Feb 20 13:52:07 renegade kernel: hiddev97hidraw2: USB HID v1.11 Device [Fisher-Price Computer Cool School] on usb-0000:00:1d.0-1
Feb 20 13:52:07 renegade kernel: usb 5-1: New USB device found, idVendor=0813, idProduct=1007
Feb 20 13:52:07 renegade kernel: usb 5-1: New USB device strings: Mfr=1, Product=6, SerialNumber=7
Feb 20 13:52:07 renegade kernel: usb 5-1: Product: Computer Cool School
Feb 20 13:52:07 renegade kernel: usb 5-1: Manufacturer: Fisher-Price
Feb 20 13:52:07 renegade kernel: usb 5-1: SerialNumber: CCS0000001


Here are the entries in /dev for the device:
crw-rw---- 1 root root 249, 2 2009-02-20 14:12 hidraw2
crw-rw---- 1 root root 250, 25 2009-02-20 14:12 usbdev5.3_ep00
crw-rw---- 1 root root 180, 97 2009-02-20 14:12 hiddev1
crw-rw---- 1 root root 250, 24 2009-02-20 14:12 usbdev5.3_ep82
crw-rw-rw- 1 root tty 5, 2 2009-02-20 14:12 ptmx

Any ideas on how to get this mounted for use? Thanks.

kilgoretrout 02-20-2009 03:16 PM

After plugging in the device, try running:

$ dmesg | tail

and, as root:

# fdisk -l

And post the output of both here. I am assuming this is some sort of usb storage device.

michaelk 02-20-2009 05:51 PM

Quote:

hiddev97hidraw2: USB HID v1.11 Device [Fisher-Price Computer Cool School] on usb-0000:00:1d.0-1
At first glance I would say it probably will not work. The cool school is not a mountable device like external hard drives. It appears to be a USB keyboard and tablet. BTW hid is an acronym for human interface device which includes USB mice, keyboards, tablets, joysticks, UPSs etc. A quick Google did not find anything about linux support but that was expected and of course the included software will not natively work in linux either. Would have no idea if the tablet is compatible with any existing USB driver.

Post the output of the command:
cat /proc/bus/usb/devices


All times are GMT -5. The time now is 10:41 AM.