Garmin Fenix 6X #2
-
Hi! I commented on your blog and am moving the discussion here.. Attempting to pull off the .fit files from my Garmin Fenix 6X using the scripts in this repo.. I changed the product id in the on-mtp-add.sh script to be "4cdb", which I found in syslog. I am getting an error however... I couldn't trace it in the script. Any help is appreciated! The following is the output of my syslog file: May 26 23:20:23 raspberrypi kernel: usb 1-1.2: new high-speed USB device number 77 using dwc_otg May 26 23:20:23 raspberrypi kernel: usb 1-1.2: New USB device found, idVendor=091e, idProduct=4cdb, bcdDevice= 0.01 May 26 23:20:23 raspberrypi kernel: usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=5 May 26 23:20:23 raspberrypi kernel: usb 1-1.2: SerialNumber: 0000XXXXXXXX May 26 23:20:23 raspberrypi systemd-udevd[7924]: 1-1.2:1.0: Process '/usr/local/libexec/fit-sync/on-mtp-added /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.0' failed with exit code 1. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There should be another error message below the last line, if In any case, you can try running
This will help out determine what is happening... |
Beta Was this translation helpful? Give feedback.
-
Think I found the solution... Rebooting the Raspi after installing seems to have fixed the problem. I think maybe the services had not started running properly. Did a fresh boot, and everything seems to be working as intended! |
Beta Was this translation helpful? Give feedback.
Think I found the solution... Rebooting the Raspi after installing seems to have fixed the problem. I think maybe the services had not started running properly. Did a fresh boot, and everything seems to be working as intended!