Thank you for your donation!


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


Solved: No sound with IQaudIO Pi-DigiAMP+ (with Moode 9.2)
#4
Thank you for the very quick solution!

The first command didn’t work, but the second approach did!

Not Working:

1.
Code:
moodeuser@moode:~ $ sudo /var/www/util/sysutil.sh unmute-pi-digiampplus  
gpioset: invalid offset<->value mapping: gpiochip0  
Working!
2.
Code:
CHIP=$(gpiodetect | grep pinctrl | awk 'NR==1 {print}' | cut -d " " -f1)  
sudo gpioset $CHIP 22=1  
After that, the sound was immediately back!

Thanks again, and I wish you a Happy New Year 2025!
Reply


Messages In This Thread
RE: No sound with IQaudIO Pi-DigiAMP+ (with Moode 9.2) - by tobitruba - 01-01-2025, 01:25 PM

Forum Jump: