Discussion:
synce-hal is it using cdc_subset.c?
Kazune Kitsune
2009-12-24 14:45:19 UTC
Permalink
Hello,

I'm trying to sync my WM device (Meizu m8 with WM6 CE, with custom UI),
but it fails at synce-pls and none of the founded solutions work.

When I ran dmesg, I see that the system uses 'cdc_subset' driver to
manage my device. This is just what I guess, but probably that is why
sync-hal doesn't see my device at all.

synce-pls output:
** Message: Hal reports no devices connected
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'


dmesg | tail output:
[ 4624.933205] usb 2-4: USB disconnect, address 12
[ 4624.933274] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5320.416067] usb 2-4: new high speed USB device using ehci_hcd and
address 13
[ 5320.549036] usb 2-4: configuration #1 chosen from 1 choice
[ 5320.553193] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
[ 5322.025162] usb 2-4: USB disconnect, address 13
[ 5322.025227] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5325.276063] usb 2-4: new high speed USB device using ehci_hcd and
address 14
[ 5325.409414] usb 2-4: configuration #1 chosen from 1 choice
[ 5325.413438] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03

Using Ubuntu 9.10 on Dell Inspiron 1525

p.s. I haven't used the mailing list, so I dunno if I'm doing this
correct.
Mark Ellis
2009-12-24 15:37:57 UTC
Permalink
Post by Kazune Kitsune
Hello,
I'm trying to sync my WM device (Meizu m8 with WM6 CE, with custom UI),
but it fails at synce-pls and none of the founded solutions work.
When I ran dmesg, I see that the system uses 'cdc_subset' driver to
manage my device. This is just what I guess, but probably that is why
sync-hal doesn't see my device at all.
Odd.
Post by Kazune Kitsune
** Message: Hal reports no devices connected
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'
[ 4624.933205] usb 2-4: USB disconnect, address 12
[ 4624.933274] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5320.416067] usb 2-4: new high speed USB device using ehci_hcd and
address 13
[ 5320.549036] usb 2-4: configuration #1 chosen from 1 choice
[ 5320.553193] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
[ 5322.025162] usb 2-4: USB disconnect, address 13
[ 5322.025227] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5325.276063] usb 2-4: new high speed USB device using ehci_hcd and
address 14
[ 5325.409414] usb 2-4: configuration #1 chosen from 1 choice
[ 5325.413438] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
Can you send the whole output of dmesg.

Can you also send the verbose output of lsusb.

Mark
Post by Kazune Kitsune
Using Ubuntu 9.10 on Dell Inspiron 1525
p.s. I haven't used the mailing list, so I dunno if I'm doing this
correct.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
SynCE-Devel mailing list
https://lists.sourceforge.net/lists/listinfo/synce-devel
Kazune Kitsune
2009-12-24 16:35:06 UTC
Permalink
Post by Mark Ellis
Post by Kazune Kitsune
Hello,
I'm trying to sync my WM device (Meizu m8 with WM6 CE, with custom UI),
but it fails at synce-pls and none of the founded solutions work.
When I ran dmesg, I see that the system uses 'cdc_subset' driver to
manage my device. This is just what I guess, but probably that is why
sync-hal doesn't see my device at all.
Odd.
Post by Kazune Kitsune
** Message: Hal reports no devices connected
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'
[ 4624.933205] usb 2-4: USB disconnect, address 12
[ 4624.933274] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5320.416067] usb 2-4: new high speed USB device using ehci_hcd and
address 13
[ 5320.549036] usb 2-4: configuration #1 chosen from 1 choice
[ 5320.553193] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
[ 5322.025162] usb 2-4: USB disconnect, address 13
[ 5322.025227] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5325.276063] usb 2-4: new high speed USB device using ehci_hcd and
address 14
[ 5325.409414] usb 2-4: configuration #1 chosen from 1 choice
[ 5325.413438] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
Can you send the whole output of dmesg.
Can you also send the verbose output of lsusb.
Mark
Thank you for replying so quick.
dmesg: http://pastebin.com/m5caee32a
lsusb -v: http://pastebin.com/m453d91c2

JB
Mark Ellis
2009-12-27 17:27:41 UTC
Permalink
Post by Kazune Kitsune
Post by Mark Ellis
Post by Kazune Kitsune
Hello,
I'm trying to sync my WM device (Meizu m8 with WM6 CE, with custom UI),
but it fails at synce-pls and none of the founded solutions work.
When I ran dmesg, I see that the system uses 'cdc_subset' driver to
manage my device. This is just what I guess, but probably that is why
sync-hal doesn't see my device at all.
Odd.
Post by Kazune Kitsune
** Message: Hal reports no devices connected
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'
[ 4624.933205] usb 2-4: USB disconnect, address 12
[ 4624.933274] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5320.416067] usb 2-4: new high speed USB device using ehci_hcd and
address 13
[ 5320.549036] usb 2-4: configuration #1 chosen from 1 choice
[ 5320.553193] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
[ 5322.025162] usb 2-4: USB disconnect, address 13
[ 5322.025227] usb0: unregister 'cdc_subset' usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720
[ 5325.276063] usb 2-4: new high speed USB device using ehci_hcd and
address 14
[ 5325.409414] usb 2-4: configuration #1 chosen from 1 choice
[ 5325.413438] usb0: register 'cdc_subset' at usb-0000:00:1d.7-4,
AnchorChips/Cypress 2720, a6:b0:56:a1:c5:03
Can you send the whole output of dmesg.
Can you also send the verbose output of lsusb.
Mark
Thank you for replying so quick.
dmesg: http://pastebin.com/m5caee32a
lsusb -v: http://pastebin.com/m453d91c2
JB
Looks like it's in serial mode, though why cdc_subset should pick it up
is bizarre.

Either put it in rndis mode (enable advanced networking), or add the
following line to a file in /etc/modprobe.d

alias usb:v0547p2720d*dc*dsc*dp*ic*isc*ip* ipaq

Mark

Loading...