Garmin Forerunner 410
Install pyusb10 from AUR:
$ yaourt -S pyusb10Install pip2:
# pacman -S python2-pipDownload python-ant-downloader from GitHub and install it:
$ git clone https://github.com/braiden/python-ant-downloader.git$ cd python-ant-downloader# pip2 install .To access the USB device as a normal user, add the following line to
/etc/udev/rules.d/99-garmin.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="0fcf", ATTR{idProduct}=="1008", MODE="666"Launch ant-downloader.
$ ant-downloaderThe first time it should ask for pairing: answer ‘yes’ on your GPS device.
Now you can set your preferences (like your Garmin Connect login and password)
in ~/.antd/antd.cfg.