Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-05-24 Thread M-H


gegen wrote: 
> 
> Did you ever get your Cirrus Audio card working with piCore 7?
> 

Man in a van wrote: 
> 
> No, I had no response from anyone, so ...
> 

Hi Ronnie and Gegen

I too tried and failed to get my Cirrus Logic Audio Card working wit
PCP7 ( standard  32 bit ).
I started with a clean 7.0 image and traced my steps with a 6.1 image.
And I can confim 7.0 does break support for this card and 6.1 is 
So I need to trace what is not working now.
For the moment it seems it does not load the modules that make alsa
recognize the card, And I have to investigate it further, and remember
what we did before to get it up and running. "aplay -l" does not list
any additional cards
So whoever does own that harware and wants to help, please do.
@ paul, Perhaps you can help and think if something could be out of
order in the repository ? 
And what steps I can do to get any missing info out into the open.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
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] Wireguard in PCP

2020-04-21 Thread M-H


Paul Webster wrote: 
> (quick bit of thread hijacking since it relates to the above I think)
> Could you look at enabling HDMI CEC as it is in Linux kernel nowadays?
> See
> https://forums.slimdevices.com/showthread.php?111787-ANNOUNCE-piCorePlayer-6-0-0=970826=1#post970826

:-) no worries, kernel development , exploring options, etc

paul- wrote: 
> The kernel modules have to be compiled 64bit for a pi4..we don't
> offer a 64bit compiler on pCP.
> I'm in the process of testing kernels for the move to 5.4.y.  I'll just
> pull the modules in-tree and build them.

paul- ,

you are assuming 64 bit , but 32 bit only would suffice for a test. just
to see if it can be stable with the filesystem in ram like tiny core.
But indeed wireguard is coming to new kernels , so that is a path too.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111982

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


Re: [SlimDevices: Unix] Adding an USB 3/4G dongle to PiCorePlayer how to?

2020-04-15 Thread M-H


Hi Doggod,

Adding a 3g connection might be possible but it might alsa bring you
into other troubles.
PCP isn't just 'a linux computer' , PCP is based on core, or tinycore,
or picore. These are linux distros specifically tailored to be very
small and able to run without a regular harddisk.
With everything running in ram, it is ideal for a task like an
audioplayer on a pi, but is less aimed at supporting every hardware. 
read at tinycorelinux.net

Also PCP isn't developed to be very secure, so if connected to the
internet directly , you need to know what you are doing and probably
want to maintain a firewall to block quite a lot.

I would suggest to use an other way to connect to the internet, like
modem/routers provided by ISP's and a home LAN.
If the 3g option is your only option, perhaps take a look at openwrt,
and use your pi as router in a more supported way.

But still, if you really want it , it might be possible, and do not let
me discourage you .
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=112019

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


Re: [SlimDevices: Unix] Wireguard in PCP

2020-04-15 Thread M-H


So would a 32  bit version be much easier to compile ?

If I undestand  correct, The modules do not need to be compiled in the
kernel, and 32bit userspace programs can even run with the 64bit kernel.
(https://www.wireguard.com/compilation/)
But correct me and explain, if needed. I am not into developping
software

Anyway it is a test first of all, so if it needs to run on a pi 2 or
less and proves to be functional, we can decide on improvements later
on.
In the meantime I have started a test with a regular linux distro to
host a secured LMS.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111982

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


Re: [SlimDevices: Unix] Wireguard in PCP

2020-04-11 Thread M-H


indeed in kernel is probably going to take quite some time, but would it
be feaseble to generate a userspace version like ubuntu, andoid and
windows are using now ?



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111982

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


[SlimDevices: Unix] Wireguard in PCP

2020-04-11 Thread M-H


Recently I experimented with wireguard, and found it to be quite simple
to get woking and it is a lean VPN.
As PCP isn't built for security , a VPN could be a safe way to connect
to your PCP setup from hostile networks.

Searching for wireguard in this and the core forums makes me believe it
isn't been discussed jet.
Has anyone tried it and can post the results,
Or can anyone help me to get a compatible binary for PCP ?

I do not compile myself, but there are quite a lot of supported versions
already : https://www.wireguard.com/install/
and wireguard made it into the kernel.
https://itsfoss.com/linux-kernel-5-6/
So I assume it is not impossible or extra difficult to get it working
with pcp.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111982

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


Re: [SlimDevices: Unix] USB disks not remounted on a software reboot

2020-03-25 Thread M-H


M-H wrote: 
> 
> It might be like pointed out 'here '
> (www.raspberrypi.org/forums/viewtopic.php?t=245931)

I had a FEW disks not working OKE  with UAS , 
and by disabeling UAS in the new xHCI driver ( default  with Pi 4 and
USB3 disks ) I got my disks to perform more reliably.

In fact it were not my disks that acted up , but the USB3 to SATA
controllers in the casings I bought to re-use the old laptop disks.

So if you think your USB storage is faulty using a pi4 , please check
https://www.raspberrypi.org/forums/viewtopic.php?t=245931
and use them again without UAS

In PCP use this recipe, 

CLI:  
m1
vi /mnt/mmcblk0p1/cmdline.txt
add the correct string to the existing ONE line.
save file ( Shift +zz )
pcp br , to backup and reboot
reconnect CLI
dmesg | grep Quirk  , to verify the workaround is enabled for your
disks.

Good luck and share relevant info 
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111858

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


Re: [SlimDevices: Unix] USB disks not remounted on a software reboot

2020-03-22 Thread M-H


apparently I was too eager to exclude HW ussues.

from dmesg:

Code:

[   57.835410] Finished piCorePlayer v6.0.0 startup.
  [   70.502758] usb 2-1.2: reset SuperSpeed Gen 1 USB device number 3 using 
xhci_hcd
  [  115.882697] usb 2-1.2: reset SuperSpeed Gen 1 USB device number 3 using 
xhci_hcd
  [  115.911043] sd 0:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 
driverbyte=0x00
  [  115.911060] sd 0:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 04 c1 08 00 00 
00 20 00
  [  115.911071] print_req_error: I/O error, dev sdb, sector 79759360
  [  165.694796] usb 2-1.2: reset SuperSpeed Gen 1 USB device number 3 using 
xhci_hcd
  [  199.146758] usb 2-1.2: reset SuperSpeed Gen 1 USB device number 3 using 
xhci_hcd
  [  199.174867] sd 0:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 
driverbyte=0x00
  [  199.174891] sd 0:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 0a e4 48 00 00 
00 20 00
  [  199.174906] print_req_error: I/O error, dev sdb, sector 18273280

0

It might be like pointed out here
'https://www.raspberrypi.org/forums/viewtopic.php?t=245931' ( at
Raspberrypi dot org)



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111858

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


[SlimDevices: Unix] USB disks not remounted on a software reboot

2020-03-22 Thread M-H


I am preparing my new LMS server using a :
Pi4 ( 4 GB) , PCP6.0 fresh install, new powered USB3 hub, 2 or possibly
more usb3 disks
And after some powercable and powersupplyunit problems I have a stable
HW platform, Copied a few hundred gig with no visible issue.
And although the disks are always auto-mounted on a power-up boot,  I do
not get the disks to mount on a software reboot.

Before the powered hub, I could not get 2 disks to work reliably though
the pi. But with only one disk a reboot was not an issue.

Is this issue something that has to do with PCP ? Or is this common with
powered hubs ?
It seems the disks are not reset, but i am not sure this is true and how
I can determine it.
Suggestions and solutions are welcome.

( Perhaps I should boot and reboot another linux distro to see if this
is HW or PCP related. )

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111858

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


Re: [SlimDevices: Unix] Raspberry Pi w/screen as dedicated controller?

2020-03-13 Thread M-H


Shart wrote: 
> 
> I'm not sure which way to go or if someone has another suggestion? 

For a hole in the wall cabinet I would suggest connectors that can be
screwed on, as soldering in place is difficult and possibly dangerous.
Connectors i.s.o  the displayed screw terminal blocks,  would alow you
to more easily disconnect the whole and debug an issue on a bench.
Since you already have 2 sets, standardize and document the pinlayout so
you can swap them around without frying a pi.


Whitout endorsing any single seller or online mall, take a look at these
to see what I would use:
https://nl.aliexpress.com/item/490445972.html?spm=a2g0o.productlist.0.0.781c3dc4ETvPo8_pvid=1b88a38e-e125-4e32-94a9-a0d94e41c8e9_expid=1b88a38e-e125-4e32-94a9-a0d94e41c8e9-5=0b0a0ac215841208386696526e34a8_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111660

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


Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-11 Thread M-H


paul- wrote: 
> We just maintain a board revision table.  Its mainly for board
> diagnostics and a few functions rely on knowing the board.  We could
> read it all from device tree, but the table is just easier to manage.

Perfectly understandable.
To my best knowledge : 
- nothing has changed that will influence pcp running or booting on a
Pi4
- it is only the ability to power the rpi4 from pd compliant power
sources ( apple chargers , notebooks )
i.o.w. the fix for the known power issue that was introduced with the
rpi4

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

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

2020-03-10 Thread M-H


paul- wrote: 
> 
>  Includes support for RPi4B boards, including new v1.2 boards.
> 

Congratulations on this new version !
Without surprise al my players had the flawless insitu upgrade to the
new version , like you planned it to be ( except that tiny one :-) )

