Linux problem with sound

Advanced Linux Sound Architecture/Troubleshooting

Contents

Volume

No output

If speaker-test produces sound but some other program does not, determine whether PulseAudio is being used:

If it is, try using apulse AUR , as described in Advanced Linux Sound Architecture#PulseAudio compatibility. Alternatively, killing the PulseAudio process may cause sound to start working in the desired process.

Output is muted after reboot

Run the following command:

If the problem persists, verify that the Auto-Mute option in alsamixer is set to Disabled .

Volume is too low

Run alsamixer and try to increase the value of the sliders, unmuting channels if necessary. Note that if you have many sliders, you may have to scroll to the right to see any missing sliders.

If all the sliders are maxed out, and the volume is still too low, you can try running the following script to reset your codec settings:

The script assumes that /usr/bin/python refers to Python 2, which is incorrect on Arch by default. To avoid this issue run the following command:

Close the analyzer, and when prompted as to whether you want to reset the codecs, say «yes».

If the volume is still too low, run alsamixer again: resetting the codecs may have caused new sliders to become enabled and some of them may be set to a low value.

Low Sound Volume

If you are facing low sound even after maxing out your speakers/headphones, you can give the softvol plugin a try. Add the following to /etc/asound.conf .

After the changes are loaded successfully, you will see a Pre-Amp section in alsamixer. You can adjust the levels there.

Random lack of sound on startup

You can quickly test sound by running speaker-test . If there is no sound, the error message might look something like

If you have no sound on startup, this may be because your system has multiple sound cards, and their order may sometimes change on startup. If this is the case, try setting the default sound card.

If you use mpd and the configuration tips above do not work for you, try reading this instead.

Microphone

No microphone input

In alsamixer, make sure that all the volume levels are up under recording, and that CAPTURE is toggled active on the microphone (e.g. Mic, Internal Mic) and/or on Capture (in alsamixer, select these items and press space). Try making positive Mic Boost and raising Capture and Digital levels higher; this may make static or distortion, but then you can adjust them back down once you are hearing something when you record

As the pulseaudio wrapper is shown as «default» in alsamixer, you may have to press F6 to select your actual soundcard first. You may also need to enable and increase the volume of Line-in in the Playback section.

To test the microphone, run these commands (see arecord’s man page for further information):

Alternatively, you can run this command:

alongside alsamixer to easily identify channel which you should select and unmute.

Читайте также:  Mac os видит не весь жесткий диск

To test a particular device, use the —device parameter followed by the hardware PCM name in the form hw:C,D for card C device D, or plughw:C,D for plugged hardware. For instance:

If all fails, you may want to eliminate hardware failure by testing the microphone with a different device.

For at least some computers, muting a microphone (MM) simply means its input does not go immediately to the speakers. It still receives input.

Many Dell laptops need «-dmic» to be appended to the model name in /etc/modprobe.d/modprobe.conf :

Some programs use try to use OSS as the main input software. If you have enabled the snd_pcm_oss , snd_mixer_oss or snd_seq_oss kernel modules previously (they are not loaded by default), try unloading them.

Setting the default microphone/capture device

Some applications (Pidgin, Adobe Flash) do not provide an option to change the capture device. It becomes a problem if your microphone is on a separate device (e.g. USB webcam or microphone) than your internal sound card. To change only the default capture device, leaving the default playback device as is, you can modify your

/.asoundrc file to include the following:

Replace «U0x46d0x81d» with your capture device’s card name in ALSA. You can use arecord -L to list all the capture devices detected by ALSA.

Internal microphone not working

First make sure the volume is enabled under the Capture view in alsamixer. In some case, the «Internal Microphone» is not displayed in the capture list available when pressing F4. If so, specifying the card number given by aplay -l to start alsamixer (for example alsamixer -c 0 ) can make it appear.

Then add the following to /etc/modprobe.d/snd-hda-intel.conf :

Then reload the module:

Now there should be an additional input under the previously mentioned Capture view.

Crackling microphone

If you are getting a crackling or popping from your microphone that cannot be resolved with ALSA settings or cleaning your microphone jack, try adding the following line to /etc/modprobe.d/modprobe.conf :

This option will fix crackling on pure ALSA, but will cause issues to pulseaudio. To let Pulse use these settings effectively, edit /etc/pulse/default.pa and find this line:

And change it to this:

Audio Quality

Crackling sound through mini-jack (headphones connector)

