Differences

This shows you the differences between two versions of the page.

Link to this comparison view

audiotrouble [2016/11/07 18:39]
slackermedia
audiotrouble [2021/06/03 19:48]
Line 1: Line 1:
-====== Troubleshooting Linux Audio ====== 
- 
-<WRAP info> 
-**TL;DR** \\ 
-  -Check hardware 
-  -Turn all audio on and up in ''​alsamixer''​ 
-  -Turn all audio on and up in ''​kmix''​ 
-  -Turn all audio on and up in application 
-</​WRAP>​ 
- 
-When sound doesn'​t work on you Linux machine, don't panic. On any operating system, there are at least four separate volume controls for sound: 
- 
-  - Hardware: the hardware device, such as volume knobs on speakers, for instance. 
-  - OS: the operating system audio configuration controlling which device attached to the computer should play sound. 
-  - Desktop: the desktop master volume control, usually identified with a speaker icon in a system tray or menu bar. 
-  - Applications:​ each individual applications producing the sound you expect to hear. 
- 
-The same is true for Linux. 
- 
-If you cannot hear sound from your Linux machine, or your Linux machine isn't accepting audio input from you, stay calm and perform these simple troubleshooting steps, in this order: 
- 
- 
-===== 1. Hardware ===== 
- 
-First, do a "dummy check" on your hardware: 
- 
-  * If you're not hearing sound from your speakers, are you headphones plugged in by accident? 
-  * Is the volume turned on your speakers or headphones? 
-  * Are your speakers plugged in? 
-  * Are you speakers //on//? 
-  * Is your microphone plugged into the headphone (and not the speaker) port? 
- 
-It seems obvious, but a good audio engineer checks connections first. 
- 
- 
-===== 2. OS ===== 
- 
-Next, ensure that the audio inputs and outputs are detected by the OS, and that the levels are set. 
- 
-There are several interfaces that tap into the low level audio settings, but the clearest and most comprehensive is the most basic: ''​alsamixer''​ (ALSA being the audio driver on Linux). 
- 
-Launch and use ''​alsamixer''​ from a terminal, like ''​konsole''​. 
- 
-{{ alsamixer.png }} 
- 
- 
- 
-===== 3. Desktop ===== 
- 
-{{ kmixfinal.png }} 
- 
- 
-===== 4. Applications ===== 
- 
- 
- 
- 
-<WRAP centeralign>​ 
-<wrap fa>​[[linuxaudio|R]]</​wrap>​ <wrap fa>​[[start|S]]</​wrap>​ <wrap fa>​[[pkg|Q]]</​wrap>​ 
-</​WRAP>​