One question though, you specifically mention the 1.2 revision, so I got
curious i did a long readup on this version  through ,
Warning lots of less technical discussions in -> (
https://www.raspberrypi.org/forums/viewtopic.php?f=63=256646=e1308269bad59d07d7439ad4a4d11983=325
)

What did piCore or the piCoreplayer team do to get this board revision
supported ?

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
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] Pimoroni Hyperpixel4 - pCP integration

2020-03-06 Thread M-H


paul- wrote: 
> 
> Cons:
> >   >   > 
  - This literally uses most of the GPIO header for the graphic
  > connection.  The connection is direct to the rpi GPU.  It runs the
  > GPIO in dpi mode.  The only Free GPIO are 18 and 26
  - This means you cannot use a i2S Hat board for sound, but Rpi
  > Onboard sound or USB based sound works just fine.
  > > > 
> 

paul- 
It does seem like a nice display, however if it really does need all
pins to communicate  that pixel depth and frame rate it might be more
suited for games and ( video) mediacenters than a music player.
Perhaps you can find a way to setup the communication with fewer pins,
and free up the I2S pins for a dac.
Personally I would rather use the HDMI-out of a pi to drive HQ displays
than to use USB for a DAC.
But I wil certainly look forward to your posts regarding  this display.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111773

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


Re: [SlimDevices: Unix] Picore and HifiBerry DAC+

2020-02-27 Thread M-H


Peter2 wrote: 
> 
> So I cleaned the 40 pins connector and the 40 pins of the DAC with
> alcohol 
> 

Hi Peter,
I've never experienced that cleaning alcohol is needed on new hardware
and relative clean connectors like a pi uses in house.
But the scraping of the pins when inserting and extracting connectors
does help.
'Popping connectors' a few times is a wel known fix when debugging
computer hardware problems.
Especially when using old stuff.

Another mistake I once made was to  put the hat on wrong , with just 1
row of pins.
Obviously reconnecting it again ( correct ) helped a lot.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111728

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


Re: [SlimDevices: Unix] PiCorePlayer DAC/amp basics question

2020-02-25 Thread M-H


MohnJadden wrote: 
> ... outputting to RCA via a 3.5mm male to RCA male splitter.  The volume
> is really low, even if I pump the soundbar volume to max.  For whatever
> reason, the volume, bass, and treble controls on the receiver don't work
> - welcome to the wonderful world of thrift store audio.  
> 

The pi 3 should be able to output at reasonable levels for a line
output.
The sound quality is much debated and criticised, but might be OK to
you, depending on music type and setup.
And sound quality is best at about 90-97% of the max volume of the pi.
And if you can control the soundbar for volume, it will give you quite a
reasonable sound at reduced volumes.

To minimise cost, first verify the setup to your soundbar and its
converter.
Output from your receiver , a pi and a mobile phone should all be
reasonably enough for the set.
Perhaps you linked your pi though the receiver , and the receiver is
reducing the output ? Eliminate it in your tests.
And verify the volume of your pi output in the software ( lms WEB
interface ),  and use different audio files, as these can differ quite a
lot too. 
overall bad connections can give a low volume too. Check cables till you
know they are OKE.

You could do without a DAC. However a dac does not need to be expensive,
google pcm5102 on you favourite electronics market, and you should be
able to get one below 10 Euro easy. ( a minimalistic one is available
from 3 Euro,  a ready to plug dac on a HAT about 20 euro's
With a dac, sound quality at low levels is noticeably beter than the
software dac in the pi. 
This enables you to reduce volume of the pi, and do not need to grab a
remote IR controller for that.

Good luck, M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111725

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


Re: [SlimDevices: Unix] PiCore Player and gpio-poweroff / gpio-shutdown overlays

2020-02-25 Thread M-H


Rnee wrote: 
> I did.
> 
> Could the button that I've used be a problem?
> It's a reset button from a desktop, so not a sticky contact - or how you
> call that.

This is called a  'momentary switch'
(https://www.tech-faq.com/momentary-switch.html) and is indeed the right
way to make a short connection.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=109270

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


Re: [SlimDevices: Unix] Raspberry Pi w/screen as dedicated controller?

2020-02-14 Thread M-H


Shart wrote: 
> Thank you. 
> 
> Just ordered 7" Rasberry Pi touch screen kit today. Might go find a used
> monitor to satisfy my impatience.

Shart,

If you can work with a stationary controller, take a look at 'rasptouch'
.
I needed something that looked good enough to allow my hobby to enter
the living room
I bought the case only and put in my own RPI 7" display, pi and dac, to
keep cost down.
If you do not connect it to an amp, you do not really need a dac and its
wire.
I do use it as my LMS, so found I had to wire it to the network to
reliable feed multiple players.
But if used as controller only, or using the local squeezelite player ,
wifi is sufficient in most cases.

As a portable controller we use squeezer on phones and tablets in
parallel,  I think it is close enough to jivelite to get it in minutes.
And the 'we' does indeed indicate the less tech savvy members of my
family do use it too without difficulties.

Recently I worked with a pizero-w and a 1.5 inch screen powered from a
powerbank.
And it got me thinking that a portable pi and screen combo could do as a
controller too.
however, an attractive casing for such a set set including batteries is
not an of the shelf product .
But I find it very comfortable to use dedicated hardware buttons , and
it could double up as headphone player.

Let us know what you decide.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111660

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


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

2020-02-13 Thread M-H


paul- wrote: 
> I don't think a new image will fit.   Default images are 64MB boot, 64MB
> user.  And that is real MB, and the card is probably 128 MegaBits.

Indeed, the card is just a bit less than 128MB.
I will try and fiddle with partition sizes, and see if it can fit a
basic player setup
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-02-11 Thread M-H


I have an old 128 MB sd-card that still holds pcp 4.00 on an a daily
running player.
As an experiment  I tried to install pcp 6B9 on it .
Unfortunately the image is just a bit to big. And the insitu upgrade
fails at the untar.
Quite obviously a space issue, and not an error that needs a fix.
But I am sad that this card has reached its limits.  Progress has its
price.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-02-09 Thread M-H


in PCP 6b9  page /cgi-bin/minor_update.cgi?ACTION+value%3D= ( after a
minor update check ) does not have a return button or auto timer.
I have seen some inconsistencies on these return timers and buttons
before , but never reported as they are minor and not interfering with
functionality.
But I remember you were looking to round up development on this release
6.0, 
So perhaps this is the moment to collect and report such things.

My proposal would be to never auto reload such pages, of have the option
to freeze the timer, As I try to read all the windows and scan for error
messages , and then 7 seconds is to fast of you see something
interesting. But present a manual return button to indicate the page is
no longer updated with emerging info.

BTW many THANKS for all the new versions.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-02-02 Thread M-H


OKE Chill, here is the Dutch input:

# SLT: QVGA refers to the "quarter VGA" resolution of the display
EN  QVGA 240x240 Square Skin
#   NL  QVGA Landscape-skin
NL  QVGA 240-Vierkant-skin

LABEL_ADJUST_BRIGHTNESS_GENERIC

#   EN  Backlight Brightness:
EN  Brightness:
#   NL  Helderheid:
NL  Helderheid:

LABEL_ADJUST_BRIGHTNESS_WHEN_OFF_GENERIC
#   EN  Backlight Brightness when Powered Off:
EN  'Off' Brightness:
#   NL  Helderheid wanneer de speler uit staat:
NL  Helderheid bij 'uit':

HELP_TEXT_ADJUST_BRIGHTNESS_GENERIC
#   EN  \nAdjusting backlight brightness works only on PCB v1.1 
displays.
Older revisions toggle between backlight off (0-127) and backlight on
(128-255).\n\nPress (volume) up\down to change the brightness level or
press the 0..9 keys to set the level to a percentage of the maximum
value (0 = 100%, 1 = 10%, 2 = 20%, ...). Press home to exit.
EN  \nPress up or down to change the brightness level or press the 
0..9
keys to set the level in 10% increments.\nPress HOME or ESC to exit.
#   NL  \nDruk op (volume) hoger/lager om de helderheid aan te passen of
gebruik de 0..9 toetsen om percentuele aanpassingen te maken (0 = 100%,
1 = 10%, 2 = 20%, ...). Druk op home om terug te keren.
NL  \nGebruik [volume] voor helderheid aanpassing. Gebruik toetsen  
0..9
voor ( 1 = 10%, 2 = 20%, ..., 0 = 100%). [home]of[esc] voor einde.

HELP_TEXT_ADJUST_BRIGHTNESS_WHEN_OFF_GENERIC
#   EN  \nAdjust backlight brightness when player is powered off (no 
visual
feedback!). \n\nPress (volume) up/down to change the brightness level or
press the 0..9 keys to set the level to a percentage of the maximum
value (0 = 100%, 1 = 10%, 2 = 20%, ...). Press home to exit.
EN  \nPress up or down to change (no visual feedback!)\nor press 
0..9
keys to set the level in 10% increments.\nPress HOME or ESC to exit.
#   NL  \nAanpassen van de helderheid wanneer de speler uit staat (geen
visuele terugkoppeling!). \n\nDruk op (volume) hoger/lager om de
helderheid aan te passen of gebruik de 0..9 toetsen om percentuele
aanpassingen te maken (0 = 100%, 1 = 10%, 2 = 20%, ...). Druk op home om
terug te keren.
NL  \nGebruik [volume] voor helderheid aanpassing. Gebruik toetsen  
0..9
voor ( 1 = 10%, 2 = 20%, ..., 0 = 100%). [home]of[esc] voor einde.



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-02-02 Thread M-H


