I'm trying to get data from a Garmin watch, and the most recent software I can find is:
https://forums.garmin.com/showthread.php?t=9799
The problem is I can't seem to get the ANT+ stick to be paired to /dev/ttyUSB0.
This is what I get:
[ 5027.294925] usb 3-3.3: new full-speed USB device number 9 using ohci_hcd
[ 5027.393953] usb 3-3.3: New USB device found, idVendor=0fcf, idProduct=1008
[ 5027.393964] usb 3-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5027.393973] usb 3-3.3: Product: ANT USBStick2
[ 5027.393979] usb 3-3.3: Manufacturer: Dynastream Innovations
[ 5027.393985] usb 3-3.3: SerialNumber: 194
But it should end with something like:
Aug 10 20:36:13 vaio kernel: usb 7-1: cp210x converter now attached to ttyUSB0
Trying things like 'modprobe usbserial vendor=0x0fcf product=0x1008' and 'modprobe garmin_gps' hasn't helped.
I guess usb devices are no longer paired to /dev/ttyUSB0, but how else is the ANT+ stick recognized?
(USB support in Wine seems broken since HAL is no longer used)