diff options
author | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-06-26 15:56:06 +0200 |
---|---|---|
committer | RALOVICH, Kristóf <tade60@freemail.hu> | 2013-06-26 15:56:06 +0200 |
commit | 847553da0473dcd3c4c95b496b9d6bdf497e7766 (patch) | |
tree | 9788c7b8970e72c91749913c180e20cbec684f70 | |
parent | adf7a926575485cf589825a53aafcbffbf3c430b (diff) |
docs: add a note on installing the udev rule for user access to the USB2ANT stick
-rw-r--r-- | docs/notes.txt | 3 | ||||
-rw-r--r-- | scripts/80-ant-stick.rules | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/notes.txt b/docs/notes.txt index 98cbfd1..e442fa4 100644 --- a/docs/notes.txt +++ b/docs/notes.txt @@ -5,6 +5,7 @@ * Make sure that the cp210x kernel module is loaded: "sudo modprobe cp210x". Verify by looking at non-empty output of "lsmod | grep cp210x". * Make sure that the USB2ANT stick is connected to the machine. * Make sure cp210x driver was assigned to your USB2ANT. Verify by "dmesg | grep tty" and look for a line similar to: "[ 3274.854726] usb 6-2: cp210x converter now attached to ttyUSB0". Also make sure "ls /dev/ttyUSB*" lists your device node. +* Your user must be able to access the /dev/ttyUSB0 device. This can be achieved e.g. by the installing the http://antpm.googlecode.com/git/scripts/80-ant-stick.rules udev rule into /etc/udev/rules.d . Verify by "cat /dev/ttyUSB0". * Install the antpm binary package. * Enable "pairing mode" on your watch. * Bring your watch to ~50cm from the USB2ANT stick. Sometimes avoiding the proximity of a WiFi network helps. @@ -153,3 +154,5 @@ http://sourceforge.net/projects/pytrainer/ http://sourceforge.net/projects/turtlesport/?source=recommended http://sourceforge.net/projects/sportwatcher/?source=recommended http://sourceforge.net/projects/sportstracker/?source=recommended + +http://goldencheetah.org/ diff --git a/scripts/80-ant-stick.rules b/scripts/80-ant-stick.rules new file mode 100644 index 0000000..a1972ab --- /dev/null +++ b/scripts/80-ant-stick.rules @@ -0,0 +1 @@ +ATTRS{idProduct}=="1004", ATTRS{idVendor}=="0fcf", GROUP="plugdev"
\ No newline at end of file |