I got M3 device without CEC ( hardware don't support, something not connected on board I think )
So I've buy a Eight Pulse adaptator for connect on my box, but it don't work :
I've activated CONFIG_USB_ACM in my kernel, but in cec-client and XBMC it don't work.
when I start cec-client, it stuck on message : "connection opened, clearing any previous input and waiting for active transmissions to end before starting"
cec-client
No device type given. Using 'recording device'
CEC Parser created - libCEC version 2.0.5
no serial port given. trying autodetect:
path: /sys/devices/lm0/usb1/1-1
com port: /dev/ttyACM0
opening a connection to the CEC adapter...
DEBUG: [ 71] unregistering all CEC clients
DEBUG: [ 71] Broadcast (F): osd name set to 'Broadcast'
DEBUG: [ 74] connection opened, clearing any previous input and waiting for active transmissions to end before starting
if I hexdump /dev/ttyACM0 I don't have anything inside it
If I connect cec adaptator on my computer, I got this in dmesg :
[78263.001993] usb 2-1.3: new full-speed USB device number 8 using ehci-pci
[78263.089148] usb 2-1.3: New USB device found, idVendor=2548, idProduct=1002
[78263.089151] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[78263.089153] usb 2-1.3: Product: USB-CEC Adapter
[78263.089155] usb 2-1.3: Manufacturer: Pulse-Eight
[78263.089156] usb 2-1.3: SerialNumber: v2 r8
[78263.090958] input: Pulse-Eight USB-CEC Adapter as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/input/input9
[78263.091102] hid-generic 0003:2548:1002.0007: input,hidraw5: USB HID v1.10 Mouse [Pulse-Eight USB-CEC Adapter] on usb-0000:00:1d.0-1.3/input2
[78263.103939] cdc_acm 2-1.3:1.0: ttyACM0: USB ACM device
[78263.104484] usbcore: registered new interface driver cdc_acm
[78263.104486] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
I don't have cdc_acm on my M3, so I've try to enable it, but compilation fails. I've try to correct it with that : https://groups.google.com/forum/#!topic ... y2uuIYsR5Y
so I've activated it ( it seem )
dmesg tell me that when I connect it on M3 :
[ 59.873706] usb 1-1: new full speed USB device using dwc_otg and address 2
[ 60.095568] cdc_acm 1-1:1.0: ttyACM0: USB ACM device
but it's same :/
does someone have make it work successfully ? do you have idea if I take good way to solve it ?
Thank you so much
