Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread Michael Herger

Is there an explanation why the access to the pCP repos is (or can be)
rather shaky.


You're using one of the big German cable providers?


Could it be related to a repo server capacity issue?


pCP is using Cloudflare, one of (if not the) biggest CDNs. Why this 
repeatedly causes issue I don't know.


--

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread soundcheck


Hi there.

Is there an explanation why the access to the pCP repos is (or can be)
rather shaky.

Last night I didn't manage to get several packages downloaded
error-less. 
I tried several times. I didn't managed once.

It also happened earlier on that errors/warnings occurred when running
tce-load. 

Debian, Fedora etc. do not have such issues.

Could it be related to a repo server capacity issue?

Thx.



:::'  my blog  - latest: \"The Audio Streaming Series - introducing pCP
Toolbox\"  ' (http://soundcheck-audio.blogspot.com):::

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
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 6.x.x - Bluetooth

2021-02-02 Thread 16-years-late


tparvais wrote: 
> 
> As I changed my smartphone from IOS =>Android Galaxy, no Airplay
> possible anymore.
> any idea to debug ? 
> 
> Thomas
> 
Alternatively there is an app called "AirMusic - stream your music!" for
Android. Unfortunately it needs a rooted system or Android 10+.



16-years-late's Profile: http://forums.slimdevices.com/member.php?userid=71344
View this thread: http://forums.slimdevices.com/showthread.php?t=111972

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread pputzer


I can't seem to enable a VU meter anymore - the option is simply not
there to select in "Now playing". Is there anything to check via the
command line? Maybe some package is missing? Via the web interface,
everything's supposed to be OK, but ...

(I'm using the Joggler skin, and I'm also controlling the local player.)



pputzer's Profile: http://forums.slimdevices.com/member.php?userid=36842
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] Getting HDMI CEC to work on pCP 7.0

2021-02-02 Thread ralphy


The SDL-1.2.15 source in the squeezeplay repository has many changes to
the keyboard handlng for extended scan codes and key modifiers,
including for the multimedia keys, that a stock os sdl library won't
have.

See the 'patch file from jivelite'
(https://github.com/ralph-irving/jivelite/blob/master/patches/SDL-1.2.15.patch).

Note that these changes are for the fbcon (framebuffer) driver
SDL-1.2.15/src/video/fbcon/SDL_fbevents.c so if, for example, you're
using X windows then the windows multimedia key support and mapping is
handled by X instead.

If you look at SDL-1.2.15/include/SDL_keysym.h the scancodes are not
defined as they are in the upper case letter ascii range. so sdltest is
correct, SDL has no defined symbol for it.

ui-cmd: Rewind (0x48) 72
ui-cmd: Play (0x44) 68
ui-cmd: Fast forward (0x49) 73
ui-cmd: Pause (0x46) 70
ui-cmd: Stop (0x45) 69

The scancodes for the multimedia keys are much higher just above 320 if
you look towards the end of SDL_keysym.h.



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=113784

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


Re: [SlimDevices: Unix] Lost sound after upgrading to pCP 7

2021-02-02 Thread cfuttrup


Response from Orchard Audio is fast.

He said to try the RPi DAC - that doesn't change anything.

BTW, as something weird, when I SSH'ed into the player and ran alsamixer
- same as above. No controls. To me that seems very strange.
Could it be that the update somehow missed a certain library, which I
should just install manually?

I'm starting to look a bit wider for potential conflicts.
Would it be OK that I'm using LMS: Logitech Media Server Version: 8.0.0
- 1605166211

Best regards,
Claus



cfuttrup's Profile: http://forums.slimdevices.com/member.php?userid=32784
View this thread: http://forums.slimdevices.com/showthread.php?t=113799

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


Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-02-02 Thread Paul Webster


Running on Raspberry Pi OS 5.10 with my kernel.

Code:


  uname -a
  Linux raspberrypi 5.10.11-pwcec #3 Sun Jan 31 13:32:50 GMT 2021 armv6l 
GNU/Linux
  



In ran cec-ctl first and then did the same with your version of
sdltest.
First pair to show sdltest is working
This is using the TV remote up/right/down/left
cec-ctl

Code:


  Initial Event: State Change: PA: 2.0.0.0, LA mask: 0x0010
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Up (0x01)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Right (0x04)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Down (0x02)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_POLL
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Left (0x03)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  



sdltest

Code:


  Press:- Scancode: 0x67, Name: up, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x67, Name: up
  Modifers: None
  Press:- Scancode: 0x6A, Name: right, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x6A, Name: right
  Modifers: None
  Press:- Scancode: 0x6C, Name: down, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x6C, Name: down
  Modifers: None
  Press:- Scancode: 0x69, Name: left, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x69, Name: left
  Modifers: None
  



Now the media transport keys
cec-ctl

Code:


  Initial Event: State Change: PA: 2.0.0.0, LA mask: 0x0010
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_POLL
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Rewind (0x48)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Play (0x44)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Fast forward (0x49)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Pause (0x46)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_PRESSED 
(0x44):
ui-cmd: Stop (0x45)
  Received from TV to Playback Device 1 (0 to 4): CEC_MSG_USER_CONTROL_RELEASED 
(0x45)
  



sdltest

Code:


  Press:- Scancode: 0x00, Name: unknown key, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x00, Name: unknown key
  Modifers: None
  Press:- Scancode: 0x00, Name: unknown key, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x00, Name: unknown key
  Modifers: None
  Press:- Scancode: 0x00, Name: unknown key, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x00, Name: unknown key
  Modifers: None
  Press:- Scancode: 0x00, Name: unknown key, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x00, Name: unknown key
  Modifers: None
  Press:- Scancode: 0x00, Name: unknown key, Unicode: ? (0x)
  Modifers: None
  Release:- Scancode: 0x00, Name: unknown key
  Modifers: None
  



Could it be something as simple as ensuring that SDL built to support
media controls (Windows Media Remote)?



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=113784

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread paul-


perhaps just lucky then, I didn't see user processes running on cpu 0.  
But you are right, it drops 0 from the isolated list.   I'll remove it
from the choices.



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] Lost sound after upgrading to pCP 7

2021-02-02 Thread cfuttrup


Hi Paul (both)

Thank you for your help and tips. My first step will be to contact the
developer and hear if he is maintaining the driver.

It's a bitch to get the SD-card out of the assembled player, I need to
disassemble the whole thing. If I do, then I'd probably revert to
piCorePlayer 6.1 and see if it still works.

Right now I'm saved by the old SB Touch, a fellow 'squeezer' in the
neighborhood gave me his powersupply for free (thank you Rolf Inge).

Cheers,
Claus



cfuttrup's Profile: http://forums.slimdevices.com/member.php?userid=32784
View this thread: http://forums.slimdevices.com/showthread.php?t=113799

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


Re: [SlimDevices: Unix] Audiophonics PI SPC-II Power Management module on PiCorePlayer 6.1.0

2021-02-02 Thread hexxx


Hi, thanks for the fast answer but it is already installed and nothing
happens

33223

I don't know what can be :s


+---+
|Filename: Captura2.JPG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33223|
+---+


hexxx's Profile: http://forums.slimdevices.com/member.php?userid=71339
View this thread: http://forums.slimdevices.com/showthread.php?t=112983

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread slartibartfast


paul- wrote: 
> It appears that only the pi4 that doesn't honor that.  It worked fine on
> a pi3.I don't think isolation of CPU0 works on a Pi3 anymore either.

Sent from my Pixel 3a using Tapatalk





slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
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] Audiophonics PI SPC-II Power Management module on PiCorePlayer 6.1.0

2021-02-02 Thread paul-


It's right on the screenshot what you need to do.   Install the Monitor



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=112983

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread paul-


soundcheck wrote: 
> Hi.
> While Paul is looking into it, since we know now that CPU0 can't be
> used, pCP should prevent from configuring it.

It appears that only the pi4 that doesn't honor that.  It worked fine on
a pi3.



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] piCorePlayer v7.0.0: network disk mount -- retry settings not working

2021-02-02 Thread paul-


