Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
paul- wrote: > First, remove the shutdown monitor and don't use that on the tweaks > pagethis script will do all of it a different way. > > I have uploaded the dependencies to our repo Wow, that is great! Thank you very much for your work! I will test it as fast as I can. I saw a file:

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

2020-01-25 Thread Michael Herger
words!). The most cost- effective way to do this, whilst maintaining maximum flexibility, would be to use Logical Volume Management. I use I believe pCP and "maximum flexibility" don't go together. If you want maximum flexibility, then use something else. -- Michael

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread paul-
carsten_h wrote: > Ok. I did it. Do we have to do it every time after boot? Then I would > start it in the script. > > Then I get this error: > > Code: > > Exception in thread Thread-2: > Traceback (most recent call last): > File

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

2020-01-25 Thread cfuttrup
ChipMonk wrote: > Any help or pointers would be most welcome. Hi Chip I loaded the piCorePlayer web interface and on the MAIN page I checked EXTENSIONS. I then changed from the Information tab to the tab named Available. Here you can see what packages are available. The package for LVM is

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread piPlayer
chill wrote: > ... These are really nice boards for the Raspberry Pi, with versions for > a headphone amp, a line out, a 3W amp with speaker terminals, and even > one with a built-in 1W speaker. I've been working on the line out > version, but I also bought one of the 3W amp boards, and the

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
Grumpy Bob wrote: > If I omit the command from the User Commands section and instead run > sudo /home/tc/sbpd-script.sh via the command line, then everything works > as expected. > Robert Confirmed. And if started like Code: sudo /home/tc/sbpd-script.sh &

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread paul-
You need to manually load the i2c-dev module. This does not load automatically. sudo modprobe i2c-dev piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
paul- wrote: > The script has to run with root permissions, as it make a call to > vcgencmd, which requires it. Which script? The argononed.py? I wrote another temperature entry inside the py script, as my Pi was only 46°C and now the fan is running. *Thank you very much for your help!* The

Re: [SlimDevices: Unix] Jivelite breaks playlist - Squeezeplay gives a choice - need help

2020-01-25 Thread lj502
This might make it easier to picture, haha, too easy. The first is from Squeezeplay after I increased the size of the album art and text to show only 8 lines, it works great but looks so so. Jivelite is the second and third, my albums and the from Spotify, both display and search great but

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

2020-01-25 Thread JaMo
Hi I just bought a Mutec MC3+ USB. It is a XMOS based device/digital interface that converts, reclocks. I got it to work with older PiCorPlayer software 3.5.0 on a 3B-pi with output setting: [ iec958:CARD=M20,DEV=0 ]. I haven't got it to work with pi 3B+ (5.0.1) or on pi 4B+ (6.0.0-b7) I am

[SlimDevices: Unix] Jivelite breaks playlist - Squeezeplay gives a choice - need help

