Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
311 stars 76 forks source link

Ant Device 1004 gets disconneced as soon as garmin.py starts #81

Closed doublem2 closed 10 years ago

doublem2 commented 10 years ago

Hi, trying to pair a 310xt using a 0fcf:1004 Dynastream Innovations ANT stick results in a disconnection of /dev/ttyUSB0 device

Here what I get in dmesg [28655.965036] cp210x ttyUSB0: cp210x converter now disconnected from ttyUSB0 [28655.965064] cp210x 6-1:1.0: device disconnected [28656.069041] usb 6-1: reset full-speed USB device number 10 using uhci_hcd [28656.206029] usb 6-1: usbfs: process 9292 (python2.7) did not claim interface 0 before use

and here what udevd says

UDEV [28655.966637] remove /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/ttyUSB0 (usb-serial) ACTION=remove DEVPATH=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/ttyUSB0 SEQNUM=2692 SUBSYSTEM=usb-serial USEC_INITIALIZED=5965090

I got these messages both on Ubuntu 12.04 and Fedora 19. Regards MM