MK24 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 31 Dec 2004 Posts: 46
|
Posted: Fri Jun 22, 2007 8:31 pm Post subject: RCA Lyra Opal and libmtp issue |
|
|
I have the RCA Lyra Opal mp3 player and I want it to get working with libmtp. But libmtp doesn't detect my device properly. mtp-detect gives me the following output;
when issued the first time;
Code: |
Autodetected device with VID=069b and PID=0777 is UNKNOWN.
Please report this VID/PID and the device model name etc to the
libmtp development team!
usb_claim_interface(): Device or resource busy
Connection error.
No devices.
|
and after the second it simply states
Code: |
No MTP devices.
No devices.
|
Has anybody an idea how to make mtp detecting the device correctly. Maybe there is an interference between hal and libmtp?
This is the dmesg output;
Code: |
usb 1-1: USB disconnect, address 2
scsi 0:0:0:0: rejecting I/O to dead device
usb 1-1: new high speed USB device using ehci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
scsi 1:0:0:0: Direct-Access THOMSON OPAL 0100 PQ: 0 ANSI: 4
SCSI device sda: 984192 2048-byte hdwr sectors (2016 MB)
sda: Write Protect is off
sda: Mode Sense: 3e 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 984192 2048-byte hdwr sectors (2016 MB)
sda: Write Protect is off
sda: Mode Sense: 3e 00 00 00
sda: assuming drive cache: write through
sda: sda1
sd 1:0:0:0: Attached scsi removable disk sda
usb-storage: device scan complete
usb 1-1: usbfs: USBDEVFS_CONTROL failed cmd mtp-detect rqt 192 rq 1 len 1024 ret -110
usb 1-1: usbfs: USBDEVFS_CONTROL failed cmd mtp-detect rqt 128 rq 6 len 1024 ret -110
usb 1-1: usbfs: USBDEVFS_CONTROL failed cmd mtp-detect rqt 128 rq 6 len 1024 ret -71
usb 1-1: reset high speed USB device using ehci_hcd and address 4
usb 1-1: device descriptor read/64, error -71
usb 1-1: device descriptor read/64, error -71
usb 1-1: reset high speed USB device using ehci_hcd and address 4
usb 1-1: device descriptor read/64, error -71
|
|
|