BlokasLabs / patchbox-os-gen

BSD 3-Clause "New" or "Revised" License
130 stars 13 forks source link

Repeated syslog message: "Reading Pisound version failed, did the kernel module load successfully?" #4

Closed jnihil closed 2 years ago

jnihil commented 2 years ago

After first boot on a 4GB RaspPi 4 and running the wizard and OS update, the log messages below appear at regular intervals and do not stop. Please advise if any specific information is required. Cheers.

May 18 09:03:00 patchbox systemd[1]: pisound-ctl.service: Scheduled restart job, restart counter is at 21.
May 18 09:03:00 patchbox systemd[1]: Stopped Bluetooth service for Pisound companion app..
May 18 09:03:00 patchbox systemd[1]: Started Bluetooth service for Pisound companion app..
May 18 09:03:00 patchbox pisound-ctl[1349]: Reading Pisound version failed, did the kernel module load successfully?
May 18 09:03:00 patchbox pisound-ctl[1349]: [1349] main: Pisound Control Server 1.03 starting...
May 18 09:03:00 patchbox systemd[1]: pisound-ctl.service: Main process exited, code=exited, status=234/n/a
May 18 09:03:00 patchbox systemd[1]: pisound-ctl.service: Failed with result 'exit-code'.
May 18 09:03:05 patchbox systemd[1]: pisound-ctl.service: Scheduled restart job, restart counter is at 22.
May 18 09:03:05 patchbox systemd[1]: Stopped Bluetooth service for Pisound companion app..
May 18 09:03:05 patchbox systemd[1]: Started Bluetooth service for Pisound companion app..
May 18 09:03:05 patchbox pisound-ctl[1350]: Reading Pisound version failed, did the kernel module load successfully?
May 18 09:03:05 patchbox pisound-ctl[1350]: [1350] main: Pisound Control Server 1.03 starting...
May 18 09:03:05 patchbox systemd[1]: pisound-ctl.service: Main process exited, code=exited, status=234/n/a
May 18 09:03:05 patchbox systemd[1]: pisound-ctl.service: Failed with result 'exit-code'.
May 18 09:03:11 patchbox systemd[1]: pisound-ctl.service: Scheduled restart job, restart counter is at 23.
May 18 09:03:11 patchbox systemd[1]: Stopped Bluetooth service for Pisound companion app..
May 18 09:03:11 patchbox systemd[1]: Started Bluetooth service for Pisound companion app..
May 18 09:03:11 patchbox pisound-ctl[1351]: Reading Pisound version failed, did the kernel module load successfully?
May 18 09:03:11 patchbox pisound-ctl[1351]: [1351] main: Pisound Control Server 1.03 starting...
May 18 09:03:11 patchbox systemd[1]: pisound-ctl.service: Main process exited, code=exited, status=234/n/a
May 18 09:03:11 patchbox systemd[1]: pisound-ctl.service: Failed with result 'exit-code'.
May 18 09:03:16 patchbox systemd[1]: pisound-ctl.service: Scheduled restart job, restart counter is at 24.
May 18 09:03:16 patchbox systemd[1]: Stopped Bluetooth service for Pisound companion app..
May 18 09:03:16 patchbox systemd[1]: Started Bluetooth service for Pisound companion app..
May 18 09:03:16 patchbox pisound-ctl[1352]: Reading Pisound version failed, did the kernel module load successfully?
May 18 09:03:16 patchbox pisound-ctl[1352]: [1352] main: Pisound Control Server 1.03 starting...
May 18 09:03:16 patchbox systemd[1]: pisound-ctl.service: Main process exited, code=exited, status=234/n/a
May 18 09:03:16 patchbox systemd[1]: pisound-ctl.service: Failed with result 'exit-code'.
May 18 09:03:21 patchbox systemd[1]: pisound-ctl.service: Scheduled restart job, restart counter is at 25.
May 18 09:03:21 patchbox systemd[1]: Stopped Bluetooth service for Pisound companion app..
May 18 09:03:21 patchbox systemd[1]: Started Bluetooth service for Pisound companion app..
May 18 09:03:21 patchbox pisound-ctl[1353]: Reading Pisound version failed, did the kernel module load successfully?
May 18 09:03:21 patchbox pisound-ctl[1353]: [1353] main: Pisound Control Server 1.03 starting...
May 18 09:03:21 patchbox systemd[1]: pisound-ctl.service: Main process exited, code=exited, status=234/n/a
May 18 09:03:21 patchbox systemd[1]: pisound-ctl.service: Failed with result 'exit-code'.
jnihil commented 2 years ago

The image is the 2022-05-17 version.

gtrainavicius commented 2 years ago

Fixed in pisound-ctl_1.03-7 deb package. You can get the fix by running sudo apt update && sudo apt upgrade.

jnihil commented 2 years ago

Awesome. Thank you.