Open yoriaantje-dev opened 4 years ago
I'll have to go back and verify if the rule is still needed for brightness. I think it was fixed and the rule isn't needed. I'll verify
Ok... Verified it's needed. Does the install script Rhys Morgan made create them?
I have several rule files but one I had commented everything out which I remember doing.
No the script only adds a rule for udev
Wonder if we would need to add some param for the script to add it tho (because not everyone might use an rpi screen or want to allow brightness control)
I don't think it would hurt to do it, I would think it shouldn't be too difficult but it would actually need elevated privileges to do so
I can add a param to enable it, not a problem. Script already uses sudo to do various apt installs, so shouldn't be an issue.
That sounds good. I already have had everything installed so I forgot that you're script checks those first
Hi All, just some notes...
In issue #9 it came up that the screen brightness function wasn't working. When pulling the latest development version, it still doesn't seem to work...
However, a fix has been made since then. Same goes for initial connection issues....
There are certain rules that need to be setup, and thus, I feel they should be documented.
In the file
/etc/udev/rules.d/openauto.rules
, add this line:(to open and edit, type:
sudo nano /etc/udev/rules.d/openauto.rules
)In the file
/etc/udev/rules.d/openauto.rules
, add this line:(to open and edit, type:
sudo nano /etc/udev/rules.d/51-iadash.rules
)@rsjudka I've been working on a tutorial and Wiki, as you might remember (#16). However, I'm still in college which means i don't have a lot of time to keep in check with this project. I'd love to continue helping out like this, but I would like some input :)
Cheers, Yorian