Easiest way is to remove and then reinstall. But you can leave the old version.....it should be fine.
Results 391 to 400 of 793
Thread: ANNOUNCE: piCorePlayer 7.0.0
-
2021-01-16, 07:16 #391piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-01-16, 07:34 #392
- Join Date
- Jan 2021
- Posts
- 2
-
2021-01-16, 08:06 #393
- Join Date
- Jan 2021
- Posts
- 3
-
2021-01-16, 09:21 #394
32 bit was working fine. The libraries were in the wrong spot on 64 bit, the extension has been fixed. Please update.
It would really be helpful if you give system details when reporting problems.piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-01-16, 09:28 #395
- Join Date
- Jan 2021
- Posts
- 3
-
2021-01-16, 13:31 #396
- Join Date
- Mar 2010
- Posts
- 190
Missing function pcp_rpi_is_rpi4 in /var/www/cgi-bin/rpi_functions
I think there's supposed to be a function pcp_rpi_is_rpi4 defined in WWWROOT/cgi-bin/pcp-rpi-functions, but it isn't. It is referenced in writetohdmipwr.cgi.
Code:Powering off HDMI.../usr/local/etc/init.d/pcp_startup.sh: line 788: pcp_rpi_is_rpi4: not found sh: 1: unknown operand Done.
Last edited by pputzer; 2021-01-16 at 13:40.
-
2021-01-16, 13:38 #397
- Join Date
- Mar 2010
- Posts
- 190
CPU affinity for squeezelite-output thread - taskset: invalid option -- 'c'
When I try to set the CPU affinity for the squeezelite-output thread, there's an error in the bootlog:
Code:[ INFO ] Starting Squeezelite player: Squeezelite... taskset: invalid option -- 'c' BusyBox v1.31.1 (2020-12-18 22:35:49 EST) multi-call binary. Usage: taskset [-p] [HEXMASK] PID | PROG ARGS Set or get CPU affinity -p Operate on an existing PID Done.
-
2021-01-16, 15:30 #398
Thanks pputzer,
I removed lots of functions from pcp-rpi-functions for pCP7.0.0 as they were not being used and were causing extra work each time PRF added a new RPi. Now it just a matter of adding one line of code for each new product. As pCP is getting bigger and bigger, some of the original decisions made 6 years ago don't make sense. Now it is more important to make things manageable.
Anyway, at the same time Paul used one of these "unused" functions in a seldom used bit of code. I thought he fixed and he probably thought I fixed.
regards
Greg
-
2021-01-16, 15:52 #399
Reported earlier. Busybox keeps changing applets.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-01-16, 16:11 #400
- Join Date
- Mar 2010
- Posts
- 190