Hi,
Thanks for the fast reply.
So, the answer is no. The Display was connected before installation: I used it with an older version of Volumio. I use an integrated device, it’s a bit cumbersome to disconnect the display when installing a new version.
This file did not exist.
I ran your command in two steps: first “sudo -s”, and then “echo …”, otherwise I get a "permission denied error:
sudo echo "SUBSYSTEM==\"backlight\", RUN+=\"/bin/chmod 0666 /sys/devices/platform/rpi_backlight/backlight/rpi_backlight/brightness\"" > /etc/udev/rules.d/99-backlight.rules
-bash: /etc/udev/rules.d/99-backlight.rules: Permission denied
....
sudo -s
root@volumio-sub:/home/volumio# echo "SUBSYSTEM==\"backlight\", RUN+=\"/bin/chmod 0666 /sys/devices/platform/rpi_backlight/backlight/rpi_backlight/brightness\"" > /etc/udev/rules.d/99-backlight.rules
Now the file exists.
root@volumio-sub:/home/volumio# ls -l /etc/udev/rules.d/99-backlight.rules
-rw-r--r-- 1 root root 118 May 23 20:09 /etc/udev/rules.d/99-backlight.rules
root@volumio-sub:/home/volumio# more /etc/udev/rules.d/99-backlight.rules
SUBSYSTEM=="backlight", RUN+="/bin/chmod 0666 /sys/devices/platform/rpi_backlight/backlight/rpi_backlight/brightness"
But, as I changed to permissions manually… Hope it helps… I’ll tell you if I see this error again.
Denis