[SlimDevices: Unix] Bridging over wireless / enabling wireless on an ethernet only device

2020-06-02 Thread epoch1970
FYI, I've been playing with ethernet bridging behind a wifi client with vxlan. With a relatively recent kernel you can make that work using vxlan and nothing else. The repo here has files for raspbian, but nothing is raspbian/pi specific, really: https://github.com/epoch1970/a-bridge-too-far I t

Re: [SlimDevices: Unix] 'Official' docker container for LMS?

2020-06-02 Thread epoch1970
If you want broadcasts AFAIK there are 3 solutions w/ Docker: - "network=host". Exports all interfaces in the container, including some you might prefer not to be. - "network=none". Just lo in the container. Then with something like 'pipework' (https://github.com/jpetazzo/pipework/blob/ma

Re: [SlimDevices: Unix] pCP/Jivelite: original SB remote has no OK or Select?

2020-06-02 Thread Paul Webster
Can you give the full path of one that you could not set? I ask because I tried a few in Settings and was able to change things and get back. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio

Re: [SlimDevices: Unix] pCP/Jivelite: original SB remote has no OK or Select?

2020-06-02 Thread mooblie
Thanks for the reply, Paul. Actually, I could not set ANY of the Grid Screen "Settings" - there is no "OK" nor "Select" button! -- Martin mooblie's Profile: http://forums.slimdevices.com/member.php?userid=15378 View

Re: [SlimDevices: Unix] pCP/Jivelite: original SB remote has no OK or Select?

2020-06-02 Thread Paul Webster
aha - I was not using Grid. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland Paul Webster's Pr

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread jd68
paul- wrote: > I have no idea, I don't have the card to play with. But there is no > special driver for this card, so music path must be set via a mixer. Hi, the HifiBerry DAC+ DSP uses an old overlay (dtoverlay=hifiberry-dac). Therefore I used an older Audio Output Device Setting: HifiBerry

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

2020-06-02 Thread kossihh
paul- wrote: > How do you propose to enable those modes.One thing for certain, I > will not maintain separate images. No, no - may be i have not clearly express my suggestion: Surely i'll configure everything via the web interface to prepare for a successful connection. But the pairing and

Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2020-06-02 Thread kit1cat
Still no luck. Running /mnt/mmcblk0p2/tce/gomonitor vu,sa,pk,st -o 7 -x 0x3c -db gives the following via Putty tc@piCorePlayer:/mnt/mmcblk0p2/tce$ /mnt/mmcblk0p2/tce/gomonitor vu,sa,pk,st -o 7 -x 0x3c -db Floating point exception Start LMSMonitor. Player: piCorePlayer sudo /mnt/mmcblk0p2/tce/lm

[SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread farrina
I am experimenting with piCorePlayer on a raspberry Pi3B. Date wise it would appear that I am stuck in the 1970's ! Is it possible to configure a local (internal) NTP server from within piCorePlayer such that on an (infrequent) reboot it will automatically update? Cheers Software versions thus

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread Paul Webster
pCP 6 does try to wait for the time to come ... but I guess it did not wait long enough for you. What I have in mine is a crontab entry that syncs the time every day at 6am Code: 0 6 * * * /usr/bin/getTime.sh You can set this in the crontab

Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2020-06-02 Thread anadigi
kit1cat wrote: > Still no luck. > > Running /mnt/mmcblk0p2/tce/gomonitor vu,sa,pk,st -o 7 -x 0x3c -db gives > the following via Putty > > tc@piCorePlayer:~$ /mnt/mmcblk0p2/tce/gomonitor vu,sa,pk,st -o 7 -x 0x3c > -db > kill: can't kill pid 8802: No such process > Start LMSMonitor. Player: piCo

Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2020-06-02 Thread kit1cat
anadigi wrote: > Try my setting see that works for you: > > User Command #1: /mnt/mmcblk0p2/tce/gomonitor rn > User Command #2: /mnt/mmcblk0p2/tce/lmsmonitor -n -ricxv -m vu -bdk -o 3 > -x 0x3c Thanks, but still no display.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread netchord
garym wrote: > inside playlist references not correct: > > instead of: > #EXTURL:file:///musicstation/Music/Music/Cassandra%20Wilson/Blue%20Light%20Til%20Dawn/10%20Tupelo%20Honey.aiff > #EXTINF:336,Tupelo Honey > > should be (I've bolded): > #EXTURL:file:///*mnt/*musicstation/Music/Music/Cassa

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread Jeff07971
farrina wrote: > I am experimenting with piCorePlayer on a raspberry Pi3B. Date wise it > would appear that I am stuck in the 1970's ! > > Is it possible to configure a local (internal) NTP server from within > piCorePlayer such that on an (infrequent) reboot it will automatically > update? >

Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2020-06-02 Thread shunte88
i2cdetect is showing your DAC The screen you have is an SPI device so any driver selection other than 1 or 7 won't work, the other selections are I2C which is a different communication protocol Code: Supported OLED types: 1 ...: Adafruit *SPI* 128x64 3 ...: Adafrui

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread farrina
Paul Webster wrote: > pCP 6 does try to wait for the time to come ... but I guess it did not > wait long enough for you. > > What I have in mine is a crontab entry that syncs the time every day at > 6am > > Code: > > > 0 6 * * * /usr/bin/getTime.sh > -

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread Jeff07971
farrina wrote: > I’m a member of the “tin foil” hat brigade Not sure that is particularly true, limiting outbound connections is a security step that many do but you have to have the knowledge and equipment to do it. Jeff *Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread Cut-Throat
Something minor I noticed. I have a New Pi 4 running PcP 6.0. Just running squeezelite and for some reason it will not stay in Beta Mode. Every time I boot it up, it reverts to Player mode. My other Pi 4 Running just LMS and Not Squeezelite will stay in Beta Mode. As, well as my Other 8 other Ra

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread paul-
You need to run a backup task after you change. Some tasks will automatically run a backup, but most simple tasks will not. If you do not see a box that says a backup is being done, then it's not done. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picorepl

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread paul-
farrina wrote: > > I presume you can manually set an internal NTP server IP address > somewhere (I guess the only issue may be it being overwritten by an > update). Yes, go to the Extras-> Bootcodes page (In beta mode) There is an ntp option. piCorePlayer a small player for the Raspberry

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread Cut-Throat
paul- wrote: > You need to run a backup task after you change. Some tasks will > automatically run a backup, but most simple tasks will not. If you do > not see a box that says a backup is being done, then it's not done. Thanks ! -- Stupid Me! --- I backed it up and it worked fine I had

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread farrina
paul- wrote: > Yes, go to the Extras-> Bootcodes page (In beta mode) There is an ntp > option. Perfect thanks - just what I was looking for!! farrina's Profile: http://forums.slimdevices.com/member.php?userid=65601 View

Re: [SlimDevices: Unix] piCorePlayer 6 - configuring NTP server ?

2020-06-02 Thread Jeff07971
paul- wrote: > Yes, go to the Extras-> Bootcodes page (In beta mode) There is an ntp > option. Would be nice if this could be set by DHCP option 42 :) Jeff *Players:* SliMP3,Squeezebox3 x3,Receiver,SqueezeLite-X,PiCorePlayer x3 *Server:* LMS Version: Latest Nightly on Centos 8.0 VM on ES

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread Prime Heretic
paul- wrote: > Well this is lovely. First board smoked at power up. (No it wasn't > grounded out against the piZero) I have the kernels built, but still no > way to test. Got mine today : [image: https://i.imgur.com/rPjDBZa.jpg] All connected up and running, it's running Infineon's versio

Re: [SlimDevices: Unix] Jivelite and (hopefully) Screen Switcher Applet

2020-06-02 Thread peterw
ralphy wrote: > The Screen Switcher applet doesn't appear in the applet installer on > Jivelite because the repo.xml doesn't include jivelite in the targets > list. That's not the only problem. Erland also advertises minTarget="7.4" which also prevents easy installation. Looks like minTarget="0

Re: [SlimDevices: Unix] pCP/Jivelite: original SB remote has no OK or Select?

2020-06-02 Thread peterw
mooblie wrote: > IMPORTANT EDIT: I feel a fool - having just re-checked all the SB3 > remote's buttons again, I see that the (otherwise unused) "Brightness" > button has been re-purposed as an "OK/select" - in the same way as the > "Size" button is now a "Stop" button. > > Sorry to have cried w

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-06-02 Thread Viragored
jd68 wrote: > Hi, > > the HifiBerry DAC+ DSP uses an old overlay (dtoverlay=hifiberry-dac). > Therefore I used an older Audio Output Device Setting: HifiBerry DAC > Zero/MiniAMP. > > With this configuration, I get music on both outputs, analogue and > digital. Hence, from pCP point of view, ev