2020-01-25 Thread lj502
I searched and found the new settings on LMS that tells each player whether or not to break a playlist (selecting a song and the player goes straight to that song deleting all other songs in queue) and when using Jivelite it always just plays, killing everything else. I know you can hold down to

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread paul-
You have to setup the sound first. pigpiod requires a clock source. The rpi hardware has 2 clocks. 1 for PWM that the internal audio uses, or PCM that i2s dacs use. Chills' scripts tell pigpid too use the pwm clock..but if you are trying to use the internal audio, it will cause all

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
paul- wrote: > sudo modprobe i2c-dev Ok. I did it. Do we have to do it every time after boot? Then I would start it in the script. Then I get this error: Code: Exception in thread Thread-2: Traceback (most recent call last): File

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread Aldoszx
carsten_h wrote: > > The gpio-shutdown script from the tweaks page will be deleted when I set > this to "No"? > I am only asking because the shutdown button is still shutting down so > that the USB drives are not cleanly dismounted. I think you only should uninstall the extension. The

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread paul-
Yes, remove the shutdown overlay and the shutdown monitor extension. The python script should call “pcp rb” for a reboot. Or “pcp sd” for shutdown. Drives should be unmounted, but exfat is an odd file system. It doesn’t have direct kernel support. piCorePlayer a small player for the

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread Aldoszx
Thanks Paul for the script. The shutdown works. Unfortunately, the fan does not start. I have changed the temperature threshold but no luck. Maybe I am doing something wrong or something is missing. Aldoszx's Profile:

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
Aldoszx wrote: > Trying to run "python3 /home/tc/argononed.py" from ssh got me this:> > > > > > > That is the same as I got. I have a Pi 4, so normally I would think that > > the line: > > bus = smbus.SMBus(0) > > would be called.

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
Aldoszx wrote: > The shutdown button must be ON, in order to define the GPIO pin for > shutdown. If I look into the script, I find the following line: Code: GPIO.setup(shutdown_pin, GPIO.IN, pull_up_down=GPIO.PUD_DOWN) So I think the correct

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread Aldoszx
Thank you ! Aldoszx's Profile: http://forums.slimdevices.com/member.php?userid=69750 View this thread: http://forums.slimdevices.com/showthread.php?t=111546 ___ unix mailing

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
Grumpy Bob wrote: > > > Looks to me as though the issue is the execution of sbpd-script.sh > > Robert If I omit the command from the User Commands section and instead run sudo /home/tc/sbpd-script.sh via the command line, then evrything works as expected. I expect this will turn out to be

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

2020-01-25 Thread paul-
I'm pretty sure we violated KISS a long time ago with pCP. lol But yes, pCP is designed to be lightweight. The RPi hardware itself is really not flexible for mass storage. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread Aldoszx
I think i2c-tools is missing ! Aldoszx's Profile: http://forums.slimdevices.com/member.php?userid=69750 View this thread: http://forums.slimdevices.com/showthread.php?t=111546

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread Aldoszx
paul- wrote: > Yes you need to load i2c-dev before starting the script. The script > has to run with root permissions, as it make a call to vcgencmd, which > requires it. Thanks Paul ! Now it is working ! The fan also is on, according to temp settings !

[SlimDevices: Unix] HD Nowplaying Screen

