From 7939805687e75f8a46cd6c43a80e9fb3db88da81 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 7 Mar 2022 21:18:44 +0000 Subject: Add Installing Docker on Arch Linux --- www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html') diff --git a/www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html b/www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html index 63c97e8..82edede 100644 --- a/www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html +++ b/www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html @@ -22,7 +22,7 @@ $ amixer sset Speaker unmute $ amixer sset Headphone unmute

You can test that the speakers are working with the speaker-test command.

$ speaker-test -c 2

If you are still getting no sound then it could be that the volume has been set to zero. Use amixer again to increase the volume.

$ amixer sset Master 100%
 $ amixer sset Speaker 100%
-$ amixer sset Headphone 100%

Unmute with Alsamixer

If you prefer a more intuitive ncurses interface you can use alsamixer.

$ alsamixer

Channels that are muted will have the MM label below them. Unmuted channels have 00.

Use the ← and → keys to scroll to the muted channel and press m to unmute it.

The volume can be increased and decreased with the ↑ and ↓ keys.

Links

Installing Arch Linux on a Thinkpad X220.Arch - Read More Posts.

I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.

Email david@davidtsadler.com

License

The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Copyright © 2021 David T. Sadler.

Return to Homepage. +$ amixer sset Headphone 100%

Unmute with Alsamixer

If you prefer a more intuitive ncurses interface you can use alsamixer.

$ alsamixer

Channels that are muted will have the MM label below them. Unmuted channels have 00.

Use the ← and → keys to scroll to the muted channel and press m to unmute it.

The volume can be increased and decreased with the ↑ and ↓ keys.

Links

Installing Arch Linux on a Thinkpad X220.Arch - Read More Posts.

I don't have comments as I don't want to manage them. You can however contact me at the below address if you want to.

Email david@davidtsadler.com

License

The contents of this site is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Copyright © 2021 David T. Sadler.

Return to Homepage. -- cgit v1.2.3-13-gbd6f