Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-17 Thread gegen
kidstypike wrote: > Sorry, struggling to find instructions, found them now - > > https://www.picoreplayer.org/how_to_upgrade_lms.shtml > > Just replace 7.9.2 with 8.0.0 in step 5. That worked, thanks again :) gegen's

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread Michael Herger
> [20-01-16 18:29:12.7925] Slim::Networking::SqueezeNetwork::_error (497) Unable to login to SN: Connect timed out: Inappropriate ioctl for device > [20-01-16 18:29:12.7933] Slim::Networking::SqueezeNetwork::_init_error (177) Unable to login to mysqueezebox.com, sync is disabled: Connect t

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread lencoth
paul- wrote: > Lencoth, > Also, can you give the brand/model of your router? > Paul Hey Paul, It's a Netgear R7000. Best Regards, Len. lencoth's Profile: http://forums.slimdevices.com/member.php?userid=69748 View thi

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-17 Thread paul-
carsten_h wrote: > This is the part to create the daemon for temperature checking (it is > running as a service later: > > Code: > > echo 'def temp_check():' >> $powerbuttonscript > echo ' fanconfig = ["65=100", "60=55", "55=10"]' >> $powerbuttonscript > echo '

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread lencoth
paul- wrote: > Lencoth, > My suspicion is that your DHCP server is being slow to respond. > Paul Paul, Increased the value & that did the trick! Thanks for helping me out. I will also let Audiophonics know. They have been quite helpful, but apparently never ran into this issue. Regards, L

Re: [SlimDevices: Unix] Jivelite on Alpine Linux

2020-01-17 Thread sodface
Touch is actually working so I'm not sure what the ldd check above means. Calibration is off in Jivelite even after running ts_calibrate. I guess that's the next issue to resolve. sodface's Profile: http://forums.slimdev

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread lencoth
- lencoth's Profile: http://forums.slimdevices.com/member.php?userid=69748 View this thread: http://forums.slimdevices.com/showthread.php?t=110642 ___ unix mailing list unix@lis

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-17 Thread coyrls
kidstypike wrote: > Sorry, struggling to find instructions, found them now - > > https://www.picoreplayer.org/how_to_upgrade_lms.shtml > > Just replace 7.9.2 with 8.0.0 in step 5. How does this method differ from using the "Nightly Update" button on the pCP - LMS Main Page? ---

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-17 Thread kidstypike
coyrls wrote: > How does this method differ from using the "Nightly Update" button on > the pCP - LMS Main Page? If you're running LMS 7.9.2 then the "Nightly Update" button will keep you on the 7.9.2 track. If you wish to start using LMS 8.0.0 you'll need to use the instructions in the link,

Re: [SlimDevices: Unix] Jivelite on Alpine Linux

2020-01-17 Thread ralphy
There is no way to know what was causing the segfault without building a debug version of jivelite and running it in gdb. Even then if the crash is happening within the lua interpreter it becomes even harder to track down. Calibration in jivelite won't work unless libSDL 1.2 was compiled with

Re: [SlimDevices: Unix] BETA: piCorePlayer6.0.0 - PI4 support

2020-01-17 Thread Aldoszx
carsten_h wrote: > Ok, are you using it together with the piCorePlayer installation? At this moment, no. I am using DietPi. Aldoszx's Profile: http://forums.slimdevices.com/member.php?userid=69750 View this thread: http:

Re: [SlimDevices: Unix] Jivelite on Alpine Linux

2020-01-17 Thread sodface
ralphy wrote: > There is no way to know what was causing the segfault without building a > debug version of jivelite and running it in gdb. Even then if the crash > is happening within the lua interpreter it becomes even harder to track > down. > > Calibration in jivelite won't work unless li

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread paul-
lencoth wrote: > Paul, > > Increased the value & that did the trick! > > Thanks for helping me out. I will also let Audiophonics know. They have > been quite helpful, but apparently never ran into this issue. > > Regards, > > Leo. Glad that worked. I have a very similar netgear router,

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread Blackhawk
Has any of you guys integrated 'LedFX' (https://github.com/ahodges9/LedFx) into piCorePlayer? I am thinking about building some LED strips based on 'WLED' (https://github.com/Aircoookie/WLED) and would love to have them synched with music played on pCP. It seems to be quite straightforward on De

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-01-17 Thread paul-
Blackhawk wrote: > Has any of you guys integrated 'LedFX' > (https://github.com/ahodges9/LedFx) into piCorePlayer? I am thinking > about building some LED strips based on 'WLED' > (https://github.com/Aircoookie/WLED) and would love to have them synched > with music played on pCP. > > It seems t

Re: [SlimDevices: Unix] Jivelite on Alpine Linux

2020-01-17 Thread sodface
Well the recompiled SDL seems to be working with tslib. Touch point accuracy is good but it's just constantly bringing up the context menu like I've done a long click instead of just a tap. Probably a knob that needs turning in /etc/ts.conf? I'll mess with it more tomorrow. I'm starting to se