chill wrote: 
>  I'm no linguist, so I'm hoping I can use the skills of the good people
> on this forum to 'crowd source' some translations.
> 
Hi CHill, I will volunteer for Dutch translations and shorter versions
in general
( I can help with German too, until we get a better native speaker. If
really needed some French )

Regarding 'landscape-skin'  isn't it now a square skin ? so take out all
references to landscape and or horizontal etc?

Can you show me how to install and experiment with your current half
complete Jivelite skin ?
Then I can use it , and see the limitations and results of edits I
make.
I have not dissected jivelite before, but have average linux and vi
skills.

Regards, M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-02-02 Thread M-H


chill wrote: 
> I'm embarrassed to say ... 

:-) do not , pcp is in constant development thanks to some hardworking
people in this scene. So there are features you might not know/need
completely developed somewhere in the menu's.
.
chill wrote: 
> 
> I tried this Pirate Audio 3W amp board with an old door speaker
> (salvaged from a previous vehicle), and even with no 'enclosure', i.e.
> with the speaker free standing on my table top, I was able to use the
> mixer to get an acceptable sound from it, with plenty of volume.  So
> this is certainly an option for my camper van installation.
Indeed 4 Ohm car speakers were developed to work with a relative low
voltage swing of a 12 volt rail.
5 Volt digital amps have a maximum theoretical swing of 10 volts, so are
geared towards these 4 ohm speakers.

I am quite pleased with these small amps, easy efficient and enough for
lots of deployments.
But it might not be enough sound while driving you camper.
It helps to power them at the max voltage of 5,5 Volts with decent wires
and capacitor.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-02-01 Thread M-H


Chill wrote: 
> I clearly have some testing to do, but it looks as though this could be
> an issue with the HiFiBerry device? What output device are you using
> M-H?

I use the generic TI5102 driver, but let the installation of the
equaliser and the als modifications to the GIU scripts.
So do not install the .tzc yourself .
In the alsa configuration the device equal is created and the
squeezelite output is reconfigured to equal



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-30 Thread M-H


As there were multiple difference, I swapped out my /etc/asound.conf for
yours. And still I can use the equaliser.
What output device does your squeezelite use?

Code:

ps | grep squeezelite


M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-30 Thread M-H


I do spot a difference ,  in the pcm.pcpinput  part. Here is mine
/etc/asound.conf


Code:

