Wirrunna wrote: > Thank you for the prompt reply Greg. > What is the script that needs to be edited? and is nano installed or do > I have to install nano or maybe just copy the script from my pCP 1+. > > I just received a yum-cha I2S decoder > (http://www.ebay.com/itm/I2S-HiFi-DAC-ES9023-Expansion-Board-Decode-Board-Encoder-for-Raspberry-pi-B-) > and the VU also slams up against the +3dB when the player volume is set > at 100%, but sounds pretty good when the player volume is set at 80%.
hi Wirrunna, The volume gets set in do_rebootstuff.sh If custom ALSA is not set it does this. sudo amixer set PCM 400 unmute >/dev/null 2>&1 The 400 means 4.00db. Have you found that Custom ALSA is still working? No nano loaded by default. Use the [Extensions] button on the main page ([Beta] mode) to load it. You could just do at the command prompt: amixer set PCM 0 unmute sudo alsactl store sudo filetool.sh -b Set ALSA output level to custom on the Tweaks page. regards Greg ------------------------------------------------------------------------ Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