chrober wrote: 
> Hello,
> However, I do not get this waiting/retry mechanism to work. During the
> pCP boot phase I see console outputs telling me it attempts to mount the
> network share for three times with a 10 second waiting period in
> between. That's it. Whatever value I set for "Maximum wait for remote
> network at boot." (e.g. 300 seconds), I do not recognize any attempts to
> mount the network share.
> 

Please show me the boot log.



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=113837

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


Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-02-02 Thread ralphy


Paul Webster wrote: 
> To do it on a pCP box I think I would also need an updated kernel with
> the HDMI-CEC things turned on.
> 
> I can try it on a regular Raspberry Pi OS system by unpicking the
> squeezelite-dev tcz I expect.

The 32bit extension should work but the 64bit one might be using a newer
libc than raspos.  If so, you can clone my 'squeezeplay repository'
(https://github.com/ralph-irving/squeezeplay) and use the
Makefile.picoreplayer to build.  Then extract the tarball from the build
folder into /opt/squeezeplay.

You'll likely need to install patchelf and a few other dependencies. 
Let me know if you run into any problems.



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=113784

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


Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-02-02 Thread Paul Webster


To do it on a pCP box I think I would also need an updated kernel with
the HDMI-CEC things turned on.

I can try it on a regular Raspberry Pi OS system by unpicking the
squeezelite-dev tcz I expect.



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=113784

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


Re: [SlimDevices: Unix] Getting HDMI CEC to work on pCP 7.0

2021-02-02 Thread ralphy


Paul Webster wrote: 
> I think the complete list is in
> drivers/media/rc/keymaps/rc-cec.c
> from kernel source
> (although I have installed a lot of stuff in diagnosing this so perhaps
> something else put it there - e.g. v4l-utils dev package.
> 
> If I run
> sudo cec-ctl --playback
> (once per boot)
> and then
> sudo cec-ctl --monitor
> and then use the remote then I can see the commands coming in - but what
> I have not 100% worked out is what SDL1.2 makes of it because I have not
> managed to get a tracing program showing the input to and output from
> SDL1.2
> 
> There are sure to be nuances - like powering up the RPi before the
> screen is turned on but I am confident that they can be worked through
> once we have a system that doesn't require kernel building etc to try
> things out.

I've attached a program sdltest.c that I've used to test and monitor sdl
keyboard and mouse/touchscreen events.  You'll likely need to modify it
for your propose, but it should be a start.

You need to install the pcp-squeezelite-dev.tcz extension to compile it
and run as root to get permissions to the framebuffer.


+---+
|Filename: sdltest.tar.gz   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33219|
+---+


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=113784

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


Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2021-02-02 Thread carsten_h

paul- wrote: 
> That TPlink unit mentions nothing of linux support.   Make sure the mfg
> says linux support.

Today I got the mentioned „Plugable USB Bluetooth 4.0 Low Energy Micro
Adapter“ adapter. After disabling internal Bluetooth and inserting the
adapter before the necessary boot it worked out of the box. Nothing to
configure. The headphone could be paired and worked much better than the
internal bluetooth before.
It is not as good as my iPhone 11 but acceptable.

Tomorrow the „LogiLink BT0015“ should arrive. Also I will get a USB
extension cable to see if this will be better. I will write here what
happens.



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=111972

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread IanHaynes


paul- wrote: 
> I didn't change anything in function.A damaged GPIO definitely
> possible, but likely it would  work or not work.
> 
> Can you change the GPIO to a different pin?

That seems to have been the issue. Having swapped the gpio-shutdown from
pin 17 to 27, it now works again. Why the pin 17 got damaged is a
puzzle, hopefully nothing to do with the PMM.

Thanks for the prompt to try this.



IAN

*Library*: Netgear NAS Duo
*Server*: RPi3 / PiCorePlayer with LMS 8.0
*Main System*: RPi2 / iQAudio DAC+ / PiCorePlayer
*Second System*: RPiZero / iQAudio DAC Zero / PiCorePlayer
*PC:* Squeezelite-X

IanHaynes's Profile: http://forums.slimdevices.com/member.php?userid=68595
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] Audiophonics PI SPC-II Power Management module on PiCorePlayer 6.1.0

2021-02-02 Thread hexxx


Hello, I am having the same problem trying to shutdown or poweroff RPI4
connected to the SPC-II

Currently is wired like this:

GPIO04 --> Boot ok
GPIO17 --> Shutdown
GPIO22 --> Soft SD

33217

When I press the pushbutton, nothing happens unless I keep it pressed
for 3+ seconds.

Is there a script that needs to be loaded?

can someone give some advise?

cheers


+---+
|Filename: poweroff_shutdown_ol.JPG |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33217|
+---+


hexxx's Profile: http://forums.slimdevices.com/member.php?userid=71339
View this thread: http://forums.slimdevices.com/showthread.php?t=112983

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2021-02-02 Thread carsten_h


chill wrote: 
> Ha - that's a coincidence.  I bought the same hub (but with three red
> power ports)