# default - Generated by piCorePlayer
  pcm.!default {
  type plug
  slave.pcm "hw:0,0"
  }
  
  pcm.pcpinput {
  type plug
  slave.pcm "hw:1,0"
  }
  
  #---ALSA EQ Below
  ctl.equal {
  type equal;
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.plugequal {
  type equal;
  slave.pcm "plughw:1,0";
  controls "/home/tc/.alsaequal.bin"
  library "/usr/local/lib/ladspa/caps.so"
  }
  
  pcm.equal {
  type plug;
  slave.pcm plugequal;
  
  
  


M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-30 Thread M-H


chill wrote: 
> 'Test' doesn't change the sound.  If I then save and then backup and
> reboot, the equaliser settings survive the reboot but they don't make
> any difference to the sound.

I agree with Paul, it should work. I will get my set and test on the
proper speakers.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-29 Thread M-H


I have to learn more on SPI too but looking at  'this'
(https://pinout.xyz/pinout/spi)  the BMC 7/8 are for  SPI0 and there is
a full second set.
It looks like a chipselect, where 2 slaves can co-exist on the same
serial bus, and the SC directs which one is addressed.
The 1 you have set might be the address on the SPI0.

But also I'm a bit out of my depth here.  And if I am right on the
chipselect, technically it could double up to 4? displays ?
Perhaps the HW guru's of squeezeamp wil pass by and have some ideas on
this.

I just reread your older justboom tinyamp posts. How  does this pirate
audio 3w board compare to that amp on 5 volts ? ( use the same speakers
to make it an honest compare )

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-29 Thread M-H


I had the pi-zero-w running all day ploughing through a big  playlist


Code:

tc@pi-rate:~$ uptime
  22:44:08 up 19:41,  2 users,  load average: 1.82, 1.83, 1.81



Quite high I think,


Code:

Mem: 214856K used, 277352K free, 14092K shrd, 24140K buff, 87780K cached
  CPU: 14.8% usr  9.6% sys  0.0% nic 73.3% idle  0.0% io  0.0% irq  2.0% sirq
  Load average: 1.88 1.89 1.82 1/130 9194
  PID  PPID USER STAT   VSZ %VSZ CPU %CPU COMMAND
  2191 1 root S11356  2.3   0  9.1 pigpiod -t 0
  2136 1 root S35840  7.2   0  5.4 /usr/local/bin/squeezelite -n 
pi-rate -o hw:CARD=sndrpihifiberry -a 80 4  1 -v
  2591  2223 root S23748  4.8   0  4.1 /opt/jivelite/bin/jivelite
  9173 2 root IW   0  0.0   0  2.9 [kworker/0:2-eve]
  9185 2 root IW   0  0.0   0  2.2 [kworker/u2:0-br]



Not too much processor intensive

So it must be IO related . Perhaps the screen updates .
Anyone who can confirm and or explain ?

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-29 Thread M-H


chill wrote: 
> If you use BCM 24 for RST and BCM 25 for BL, it all fits into a neat 2x4
> block of pins.  T

Nice optimisation Chill,
For use in your camper your could do with a few buttons or rotary+push
controllers.

And just thinking out loud, There are 2 SPI controllers in the Pi, Would
the driver be able to drive 2 screens in parallel ?
And if technically possible, what use could made in jivelite ?  Myself I
am quite fond of the kolossos VU meters, One on each :-) ?

Regarding the script, and the risk of hanging forever;
You could start with PIGI=20
and deduct 1 each time you wait for an other iteration.
When it reaches 0 it will end, but perhaps with the wrong message.
So at PIGI=1 message 'waiting did not work out' deduct one more and
exit.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-28 Thread M-H


chill wrote: 
> Will this be robust?
> 

Thanks Chill.
I quickly grabbed my pi-zero and replaced the start of sbpd-script.sh,
and fired it up as superuser.
Succes first time !

So set the usercommand in the tweaks and rebooted .
And it worked right away.
So instead of going over the  'full rebuild'  it was just this tweak I
needed.

THANKS!  M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-28 Thread M-H


chill wrote: 
>   I have one of 'these' (https://www.amazon.co.uk/gp/product/B07MH93747)
> arriving today.  No buttons or audio, 

I had seen those too, and wondered why they would need so much wires?
SPI + power =
I haven't read up on the documentation, so I can't really tell.

And I found 'this one'
(https://www.aliexpress.com/item/32970035492.html?spm=a2g0s.9042311.0.0.78db4c4d0fRGyq)
interesting to get going as a user front for a musicbox. But it might
take another week or so.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-27 Thread M-H


Chill,
The modprobes at the right moment do help a lot. 
Not far in the boot process the output switches to the SPI display.
And the flashscreen is quite fast after that - Jivelite seems working
OKE

Paul-
The suggestion of *gpio=25=op,dh* in te config.txt does help.
Without it the right channel did output Left and Right at hal volume,
like it was in mono mode
But the Left channel did output left only, and with some crisp ticks at
loud volumes.
Still using the generic TI5102 driver though.

I did some reading on the used DAC+Damps they are the MAX98357A DAC /
amplifier chip.
Looking at the typical deployments it seems they are set into left or
right or mono mode with resistors.
If they divide voltage though or from an other signal.. GPIO 25, F.I.
Setting it is needed for proper operation.
We can build this into PCP-Gui, and have this config.txt part set when
choosing Pirate Audio boards.

Chill, Grumpy Bob, Yatsushiro and Paul- , 
please test with this , and report what results are detected , with what
board. ( headset, line-out, speakers-out or speaker-onboard )
I hope we can confirm there is just 1 setting for the whole range. As is
suggested from the Pimoroni examples on their website.

The buttons are next on my tasklist

Code:

tc@pi-rate:~$ sudo /home/tc/sbpd-script.sh &
  tc@pi-rate:~$ 2020-01-27 22:02:36 initMboxBlock: init mbox zaps failed
  Can't initialise pigpio library
  sbpd -v b,5,KEY:KEY_EQUAL,2,0,KEY:KEY_SPACE,250 
b,6,KEY:KEY_MINUS,2,0,KEY:KEY_Q,250 b,16,KEY:KEY_UP,2,0,KEY:KEY_RIGHT,250 
b,20,KEY:KEY_DOWN,2,0,KEY:KEY_ESC,250
  1580158957.1647 6 sbpd.c,307: Options parsing: Set verbose mode
  1580158957.1667 6 sbpd.c,496: Using builtin button configuration
  1580158957.1683 6 control.c,108: Adding Command PLAY: Fragment ["pause"]
  1580158957.1700 6 control.c,108: Adding Command VOL+: Fragment 
["button","volup"]
  1580158957.1741 6 control.c,108: Adding Command VOL-: Fragment 
["button","voldown"]
  1580158957.1743 6 control.c,108: Adding Command PREV: Fragment 
["button","rew"]
  1580158957.1743 6 control.c,108: Adding Command NEXT: Fragment 
["button","fwd"]
  1580158957.1744 6 control.c,108: Adding Command POWR: Fragment 
["button","power"]
  1580158957.1744 6 GPIO.c,312: Initializing GPIO
  1580158957.1799 3 sbpd.c,202: Could not connect to pigpiod. Is it running?



Perhaps it is time to flash the SD again, and use the latest.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-27 Thread M-H


chill wrote: 
> Excellent - thanks for the update.  Just M-H to hear from now!

Sorry,  had to fix a powerboard with smoke-signals ,  without power no
LMS to connect to :-( 
Just verified the version of my 3W board, no indication what soever.
Manually checked connections for button x and y they connect to BMC16
and 20 as per https://pinout.xyz/pinout/pirate_audio_3w_amp

I see I've missed quite a few post, good work team ! I will read them
now.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-26 Thread M-H


chill wrote: 
> I'm trying to understand the implications of this.  I found I had to add
> the '-t 0' option to pigpiod, to switch it to PWM mode, otherwise the
> sound did not work.  So by implication this board uses PCM for audio,
> and PWM for backlight control.  
Chill, let's eliminate the PWM by disabling the dimming feature, and
switch to an ON/Off mode or a while.
If we can get it stable without, we at least have got a clear indication
what is causing the issue.
The dimming is wonderful, but we can live without, especially in this
debugging period.
You might know it already, what does need to be altered ?

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-26 Thread M-H


chill wrote: 
> 
> I'm still often getting 'Analog' in the 'Audio output device settings'
> of the Squeezelite page.

I can second that. I saw that too. 

Now on the brand new zero-w with actually no real differences.
But the starting moment of "/home/tc/sbpd-script.sh" seems to have
impact.
It does interfere with jivelite being able to start a display.
So laving it from the tweak autostart lines, and manualy adding it on
the SSH CLI does help

With the new setup I can also see it blanks the HDMI output, when spi
display starts.

My rig is not 100% the same as Chill, So what Pi are you using ?
I can start an other SD and do *exact* the same. 
My steps always started with an empty netusb  file in the boot partition
to allow a hub/nic to add wired networking to the zero, and then I
manually configure the wifi and reboot without wired network.
So this does 'pollute' the setup with some extra modules, and it aso
does take up time testing during the next boot.



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-26 Thread M-H


chill wrote: 
> Strange, I'm not seeing that with either of the boards I have - both are
> outputting proper signal levels on both channels.
> 

Good to know,
I just figured out what the 2 driver like chips list , 


Code:

AKK
  NOT
  +



I have to google what it could be,  does not ring any bell to me.

I need to get going on that zero W for a proper test rig on a location
where I can also a console connected at the same time.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-26 Thread M-H


Paul Webster wrote: 
> To see if sluggishness is due to the machine running out of computing
> power you could run "top" from ssh session ("q" to quit "top") and take
> a look at the top few lines of the updating output to see if there are
> clues.

Not exact as from memory but;
top showed about 85 to 75 processor time free.
Usage = 11% squeezelitelite while playing + about 10 percent for SBPD
and or jivelite.
But since it is polling buttons and serially outputting an animated
screen, I though it to be somewhat normal for such a small processor.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-26 Thread M-H


chill wrote: 
> 
> There IS an apparent difference from the line out card, in that some of
> the pCP menus are more sluggish, especially the Sqeezelite page. 
> ...
> So maybe there is a hardware difference with this version of the card.
> .
> 
Hi Chill,
There is likely a bit of difference in the boards that needs attention
on the SW side.
With a bit more attention to the music rather than the working of
display and buttons, I found the 3W version does not output sound
properly using either the generic TI5102 and the HiFiBerry DAC
Zero/MiniAMP driver.
Left channel does output normally, however the right channel does output
at a lower level, and does output content for left channel too.
Is if the right channel is in mono mode and adding the 2 signals
together. I tested this with a few right-left test files.
I did verify the bottom side slide switch is in the stereo ( dual
speaker ) mode.
I do not know what DAC is used on this card , as I need microscopic
photography to read the chips. But it looks like they used 2 separate
driver chips, and perhaps 2 separate dacs built in to them. Perhaps the
HW switch needs software support in the driver. 
As I don't own an other pirate radio version, I can't verify much in
that range.
But I swapped to the Phat Beat in place ( same pi, same SD ) Then there
are no issue's and with both driver sets.

Your reported slowness on the display is observed too. About 60 seconds
into the first song, the display starts jivelite.

The observed instability is most likely a connection issue, They always
happen when I handled the set. But with working display and buttons I
saw the red WIFI icon appear in te lower right corner, and I still could
navigate to the settings-extra-picoreplayer-reboot command, and it
restored everything.
I will solder a header, and move to a zero W to get rid of the external
dongle, and issue ( hopefully )

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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 &


The CLI is available again.

However the pi with working buttons is not stable with its USB network
dongle.
It does loose its network connection . after some tome or x amount of
button presses.
So now I am leaving it run for a while, monitoring the network
availability and enjoying the music. 

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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 Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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 ( zero
1.2 on wireless dongle ) but ended in the display asking for the
language.
Then I rebooted a few times to see it did not repeat the previous odd
stuff.
Then created the button support script and its auto start from page 12 +
backup and reboot.
Unfortunately, no reaction to buttons, But when I added a usb hub and
KBD I could verify jivelite is working OKE.
Then I realised I forgot the 
"Install the pcp-sbpd.tcz extension."
So I did and backup and reboot ( backup was just extra,I know )

And then after the reboot the 'going down' messages were not replaced
with jivelite... (7 minutes and counting)

Hmm, What can pcp-sbpd.tcz do that stops the display ?

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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
> understanding what the problem is. I'd like to get it working, as it was
> very nice!
> 
> Robert
I had the same illuminated black screen, and thus wondered if I could
see illumination variances from the pin 13 settings.
But I did start over on a new sd. So will test the new tcz in a few
minutes.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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 thin and somewhat flexible, you could cover it .
But use long slits  to allow it to flex.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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 .
It still plays sound nicely, and network is OK but no screen anymore.
I sure hope the broken thing is software, else it would be a very short
experiment:eek:
Lets start with a cup of coffee and a fresh SD-image 

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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
( If someone knows what the differences are , please enlighten me. )

MH



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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!

With jivelite working it opens up the use of these kind of displays on
other project too. 
Like squeezeamp; I just verified they have a spare SPI.
I wonder how long it will take them to show pictures like you presented.
;-)

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-23 Thread M-H


chill wrote: 
> 
> I think I favour the second approach, because the first isn't foolproof,
> and would need further editing to support other displays.

Hi Chill, The second approach does seem better to me too , as it would
be easier to maintain in the future.

And thinking of future support, we might want to think about a file
describing all options a particular display can have, so supporting
software can find the values. When hardware is auto-detectable, Init
scripts might fill in these details. With less sophisticated hardware,
users can write these files, and support forums can provide examples.
Such files should also be expandable to accommodate features we do not
know about , like controllable backlight or touch control.

I am sure this is not a new concept I come up with, so users at this
forum who do know about open software development, can suggest what
existing techniques are out there, and how such could fit jivelite and
or piCorePlayer .

BTW another piece of HW info :
https://pinout.xyz/pinout/pirate_audio_3w_amp
It does not list how backlight is managed ( 0, pwm, 1 ) , how the amp is
enabled ( 0 or 1 ) and how this relates to the versions without an amp,
but is is a start for open documentation. And the github info has not
been explored jet.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-22 Thread M-H


carsten_h wrote: 
>  only 700 musicfiles to see if there is a difference between hfs+ and
> ExFAT. But both are slow.

I would choose ext4, and it might be a bit faster as it is linux native,
But is will not explain the difference you seem to experience.

you could time some disk copy actions to do a rough examination of disk
throughput.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-01-22 Thread M-H


ralphy wrote: 
>  with jivelite on my desktop,  YMMV.

Haha..  not really a solution for my usecase .. ( bed-side )

But the touch controller on the mini screen might be daunting anyway; 
Imagine someone waking up with a slightly to loud alarm playlist that
has to find his glasses, then the touch pen, and then the volume
slider.
So I recon the hard buttons will be much more useful in those first
seconds of my personal boot sequence.
But YMMVT, everyone has its own preference. :-)

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


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

2020-01-22 Thread M-H


carsten_h wrote: 
> Hmm. A possibility. I am using the original Pi USB-C power adapter.
> Can I see that there is a power issue without a screen? On the Pi 3 I
> have a 7" display attached but I want to run the Pi 4 headless.
> 
I had a true 5 amp power supply at 5.1 volt connected through a sturdy
adapter to the USB-c , and still issues with the usb disks !
And I had to revert to a powered hub. That stabilised the HD power and
thus USB connection, but also degraded it to usb2.
Waiting for a powered USB3 hub now.

In other instances my SHORT Dupont wires connected to the GPIO pins had
to much resistance, and I lost 0,23 volts on that without realising it
in time.

Power shortages or brown-outs can be seen with the HDMI screen
connected, as a lightning bold in the top right ( or find a red
thermometer )
I now regularly measure the voltage from the USB ports with a
multimeter, as I created the right adapter cable.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-01-22 Thread M-H


Man in a van wrote: 
> It's v3
> 
> https://www.audiophonics.fr/en/blog-diy-audio/19-audiophonics-i-sabre-dac-the-different-generations-of-dac-for-raspberry-pi.html

Thanks, 
I see they started to integrate the power control into the DAC board. 
I have an early Rasptouch case, without their DAC , and thus a separate
powerboard with the LDO to power my pi.
If I remember it correctly , it has an output to signal the pi to start
a powerdown sequence , and an input to sense when the pi is done with
all that.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-01-22 Thread M-H


carsten_h wrote: 
> Can someone imagine why the Pi 4 is so slow here?
First thought a power issue preventing your USB stick to work properly.

I know it is something not all of us want to admit, but power shortage 
it is really a very common cause for ill working pi stuff, especially on
the USB side.
( been there twice :-( )

carsten_h wrote: 
> Another question is if it is possible to disable Squeezelite in a LMS
> only installation?
Try the gui: Tweak page , Audio tweaks paragraph, Squeezelite auto start
( yes/no )
It isn't a disable as in uninstall, but if it doesn't start you can't
find it in your LMS or on the network.



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2020-01-22 Thread M-H


Great work Chill !
I am jealous and still waiting for my pirate audio board.
But I am happy to see that almost all the functionality of this board is
harvested for pCP.
Especially the clock is nice, as I plan to use it as a bed side set.
;-)

One thought though, what do we know of the back-light ?
It seems a LCD with led back-light, but is that back-light controllable
?
And has the hardware design been shared already, so we can see what is
used ?

Ultimately it would be good if the hardware was detectable, and less
tech users could have it automagically configured.

I have also ordered a similar 240/240 screen on a Chinese pi hat that
also has a touch and a  to it.
When that arrives ( in a few weeks ) I hope I can reuse most of your
work, and add the touch part to it.
it has a xpt2046 touch controller ( from the photo of the silk screen )
so we should be able to do something with existing software.

More Later,  M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] PiCorePlayer + OLED (SH1106) + Menu possible?

2020-01-20 Thread M-H


jofland wrote: 
> ... menu for music and internet radio like with slimmer or
> JiveLite?
> 

Have a look at that Chill has achieved with a 240 x 240 LCD display and
a new jivelite skin.
I'm not sure what the minimal workable resolution is for jivelite, but
it might give you a faster solution than writing something new.

'Jivelite-on-a-Pirate-Audio-240x240-screen'
(https://forums.slimdevices.com/showthread.php?111502-Jivelite-on-a-Pirate-Audio-240x240-screen)

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111460

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


Re: [SlimDevices: Unix] where is screen for interactive background scripts.

2020-01-20 Thread M-H


paul- wrote: 
> You can see the extensions on the extensions page.   Or browse to
> https://repo.picoreplayer.org/repo/10.x/
> 
> We only include a small number of common extensions on our repo.   You
> can get screen from the tinycore repo.

Thanks Paul,

I found screen.tcz in the piCore repository. I loaded it , and it
works.

The question that remains is how to know what extension is needed. 
screen->screen.tcz is an obvious one.
But sometimes it is something in some kind of tool collection, and
currently I have no index to the content of these extensions.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111513

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


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

2020-01-20 Thread M-H


Man in a van wrote: 
> Thanks to both, got there in the end. :):)
> 
> Cheers 
> 

Could you give us a photo of your audiophonics powerboard ?
I've got one that I never configured  for shutdown through GPIO.
But if my board is anything like yours, and we know what pins we need to
connect and configure I can *finally* update my in-between-hat and pull
out some pins for this functionality.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


[SlimDevices: Unix] where is screen for interactive background scripts.

2020-01-19 Thread M-H


For long running scripts like initial rsync I am used to work with the
linux 'screen' command, and be able to check after a nigh or more.
But what do I need to install to add this to pcp ?

And more importantly, How can I find such an answer myself ?
Is there any index to the extensions in the repository ?

T.I.A.  M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111513

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


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

2020-01-19 Thread M-H


This is fantastic progress !
I am still waiting for my pirate board to arrive, but you might have
created a working solution in the mean time.

The square resolution is also used on a cheap Chinese PiZero addon I
found today.
It has a tiny 1.54 Inch LCD with touch , 8 buttons  and  joystick knob
for about half the price of the audio card.
It is presented as a game console add-on but depending on its GPIO usage
it might be used in more situations.
So jivelite on this resolution might get more usage.

I'll order one, and in a month or so I can test that board too.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

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


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-01-18 Thread M-H


reporting back:

I have recreated a library with .ogg files from my main set of .flac
files. 
Using the oggenc from the vorbis-tools extension, and a some scripts
from chilll.
The files play without issue's, on all players in my house, also when
synchronised in groups.
The issue's I had must have been due to the files I made using several
windows tools.
So now I have to scrub the library and push the new .oggs to my car.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-01-13 Thread M-H


ralphy wrote: 
> 
> Forum member chill recently created a 'compressed version of his flac
> library using ogg/vorbis'
> (https://forums.slimdevices.com/showthread.php?110496-How-can-I-maintain-a-compressed-copy-of-my-music-folder)
> and picoreplayer.  There's no indication of problems using ogg/vorbis
> files with squeezelite. He even provides a flac to ogg conversion script
> in the thread.
Thanks Ralphy,
I assumed the overall support in PCP is better than my experience. And
perhaps the issues I experience could be caused by bad .ogg file. 
They do play on an old android phone, but that is not a real quality
check. 
Let me start by scrapping all old ogg files and recode them
Thanks for the thread link, it does match most of my wish list.
Regards, M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-01-12 Thread M-H


paul- wrote: 
> Have you tried the latest version in pCP?  It is linked with libogg and
> libvorbis.  Bu I know those mixed formats are quite odd sometimes.
Yes I have:
using pcp6b7 and to my knowledge currently no update possible with: Main
page : squeezelite  - update or full update. 
And the FFMpeg libraries for Squeezelite do nothing for ogg vorbis



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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


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

2020-01-12 Thread M-H


Hi team,

I have seen the new warnings on proper shutdown of the LMS component in
pcp6b7.
Although I knew the issue behind it, it made me aware of an upcoming
problem, when I add a pcp in my car.
Shutdowns should be automatic and graceful to a zero miliamp state, some
minutes after the ignition switch is off.

Do we have standard shutdown scripts that will shutdown all vulnerable
processes and signal a relay to 'pull the plug' ?
Do these have a wait period, or can I reprogram these to add a few
minutes ?

All the functions I would like probably needs some UPS-like board.
But this question is what software support there is  already, in the
newest/upcoming versions.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] Announce: Squeezelite - a small headless squeezeplay emulator for linux (alsa only)

2020-01-12 Thread M-H


Whow , 7 years of squeezelite !  and most documentation in one thread.
So please forgive me not to have done a full thread read, but to ask the
question here and hope to get some answers and pointers from those who
know already.

For a personal project I would like to build a car stationed PCP
instance, with an LMS and local storage all in one pi.
However to reduce storage I would like to re-code my lossless home based
storage to a ogg-vorbis on-the-read variant.
And since I still have problems at home playing ogg-vorbis files, I need
to know what the player does support.
And if there ar known limitations, what I can do to circumvent the known
issues. Call it a feasibility check.

My needs are stereo ( joint stereo ) , 128 - 192 Kbit/s preferrably
variable compressed rates and vorbit comment to hold the regular
track/artist and cover picture. 44.1 kHz-2ch-16bit max output is fine
too, as I do not want to do highres audio in my car.

So is ogg-vorbis natively supported in squeezelite ?
Can LMS pass the files/streams without on-the-fly re-coding ?
What windows and linux based tools and settings should I use to re-code
to issue free files ?

T.I.A. M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-01-06 Thread M-H


Hi an other question;
With the re-setup of jivelite on pcp6b7 on a pi3B with original
foundation 7-inch display, I miss the screensavers.
The 'now playing' one is working, and the backlight is set at the
correct moments.
But the clocks do not come on. Image viewer is working though.
Is it a pcp6 bug we need to investigate? I did uninstalled jivelite and
reinstalled it through the gui when I searched for the previous skin
issue.
T.i.a. M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
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 & RTL8188eus wifi dongle

2020-01-05 Thread M-H


Paul,

Not exactly sure wat you mean with pcp-update, but i will try and see if
I can get it updated on a pi4.
I just start a new PCP 6b7 image on a pi4, and then tinker with the GUI
till the right drivers come down from the repository, so I can switch
from wired to wireless.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-01-05 Thread M-H


Thanks Jeff07971 and ralphy.

Indeed Joggler is what I was used to. It has been stable so long and
previous upgrades were all done insitu.
So I had not enough experience.

Also there might me more options now, so the default has to be scrolled
too.
As a tip for user interface ergonomics , see if you can get the current
setting visible in the first view.
Ik know, difficult if there are many skins and small screens at the same
time.
And I know ralphy is trying to keep it as close to the original design.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

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

2020-01-04 Thread M-H


Hi all,

I have just upgraded my main player and LMS combo to PCP6(b7), from the
stable long used 5.0.1
And last task was to make the original RaspberryFoundationLCDscreen
really functional
So I added jivelite through the giu, all nice and easy, like it should
be.
But now it is started, and I have selected the 800by480 resolution, I am
stuck with a new screen layout.
It looks  like a landscape Iphone 1.0 with a senior citizen skin !
i.o.w. big icons.
I was used to the small Icon - line based skin, but I can not find it.

Is it a new default ? And can I revert back when I get tired of this
view ?

T.I.A. M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
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 & RTL8188eus wifi dongle

2020-01-04 Thread M-H


I got recent iperf3 on both ends by getting pcp6b7 on both ends.
The throughput get to about 42Mbits with a few lost UDP packets using
this wifi card and a non-dedicated wifi test network.
A 10 minute TCP test shows 34 Mbits average with a peak at 39.1 Mbits
It is not a scientific test, but I assume it is enough for some audio to
pass, and close to normal values I get out of it with laptops.
For me this is about all I can test on a saturday night, and with my
experience in Iperf3

I guess the device/driver combo is stable.
Shall we do the pi4 test ?

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2020-01-04 Thread M-H


I am testing  performance and packet loss between a pi 3B+ with
RTK8188fu and a pi 3B  with UTP.
I used iperf3 but ran into a few issues that might be caused by the
older version of Iperf3 ( iperf 3.1.2 ) on my production PCP 5.0.1.
Is there an easy way to upgrade the iperf extension on PCP 5.0.1 ?
Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


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

2020-01-04 Thread M-H


castalla wrote: 
> Okay - I'll give it a try.
Hi Castalla,

if you want the ease of a graphical tool; 2 suggestions.
1) use a windows based host and winscp as tool. You have to copy from
linux to windows and to linux again, but for a few files
2) install MC ( via extensions  on your pcp ) , and use sftp ( F9 and
right or left panel and login ) to copy from Linux to linux.

