[SlimDevices: Unix] Lms and Raspberry (raspbian): dedicate 1 CPU?

2021-01-24 Thread corrobor
Hi i have a Raspberry 4 with raspbian that i use for my domotic house. I installed LMS 8.1 and works fine. A question: could be a good idea to dedicate One CPU to LMS or prirotize It with some trick? I'm not able to do this and i dont know if It can get me some advantages. If yes, what i have to

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-22 Thread corrobor
rwanou wrote: > Hi all and Thanks for keeping the project alive. > > One of the Pis of my setup is Raspberry Pi ZERO, which runs on ARMV6. I > tried to upgrade to PCP7, but I get error downloading some of the > modules. > > Is PCP7 tested/supports RPI zero? Is there any plan for the missing >

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-22 Thread corrobor
rwanou wrote: > Hi all and Thanks for keeping the project alive. > > One of the Pis of my setup is Raspberry Pi ZERO, which runs on ARMV6. I > tried to upgrade to PCP7, but I get error downloading some of the > modules. > > Is PCP7 tested/supports RPI zero? Is there any plan for the missing >

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-16 Thread corrobor
Greg Erskine wrote: > I have started to convert "udev USB DAC stuff" to markdown. > > Then I thought I should test it. > > I had to change "ATTR{idProduct}" to "ATTRS{idProduct}" for my USB > device, and DAC.sh gets run 4 or 5 times! More research required. Hi friend, the singular form of udev

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-16 Thread corrobor
Greg Erskine wrote: > I have started to convert "udev USB DAC stuff" to markdown. > > Then I thought I should test it. > > I had to change "ATTR{idProduct}" to "ATTRS{idProduct}" for my USB > device, and DAC.sh gets run 4 or 5 times! More research required. I get work with "ATTR" and not "ATT

Re: [SlimDevices: Unix] piCorePlayer Documentation