Interesting. :-)
I saw the one with three red ports also, but I don't need the two other
red ports.

chill wrote: 
> I haven't yet attempted to power the RPi from it

It is working even with two HDD on the other ports. The power adapter
seems to be good because the voltage doesn't drop under 5.1V what would
be a problem for the Pi.

The only difference in connecting the drives directly to the Pi is that
when shutting down the Pi the drives will still be running, as they are
still getting power from the hub. So they have to be switched off by
hand.



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=111787

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread Clausi


Grumpy Bob wrote: 
> I'm using a power off shim but with different GPIO assignments:
> 
> 33208
> 
> Works fine for me, I've also wired in a separate illuminated momentary
> switch on the case. This is with pCP 7.
> 
> Robert

I didn't use GPIO4 because Allo DigiOne seems to use it. Since that I
use GPIO27 instead and it was running correctly on piCorePlayer 6.1, as
mentioned.



Raspberry Pi 4B 2GB, Pimoroni On/Off Shim, Allo DigiOne, Khadas Tone
Board, Waveshare 5" Capacitive Touch Screen, Exsys USB 3.1 Hub all
together in one HTPC

Clausi's Profile: http://forums.slimdevices.com/member.php?userid=69940
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-02-02 Thread soundcheck


That seems to be a "taskset" issue. taskset is a program to assign
programs and threads to a CPU.

The pCP taskset seems to be broken currently. I'd stop playing around
with it until
Paul gives his go.



:::'  my blog  - latest: \"The Audio Streaming Series - introducing pCP
Toolbox\"  ' (http://soundcheck-audio.blogspot.com):::

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
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-02-02 Thread praganj


Hmm, this is interesting.
I isolated cpu 2 and 3 again on web gui, rebooted, than it was OK. Some
browser caching problem ?

tc@pCP12:~$ cat /sys/devices/system/cpu/isolated
2-3

but when i am restarting SL (SL on 2, SL output on 3), than i am getting
the same error

taskset: cannot determine NR_CPUS; aborting taskset: cannot determine
NR_CPUS; aborting taskset: cannot determine NR_CPUS; aborting 

this should give "3" at the ouput, not 255, or ?

tc@pCP12:~$ cat /sys/devices/system/cpu/kernel_max
255



praganj's Profile: http://forums.slimdevices.com/member.php?userid=41091
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 6.0.0

2021-02-02 Thread chill


carsten_h wrote: 
> 
> The main part is this USB 3.0 hub:
> https://www.amazon.de/gp/product/B07RL74YHZ
> 

Ha - that's a coincidence.  I bought the same hub (but with three red
power ports) a couple of weeks ago.
https://www.amazon.co.uk/gp/product/B07RQZ3741

I haven't yet attempted to power the RPi from it, but I can certainly
vouch for it's ability to power several disks.  I have my boot (flash)
drive in the top socket and a couple of 'spinning' hard disks in the
next two.  The on/off push-buttons next to the sockets are a nice touch
too.



chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2021-02-02 Thread carsten_h


Yes, exactly! And it works!



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=111787

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2021-02-02 Thread The Groundsman


That sounds pretty neat. 

