not working after reboot on Dell XPS15
See original GitHub issueHi.
Your script is working properly in the current session. I can see the ir-leds blinking and facial recognition ends successfully. But after reboot it doesn’t work. I have to restart the program manually. I have the latest version and Your fix https://github.com/EmixamPP/linux-enable-ir-emitter/wiki/Issues doesn’t work for me. :~$ linux-enable-ir-emitter boot enable
freezes and i have to strike Ctrl-C and launch “fix config” to make everything work again. Until restart…
I work on Dell XPS-15, Ubuntu 21.04.
linux-enable-ir-emitter boot status :
Loaded: loaded (/lib/systemd/system/linux-enable-ir-emitter.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Thu 2021-10-14 21:30:38 CEST; 38min ago
Process: 1828 ExecStartPre=/sbin/modprobe uvcvideo (code=exited, status=0/SUCCESS) Process: 1832 ExecStart=/usr/bin/linux-enable-ir-emitter run (code=exited, status=0/SUCCESS)
Main PID: 1832 (code=exited, status=0/SUCCESS)
paź 14 21:30:37 aga-XPS systemd[1]: Starting enable the infrared emitter...
paź 14 21:30:38 aga-XPS systemd[1]: linux-enable-ir-emitter.service: Succeeded.
paź 14 21:30:38 aga-XPS systemd[1]: Finished enable the infrared emitter.
journalctl -xeu linux-enable-ir-emitter.service :
:~$ journalctl -xeu linux-enable-ir-emitter.service
-- Boot 2229e250c9b743bb8a9071900f0fe8d5 --
paź 14 21:30:37 aga-XPS systemd[1]: Starting enable the infrared emitter.>
░░ Subject: A start job for unit linux-enable-ir-emitter.service has begun exec>
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit linux-enable-ir-emitter.service has begun execution.
░░
░░ The job identifier is 134.
paź 14 21:30:38 aga-XPS systemd[1]: linux-enable-ir-emitter.service: Succ>
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ The unit linux-enable-ir-emitter.service has successfully entered the 'dead'>
paź 14 21:30:38 aga-XPS systemd[1]: Finished enable the infrared emitter.
░░ Subject: A start job for unit linux-enable-ir-emitter.service has finished s>
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A start job for unit linux-enable-ir-emitter.service has finished successful>
░░
░░ The job identifier is 134.
Have no idea how to make this script working after reboot.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Dell Computer Does Not Turn On or Boot Into Windows With ...
If your Dell computer can turn on but is unable to boot into Windows, identify the symptoms and follow the appropriate troubleshooting guide....
Read more >Solved: xps 15 9500 constant reboot - Dell Community
Solved: So 34 days into a XPS 15 9500, my system has started to reboot constantly and when it comes back on it...
Read more >Solved: XPS 15 Laptop won't turn on. - Dell Community
1) Remove the bottom panel and disconnect the battery. ... - This step alone didn't fix my issue so I continued to mess...
Read more >Solved: XPS 15 9500 cannot reboot, stuck on the Dell logo
1. I tried pressing the power button for 30 seconds a couple of times, no help. · 2. I tried holding Fn/F2/Shift +...
Read more >XPS 15-9570, plugged in, not turning on - Dell Community
I bought the Dell XPS brand new 2 week ago. Now it won't boot, no lights no screen no beeps. The only thing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hehe, I deleted my own post accidentally:) So, it doesn’t matter which folder I put the fix into. It doesn’t work anyway.
The command
fix config
erase the configuration. So you need toconfigure
again your infrared emitter after a reboot (the emitter should desn’t work).Ubuntu has a simlink between
/usr/lib/systemd/system/
and/lib/systemd/system/
? Because my installer.sh install the service in the first one but the boot status show the second one. Can you check if it is the case ?Maybe there are a conflict between the two same services ?