Whether you followed simultaneous output tip or managed to get it done on your own, you might get crackling sound through headphones or external speakers. This can be fixed by muting or setting volume to 0% on item Mic. Use alsamixer or amixer :

Popping sound after resuming from suspension

You might hear a popping sound after resuming the computer from suspension. This can be fixed by editing /etc/pm/sleep.d/90alsa and removing the line that says aplay -d 1 /dev/zero

Sound skipping during playback

Run alsamixer, and if channels exist for nonexistent output devices then disable them (e.g. alsamixer showing a center speaker but you not having one).

Poor sound quality or clipping

If you experience poor sound quality, try setting the PCM volume (in alsamixer) to a level such that gain is 0.

If snd-usb-audio driver has been loaded, you could try to enable softvol in /etc/asound.conf file. Example configuration for the first audio device:

Pops when starting and stopping playback

Some modules (e.g. snd_ac97_codec and snd_hda_intel ) can power off your sound card when it is not used. This can make an audible noise (like a crack/pop/scratch) when turning on/off your sound card. Sometimes even when moving the volume slider or opening and closing windows (KDE4). If you find this annoying, try modinfo your_module and look for a module option that adjusts or disables this feature.

For example, to disable the power saving mode for the snd_hda_intel module, add to /etc/modprobe.d/modprobe.conf :

You may also need to disable power saving for the audio card controller:

Alternatively you can set parameters for kernel modules with modprobe snd_hda_intel power_save=0 etc.

You may also have to unmute the ‘Line’ ALSA channel for this to work. Any value will do (other than ‘0’ or something too high). For example, on an onboard VIA VT1708S (using the snd_hda_intel module) these cracks occurred even when power_save was set to 0. Unmuting the ‘Line’ channel and setting a value of ‘1’ solved the problem.

Читайте также:  Windows скопировать права доступа

Sound skipping while using dynamic CPU frequency scaling

Some combinations of ALSA drivers and chipsets may cause audio from all sources to skip when used in combination with a dynamic frequency scaling governor such as ondemand or conservative . Currently, the solution is to switch back to the performance governor.

Refer to the CPU frequency scaling for more information.

Hardware and Cards

Verifying output parameters

Check the contents of /proc/asound/cardX/pcmYp/subZ/hw_params , where X , Y , and Z are system dependent. In order to find this file, execute the following command while outputting anything via ALSA:

If nothing is playing there should be no results.

Here is an example output for audio with a bit depth of 24 bits and a sampling frequency of 44.1 kilohertz:

More info is available in the ALSA documentation.

Error ‘Unknown hardware’ appears after kernel update

The following messages may be displayed during ALSA’s initialization:

Simply store ALSA mixer settings again:

It may be necessary configure ALSA again with alsamixer

Fix wrong audio pin mapping

If the mappings to your audio pins(plugs) do not correspond but ALSA works fine, you could try HDA Analyzer — a pyGTK2 GUI for HD-audio control can be found at the ALSA wiki. Try tweaking the Widget Control section of the PIN nodes, to make microphones IN and headphone jacks OUT. Referring to the Config Defaults heading is a good idea.

S/PDIF output does not work

If the optical/coaxial digital output of your motherboard/sound card is not working or stopped working, and have already enabled and unmuted it in alsamixer, try running the following:

You can also put this command in an enabled systemd service as it sometimes it may stop working after a reboot.

Conflicting PC speaker

If you are sure nothing is muted, that your drivers are installed correctly, and that your volume is right, but you still do not hear anything, then try adding the following line to /etc/modprobe.d/modprobe.conf :

The above fix has been observed to work with via82xx

The above fix has been reported to work with snd-intel8x0

HP TX2500

Add these 2 lines into /etc/modprobe.d/modprobe.conf :

No sound when S/PDIF video card is installed

Discover available modules and their order:

Disable the undesired video card audio codec in /etc/modprobe.d/modprobe.conf :

If both devices use the same module then we can use the enable parameter from snd_hda_intel module; it is an array of booleans that can enable/disable the desired sound card.

Wrong sound card model type

Although ALSA detects your soundcard through the BIOS, at times ALSA may not be able to recognize your model type. The soundcard chip can be found in alsamixer (e.g. ALC662) and the model can be set in /etc/modprobe.d/modprobe.conf or /etc/modprobe.d/sound.conf . For example:

There are other model settings too. For most cases ALSA defaults will do. If you want to look at more specific settings for your soundcard take a look at the ALSA Soundcard List find your model, then Details, then look at the «Setting up modprobe. » section. Enter these values in /etc/modprobe.d/modprobe.conf . For example, for an Intel AC97 audio:

