Re: [SlimDevices: Unix] pCP - missing sqlite-bin.tcz

2020-02-28 Thread paul-
Rebuilt and updated.now all on our repo. pcp-update sqlite3-bin piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

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

2020-02-28 Thread paul-
A real-time CLock board will hold time through reboots. It will require some DIYing. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] pCP - missing sqlite-bin.tcz

2020-02-28 Thread paul-
I’ll have to look into it. Ncurses and such were upgraded in the 10.x base, SQLite might need To be rebuilt. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] pCP - missing sqlite-bin.tcz

2020-02-28 Thread Michael Herger
You can grab them from the upstream repo. But then it would complain about libreadline: sqlite3: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory When I try to install it I'm told that readline already was downloaded. Alas,

Re: [SlimDevices: Unix] Alpine Linux on Dell M300

2020-02-28 Thread sodface
ralphy wrote: > > I have alpine linux running on a dockstar Awesome. ralphy wrote: > > Could you provide squeezelite and prerequisites packages? That will give > me something usefull to test with until the repo is ready. I think I have a partial repo ready, and by partial I just mean

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

2020-02-28 Thread stephentw
Ah ok I'm new to pi. So if I get an rtc and set that via NTP then it'll survive reboots at least? stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197 View this thread:

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

2020-02-28 Thread paul-
You have 2 options Run a local NTP server, or add a Real time clock to your pi. But even with a RTC, you will need a NTP server or manually logging in occasionally to set the clock. Paul piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org

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

2020-02-28 Thread stephentw
paul- wrote: > It comes from ntp, but its only ran at boot. We dont run as a daemon. > > If you have a local ntp server you can select that with a bootcode. > Beta Mode -> Extras -> Bootcodes.I dont. Is that my only option for setting > the time without an internet connection?

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

2020-02-28 Thread Greg Erskine
Stoker wrote: > Hi > > Not sure if this is a bug but since moving to 6.0.0-rc1 on 3 occasions > when I go to use my piCorePlayer instead of the JiveLite screen I see a > screen full of text, same as when the system boots except that there's a > message that says JiveLite is currupted remove

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

2020-02-28 Thread paul-
It comes from ntp, but its only ran at boot. We dont run as a daemon. If you have a local ntp server you can select that with a bootcode. Beta Mode -> Extras -> Bootcodes. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread paul-
itsikhefez wrote: > > 1) If I make changes to it, how difficult would it be to add the > modified driver to pCP ? > It can be done, but a bit on the cumbersome side. What I would suggest you do is to make a driver with DKMS build scripts. Then test it out on a raspbian image. > > 2) Are

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

2020-02-28 Thread stephentw
paul- wrote: > Note the time difference between > > Code: > > [8.109830] Starting piCorePlayer v6.0.0-b9 startup. > > And when the drive is detected. > > In "Beta" mode, goto "Extras" Then Bootcodes. Increase the waitusb > value by the

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread itsikhefez
Thanks, I'll have to take a look at that sometime. 2 follow ups: 1) If I make changes to it, how difficult would it be to add the modified driver to pCP ? 2) Are you familiar with the driver discussed in the thread I linked in the previous post?

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

2020-02-28 Thread paul-
Try them until you find something that works. I would start with. :u32le 29587 +---+ |Filename: 2-28-2020 2-08-18 PM.jpg | |Download:

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread paul-
rpi-dac is just a generic i2s interface. Very simple. The source code is in the RPI kernel github. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread itsikhefez
paul- wrote: > The driver would have to reference the correct codec. Would the cirrus > logic card be the same? Do you know if someone has a driver built for > this? Someone in this' long i2s RPI thread'

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

2020-02-28 Thread Hifi-KS
I didn't put anything down... Unfortunately I do not know exactly which values I have to enter. For each help I am very grateful. Thanks a lot Hifi-KS's Profile: http://forums.slimdevices.com/member.php?userid=69883

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

2020-02-28 Thread paul-
What are your settings in the DSD (-D) option for squeezelite? piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate'

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

2020-02-28 Thread Hifi-KS
Hello, I have a question about DSD support and my Topping D50. DSF (DSD) files are always converted to PCM. Is there a way to use DSD natively? I am currently using the latest version of Picoreplayer (RC1) Thanks a lot!

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

2020-02-28 Thread paul-
stephentw wrote: > Is there a way to delay starting the LMS server? I've noticed if I > reboot the pi LMS starts before my USB drive mounts meaning LMS can't > see my files. I fixed it today by mounting with a new name then > remounting with the original name. Thinking about it restarting LMS >