If you want to stay on the CLI, think about wget too.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] piCorePlayer + Wolfson DAC Card

2020-01-04 Thread M-H


Hi startroamin

Very recently I verified the gui installation with pcp V6B7, and all
support is working without tweaks or CLI work.
I do switch to beta right away with any new install, so I might not have
seen any issue in the other levels.

Do not overlook the button to install the support scripts, after
choosing the card and a first reboot.
So go back after and verify the driver is selected.
Only with the scripts installed the buttons to select the output
channels are displayed.

I do not own a wolfson and compatible pi, but I am quite confident the
support is working since 3.2
The old thread:
https://forums.slimdevices.com/showthread.php?107329-Cirrus-Logic-Audio-Card-and-Wolfson-support-in-PCP-3-20

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111433

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


Re: [SlimDevices: Unix] piCorePlayer & wifi - any way to enforce?

2020-01-03 Thread M-H


Marsupial,

See if you can relocate the wifi based pi players to somewhere near the
AP.
I run 3 wifi players with  <3 dollar USB nics and have no issues except
I had to wire the main PI with the LMS for BW reasons. ( synchonized
HD-audio playback )
So by eliminating the distance/signal quality we can zoom in on the
issue at hand.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111431

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2020-01-03 Thread M-H


paul- wrote: 
> Quit switching boards  :D
no :-) to much fun to have them all, and know/learn the differences.

