Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2021-03-19 Thread jd68


You need at least three hands for soldering.  :-)
You should verify that you haven't created a shortcut between two of the
pins.

Yes, -python3.8-smbus.tcz- is the correct extension.

If there are not shortcuts then we can search step by step for the
failure.

1) The kernel module -i2c_dev- is loaded? You can check if the command
was successful with

$ lsmod | grep i2c
One line of the output should start with i2c_dev:
i2c_dev20480 2


2) The Python script should be executable. You can verify it with the
command "ls -l":

tc@SB-Kitchen:~/lux$ ls -l display-control.py
-rwxr-xr-x1 tc   staff 4261 Mar 19 21:40
display-control.py

Important are the three 'x' for executable. If they are missing then you
can change it with

$ chmod 755 display-control.sh


3) Verify that the script measuring something.
The script is able to print the measuring results to stdout (i.e. your
command line). To enable this feature, you need to edit the script.
Change line 21 from 
DEBUG = False
to
DEBUG = True

If the script is still running in the background then we have to stop
it.

$ ps -ef | grep display
root  6647  6414  0 21:40 pts/000:00:00 /usr/local/bin/python3
/home/tc/lux/display-control.py
tc7400  6414  0 21:53 pts/000:00:00 grep display

in this case, 6647 is the PID of the process 'display-control.py'. You
will get a different number.To stop the script, you need to kill the
process with 'sudo kill . In my case:

$ sudo kill 6647

Now we execute the script manually:

$ ./display-control.py

You should get output similar to the following (I used a electric torch
so that some values are extremely high):
Light Level : 25.00 lx
Display: 18
Light Level : 29.17 lx
Display: 19
Light Level : 450.00 lx
Display: 121
Light Level : 466.67 lx
Display: 125
Light Level : 2408.33 lx
Display: 255
Light Level : 16787.50 lx
Display: 255
Light Level : 29.17 lx
Display: 19
Light Level : 0.00 lx
Display: 11

4) Are you able to write to the file 
'/sys/class/backlight/rpi_backlight/brightness'. You can check it these
two commands:

$ echo 60 > /sys/class/backlight/rpi_backlight/brightness

and 

$ cat /sys/class/backlight/rpi_backlight/brightness
60

The first command should be executed without an error message and the
second should return value that you wrote into the file (in this case
60).

So, let's see how far you get with your tests.



jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

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


Re: [SlimDevices: Unix] Simple Linux OS for Jivelite, LMS on PC

2021-03-19 Thread diode84


Steve Agnew wrote: 
> It is pretty simple and takes about 15 minutes.
> 
> 
> 
> Cheers, Steve
Thanks Steve, I will have a go. May be sometime.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=114159

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2021-03-19 Thread jeroen2


carsten_h wrote: 
> In the newest version (1.6) of "Raspberry Pi Imager" it is possible to
> set hostname, ssh access, configure wifi and set locale before flashing
> directly inside the program. 

I wonder what it would take to have PcP added to the official Pi Imager
software? It seems popular enough as a music player, and it's the only
one that's completely free, non-commercial and actively maintained.



jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418
View this thread: http://forums.slimdevices.com/showthread.php?t=112996

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread psketch


paul- wrote: 
> Python 3.8 is available in pCP, it is just not installed by default.  
> There is nothing irregular about the python support.   But I've not had
> any issue with audiophonics stuff without python.   The main problem
> with audiophonics is the lack of accurate wiring diagrams.   They
> routinely change wiring without and indication tot he user as to how
> things should be wired.

