Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-28 Thread rmac321

piplayer,
Thanks, for the link.  I have to admit, I missed that or forgot about it
as it didn't apply to my situation yet back when I read this thread the
first couple times last month.

The bad news is it didn't work.  I unsquashed pcp-jivelite.tcz, edited
the script, resquashed and replaced.  Switched the line in
do_rebootstuff back to that script.  On reboot, same symptoms.  I
verified that the revised script was persistent.  Maybe I need to undo
some of the other NJW edits to the do_rebootstuff script, but I still
don't see what in that script is keeping the framebuffer from being
created and the jivelite binary from starting.

Bottom line: What in the LMS section of do_rebootstuff.sh causes the
Jivelite section from not running properly?  I just don't see a culprit.



rmac321's Profile: http://forums.slimdevices.com/member.php?userid=58482
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-28 Thread steff

majones wrote: 
> I'm new to the Rapberry Pi and pCP, and discovered that some of my LMS
> menu items weren't there after a reboot but were after a subsequent
> restart of LMS. I was delighted to discover this fix that meant I didn't
> have to delve into linux! Worked perfectly.

if your problem can be solved by introducing a delay in the LMS startup
process at boot... then it would be much more better.



steff's Profile: http://forums.slimdevices.com/member.php?userid=66870
View this thread: http://forums.slimdevices.com/showthread.php?t=108549

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] buffer settings

2018-01-28 Thread steff

dealing with Windows and other music players (JRiver, Teac HR, Foobar,
etc.) there are usually 2 places where adjust the ASIO buffer settings:
in the ASIO driver of the DAC and in the player program.

Is the same in Linux \ pCP running on a Rpi3 ? or not?
If yes... where?

thanks



steff's Profile: http://forums.slimdevices.com/member.php?userid=66870
View this thread: http://forums.slimdevices.com/showthread.php?t=108630

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-28 Thread rmac321

Additional edits to do_rebootstuff.sh fix the symptom, but don't explain
the cause.

By adding a line that stops LMS at the beginning of the Jivelite section
of the do_rebootstuff script

Code:

sudo /usr/local/etc/init.d/slimserver stop


jivelite starts after about a 20 second delay.
Since that worked, I added a line at the end of the Jivelite section to
start LMS back up

Code:

sudo /usr/local/etc/init.d/slimserver start


That re-breaks it.  Adding that to The Jivelite portion or even adding
it at the very end of do_rebootstuff causes jivelite to never start.
I tried adding a sleep command before LMS is restarted, but even
sleeping for 2 minutes doesn't allow jivelite to start.
The only way I've found to restart LMS is to call a separate script to
restart LMS.

Code:

sudo /mnt/mmcblk0p2/tce/start_lms.sh >/dev/null 2>&1


I still need someone who understands linux better than me to explain why
Jivelite doesn't start unless LMS is stopped and why issuing a command
in do_rebootstuff to restart LMS after jivelite is called still prevents
Jivelite from starting.



rmac321's Profile: http://forums.slimdevices.com/member.php?userid=58482
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Issue streaming VoiceRSS mp3 content to piCorePlayer

2018-01-28 Thread chbla

@ralphy - any idea? I still have this problem



chbla's Profile: http://forums.slimdevices.com/member.php?userid=66523
View this thread: http://forums.slimdevices.com/showthread.php?t=106717

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2018-01-28 Thread maddymarc

Thanks, Paul!



maddymarc's Profile: http://forums.slimdevices.com/member.php?userid=8233
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] LMS start\stop\restart

2018-01-28 Thread majones

sbp wrote: 
> Sorry for my late reply. But these commands should work:
>   sudo /usr/local/etc/init.d/slimserver stop
>   sudo /usr/local/etc/init.d/slimserver start
> 
I'm new to the Rapberry Pi and pCP, and discovered that some of my LMS
menu items weren't there after a reboot but were after a subsequent
restart of LMS. I was delighted to discover this fix that meant I didn't
have to delve into linux! Worked perfectly.



majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=108549

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2018-01-28 Thread ralphy

Jeff07971 wrote: 
> Hi Ralphy,
> 
> Thanks for that however it does not seem to work on my Debian GNU/Linux
> 8.9 (jessie)
> 
> I have put it in my Jivelite startup script :-
> 
> > 
Code:

  >   > 
  > #!/bin/sh
  > export SDL_VIDEO_FBCON_ROTATION=UD
  > while true;
  > do
  > /root/jivelite/bin/jivelite > /dev/null 2>&1
  > sleep 5
  > done

> > 
> 
> but Jivelite then does not start

Are you using just the console and not X?  I should have mentioned that
the envars are only for the frame buffer console.

Remove '  > /dev/null 2>&1' from your script so you can see any errors.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2018-01-28 Thread paul-

The update process should not affect LMS.



paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: JiveLite - cut down squeezebox control application

2018-01-28 Thread Jeff07971

ralphy wrote: 
> Are you using just the console and not X?  I should have mentioned that
> the envars are only for the frame buffer console.
> 
> Remove '  > /dev/null 2>&1' from your script so you can see any errors.

Hi Ralphy,

I'm pretty sure this is using only the frame buffer no X installed

Output from Jivelite WITHOUT "export SDL_VIDEO_FBCON_ROTATION=UD"


Code:


  20180128 17:59:29.497 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0
  20180128 17:59:29.497 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0]
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is available
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available
  20180128 17:59:29.515 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  
  20180128 17:59:29.542 INFO   jivelite.applets - AppletManager.lua:92 
User Path: /root/.jivelite/userpath
  20180128 17:59:29.673 INFO   jivelite.applets - AppletManager.lua:318 
Registering: DesktopJive
  20180128 17:59:29.674 INFO   jivelite.applets - AppletManager.lua:318 
Registering: BlankScreenSaver
  ETC, runs fine.
  



Output WITH "export SDL_VIDEO_FBCON_ROTATION=UD"

Code:


  20180128 17:58:36.136 INFO   jivelite - JiveMain.lua:267 JiveLite 
version 0.1.0
  20180128 17:58:36.136 INFO   jivelite.ui.draw - jiveL_initSDL:227 
initSDL
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:240 
1366,768 32 bits/pixel 4 bytes/pixel [R<<16 G<<8 B<<0]
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:241 
Hardware acceleration is not available
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:242 
Window manager is not available
  20180128 17:58:36.154 INFO   jivelite.ui.draw - jiveL_initSDL:245 
Using 30 frames per second
  
  20180128 17:58:36.161 ERROR  jivelite.ui.draw - 
jive_surface_set_video_mode:855 SDL_SetVideoMode(1366,768,32): Using software 
buffer, but no blitter function is available for 32 bpp.
  20180128 17:58:36.161 ERROR  jivelite.ui.draw - jiveL_initSDL:282 
Video mode not supported: 1366x768
  AND Restart (as in script)
  



Jeff



*Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLiteX,PiCorePlayer
x3,Wandboard
*Server:* LMS Version:  Latest Nightly on Centos 7 VM on ESXi 6.5.0U1 on
Dell T320
*Plugins:*
AutoRescan/BBCiPlayer/PowerSave/PowerSwitchIII/Squeezecloud/Spotty/Player
Groups
*Remotes:* iPeng9/Orangesqueeze/PC/Jivelite/SqueezeLiteX
*Music:* 522GB,1660 albums with 23087 songs by 5204 artists mostly
FLACs

*Want a webapp ?* See
http://forums.slimdevices.com/showthread.php?104305-Webapp-for-LMS

Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=98156

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix