Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread Greg Erskine
You could be lucky but I expect further issues. Can RasPi Check issue a "sudo -s" as the first command? I use this to elevate tc to root in winSCP. Greg Erskine's Profile:

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread MichaelPr
Greg Erskine wrote: > piCorePlayer uses piCore which may not be compatible with RasPi Check. I > suspect RasPi Check was written assuming your Raspberry Pi was using a > "normal" Linux distribution with bash included and the additional RPi > utilities already included. > > Ask the RasPi Check

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread chazza
I have a RPI 2B with PCP 7.0.0 and Jivelite running nicely on a 3.5 inch Waveshare LCD (Wav35Skin) However, I think i need to edit ClockApplet.lua to get the clock screensaver working as there is no entry in the script for the Wav35skin and, of course, when setting the screensaver to e.g.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread Greg Erskine
MichaelPr wrote: > Hi together - first of all thanks so much for the great piCorePlayer! > > To control my Raspis I'm using the Android App RasPi Check - > unfortunately I can't use for the Tiny Core Linux because I get an (!) > Oops > > Code: > > "The tool 'vcgencmd'

[SlimDevices: Unix] PiCorePlayer - JiveLite brightness settings menu

2021-04-21 Thread chazza
Hi there, i am almost done putting the following together: RPi2 + Waveshare 3.5" TScreen + DAC + IR remote - but . I have hacked the Touchscreen as descrbied in the forums with a transistor and i have the pigpio extension added and it works through the brightness settings control - hurrah !

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread Greg Erskine
papaiannis wrote: > Are there any plans to provide a driver dedicated to the Audiophonics > AK4493 DAC board? > I currently use the generic "rPi DAC" driver, and it works well. Is > there a better choice? Usually the manufacturers get their drivers included in Raspberry Pi OS. Once it has been

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread MichaelPr
Paul Webster wrote: > -h is not recognised by vcgencmd > Try > sudo vcgencmd commands > > https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md Thanks a lot - that works Code: tc@piCorePlayer:~$ sudo vcgencmd measure_temp temp=54.6'C

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

2021-04-21 Thread sodface
pseudov wrote: > > Thanks again, sodface and ralphy :) Cool! I was watching this thread but didn't have any ideas to jump in with, glad you got it working. Your timing is funny because I was just thinking about the stack of M300's I have and whether I should go back and update all the armel

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

2021-04-21 Thread pseudov
Dug through the /var/log/message file on rootfs, turns out the pogoplug could not get a DHCP address from the router. Assigned a static one at /etc/network/interfaces, and lo and behold: Code: Welcome to Alpine! The Alpine Wiki contains a large amount of how-to

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread Paul Webster
-h is not recognised by vcgencmd Try sudo vcgencmd commands https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala,

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

2021-04-21 Thread pseudov
Thanks for the quick reply. I believe sodface's armel_genrootfs.sh already enables PermitRootLogin. I also tried adding those 4 lines to /etc/securetty, but still couldn't ssh. Here's how the boot process goes on the pogoplug_v4: 1. power up, blinking green led light 2. netconsole begins to

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread MichaelPr
paul- wrote: > run vcgencmd with sudo Thanks for the reply. I did... no success :-( Code: tc@piCorePlayer:~$ sudo vcgencmd tc@piCorePlayer:~$ sudo vcgencmd -h error=1 error_msg="Command not registered" tc@piCorePlayer:~$ sudo vcgencmd

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread psketch
papaiannis wrote: > Are there any plans to provide a driver dedicated to the Audiophonics > AK4493 DAC board? > I currently use the generic "rPi DAC" driver, and it works well. Is > there a better choice? 'This '

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-04-21 Thread papaiannis
Are there any plans to provide a driver dedicated to the Audiophonics AK4493 DAC board? I currently use the generic "rPi DAC" driver, and it works well. Is there a better choice? papaiannis's Profile:

[SlimDevices: Unix] LMS / PCP / UPnP - Ocean Digital

2021-04-21 Thread nowhinjing
I recently bought an Ocean Digital Internet radio - WR210N - in anticipation of (finally) being able to travel again (one day!). It's a nice piece of kit - reasonable sound - good battery life and eminently portable, I use it a lot around the house. I wondered if I could connect it to my music

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

2021-04-21 Thread ralphy
Looks like the boot loader was successful. That's all the messages you'll get using netconsole. Output from the kernel booting is not displayed. Did you enable ssh connections as root by adding PermitRootLogin yes in /etc/ssh/sshd_config and these lines to the bottom of /etc/securetty

Re: [SlimDevices: Unix] piCorePlayer/squeezelite and Bluetooth media control?

2021-04-21 Thread Paul Webster
carsten_h wrote: > > > I had a quick look at the code and at first glance it looks like it > finds LMS on the network and then issues commands to it ... which > implies to me it would work with any player ... although I presume it is > looking for the player that matches the system that this

Re: [SlimDevices: Unix] piCorePlayer/squeezelite and Bluetooth media control?

2021-04-21 Thread carsten_h
It seems there is lmsmpris (from Hifiberry OS): https://github.com/hifiberry/lmsmpris which can control squeezelite. But maybe it needs to run on the LMS Server, which is of no use for a simple client. pi4 4gb picoreplayer with lms and squeezelite for usb inside an argon one case pi3b+ (7\"

[SlimDevices: Unix] piCorePlayer/squeezelite and Bluetooth media control?

2021-04-21 Thread carsten_h
Hello! I searched a little bit for Bluetooth media controls in Linux because it would be great to use the media controls on my headphone to control my piCorePlayer. What I found is this: https://wiki.archlinux.org/index.php/MPRIS#Bluetooth So it seems that the mpris-proxy has to be started to

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

2021-04-21 Thread pseudov
ralphy wrote: > > I have alpine linux running on a dockstar using and the latest u-boot. > > Had to modify the rootfs to allow remote root ssh login as I don't have > the serial console cable connected. > > I put boot and root on sda1 as that's how I already had u-boot > configured and I set