mjhera
|
Hi all, I was searching for a way to get sound on my pc so I ran dmesg and ftp’d to it from another laptop. In dmesg it had some failed notifications – acpid.service: main process exited, code=exited, status=203 was one of them and nvidia: module license ‘NVIDIA’ taints kernel. When I looked at the acpid.service file it pointed to /sbin/acpid-daemon which when I checked was in /usr/sbin/acpid-daemon. When I changed to suite and rebooted both the 2 notification were gone from dmesg and I even had sound!!
Regards, Michael.
-
This reply was modified 1 day ago by
tomlohave.
|
mjhera
|
[Unit]
Description=ACPI Event Daemon
After=syslog.target
[Service]
ExecStart=/sbin/acpi-daemon <- Changed to /usr/sbin/acpi-daemon
Restart=always
[Install]
WantedBy=multi-user.target
Regards, Michael.
-
This reply was modified 3 days ago by mjhera.
|
 tomlohave
|
Thanks for this 
It’s already fix in another way but i will take another look
|