Intel onboard sound

No sound with onboard Intel sound card

There may be a problem with two conflicting modules loaded, namely snd-intel8x0 and snd-intel8x0m . In this case, blacklist snd-intel8x0m :

Muting the «External Amplifier» in alsamixer or amixer may also help. See the ALSA wiki.

Unmuting the «Mix» setting in the mixer might help, also.

No headphone sound with onboard intel sound card

With Intel Corporation 82801 I (ICH9 Family) HD Audio Controller on laptop, you may need to add this line to modprobe or sound.conf:

Where model is any one of the following:

You can see all the available models in the kernel documentation. For example https://www.kernel.org/doc/html/latest/sound/hd-audio/models.html, but check that it is the correct version of that document for your kernel version.

A list of available models is also available here. To know your chip name type the following command (with * being corrected to match your files). Note that some chips could have been renamed and do not directly match the available ones in the file.

Читайте также:  Активация windows 10 рутор

Note that there is a high chance none of the input devices (all internal and external mics) will work if you choose to do this, so it is either your headphones or your mic. Please report to ALSA if you are affected by this bug.

And also, if you have problems getting beeps to work (pcspkr):

HDMI Output does not work

The procedure described below can be used to test HDMI audio. Before proceeding, make sure you have enabled and unmuted the output with alsamixer .

Connect your PC to the Display via HDMI cable and enable the display with xrandr.

Use aplay -l to discover the card and device number. For example:

Send sound to the device. Following the example in the previous step, you would send sound to card 1 , device 3 :

If aplay does not output any errors, but still no sound is heard, «reboot» the receiver, monitor or tv set. Since the HDMI interface executes a handshake on connection, it might have noticed before that there was no audio stream embedded, and disabled audio decoding. If you are using a standalone window manager, you may need to have sound playing while plugging in the HDMI cable.

mplay and other application could be configured to use special HDMI device as audio output. But flashplugin could only use default device. The following method is used to override default device. But you need to change it back when your TV is disconnected from HDMI port.

If the test is successful, create or edit your

/.asoundrc file to set HDMI as the default audio device.

Or if the above configuration does not work try:

Or if you alternatively succeed with

for your HDMI or DisplayPort port the following configuration will work (successfully tested on Lenovo ThinkPad T430s):

PCM through HDMI does not work (Intel Gfx)

As of Linux 3.1 multi-channel PCM output through HDMI with a Intel card (Intel Eaglelake, IbexPeak/Ironlake,SandyBridge/CougarPoint and IvyBridge/PantherPoint) is not yet supported. Support for it has been recently added and expected to be available in Linux 3.2. To make it work in Linux 3.1 you need to apply the following patches:

HDMI 5.1 sound goes to wrong speakers

Sound can be redirected to the intended speakers using ALSA’s remap function. To do so, add the following to /etc/asound.conf :

Applications

SDL: No sound with SDL applications

If you get no sound using SDL based applications, try setting the environment variable SDL_AUDIODRIVER to alsa .

OpenAL: No sound in applications that use OpenAL

Openal defaults to pulseaudio, to change the order, add the following configuration to /etc/openal/alsoft.conf :

VirtualBox: Virtual machine has no sound

If you experience problems with VirtualBox, the following command might be helpful:

You might need to activate the ALSA output in your audio software as well. You might also try selecting different sound devices in your virtual machine settings to find one that works.

Others: Generic application problems

For other applications who insist on their own audio setup, e.g., XMMS or MPlayer, you would need to set their specific options.

For MPlayer or mpv, add the following line to the respective configuration file:

Eg. for XMMS2, go into their options and make sure the sound driver is set to ALSA, not oss.

To do this in XMMS:

  • Open XMMS
    • Options > Preferences.
    • Choose the ALSA output plugin.

For applications which do not provide a ALSA output, you can use aoss from the alsa-oss package. To use aoss, when you run the program, prefix it with aoss , e.g.:

pcm.!default < . >doesnt work for me anymore. but this does:

Other Issues

Simultaneous playback problems

If you are having problems with simultaneous playback, and if PulseAudio is installed, its default configuration is set to «hijack» the soundcard. Some users of ALSA may not want to use PulseAudio and are quite content with their current ALSA settings. One fix is to edit /etc/asound.conf and comment out the following lines:

Commenting the following out also may help:

This may be a much simpler solution than completely uninstalling PulseAudio.

Источник

Оцените статью