01-01-2025, 01:25 PM
Thank you for the very quick solution!
The first command didn’t work, but the second approach did!
Not Working:
1.
Working!
2.
After that, the sound was immediately back!
Thanks again, and I wish you a Happy New Year 2025!
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
2.
Code:
CHIP=$(gpiodetect | grep pinctrl | awk 'NR==1 {print}' | cut -d " " -f1)
sudo gpioset $CHIP 22=1
Thanks again, and I wish you a Happy New Year 2025!