![]() |
2009-01-23
, 17:13
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#2
|
![]() |
2009-01-23
, 17:16
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#3
|
Currently I am testing USB Control on my Nokia N810 (version is 5.2008.43-7) and trying to get my external DVD-ROM connected.
Seems to me that these guys already did it.
http://tabletblog.com/2008/03/n810-native-usb-host.html
When I connect DVD-ROM to my PMP, i get several messages (eventhough I run USB Contol, and pressed Host button):
1. USB device not supported.
2. Unable to connect, no file system available.
I open Xterm and lauched dmesg:
[26767.468750] scsi 12:0:0:0 CD-ROM SONY BRRW BWU-300S 1.0a PQ: 0 ANSI: 0
As I understand, kernel does recongnize my DVD-ROM
Moreover, there two files in /dev that are connected with usb:
usbdev1.1_ep81
usbdev1.1_ep00
and that number rises as I plug DVD-ROM, so finally what i get is:
usbdev1.1_ep81
usbdev1.1_ep00
+
usbdev1.14_ep02
usbdev1.14_ep00
usbdev1.14_ep81
I tried to mount each of them in my /media/mmc1/disk partition, the same error occurs:
mount: mount /dev/usbdev1.14_epNUMBER on /media/mmc1/disk failed
So, how can I properly connect DVD-ROM to my Nokia N810 so what system will be able to work with it (mount, get some data from the DVD)?
Thank you beforehand,
Timaphei.