![]() |
PeppyMeter and moOde - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: PeppyMeter and moOde (/showthread.php?tid=3484) |
RE: PeppyMeter and moOde - fdealexa - 10-15-2023 (10-15-2023, 07:11 PM)pisuke74 Wrote: hi. I use a pi4 with this SUNFOUNDER - Schermo touch Raspberrry Pi 4 HDMI da 7 pollici, 1024 x 600, LCD and with hifibarry day plus. Sorry, pisuke74, I dont see any of the images. Could you please try again.. Furthermore, due you are not using the standard 7 inch on the DSI port, would you please send also the config.txt in the boot directory? Best regards (ciao), Francesco RE: PeppyMeter and moOde - pisuke74 - 10-16-2023 Per la directory di avvio devo togliere la ad? Perché dovrei smontare tutto . Poi oggi cerco di rifare screen che a me fa vedere Possiamo usare italiano oppure meglio usare inglese ? RE: PeppyMeter and moOde - Nutul - 10-16-2023 (10-16-2023, 10:19 AM)pisuke74 Wrote: Per la directory di avvio devo togliere la ad? Perché dovrei smontare tutto . Poi oggi cerco di rifare screen che a me fa vedere Although you are both italian (as I am, btw) it would be better to write in English here, in order for everybody to benefit. RE: PeppyMeter and moOde - fdealexa - 10-16-2023 (10-16-2023, 10:19 AM)pisuke74 Wrote: Per la directory di avvio devo togliere la ad? Perché dovrei smontare tutto . Poi oggi cerco di rifare screen che a me fa vedere Hi pisuke74, We have to use English, at last for respect and benefit to all the other component of the forum. The issue of the default user is connected to several commands chained to the related location. My opinion is, anyway, connected to the resolution of your display: please have a look at 3-4 pages before in this thread. Best regards, Francesco P.S.: @Nutul Al, I completely agree with you and It is a pleasure to know you are italian too. Ciao RE: PeppyMeter and moOde - pisuke74 - 10-17-2023 Next days I will post all How can I copy config file via terminal? Or I have to remove sd and see it in the boot partition? RE: PeppyMeter and moOde - Nutul - 10-17-2023 (10-17-2023, 09:09 AM)pisuke74 Wrote: Next days I will post all An example about how to copy the file test.txt from the home directory in the PI, assuming the username is "pi" and the PI name in the network is "moode": (the use of .local for the DNS name is to tell the router to not use internat DNS resolve, as the address is in the local network, so it is faster) scp pi@moode.local:/home/pi/test.txt . it will ask you for the password of "pi" on the Raspberry. Replace username / machine name / file name with those of your use case. general rule: scp <usrname>@<machine name / IP address>:<complete file path beginning with "/"> <local path> (if local path is left empty - or "." as in the example - the file will be copied to the directory you are executing the command from. Under Windows with "putty" you may want to specify it like "C:\test\downloads\" for example) HTH RE: PeppyMeter and moOde - fdealexa - 10-17-2023 (10-17-2023, 09:09 AM)pisuke74 Wrote: Next days I will post all Hi pisuke74, When I ask for "config.txt in the boot directory", I mean that I would like to see the result of the following command from the terminal emulator (putty): Code: cat /boot/config.txt or, for "config.txt in the peppymeter directory": Code: cat home/pi/PeppyMeter/config.txt Then copy and past on the answer (screenshot). I hope this help. Best regards and thanks, Francesco RE: PeppyMeter and moOde - chossette - 10-30-2023 Hi everyone, I feel pretty sad, because I read a lot, apply a lot dive a bit into alsa... But I am unable to make the alsa peppy meter works ![]() I have a rpi 4 (4Go), with a IQ Audio DAC Amp+ I have followed https://github.com/project-owner/PeppyMeter.doc/wiki and the pretty good https://github.com/FdeAlexa/PeppyMeter_and_moOde for specific moode. I have a moode 8.3.6-1 installation. What is happening (or in fact not happening)... My /etc/alsa/conf.d/_sndaloop.conf is Code: cho7@moode:~ $ cat /etc/alsa/conf.d/_sndaloop.conf My git clone of peppy is on "Renoir Edition". the /var/tmp/peppyfifo is well present, but when running the peppyalsa-client sample code with the path to the /var/tmp/peppyfifo, nothing happen.. (being root or user) Code: cho7@moode:~/peppyalsa/src $ ./peppyalsa-client /var/tmp/peppyfifo I try to play audio sample with the speaker-test, or moode with no success. I try to use a software mixer instead of the hardware mixer but without more luck... For info my aplay output: Code: cho7@moode:~/peppyalsa/src $ aplay -l and here I am... No more idea on my side ![]() I hope someone got a finger showing me my dumby error ! Tx by advance people ! RE: PeppyMeter and moOde - fdealexa - 10-31-2023 Hi chossette, Tomorrow I will try to replicate your configuration. Best regards, Francesco RE: PeppyMeter and moOde - fdealexa - 10-31-2023 Hi chossette, I have built a system similar to yours (IQaudIO Pi-DAC+ instead of IQ Audio DAC Amp+) FROM SCRATCH and I did several tests: 1. Using "pi" as default user and following the instruction on GITHUB: everythings OK 2. Using "cho7" as default user and following the instruction on GITHUB: everythings OK 3. Modifing the /etc/alsa/conf.d/_sndaloop.conf with slave.pcm "hw:Loopback,0,0" instead of slave.pcm "hw:Loopback,0": everythings OK 4. Coping your /etc/alsa/conf.d/_sndaloop.conf with slave.pcm in my configuration: everythings OK. I have a question: after the installation of alsa, modification of /etc/alsa/conf.d/_sndaloop.conf and reboot, when you try the "peppyalsa-client" and play the music: YOU LISTEN THE MUSIC? Best regards, Francesco |