paul- wrote: 
> Your pi stockpile must be as big as mine..
No again,,  I still lack the pre-b+ ones  :-/ 

paul- wrote: 
> I never gave you drivers for the pi4.   armv6 and armv7 only.
I know, and still wanted to see what worked and what not.
Still do not know the ins an outs of 32 and 64 bits architecture , f.i.
32 bit userspace code running in 64 bits OS.
I had hope the drivers were compatible.

I see no ill behaviour of the driver/nic combo, and it stayed stable (
playing at volume 0 ) for over 24 hours.

Personal time is scares here, else I would have tested the 3B too. 
There is little chance the driver does work different to the 3B+, but
we'd better test than assume.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2020-01-02 Thread M-H


The armv7 drivers work with a pi 2B and a 3B+ provided the internal wifi
is disabled in the pcp gui.
Ping tests and an incomplete Flac playback test do not show any obvious
problems.

However on a 4B board I can't get any driver loaded, so no wifi
recognised in PCP.
In the dmesg the usb-id is recognised oke on both the usb2.0 and usb3.0
ports.
And I can not find any dmesg error messages, so no hints .
I checked the kernel version:

Code:

~$ uname -a
  Linux piCorePlayertest6b7armv7 4.19.80-pcpCore_v8 #1 SMP PREEMPT Sat Oct 26 