2021-01-15 Thread corrobor
carsten_h wrote: > Thank you for the documentation! > > I only have two additions: > You don't have to add "home/tc/dac.sh" to the filetool.lst as the whole > /home/tc folder is already in the backup. > And I would not make a "chmod 777 /home/tc/dac.sh", a 755 would be > sufficient. Ok perfect!

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-15 Thread corrobor
I summarize the solution: 1)Login into SSH shell. Turn off your dac and then turn on. Digit DMESG and find the string "idVendor" and "idProduct" of your DAC (they are two strings of four characters). 2)Digit "sudo nano /etc/udev/rules.d/10-dac.rules" and paste this string: SUBSYSTEM=="usb", ACTIO

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > I have set a higher output level with alsamixer for the Soundsticks > because they are too quiet with the normal setting. To restore this > value after reconnecting, I use this call. Normally it will only be > called at boot time. Understood

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > Thank you for your very fast help! > Now I don't have to use a script from Home Assistant to start > squeezelite again when I switch on the Soundsticks with Home Assistant. > I think it is better handled in piCorePlayer directly. Sorry a question: why you have add this string

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
Paul Webster wrote: > Can one of you collect the files and info and the submit them to the pCP > documentation project? > https://docs.picoreplayer.org/publishing/create_new_document/ Ok i will do It tomorrow! corrobor's

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > i changed the number to 10 and changed the filetool.lst file. > I removed the sudo in the udev-rules file (is it that what you meant)? > I changed the permission. > > Now it is working! > > I changed the permissions back to 755 and it is still working. > It seems to be the s

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > I added it, made a backup, tried your commando, but nothing happened. > Then I did a reboot, looked at the file and it was changed, but nothing > happened. :-( > > These are the rights of the files: > > Code: > > -rw-rw-r--1 root root

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > I added it, made a backup, tried your commando, but nothing happened. > Then I did a reboot, looked at the file and it was changed, but nothing > happened. :-( Ok. So when you Power on your USB dac , nothing happened. The udev rule: i made a specific rule, i called It 10-rote

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
carsten_h wrote: > Hello! > > I tried to build the same for my Harman/Kardon Soundsticks. > I found this in dmesg when I switch them off and on again: > > Code: > > [ 126.710090] usb 1-1.4: USB disconnect, device number 4 > [ 131.288928] usb 1-1.4: new full-speed U

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-14 Thread corrobor
Man in a van wrote: > things to try > > does the usb input stay alive in Amp standby ? > > Check if you can defeat the auto-off inactivity timer > > Check / change the usb class > > If you have an old pi, install pCP on that and see if the external usb > power will power the pi I solved: 1

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
Paul Webster wrote: > pCP calls > sudo /usr/local/etc/init.d/squeezelite status > which looks for a pid file and then checks to see if the listed process > is running > > So if you called > sudo /usr/local/etc/init.d/squeezelite restart > or > sudo /usr/local/etc/init.d/squeezelite start > rath

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-14 Thread corrobor
ralphy wrote: > Using an ALSA output prefix other than hw: with the -o option "hides" > some or all of the physical capabilities of the audio hardware from > squeezelite behind the ALSA subsystems. Sorry, why if i press the "restart" button in the web interface squeezelite start (the icon becom

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-13 Thread corrobor
ralphy wrote: > Using an ALSA output prefix other than hw: with the -o option "hides" > some or all of the physical capabilities of the audio hardware from > squeezelite behind the ALSA subsystems. I Need to automatcly "Press" the squeezelite restart button when dac Is plugin. I can write udev r

Re: [SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-13 Thread corrobor
ralphy wrote: > Try enabling the Close output setting (-C) option with a value of 5. > > It's suppose to allow squeezelite to start and wait for the device to > appear. > > You need to use the hw:CARD= device with the -o option not plughw:CARD= Not works. Now, my dac Is Power off. Squeezelite

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
Man in a van wrote: > Doing which of the suggestions ? > > Which amp/ dac do you have ? > > Are they seperate devices or an all-in-one? Rotel a12. I think that the solution can be to write a udev rule that start squeezelite when dac Is plug-in. -

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
Man in a van wrote: > @corrobor > > Does the amp/dac have a standby mode ? > If you power on the amp/dac at a regular time (maybe a timer on the > power switch) you could run a cron job on the pi for a restart a few > minutes later). > Use a ssh command from your smartph

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
Pommes wrote: > Is little bit off topic, I tried FIP HLS, but on my system it will only > play the AAC stream. I have installed lame and FFMpeg and The hls Plugin > . Could you give me a hint, please? > Thanks > Pommes Hi. When Raspberry restart, if dac Is Power off, squeezelite cannot start b

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
slartibartfast wrote: > Is that necessary? > > Sent from my Pixel 3a using Tapatalk :-) no corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showth

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
slartibartfast wrote: > How often do you reboot you Pi? Mine is on 24/7. > > Sent from my Pixel 3a using Tapatalk I do a reboot rule every day at 0 am corrobor's Profile: http://forums.slimdevices.com/member.php?userid=6

[SlimDevices: Unix] Start/restart squeezelite when plug-in USB dac

2021-01-13 Thread corrobor
It Is possibile to do this? I need to start or restart squeezelite when i Power on my USB dac. Because if dac Is off squeezelite dont start and i need to start It manualy. By udev event? corrobor's Profile: http://forums.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
Another question: i have an USB dac (the amplifier's dac). I have this little issue. I set "USB" in squeezelite settings and It works well (Sorry Is It Better to set hw:card or hwplug:card ?) The little issue is this: i Power on the amplifier (and its dac) only when i use It. The Raspberry Is Alw

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-13 Thread corrobor
Another question: i have an USB dac (the amplifier's dac). I have this little issue. I set "USB" in squeezelite settings and It works well (Sorry Is It Better to set hw:card or hwplug:card ?) The little issue is this: i Power on the amplifier (and its dac) only when i use It. The Raspberry Is Alw

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-12 Thread corrobor
paul- wrote: > There are suggested settings in the web interface. just expand the > more> tags. Thanks corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices

Re: [SlimDevices: Unix] Picoreplayer 7 and rotel dac

2021-01-12 Thread corrobor
Lol No, It Is the cable that i got in the amplifier box corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=113656 ___

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 7.0.0

2021-01-12 Thread corrobor
A question: i have Raspberry 4, USB dac and 64 bit version. I want to try the cpu isolation. What value suggest me? It Is only a player. The LMS server Is into another device. I'm running a little underclocked and undervolted -

Re: [SlimDevices: Unix] Picoreplayer 7 and rotel dac

2021-01-12 Thread corrobor
Sorry, solved. The problem was the USB cable. I change It and now its ok! Thanks corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=11

[SlimDevices: Unix] Picoreplayer 7 and rotel dac

2021-01-12 Thread corrobor
I got a fresh install and my amplifier dac (rotel a12) Is not recognized. I have to install some extensions? I used in the past and It worked corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View t

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-08-07 Thread corrobor
Sorry I'm newbi. I'm on 6.0 into Raspberry 0. If i update to 6.1 i Will lose my settings? Thanks corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/sho

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-04-25 Thread corrobor
huxmut wrote: > enthusiast version isnt suited to wifi in general. > also, you want to be running some fairly high end DAC and other gear > down stream to hear any differences > another way to put this. dont worry, you arnt missing anything :) Ok. I have raspberry 0 (in WiFi) with Allo digione.

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-04-25 Thread corrobor
Hi friends, i'm running on raspberry zero wifi without any problem since 1 month. A question: if I switched to Audio enthusiast version, what is the difference on raspberry 0? You suggest me to try or ...is the same? corro

Re: [SlimDevices: Unix] Which is the advantage to switch from Lms 7.9.2 to 7.9.3 or 8.0?

2020-03-31 Thread corrobor
Ok, I'm now on 8.0.0 corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=111905 ___ unix m

Re: [SlimDevices: Unix] Which is the advantage to switch from Lms 7.9.2 to 7.9.3 or 8.0?

2020-03-31 Thread corrobor
mherger wrote: > > If I switched to 7.9.3 or to 8.0 which is the difference? Now it > works > > Biggest new feature (so far) is integration of music services: your > album collection from Spotify/TIDAL/Qobuz would show up as part of "My > Music". > > -- > > Michael You suggest to switch to

[SlimDevices: Unix] Which is the advantage to switch from Lms 7.9.2 to 7.9.3 or 8.0?

2020-03-31 Thread corrobor
Hi, I'm on Lms 7.9.2 (picoreplayer 6.0). If I switched to 7.9.3 or to 8.0 which is the difference? Now it works well corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-21 Thread corrobor
Sorry i have a question about Raspberry 4 vs zero: R4 Is multicore: by using CPU isolation flag ( 0,3 ) the audio quality could be better than r0 which Is single core? corrobor's Profile: http://forums.slimdevices.com/memb

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-18 Thread corrobor
paul- wrote: > All those programs are available and will work just fine Ronnie. Just > not configured through the web interface. (We do have an access point > mode that will also route traffic) > > As for configuration files, yes, you need to tell the system which files > it needs to save wh

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-18 Thread corrobor
Ok thanks! I Will try to move lms in my Raspberry router/access point. I'm thinking to switch the S.O. of this Raspberry form raspbian to picoreplayer player. I Need hostapd, dnsmasq and openvpn. If i install this package from picoreplayer web interface (i found It), when i edit the config file i

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-17 Thread corrobor
Another question. Now i have picoreplayer server+player into Raspberry 4. In my House i have a Raspberry2 used as router access point with raspbian. Question: if i switch the Raspberry, so if i put raspbian into Raspberry 4 installing also LMS and putting picoreplayer into Raspberry 2 only player

Re: [SlimDevices: Unix] ANNOUNCE: piCorePlayer 6.0.0

2020-03-17 Thread corrobor
Hi Friends, a Little question. I'm getting another music point in another room. So i Need only picoreplayer with squeezelite. I have to buy another Raspberry. The question Is: Pi zero w working well with picoreplayer or Is It slow? Otherwise i Will buy a rasp 3 or 4 Thanks -

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

2020-02-26 Thread corrobor
paul- wrote: > Unless your running a Zero, the USB port is likely not going to put out > enough to power the pi properly. You could use the 5 volt from the > USB to power a small relay, then run the normal wallwart power through > the relay. Many different ways to do it. Yes this Is a Simp

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

2020-02-26 Thread corrobor
I'm thinking to switch on Raspberry when I switch on my amplifier and switch off Raspberry when i switch down my amplifier. The Raspberry Is plugged to my amplifier by USB so all gpio Is free. My amplifier has a USB port free. I can plug a cable to have +5v when the amplifier Is on. And After wha

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

2020-02-26 Thread corrobor
Sorry, what Is the differenze from lms 7.9.2 and 7.9.3? They are the stable and beta? Another question: in squeezelite conf, using a dac usb, what Is the difference from HW device and PLUGHW device? I'm using the first

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

2020-02-25 Thread corrobor
paul- wrote: > yes. The default Is 7.9.2? 7.9.3 Is beta? corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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

2020-02-25 Thread corrobor
I update lms ti 8.0.0 but i want ti come back. The default version in PCP 6 rc1 Is 7.9.2 or 7.9.3? I have to do manualy with SSH bash script? corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View t

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

2020-02-24 Thread corrobor
paul- wrote: > 6.0.0 Release Candidate 1 is posted. See > https://forums.slimdevices.com/showthread.php?110727-BETA-piCorePlayer6-0-0-PI4-support&p=944664&viewfull=1#post944664 > for details Thanks! I updated from b09 in raspberry 4 (in WiFi mode) and all seems ok! Good job ---

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

2020-02-24 Thread corrobor
myke2k7 wrote: > sure ? corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=110727 ___ u

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

2020-02-24 Thread corrobor
Sorry, I have a dac usb (into the amplifier). When I configure squeezelite I see it in two lines. HW and PLUGHW. What is the difference? I setted HW corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872

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

2020-02-24 Thread corrobor
Is there a way to stream Amazon music? corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=110727

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

2020-02-23 Thread corrobor
Thanks corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=110727 ___ unix mailing list un

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

2020-02-23 Thread corrobor
huxmut wrote: > yes. read back a few pages. paul has linked a help page with > instructions I Searched but I haven't found it ... corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread:

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

2020-02-23 Thread corrobor
Ok I try corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showthread.php?t=110727 ___ unix mailing list

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

2020-02-23 Thread corrobor
huxmut wrote: > use the standard version. no tweaks. it is very good. > be like miley cyrus, tweaking only if you have issues. > > oh wait. that might be twerking Ok. If I want to upgrade to Lms 8 is it possible? co

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

2020-02-23 Thread corrobor
corrobor wrote: > Hi to all. I didn't know picoreplayer. I had been using moode with Lms > and squezelite. Today I saw picoreplayer and I'm trying it. > I need some advice to set it at the best. > I have raspberry 4 with 4gb of ram. It is connected to my amplifier by >

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

2020-02-22 Thread corrobor
Hi to all. I didn't know picoreplayer. I had been using moode with Lms and squezelite. Today I corrobor's Profile: http://forums.slimdevices.com/member.php?userid=69872 View this thread: http://forums.slimdevices.com/showt