You are not logged in.

#1 2012-03-01 19:47:44

Thomas_Do
Member
Registered: 2011-08-12
Posts: 65

[solved] unknown key 'SYSFS{idVendor}' (udev rule for Garmin device)

Recently, I got an error message with respect to the udev rule of my garmin GPS device:
udevd[133]: unknown key 'SYSFS{idVendor}' in /etc/udev/rules.d/51-garmin.rules:1
In a French forum (http://www.planet-libre.org/index.php?post_id=10937) I found a solution that might also be of interest to others. Apparently, the syntax of the udev rules has to be changed:
cd /etc/udev/rules.d
sed -i -e s/SYSFS/ATTR/g *.rules

Offline

#2 2012-04-04 14:27:22

tjanson
Member
Registered: 2012-04-04
Posts: 7

Re: [solved] unknown key 'SYSFS{idVendor}' (udev rule for Garmin device)

Thank you, worked for me!

Offline

Board footer

Powered by FluxBB