00:52:28 EDT 2019 aarch64 GNU/Linux



Tested  with an other USB dongle separately and together , both those
situations do load drivers and a working wifi connection, except for the
RTL8188fu

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2020-01-01 Thread M-H


I quickly tested this driver on a 2B, . New SD and Image used , No issue
found.
Unfortunately no time or dac available for a quick test.
Next would be to use this SD and Wifi  on a 3B+ and a 4B and add dac hat
and speakers.

Would we need to test a combined set of drivers ( armv6 and armv7 ) ? As
it would be difficult to explain users to either install the one or the
other based on the pi they use.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2020-01-01 Thread M-H


I have tested the new set to work on 2 of my pi's . ( zero 1.2 , and a
B+ ).
The mesg overflow is gone, and the driver seemingly works.
pinging the new destination constantly for about 3600 seconds dit not
show 1 missed answer.
also the v6.0.0B7 still installs the cirrus logic drivers without
issues, and sound is as if there was no upgrade.
Tested the same sd in a 2B, and no fun. I assume only armv6 at this
stage.
Please let me know what tests you would like me to do.
Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2020-01-01 Thread M-H

cozbot wrote: 
> Thanks for the reply Jeff, oh that’s right I forgot how netmask works, I
> don’t have it setup as one big network, I have have them as two somewhat
> “isolated” networks (guest and trusted) so a netmask of 255.255.0.0 is
> not correct. Thanks!

Hi Cozbot, If you have 192.168.1.x and 192.168.200.x  and not a netmask
of  255.255.0.0 (= /16 )  I assume you have  192.168.1.x/24 and
192.168.200.x/24 ans thus a router in between.
It is essential to have the router its corresponding addresses mentioned
in both hosts, probably as Default Gateway to be able to route between
the 2 IP addresses, and the outside internet .
I am not sure if all communication of PCP ( LMS, queezelite, jivelite )
is IP based and can be routed. 
I assume some of the traffic is ethernet Broadcast for synchonized
playback and status updates for displays ( though not jet verified ) and
such can not be routed between the 2 subnets.


Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
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 & RTL8188eus wifi dongle

2020-01-01 Thread M-H


Thanks Paul,

Perhaps a noob question , but how do I correctly add a tzc manually ?
The .list file does not make sense as a script.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer and NTP updates

2019-12-31 Thread M-H


Thanks Paul,
:-) I started with the NTPD version in busybox, to see whether it is a
continues-time-updater or a one-time-copy program.
But it seems the busybox implementation is quite mature, and does sync
against a set of NTP servers, including detection for leaps like caused
by hibernation.
So using a fixed DNS name for an NTP pool is a good starting point, and
might not need any tinkering for most users.
If we detect the region of internet connection, we could even optimize
for counties etc, or leave it for a tweak entry.
Overruling with DHCP details that might be available in some LAN's ,
seems technically more accurate but unnecessary for PCP ( imho ) 

So I wil see I can test it with my DHCP and NTP server. next year !

Regards , M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111413

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


Re: [SlimDevices: Unix] piCorePlayer and NTP updates

2019-12-31 Thread M-H


Jeff07971 wrote: 
> 
> Would be nice to get the NTP server from DHCP though !Jeff

Indeed DHCP would be nice, if you have a NTP server on your LAN, why use
the WAN link.
The next best thing would be a DNS name  f.i. pool.ntp.org , numbers
need to much maintenance.
But I am not sure what is possible. Looks like something fun to
investigate.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111413

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


Re: [SlimDevices: Unix] PiCorePlayer and pi 1B

2019-12-30 Thread M-H


If your pi 1 has the correct headers, you can use the:
WOLFSON AUDIO CARD -  AUDIO CARD, FOR USE WITH RASPBERRY PI. (google and
find f.i. element 14 )

Its successor for the 40 pin GPIO header is sold-out and no longer
produced. But the original version for the pi 1 is still available, and
was recommended many times for its audio quality.
The original drivers are rubbish, the support from the manufacturer is
even less, but we did manage to get good working raspberry drivers from
"HIAS", and put support in PCP.
see:
https://forums.slimdevices.com/showthread.php?107329-Cirrus-Logic-Audio-Card-and-Wolfson-support-in-PCP-3-20

Yesterday I tested the PCP6.0.0 B7 on my production set ( B+ and CLAC )
and the menu's allowed me to get the card setup in 5 minutes.
So there is little risk these cards do not work for you.

If I only had a compatible pi 1 .

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=73

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


Re: [SlimDevices: Unix] PiCorePlayer and pi 1B

2019-12-30 Thread M-H


Marsupial wrote: 
> That's interesting. Where do we get this dac?

I got mine from AliExpress, it is a steal :
https://www.aliexpress.com/item/33061919226.html?spm=a2g0s.9042311.0.0.27424c4dOxhXYk
( more weeks to wait than euro's to pay. )

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=73

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


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

2019-12-30 Thread M-H


Hi team,

Testing with multiple versions of  PCP together here on my LAN, I
found:
1)
HTTP(:80) to my main pcp5.0.1  ( squeezelite +LMS ) the in-page-tabs (
players and LMS ) do not function 100%.
- the LMS tab does not have the IP address in it ,so it is just : 
Code:

http://:9000/; title="" target="_blank">LMS 




2)
HTTP(:80) to my test pcp6.0.0B7 the in-page-tabs do not show the LMS tab
at all.

3) 
HTTP(:80) to my almost forgotten portable pcp4.1.0  the in-page-tabs
show correct ( http://10.x.y.z:9000/;
title="10.x.y.z" target="_blank">LMS 
but its does not show a "hover over" label on the LMS tab

4) 
HTTP(:80) to my even older pico - pcp4.1.0 , I can not detect any issue
with the tabs an labels

Sorry to report so late on the 4 and 5 releases, :-) but if it is really
a bug we can fix it in the 6 version.
If it is a non-documented feature, please fill me in.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2019-12-29 Thread M-H


