summarylogtreecommitdiffstats
path: root/garmindev.install
blob: 24c51e51d76e0fa5a498d8d462caab5cf42a12aa (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
cat << EOF
Note:
==> In case you experience access permission error for the attached Garmin GPS device,
==> see http://wiki.openstreetmap.org/wiki/USB_Garmin_on_GNU/Linux for more details.
==> Disable garmin_gps module and see included example udev rule:
==> echo "blacklist garmin_gps" > /etc/modprobe.d/garmindev.conf
==> cd /etc/udev/rules.d ; ln -s /usr/share/garmindev/51-garmin.rules 51-garmin.rules
EOF
}