Instructions:
Code: Select all
wget http://www.jogglerwiki.com/forum/download/file.php?id=328 -O amixer.tar.gz
sudo tar -xvf amixer.tar.gz -C /opt/squeezeplay/share/jive/applets/
Code: Select all
wget http://www.jogglerwiki.com/forum/download/file.php?id=328 -O amixer.tar.gz
sudo tar -xvf amixer.tar.gz -C /opt/squeezeplay/share/jive/applets/
Code: Select all
cd ~
Code: Select all
pscp Amixer.tar.gz joggler@192.168.0.15:~
Code: Select all
cd ~
sudo tar -xvf Amixer.tar.gz -C /opt/squeezeplay/share/jive/applets/
Code: Select all
rm -rf /opt/squeezeplay/share/jive/applets/Amixer
Code: Select all
amixer -c 0
Code: Select all
amixer -c 0
alsamixer -c 0
Code: Select all
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
Code: Select all
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0"
period_time 0
period_size 1024
buffer_size 4096
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 0
}
Code: Select all
cd ~
wget http://www.jogglerwiki.com/forum/download/file.php?id=330 -O AMixer.tar.gz
sudo tar -xvf AMixer.tar.gz -C /opt/squeezeplay/share/jive/applets/ --overwrite
Agreed although I don't seem to be able to get anything out of the speakers or headphone socket ATM. I wonder if I disturbed something when I did the optical mod? Are you using the asound.conf above and can you switch from optical to internal with it?themystical wrote:This is an absolutely great feature for switching between internal speakers and SPDIF from the Squeezebox menu without messing around in command line. I think it ought to be included in Roobarb's next build of Squeezeplay.
Yes Wilberforce is top man!JimbobVFR400 wrote:Actually scrub that. I tried the asound.conf and also no asound.conf file at all, both cases followed by a reboot and my optical was still working but nothing from internal sound no matter what I did in your excellent amixer interface.
I then bit the bullet and chose reset to defaults in interface configuration in squeezeplay, and a reboot. As expected my optical went quiet but internal audio works, I then un-muted the IEC958 option in amixer and bingo, both the optical and internal are working perfectly and I can easily switch between them using amixer (plus you can long press and add amixer to the home screen if you want)
The moral of this I guess is that if you do the digital out mod, no editing of files is necessary at all it works out the box so to speak. Just un-muting it in Alsamixer or this add-on will do the trick.