07-19-2017, 10:28 AM
(07-19-2017, 10:20 AM)brentashley Wrote: I haven't yet tried the asound.state update, but I use this shell script to turn on or off my internal speakers when I want to use headphones:
Code:> cat spkr
#!/bin/sh
case $1 in
off)
amixer -q set "External Speaker" mute
;;
on)
amixer -q set "External Speaker" unmute
;;
*)
echo "syntax: spkr on|off"
;;
esac
quite right ! ... very good; thanks for posting !
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697
( I regret that I am not able to respond to personal messages; let's meet on irc! )
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697
( I regret that I am not able to respond to personal messages; let's meet on irc! )