This is on raspbian wheezy on an original RPiB Rev1 (256MB)
this rule triggers:
Code: Select all
SUBSYSTEM=="w1", ACTION=="add", KERNEL=="28-*", RUN+="/bin/bash -c /usr/bin/env>>/var/log/udevenv.log"Code: Select all
SUBSYSTEM=="w1", ACTION=="add", KERNEL=="28-*", RUN+="/bin/bash -c /usr/bin/env>>/var/log/udevenv.log", SYMLINK+="temp0"What am I overlooking here?
Why does the rule not trigger after adding the symlink?
For now I have one DS18B20 connected. It gets detected and I can read from it.
In the end I want to use PROGRAM and SYMLINK to add human readable names to the sensors.
Regards
Aydan