btw, an insitu upgrade from 6.0b7 to 6.0b7 does break things :-) ,
tomorrow , a new day, a new image flash etc.



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2019-12-29 Thread M-H
 Rate [ff]!!!
  


wasn't there a diag / debug log upload feature in PCP ?  might be useful
to test that too.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2019-12-29 Thread M-H


2B, 3B , 3B+, 4B
And the for-mentioned zero's  1.2.1.3 and W



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2019-12-29 Thread M-H


Hi,

I got the drivers working with my RTL8188FTV based adapter and  pcp
6.0.0B7 But onlu on a Pi zero 1.2 and 1.3
At this moment I can not free up the B+ and anything else has no armv6
or has onboard wifi to mess with a test.

Would you be able to create an armv7 version too ? 
Or direct me how I can test the external wifi on a zero-W for that final
test ?

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


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

2019-12-29 Thread M-H


chill wrote: 
> So they are!  Thank you - that's a start.

Chill, did you manage to get the board working with Jivelite ?

I think the board has 3 parts, 1) audio 2) four button input , 3)
display

1 ) was solved easily as it is known hardware so reuse the hifiberry-dac
drivers.
2 ) 4 buttons on 4 separate GPIO pins that are hopefully no mixed with
other functions of the board.
3 ) the spi display.

The last part , display, how much needs to be done to get it working
with the b7 image and jivelite ?

I am tempted to buy one too, but the real use would be to build a
bedside player/alarm with a clock and volume buttons.
( perhaps we should better start a fresh thread and link it , this is
the v6beta thread)

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] piCorePlayer & RTL8188eus wifi dongle

2019-12-29 Thread M-H


paul- wrote: 
> Sorry, these manual things are a pain for the users, but extremely
> helpful for me.   Can you attach a link for the product.   Also, I know
> this is not the first request for this, and you were nice enough to
> confirm it working, I should be able to include this in future
> releases..

Hi, I think I got the same adapter, and found it is was not yet
supported in PCP.
Knowing the PCP core crew has more on their hands than support for 3
dollar hardware, I decided to put it aside and order a known supported
chipset adapter.
But now the device might work anyway in PCP, I will see if I can confirm
it is usable, and share knowledge for future requests.

The link where I got t from :
https://www.aliexpress.com/item/33057952478.html?spm=a2g0s.9042311.0.0.27424c4d54G7iI
And te chipset is a RTL8188FTV ( according to a working win7 install and
testsession )
I saw this driverset is called rtl8188fu although that is not a name for
a realtek chip.

Am I right ; the support would be on the pCP 6.0.0-b7 only ? but both 32
AND 64 bits ?
What exact tests would help for PCP ?

lets see if I can get it working on a few pi's.

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=111373

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


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

2019-07-30 Thread M-H


Thanks Paul, netusb is working with this recipe, first boot and tested
twice
I can not reproduce your mount issue though, using a fresh image and
piZeroW


paul- wrote: 
> 
> add  max_loop=100 to the command line for now, that will make the kernel
> create all of the loop devices at boot time, rather than dynamically.

This I did not understand , and as I did not need it, I can't trial and
error to it.
It is not a cli command but do these go into one of the 3 user commands
at the bottom of the tweaks tab ?

Regards M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2019-07-23 Thread M-H


I fiddled around with spare hardware and tried to setup a set of  pcp6
nodes separate from the working ones.
A cloned SD for the Pi4 started without any issues in the pi3Bplus, but
the boot seamed shorter, especially the wired nic initialisation.

But I failed to get a pi zero going with an USB wired nic.
I remembered to get net-usb installed to recognise the hardware but on
this 6.00.B1 attempt it did not work.
Perhaps the repository version isn't matching this build?
Can anyone remind  me on the correct way to install USB nic support?

TIA  M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2019-07-14 Thread M-H


paul- wrote: 
> I'm not good enough with alsaconf to direct audio through 2 different
> plugins.
I will investigate in the coming week, and see how such could be done.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


Re: [SlimDevices: Unix] PiCorePlayer 64bit

2019-07-14 Thread M-H


Tony T wrote: 
> Will there be any noticable difference in PiCorePlayer going from a Pi3
> to a 4?

I've just made a setup with my new pi4x4 and pcp600B1, and it is quite
noticeably faster.
As it is also my LMS with local storage, so the fast HD on USB3 is also
contributing to the overal performance.

YMMV but this is a real upgrade.

M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110691

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


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

2019-07-14 Thread M-H

paul- wrote: 
> Bluetooth worked in my quick test, but I’m working on different
> Bluetooth setup for the final release.
I've got it working too. And old issue bit me in the xxx again; 

You can not switch audio outputs reliably while you have the alsa
equalizer installed.
Best  to uninstall the equalizer , reboot, set analogue, reboot, test
output, and then move on with another output.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2019-07-14 Thread M-H


kidstypike wrote: 
> 
> An SSD drive is even faster, here's mine - 
> 
> 27681

Indeed that is fast at 2K songs per minute it is twice as fast as my
initial test;
6K songs on local usb3 disk @ 6 minutes => 1K songs a minute

But are we really using the all the new pi its potential ? 
I just screwed up the SD as it had only a 200 MB partition, and had the
LMS cache still pointing at /mnt/mmcblk0p2/somewhere while doing the
first scan. It ran out of data, prevented any orderly shutdown, and
finally did only boot tinycore without PCP sauce.
With perhaps 3 gig ram spare it could have prevented the diskspace to
run out , and come up with some alternative like a reasonable message.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2019-07-14 Thread M-H


I've got some issue's to get my piCorePlayer v6.0.0-b1 on a pi4x4
connected to a BT speaker ( clip3 )
As it is my first attempt, I am not sure I am not making any beginner
mistakes here.
So please hint me in the right direction.

The set ( pi and speaker ) have worked before in Raspbian Buster, but
just converted the set to PCP.
Wifi is on , but not configured as I do run the set wired, and to lazy
to put a soft-ap on it.

'Scan' does not find anything ( and I made sure at least 2 never
connected phones were visible at the same time )
pair ,  select  and forget falldown menus are empty.

bt log shows:

Code:

bcm43xx_init
  Flash firmware /usr/local/lib/firmware/brcm/BCM4345C0.hcd
  Set BDADDR UART: **mac**
  Set Controller UART speed to 300 bit/s
  Device setup complete
  RPi Bluetooth Hardware Address: **MAC**
  Powering on the BT controller
  Success.
  Device /dev/mmcblk0p1 could not connect
  Last message repeated 70 times.
  Device /dev/mmcblk0p1 could not connect
  Last message repeated 200 times.



The odd thing is /dev/mmcblk0p1 is the block device or partition that
was not mounted at first, and after I mounted that manually it continues
to warn about it.

Is this an error in the software of is the error between the screen and
chair ? Anyone got it up and running on this beta and a pi4 ?
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


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

2019-07-14 Thread M-H


paul- wrote: 
> Short and sweet announcement,. ...

Many Thanks ! got my Pi4x4 up and running in no time.
Funny detail; Restarted my Pi with pCP from a working raspbian buster
setup with squeezelite running , and the running LMS recognized the
'new' player with its MAC and resumed audio in synch with the others
playing .  Defaults of output through audiojack of course.

Feedback to the team: The default wired 1 Gig NIC seems a bit slow to be
recognized .
0 sec - power on
18 sec - most relevant software in RAM and starting network  (screen
output : waiting for network  )
30 sec - link led turns on
44 sec - network initialised: ( screen output  ... Done (59).
45 sec - first audio

The delay between 18 and 30 seems to be the nic driver that needs to
complete the initialization
The delay between 30 and 44 seems the DHCP, and I will see if I can find
any delay from my DHCP server response.

Anyhow, it is not a complaint :-) just feedback.
Thank you for the quick start on the pi4 development.
M-H



Pi based multi-room audio system powered by PiCorePlayer(s):
Pi3B with Phat-dac in a Rasptouch, 2 pi B+ with Cirrus Logic Audio Card,
Pi Zero with Phat-beat ,  and a few other tests...

M-H's Profile: http://forums.slimdevices.com/member.php?userid=66156
View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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


  1   2   >