Forum Replies Created
-
Posted in: Allo USB Bundle
-
14. Mai 2021 at 14:06 #51244
Hi Mario,
danke für den Hinweis. Leider scheint das bei mir so nicht zu funktionieren.Das Update hat funktioniert:
pi@max2play:~ $ sudo apt-get install alsa-utils Reading package lists... Done Building dependency tree Reading state information... Done alsa-utils is already the newest version (1.1.3-1). 0 upgraded, 0 newly installed, 0 to remove and 286 not upgraded
Die channel-Einstellung leider nicht.
pi@max2play:~ $ amixer sset Channels 20%,20% amixer: Unable to find simple control 'Channels',0
Hast Du eine Idee woran das liegt?
Sorry, ich sollte noch ergänzen, dass ich die Beocreate4-Karte nutze und zwei CX100 als Stereo-Paar betreibe.
Gruß Max
1. Mai 2021 at 17:32 #51178Hi,
kann mir bitte jemand sagen, wo ich genau die Informationen über die entsprechende Konsolenkommandos finde?
Danke7. Mai 2018 at 17:49 #35561Hi Spartan117,
yes you’re right I could have done that but I might re-use the called script.
Anyway thanks you for your suggestion.6. Mai 2018 at 22:19 #35525Hi guys,
I have the same problem. Adding the gpio commands in rc.local does not avoid the annoying noise.
I’m a Linux noob but plan is to implement the idea of Spartan117. I tried to delay the execution of the gpio commands like this:
– I created a new script /etc/MuteDisable which contains#!/bin/sh # shell script to disable mute sleep 10 gpio mode 2 out gpio write 2 0
– I tried executing the script directly from the command line and it works (after 10 seconds the sound it turned on)
– In /etc/rc.local I added the line (before exit 0 😉 )
/etc/MuteDisable
But this does not seem to work.
Since I am noob I think the problem is caused by this incorrect line.Can anybody help me?
Edit 7 May 2018: I found the mistake. I did not grant execution rights for the script. 🙁
chmod 755 /etc/MuteDisable
did the job. Now it works fine!Cheers MaxAy
-