Hello all,
This morning I made a fresh Arch install. I am trying to unmute my audio, but the instructions and the commands I've found on the Arch Wiki for
and
don't work; the output is
, and then when I try to use pacman to install either amixer or alsamixer, I get:
PS: As a side note, I'm seem unable to register on the Arch Forums' CAPTCHA, because I can't copy and paste text to or from my terminal, and so the answer to What is the output of "date -u +%V$(uname)|sha384sum|sed 's/\W//g'"? is always incorrect for me; if someone could provide the answer to this so that I can cut and paste it, that would be great.
This morning I made a fresh Arch install. I am trying to unmute my audio, but the instructions and the commands I've found on the Arch Wiki for
Code:
alsamixer
Code:
$ amixer sset Master unmute
$ amixer sset Speaker unmute
$ amixer sset Headphone unmute
Bash:
bash: amixer: command not found
Code:
[user@archlinux ~]$ sudo pacman -S amixer
error: target not found: amixer
[user@archlinux ~]$ sudo pacman -S alsamixer
error: target not found: alsamixer
PS: As a side note, I'm seem unable to register on the Arch Forums' CAPTCHA, because I can't copy and paste text to or from my terminal, and so the answer to What is the output of "date -u +%V$(uname)|sha384sum|sed 's/\W//g'"? is always incorrect for me; if someone could provide the answer to this so that I can cut and paste it, that would be great.