From 62243cd0b5262e14df7e7b5b7103b5b2e006cab5 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 19 May 2021 23:46:22 +0100 Subject: Add more to css --- www/posts/arch/2020-08-31/enabling-audio-in-arch-linux/index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/posts/arch/2020-08-31/enabling-audio-in-arch-linux') 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 413b436..601959b 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 @@ -5,6 +5,9 @@ Enabling Audio in Arch Linux + + + @@ -22,6 +25,8 @@ $ 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.comThe 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