So the hub acts as the common power supply for everything as well as
managing the data transfer between the Pi and the HDD



The Groundsman's Profile: http://forums.slimdevices.com/member.php?userid=70305
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-02-02 Thread soundcheck


Hi.

I just redid a "2,3" config on a pCP64-RPi4, ending up with 

cat /sys/devices/system/cpu/isolated
2-3

It looks OK to me.



I'd think Paul is in the process of getting the whole "taskset" business
under control. 
I guess he'll make sure that everything runs fine.

While Paul is looking into it, since we know now that CPU0 can't be
used, pCP should prevent from configuring it.



:::'  my blog  - latest: \"The Audio Streaming Series - introducing pCP
Toolbox\"  ' (http://soundcheck-audio.blogspot.com):::

soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
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-02-02 Thread praganj


But what about the CPU isolation in 64 bits version ? Yesterday i did
the fresh install of pCp 7 32 and 64 versions on PI4 with new FW. In the
32 bits version the cpu isolation works in 64 with absolutely the same
settings it is not working.

I isolated 2 and 3 and checked the isolation with:

cat /sys/devices/system/cpu/isolated
3

it is only 3 ??? where is 2 ?


I am getting this error when i am isolating cpu 2,3 and trying to run SL
on 2 and SL output on 3.
Strange


+---+
|Filename: sl23.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=33209|
+---+


praganj's Profile: http://forums.slimdevices.com/member.php?userid=41091
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


[SlimDevices: Unix] piCorePlayer v7.0.0: network disk mount -- retry settings not working

2021-02-02 Thread chrober


Hello,

in the "LMS" config section of piCorePlayer v7.0.0 there is a
possibility to define mount points for network shares.
This gives me a possibility to define the "Maximum wait for remote
network at boot."
The descrption of this config property says:
> During a reboot, pCP will keep retrying to mount network drives for this
> amount of time. This should be set long enough for the remote system to
> reboot during a power on event. Retries will be done in 10second
> intervals.

However, I do not get this waiting/retry mechanism to work. During the
pCP boot phase I see console outputs telling me it attempts to mount the
network share for three times with a 10 second waiting period in
between. That's it. Whatever value I set for "Maximum wait for remote
network at boot." (e.g. 300 seconds), I do not recognize any attempts to
mount the network share.

Is this is bug?
Am I doing something wrong?

Cheers, Christoph



chrober's Profile: http://forums.slimdevices.com/member.php?userid=68912
View this thread: http://forums.slimdevices.com/showthread.php?t=113837

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


Re: [SlimDevices: Unix] piCorePlayer 6.x.x - Bluetooth

2021-02-02 Thread PJ1


Hello,

i'm trying to use my picoreplayer (RPI Z WH with Hifiberry AMP2) as
bluetooth player with KODI.
I tried already my PC, my android phone and a tv-box with coreelec.

the devices are connecting correctly but there will be no sound. 
is there any solution? am i forgetting something?

bluetooth log

02-02 08:58 CET DEBUGA2DP devices found A2DP-sink.
02-02 08:58 CET INFO Found a2dp sink 43:35:B0:07:1F:AC connected.
02-02 08:58 CET INFO No bluealsa-aplay process for device
43:35:B0:07:1F:AC.  Starting..
02-02 08:58 CET DEBUG   pCP OUTPUT="hw:CARD=sndrpihifiberry"
02-02 08:58 CET DEBUG   LMS server IP:""
02-02 08:58 CET DEBUG   pCP ALSAVOLUME=""
02-02 08:58 CET DEBUG   pCP Card Conf:"hifi_dac+.conf"
02-02 08:58 CET DEBUG   pCP SSET="Digital"
02-02 08:58 CET INFOStarting player:"CoreELEC" bluetooth, alsa
device:"hw:CARD=sndrpihifiberry", volume:"Digital".
02-02 08:58 CET INFO Starting connection signal handlers.


thanks



PJ1's Profile: http://forums.slimdevices.com/member.php?userid=71338
View this thread: http://forums.slimdevices.com/showthread.php?t=111972

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