Yes, I thought the "lack of python" thing might be a bit of an excuse. 
I believe python is just for the screen updates - they use 'PydPiper '
(https://github.com/dhrone/pydPiper).  I guess the hope would be that
they build the scripts so that you can install pcp with the oled and
lirc pre-configured - as they seem to have done with dietpi.



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread diode84


Jeff07971 wrote: 
> > 
Code:

  >   > 
  > table: philips, type: RC-5
  > 0x458 KEY_UP
  > 0x459 KEY_DOWN
  > 0c45b KEY_RIGHT
  > 0x45a KEY_LEFT
  > 0x45c KEY_ENTER
  > 0x42c KEY_PLAYPAUSE 
  > 0x483 KEY_MINUS
  > 0x482 KEY_EQUAL
  > 

> > 
> 
> I don't think there is a Mute command
> 
> Here are the keys
> 
> https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv
Jeff you are a star. 
It's all working now perfectly.
Thank you very much.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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


Re: [SlimDevices: Unix] piCorePlayer Documentation

2021-03-19 Thread carsten_h


Hello!

In the newest version (1.6) of "Raspberry Pi Imager" it is possible to
set hostname, ssh access, configure wifi and set locale before flashing
directly inside the program. You can set this to be only for this flash
or save it for later flashes. This is available when pressing
Shift-CTRL-X.
Also you can set that the media should not be ejected after flashing.

But I don't know if all this will work with a piCorePlayer image.



pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon
one case
pi3b+ (7\" display, hifiberry dac+ pro) picoreplayer with
squeezlite/jivelite for hifiberry and bluetooth headphone inside a
smartipi touch case
two airport express
ikea symfonisk

carsten_h's Profile: http://forums.slimdevices.com/member.php?userid=69113
View this thread: http://forums.slimdevices.com/showthread.php?t=112996

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread Chunkywizard


paul- wrote: 
> With pCP 7 the audio card being used by the equalizer is set on the
> tweaks page where the equalizer on/off setting is.

Hey Paul, that sorted it thanks. I had the ALSA 10 band Equalizer set to
Yes. I set this to No and now Squeezelite is working.

Thanks very much for your support. Hopefully this will cure my LMS
instability as well.

Cheers

Paul



*Squeezebox:* Boom x2 (Kitchen and Living Room), Radio x4 (Kids, Play
Room and Bedroom), PiCorePlayer (Office)
*Server:* 8.0 for PCP
*Plugins:* Spotty | Dynamic Playlists | SQL Playlist | Music and Artist
Information | TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2021-03-19 Thread Bogg


Hi @jd68. Thanks for getting back to me. 

jd68 wrote: 
> OK, I assume that you see the BH1750 on I2C bus with 'i2cdetect -y 1',
> right?


Code:


  tc@pCP:~$ i2cdetect -y 1
  0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
  00: -- -- -- -- -- -- -- --
  10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  20: -- -- -- 23 -- -- -- -- -- -- -- -- -- -- -- --
  30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  70: -- -- -- -- -- -- -- --
  tc@pCP:~$
  



Could I get the above result if one or two of the pins hadn't been
soldered correctly? My soldering skills were worse than I expected,
everything was so small !

> Well, actually you don't need the shell script from post #33 because it
> is only needed when the C program is used. Now the tasks of C program
> and shell script are covered by the Python script from post #23. Just
> executing the instructions of post #23 should be sufficient. Please let
> me know if not.

I'm now using the script from post #23, but still not seeing anything at
all happen. 
The only difference I could see was > Requirement:
> You just need to install the extension "smbus-python3.6.tcz". pCP will
> add all dependencies, i.e. all other required extensions.
>  
I couldn't find that extension so I presumed it had updated and flipped
it's name around, so I installed 

Code:

Title:  python3.8-smbus.tcz
  Description:Python bindings for Linux SMBus access through i2c-dev
  Version:1.1.post2
  Author: Mark Hoffman
  Original-site:  https://pypi.org/project/smbus/
  Copying-policy: GPLv2
  Size:   8k
  Extension_by:   paul-123
  Comments:   Binaries Only
  ---
  Compiled for piCore 12.x
  ---
  ChangeLog:  
  Current:2020/11/29 First version 1.1.post2



Other than that I'm pretty sure I named the script correctly and created
the lux folder correctly and added the extra lines to /opt/bootlocal.sh



Bogg's Profile: http://forums.slimdevices.com/member.php?userid=50888
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread paul-


Chunkywizard wrote: 
> Hi,
> 
> I recently updated to pCP 7.0.0 (and subsequently to 7.0.1) and I had a
> couple of issues (which may be related). Firstly, on the main page of
> the web interface I have 'Squeezelite is not running'. Despite the note:
> 'Squeezelite must be running for music to play' and 'Squeezelite must be
> running for connection to LMS' I do still get music via LMS. However,
> LMS crashes about once a day. Rebooting my RPi fixes it every time. I
> have tried updating the Squeezelite extensions and all pCP updates.
> 
> I currently running Squeezelite v1.9.9-1364-pCP.
> 
> My log shows the following but I don't know what that means
> 
> /usr/local/bin/squeezelite -n piCoreOffice -o equal -a  -d all=debug
> -f /var/log/pcp_squeezelite.log -v 
> 

With pCP 7 the audio card being used by the equalizer is set on the
tweaks page where the equalizer on/off setting is.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread paul-


Python 3.8 is available in pCP, it is just not installed by default.  
There is nothing irregular about the python support.   But I've not had
any issue with audiophonics stuff without python.   The main problem
with audiophonics is the lack of accurate wiring diagrams.   They
routinely change wiring without and indication tot he user as to how
things should be wired.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

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

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread Jeff07971


diode84 wrote: 
> Not quite got rid of me yet. To add vol up and down.
> 
> Using key: 
> Title for vol down gives 0x483
> Setup for vol up gives  0x482
> Mute for mute gives 0x40d
> What is correct way to add these to phillips.conf
> Thanks


Code:


  table: philips, type: RC-5
  0x458 KEY_UP
  0x459 KEY_DOWN
  0c45b KEY_RIGHT
  0x45a KEY_LEFT
  0x45c KEY_ENTER
  0x42c KEY_PLAYPAUSE 
  0x483 KEY_MINUS
  0x482 KEY_EQUAL
  



I don't think there is a Mute command

Here are the keys

https://github.com/ralph-irving/tcz-lirc/blob/master/jivekeys.csv



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread psketch


jasc wrote: 
> Thank you again, Ronnie.
> 
> I will give it a go, as per the above, but will have to find the time.
> 
> For the record, I got a response from Audiophonics themselves, who had
> this to say, referring to insufficient / irregular Python support in
> pCP:
> 
> 
> 
> 
> The Audiophonics RaspDAC Diet Pi image (and Moode image) can be found
> 'here'
> (https://www.audiophonics.fr/en/blog-diy-audio/23-start-up-evo-raspdac-rasptouch-raspdac-mini-with-a-pre-configured-image.html).
> 
> Best regards,
> jasc

Is the "lack of python support" still actually a problem?  It would be
really good if the Audiophonics players (and displays) could work with
PCP.  Jasc, did you learn what the DietPi images are actually using as a
player - they talk about LMS, but don't say what player they're using -
I assume it's a LIRC ready version of squeezelite, but they don't say. 
I've pinged them a question as well.



psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread Chunkywizard


Thanks ralphy, update and the issue still persists.

Is there any way to reinstall a default version, just in case I changed
anything by mistake?

I am pretty use I have never fiddled with any of the squeezelite
settings and as I say it used to work fine on pCP6.0

If I can run any other debug that would help please let me know.

Cheers

CW



*Squeezebox:* Boom x2 (Kitchen and Living Room), Radio x4 (Kids, Play
Room and Bedroom), PiCorePlayer (Office)
*Server:* 8.0 for PCP
*Plugins:* Spotty | Dynamic Playlists | SQL Playlist | Music and Artist
Information | TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread ralphy


The squeezelite extension has been updated for pCP 7.x and 6.x to
v1.9.9.1372 to fix an issue in the new balance/combined channel options
when used with polarity inversion that leads to volume being max'd when
polarity is inverted.

Use the Squeezelite Full Update button on the Main Page of the
picoreplayer webadmin to install.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-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=113512

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread Chunkywizard


Thanks Paul,

I have a 3B+ revision a020d3 PCB 1.3 with 1024 memory.

My settings are:

33838

Output was set to Analog Audio and I tried changing it to HDMI audio (I
have a monitor connected via HDMI but it doesn't have speakers) but no
joy. The other option I have is USB Audio but I have nothing connected
on USB. All other options are for DACs which I don't have. What do you
suggest?

If I click the output setting where it says equal, I can't change the
field. Also the note says 'Note: ALSA equalizer: Output must be set to
"equal". Click HERE if not' so I am not sure why equal doesn't work for
me.

My set-up it as much default as I can make it and worked fine on pCP6
but I've seen this issue since I did an in-situ update to pCP7

Any other ideas?

CW


+---+
|Filename: Screenshot 2021-03-19 094506.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33838|
+---+


*Squeezebox:* Boom x2 (Kitchen and Living Room), Radio x4 (Kids, Play
Room and Bedroom), PiCorePlayer (Office)
*Server:* 8.0 for PCP
*Plugins:* Spotty | Dynamic Playlists | SQL Playlist | Music and Artist
Information | TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread diode84


Jeff07971 wrote: 
> No worries, we all suffer brain fade especially in these times !
> 
> Jeff
Not quite got rid of me yet. To add vol up and down.

Using key: 
Title for vol down gives 0x483
Setup for vol up gives  0x482
Mute for mute gives 0x40d
What is correct way to add these to phillips.conf
Thanks



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread Jeff07971


diode84 wrote: 
> Jeff, when I used the box you indicate it worked no trouble.
> My brain has faded with age
> Thank you for spending the time and effort.
> Thanks again.
> diode84

No worries, we all suffer brain fade especially in these times !

Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

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

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread Paul Webster


Your Squeezelite does not like the "-o equal" ... so try a different
output device.

Are you running on RPi4 ? If yes then try explicitly setting mmap to 0
in the Alsa settings on the pCP Squeezelite page.



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc), kcrw,
supla finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread diode84


Jeff07971 wrote: 
> This is odd ! When I upload a conf it is installed and active instantly
> my pCP does not ask for a reboot.
> 
> I checked my keytables first:-
> 
> I then uploaded your conf file with the GUI
> 
> > 
Code:

  >   > 
  > # table: philips, type: RC-5
  > 0x458 KEY_UP
  > 0x459 KEY_DOWN
  > 0c45b KEY_RIGHT
  > 0x45a KEY_LEFT
  > 0x45c KEY_ENTER
  > 0x42c KEY_PLAYPAUSE 
  > 

> > 
> 
> and rechecked, NO reboot asked for or performed, and rechecked
> 
> I could not test as do not have your remote, but keytables has
> accepted your conf
> 
> then reloaded my keytables via GUI and retested
> 
> 
> 
> Can you recheck yours ?
> 
> You are using the correct upload box on the pCP ?
> 
> 
> Jeff
Jeff, when I used the box you indicate it worked no trouble.
My brain has faded with age
Thank you for spending the time and effort.
Thanks again.
diode84



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-03-19 Thread Chunkywizard


Hi,

I recently updated to pCP 7.0.0 (and subsequently to 7.0.1) and I had a
couple of issues (which may be related). Firstly, on the main page of
the web interface I have 'Squeezelite is not running'. Despite the note:
'Squeezelite must be running for music to play' and 'Squeezelite must be
running for connection to LMS' I do still get music via LMS. However,
LMS crashes about once a day. Rebooting my RPi fixes it every time. I
have tried updating the Squeezelite extensions and all pCP updates.

I currently running Squeezelite v1.9.9-1364-pCP.

My log shows the following but I don't know what that means

/usr/local/bin/squeezelite -n piCoreOffice -o equal -a  -d all=debug
-f /var/log/pcp_squeezelite.log -v 
[09:05:57.626228] stream_init:454 init stream
[09:05:57.626377] stream_init:455 streambuf size: 2097152
[09:05:57.637484] output_init_alsa:936 init output
[09:05:57.637611] output_init_alsa:976 requested alsa_buffer: 40
alsa_period: 4 format: any mmap: 1
[09:05:57.637676] output_init_common:362 outputbuf size: 3528000
[09:05:57.637831] output_init_common:386 idle timeout: 0
[09:05:57.646252] ALSA _snd_pcm_hw_open:1829 Invalid value for card
[09:05:57.646345] test_open:281 playback open error: No such device
[09:05:57.646381] output_init_common:403 unable to open output device:
equal


Can anyone help?

CW



*Squeezebox:* Boom x2 (Kitchen and Living Room), Radio x4 (Kids, Play
Room and Bedroom), PiCorePlayer (Office)
*Server:* 8.0 for PCP
*Plugins:* Spotty | Dynamic Playlists | SQL Playlist | Music and Artist
Information | TrackStat
*Remote:* iPhone6/iPad Air running 'iPeng'
(http://penguinlovesmusic.de/2008/11/25/ipeng-application-now-on-app-store/)
*Music: *'Last.fm' (http://www.last.fm/user/chunkywizard)

Chunkywizard's Profile: http://forums.slimdevices.com/member.php?userid=25868
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread Jeff07971


> When I upload diodes keytables it asks for a reboot. 

This is odd ! When I upload a conf it is installed and active instantly
my pCP does not ask for a reboot.

I checked my keytables first:-

33833

I then uploaded your conf file with the GUI


Code:


  # table: philips, type: RC-5
  0x458 KEY_UP
  0x459 KEY_DOWN
  0c45b KEY_RIGHT
  0x45a KEY_LEFT
  0x45c KEY_ENTER
  0x42c KEY_PLAYPAUSE 
  



33834

and rechecked, NO reboot asked for or performed, and rechecked

33835

I could not test as do not have your remote, but keytables has accepted
your conf

then reloaded my keytables via GUI and retested

33836

Can you recheck yours ?

Jeff


+---+
|Filename: 2021-03-19 07_39_02-A. Jeff SqueezeBox-Pcp-Lounge.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33836|
+---+


*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X=903953=1#post903953

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

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2021-03-19 Thread diode84


Jeff07971 wrote: 
> Then that suggests the new keytable is not being accepted and therefore
> the new keytable is not being saved
> 
> I had this scenario (I think) when my conf file had an invalid format.
> 
> I will try and find the post, I think Ralphy found the error.
> 
> Jeff
That would be good. You did discuss remote control problems on 2019 08
03 but I do not understand it.



diode84's Profile: http://forums.slimdevices.com/member.php?userid=68983
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

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