Re: [SlimDevices: Unix] pCP - missing sqlite-bin.tcz

2020-02-28 Thread paul-
Sqlite is a dependency of one of our extensions, so that's why it is there. I never pulled the -bin extension into our repo. You can grab them from the upstream repo. 29585 +---+ |Filename: 2-28-2020 12-03-40 PM.jpg

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread paul-
itsikhefez wrote: > I'm trying to integrate pCP with the AMB gamma2 DAC module (Wolfson > WM8741 chip). > I've wired GND, BCK, LCLK and DATA to the gamma2. > The gamma2 has an ASRC so MCLK signal is not required. > > In the pCP settings, I've randomly chosen "RPi-DAC" and to my surprise > it's

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread paul-
chris5u wrote: > Even tried loading pCP v6.0, still same problem. Is there some recent > issue with touchscreen? > There were recent driver changes made by rpi in the pCP 6.0.0 kernels. My RPI3 + touchscreen + hifiberry Dac+ works fine with wifi though. piCorePlayer a small player for

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread chris5u
I’m having trouble with built-in WiFi on pCP 3B+ with HiFi Berry DAC+ using Raspberry touchscreen. Worked fine for ~ 1 year and then lost WiFi capabilities. Tried swapping to another 3B+ and same problem with WiFi with touchscreen. Even tried loading pCP v6.0, still same problem. Is there some

[SlimDevices: Unix] pCP - missing sqlite-bin.tcz

2020-02-28 Thread Michael Herger
Paul, in the past I've been using sqlite on pCP. I see that there is a sqlite extension available - which I have installed. But it seems sqlite-bin is missing. Therefore I can't use it interactively. Is this anything you can fix, or something missing from upstream? -- Michael

Re: [SlimDevices: Unix] Alpine Linux on Dell M300

2020-02-28 Thread ralphy
sodface wrote: > Quick testing indicates this may have fixed it! In fact, just :::0 seems > to fix it also. Thanks ralphy. > > //edit, spoke too soon, just tried a flac and had to add back in the > 120, so, 120:::0 as you originally suggested seems necessary. That's great! I have alpine

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

2020-02-28 Thread stephentw
Yeah using a pi4 and this is the only supported version, I think? Thanks I'll have a look. stephentw's Profile: http://forums.slimdevices.com/member.php?userid=20197 View this thread:

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

2020-02-28 Thread Man in a van
stephentw wrote: > Is there a way to delay starting the LMS server? I've noticed if I > reboot the pi LMS starts before my USB drive mounts meaning LMS can't > see my files. I fixed it today by mounting with a new name then > remounting with the original name. Thinking about it restarting LMS >

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

2020-02-28 Thread stephentw
Is there a way to delay starting the LMS server? I've noticed if I reboot the pi LMS starts before my USB drive mounts meaning LMS can't see my files. I fixed it today by mounting with a new name then remounting with the original name. Thinking about it restarting LMS probably would have worked

Re: [SlimDevices: Unix] Jivelite on a Joggler

2020-02-28 Thread castalla
chill wrote: > Nearly there I think. > > I have an 'LMS' applet that sits under the 'settings' section: > > [image: > http://www.cjh.me.uk/MyPhotobucket/cache/DIYHifi/Jivelite/Settings%20with%20LMS_640.jpg] > > It currently allows the LMS service to be disabled or enabled (referred > to as

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

2020-02-28 Thread Stoker
Hi Not sure if this is a bug but since moving to 6.0.0-rc1 on 3 occasions when I go to use my piCorePlayer instead of the JiveLite screen I see a screen full of text, same as when the system boots except that there's a message that says JiveLite is currupted remove and reinstall (or words to

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 5.0.0

2020-02-28 Thread itsikhefez
I'm trying to integrate pCP with the AMB gamma2 DAC module (Wolfson WM8741 chip). I've wired GND, BCK, LCLK and DATA to the gamma2. The gamma2 has an ASRC so MCLK signal is not required. In the pCP settings, I've randomly chosen "RPi-DAC" and to my surprise it's actually working. I don't know

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

2020-02-28 Thread Grumpy Bob
One of my intended uses of the Pirate Audio/PiZero device was as a player for my portable server based on a 'WD Wireless Passport drive' (https://forums.slimdevices.com/showthread.php?105512-Portable-squeezebox-with-a-Western-Digital-quot-Passport-Wireless-quot). I'm unclear how to update the