EmixamPP / linux-enable-ir-emitter

Provides support for infrared cameras that are not directly enabled out-of-the box.
MIT License
242 stars 21 forks source link

Configuration works - Howdy works after running "sudo linux-enable-ir-emitter run" manualy. Not working after reboot #97

Closed londeril closed 1 year ago

londeril commented 1 year ago

Output of linux-enable-ir-emitter boot status

○ linux-enable-ir-emitter.service - enable the infrared emitter
     Loaded: loaded (/usr/lib/systemd/system/linux-enable-ir-emitter.service; enabled; preset: disabled)
     Active: inactive (dead)

Mar 08 15:34:47 Nova systemd[1]: Dependency failed for enable the infrared emitter.
Mar 08 15:34:47 Nova systemd[1]: linux-enable-ir-emitter.service: Job linux-enable-ir-emitter.service/start failed with result 'dependency'.

*Output of `cat /etc/linux-enable-ir-emitter/`**

device=/dev/video2
unit=4
selector=6
size=9
control0=1
control1=3
control2=2
control3=0
control4=0
control5=0
control6=0
control7=0
control8=0

Give more information if you have Everything works flawlessly until I reboot. Running "linux-enable-ir-emitter run" solves the problem - until I reboot. linux-enable-ir-emitter boot enable was run and didn't give an error msg. the failed dependency is weird... because it works if I do a manual run...

Additional info

EmixamPP commented 1 year ago

Similar issue to https://github.com/EmixamPP/linux-enable-ir-emitter/issues/95. You should install linux-enable-ir-emitter 4.5.0. Please refer to the README (The AUR support has been dropped)

Or if you do not want to reinstall it (which I could quite understand), change the content of /usr/lib/systemd/system/linux-enable-ir-emitter.service with https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/sources/systemd/linux-enable-ir-emitter.service

londeril commented 1 year ago

Yeah - I just saw that the AUR package is old... I reinstalled from your tarball. Works now! thanks!