2020-01-25 Thread lj502
I have been doing a little editing in Squeezeplay and Jivelite so I decided to make a better now playing screen to run on my server fed out to my TVs in my system, I like to have a display up when playing music sometimes. Basically it just stays on the now playing screen with other controllers

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
I got the jivelite working. My install followed Chill his instructions from page 8 But when instructed to reboot after the jivelite install, I did not reboot but carried on with the edits and did a backup and reboot at the end. The first start with jivelite on the display was not fast at all (

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
I have started from scratch, with a backup and reboot at each stage. >From the point at which Jivelite is installed, I get a screen OK. Once I enter /home/tc/sbpd-script.sh as a user script on the Tweaks page, the screen doesn't refresh from the last reboot - it's still saying it's Requesting

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
Grumpy Bob wrote: > > Looks to me as though the issue is the execution of sbpd-script.sh > Robert Indeed, I removed ( uninstalled ) pcp-dbpd.tcz, and have jivelite back. M-H Pi based multi-room audio system powered by PiCorePlayer(s): Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > This works perfectly, thank you. It's amazing how much can be done with > just 4 buttons. Hi Chill, It seems you have nailed it all. Created scrips and settings for each and every feature on this board, and redesigned the jivelte skin to work within these new constraints. TOP!

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
Unfortunately my Pi Zero gave up the ghost the other day. I have another arriving shortly*, and I'm intending to give this a go (already have a Pirate Audio headphone card). Robert *in the next hour, it seems! *Home: *Raspberry Pi 3/piCoreplayer/LMS7.9.2 with files on QNAP TS-251A Touch >

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Grumpy Bob wrote: > Unfortunately my Pi Zero gave up the ghost the other day. I have another > arriving shortly*, and I'm intending to give this a go (already have a > Pirate Audio headphone card). > > Robert > > *in the next hour, it seems! Good stuff - it'll be good to get another tester

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread paul-
Then shutdown is working. I’ll check out the fan speed dependencies, they should all be availiable. As for the disk mount errors, the dirty bit is set, it could have come from anywhere. It’s mostly harmless, how many times do you Just pull the stick from your Mac, vs ejecting it? You’ll

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread carsten_h
paul- wrote: > Then shutdown is working. Sure? Ok. If you say it, then it have to. paul- wrote: > Ill check out the fan speed dependencies, they should all be > availiable. Thank you! paul- wrote: > how many times do you Just pull the stick from your Mac, vs ejecting it? Never! I

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Yatsushiro
chill wrote: > ...but I also bought one of the 3W amp boards, and the screen and > buttons work exactly the same as the line out version (unsurprisingly). > I haven't tested it with speakers, but I doubt there'll be any > difference in the sound card configuration. Have you tried out your

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
M-H wrote: > Hi Chill, It seems you have nailed it all. > Created scrips and settings for each and every feature on this board, > and redesigned the jivelte skin to work within these new constraints. > TOP! > > With jivelite working it opens up the use of these kind of displays on > other

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > > Have you got the buttons working yet? Here's a quick recap: > Yes I had the buttons to work somewhat and was struggling to find the enter/confirm button. And also tried to dim the display to take a better picture. Then I lost the network connectivity and had to reboot hard

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Just a thought - have you enlarged the SD partition? I enlarged mine to 500mb, which is far bigger than needed. But is the default 50mb? That might be a bit small, and might cause random problems - mine's currently using about 48mb.

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > Just a thought - have you enlarged the SD partition? > . Yes I did, and experimented with rsync, so that is why I hesitate to delete the 5 gig of local storage. It still got 2 gigs headroom. pigs PRS 13 100 or 50 or 250 does not really change the light behind my dark screen.

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > Good stuff - it'll be good to get another tester on board! > Mine arrived today, and it's playing already ( 3 watt version ). Jivelite does display, but no buttons jet, need to read what you advised for sbpd. M-H Pi based multi-room audio system powered by PiCorePlayer(s):

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > > Just a thought - have you configured Squeezelite to use the HiFiBerry > DAC Zero/MiniAMP? No, I standardise on the Generic/simple TI5102 DAC, as it will work with the 'phat beat' and 'phat dac' ,and this pirate audio board without issues, so I can swap boards and sd-cards (

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Yatsushiro wrote: > Have you tried out your Pirate Audio amp board yet? I setup mine > yesterday, on a RPi3b, but get quite severe sound degradation with > jivelite installed and running; there is a distinct almost constant > 'crackling' sound through the speakers. As a test I also ran it with

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
M-H wrote: > No, I standardise on the Generic/simple TI5102 DAC, as it will work with > the 'phat beat' and 'phat dac' ,and this pirate audio board without > issues, so I can swap boards and sd-cards > ( If someone knows what the differences are , please enlighten me. ) > > MH Interesting

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Oh dear - good luck! The enter/confirm button, using the configuration above, would be the X button, which takes you RIGHT. The Y button takes you LEFT, to back out of a selection. Brightness control isn't working in Jivelite in the current distribution, but you can do it from the command

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
M-H wrote: > > pigs PRS 13 100 or 50 or 250 > does not really change the light behind my dark screen. > D'Oh, sorry - I gave you the wrong command. PRS sets the range, so 'pigs PRS 13 100' sets that range to 0-100. To change the brightness you need: Code: pigs

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
I printed the case that I linked to earlier: https://www.thingiverse.com/thing:4087948 It's really nicely designed. [image: http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/Jivelite/240x240/In%203D%20case_640.jpg]

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
Well, the Pi Zero arrived on schedule. I'm using the headphone Pirate Audio card. I followed your 'most recent instructions' (https://forums.slimdevices.com/showthread.php?111502-Jivelite-on-a-Pirate-Audio-240x240-screen=961608=1#post961608), and got the screen running and responsive to

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Yatsushiro
chill wrote: > I've just tried mine on my Pi Zero W. I simply swapped the 3W amp > version for the line out version, without changing anything in the pCP > setup. It's working fine - no issues with the sound at all, and the > volume is actually quite impressive for a 3W amp, although I don't

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
chill wrote: > That's odd. Did you do a backup of the pCP configuration before > rebooting? Yes. At least I think so! I've checked the various files I edited and the edits are there. Robert *Home: *Raspberry Pi 3/piCoreplayer/LMS7.9.2 with files on QNAP TS-251A Touch > DacMagic 100 >

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

2020-01-25 Thread carsten_h
paul- wrote: > GPT is in the kernel. Userspace is not needed to mount a GPT. But pCP > needs it so that it can find out information about a GPT disk. Time is an interesting factor here. Today I tried my GPT partitioned drive with a hfs+ filesystem and it was mounted instantly and also

Re: [SlimDevices: Unix] Using Argon One case with fan and powerbutton together with piCorePlayer?

2020-01-25 Thread paul-
I have uploaded the dependencies to our repo smbus-python3.6.tcz RPi-GPIO-python3.6.tcz Install them from the extensions web page. This is the actual script, save it to your home directory as /home/tc/argononed.py Then put in the user commands on the pcp tweaks page. python3

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread slartibartfast
chill wrote: > Maybe hack an old 'legacy' Sonos speaker to take one . :)I have some old > computer speakers I could plug into it but then it wouldn't be in one box. I do have a spare Pi3B which could be put to use for this purpose so I will keep an eye on this thread. Sent from my Pixel

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
ralphy wrote: > The pcp-jivelite.tcz extension now includes support for the Pirate Audio > Boards Display off and Brightness Features. Fantastic - thanks Ralphy. I'm just off out for the evening, but am looking forward to trying this out tomorrow morning. I'll also update the 'Brightness

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
Grumpy Bob wrote: > Well, the screen is illuminated but showing black. I did wonder if it's > showing a large splash screen and all I'm seeing is a corner of it. I'm > not sure which diagnostics or logs I ought to look at. > > I'm reluctant to keep going back to square one without properly >

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread slartibartfast
Has anyone had any thoughts on how to make a Squeezebox Radio substitute using this. Sent from my Pixel 3a using Tapatalk slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Grumpy Bob wrote: > > I followed your 'most recent instructions' > (https://forums.slimdevices.com/showthread.php?111502-Jivelite-on-a-Pirate-Audio-240x240-screen=961608=1#post961608), > and got the screen running and responsive to buttons, but this didn't > survive a reboot - nothing visible

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
slartibartfast wrote: > Has anyone had any thoughts on how to make a Squeezebox Radio substitute > using this. > Maybe hack an old 'legacy' Sonos speaker to take one . :) chill's Profile:

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread ralphy
chill wrote: > Note that the updates to the DisplayOff and brightness applets aren't in > the current distribution. The pcp-jivelite.tcz extension now includes support for the Pirate Audio Boards Display off and Brightness Features. Thanks Chris. Select the update button in the Jivelite Setup

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

2020-01-25 Thread ChipMonk
Whilst commissioning my recent RasPi4 pCP v6 setup, I realised that I need to increase my HDD capacity to make it future proof (famous last words!). The most cost- effective way to do this, whilst maintaining maximum flexibility, would be to use Logical Volume Management. I use Stablebit

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread M-H
chill wrote: > That's odd. Did you do a backup of the pCP configuration before > rebooting? I did, and verified the scrips and config files after the bad reboot. And could not find anything missing. BTW, nice 3d print. just too bad there is no cover over the buttons. Perhaps if the pla is

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread chill
Grumpy Bob wrote: > Yes. At least I think so! I've checked the various files I edited and > the edits are there. > > Robert M-H wrote: > I did, and verified the scrips and config files after the bad reboot. > And could not find anything missing. > > M-H This is very odd - I don't

Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread Grumpy Bob
chill wrote: > This is very odd - I don't understand how it could work after the first > reboot, but not survive another reboot. Do you still see the console > messages during boot up? If so it would be purely a Jivelite problem. > If not, I wonder if somehow the display brightness has been