Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: IQaudio Pi-AMP+ mute always on
#2
Thats a really old device.

The log shows that the AMP+ was detected and the commands sent to unmute it.

Here are the commands being used.
Code:
# Unmute IQaudIO Pi-AMP+, Pi-DigiAMP+
if [[ $1 = "unmute-pi-ampplus" || $1 = "unmute-pi-digiampplus" ]]; then
    echo "22" >/sys/class/gpio/export
    echo "out" >/sys/class/gpio/gpio22/direction
    echo "1" >/sys/class/gpio/gpio22/value
    exit
fi

Its possible that RaspiOS Bookworm has changed something in how /sys/class/gpio is structured.
Try running the echo commands from a terminal to see if there are any errors.

I also seem to remember that the AMP+ will be muted if the headphone jack is in use.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
IQaudio Pi-AMP+ mute always on - by Wookiee - 08-11-2024, 02:17 PM
RE: IQaudio Pi-AMP+ mute always on - by Tim Curtis - 08-11-2024, 02:29 PM
RE: IQaudio Pi-AMP+ mute always on - by Wookiee - 08-11-2024, 05:33 PM
RE: IQaudio Pi-AMP+ mute always on - by Wookiee - 08-11-2024, 06:19 PM
RE: IQaudio Pi-AMP+ mute always on - by Wookiee - 08-12-2024, 03:16 PM
RE: IQaudio Pi-AMP+ mute always on - by Wookiee - 08-15-2024, 08:56 PM
RE: IQaudio Pi-AMP+ mute always on - by Wookiee - 08-17-2024, 02:53 PM

Forum Jump: