
22 Mar
2006
22 Mar
'06
14:35
Richard wrote:
My new cellphone charges thru USB cable, dmesg says, "usb 1-10: new full speed USB device using ohci_hcd and address 9" when it is connected. What is this telling me about how I might access the linux file system on the phone? How do I discover the/a device name to use? Thanks for guidance to the confused.
If your cellphone does indeed have a filesystem that's readable by Linux, you'll probably need to use the usb-storage module which turns a USB storage device into a SCSI device to Linux. You can then use this device to access the cellphone. What does "lsusb" say? /Per Jessen, Zürich