Skip to content

Instantly share code, notes, and snippets.

@krootca
Created January 16, 2022 07:35
Show Gist options
  • Save krootca/4843b16dd42de458199f3f83c12175df to your computer and use it in GitHub Desktop.
Save krootca/4843b16dd42de458199f3f83c12175df to your computer and use it in GitHub Desktop.
No audio - no sound - Fix error

No se escucha el sonido - como arreglar1.

no sound heard - how to fix


Information - attempts to fix Información - intentos de arreglar

| configure file alsa configurar archivo alsa /etc/modprobe.d/alsa-base.conf

#options snd-hda-intel model=alc255-acer,dell-headset-multi
#options snd-hda-intel model=auto
options snd_aloop index=1
#options snd-usb-audio index=0
#options snd-hda-intel model=hp

| reboot and reboot - nothing happened - nada paso - didn't fix anything - no arregló nada

desistalar alsa, pavucontrol, pulseaudio uninstall alsa, pavucontrol, pulseaudio

apt purge alsa-utils alsa.utils alsa.oss libasound2 
apt purge pavucontrol pulseaudio 

instalar todo de nuevo install everything again

apt install alsa-utils alsa.utils alsa.oss libasound2 
apt install pavucontrol pulseaudio 

| reboot - nothing happened - nada paso - didn't fix anything - no arregló nada

| Getting information - Obteniendo información:

pacmd list-cards
alsamixer
alsamixer -c 1
alsa-info 
pulseaudio -v
aplay -l
aplay -lL
inxi -a

Bugs and bugs but no precise information Errores y errores pero ninguna información precisa

Errores: Error daemon startup Error daemon fail Error daemon running Cannot find card '0'


Other attempts - Otros intentos:

Add code to file - Añadir codigo al archivo | /etc/modprobe.d/default.conf

options snd-aloop index=1
options v4l2loopback_dc width=640 height=480
#options snd_hda_intel index=1,0
#options snd slots=snd_mia,snd_hda_intel
#options snd_mia index=0

| reboot - nothing happened - nada paso - didn't fix anything - no arregló nada

Other attempts - Otros intentos:

| Attempts to set default settings | Intentos de establacer configuración predeterminada

 pulseaudio --kill
 killall pulseaudio
 sudo rm -rf /tmp/pulse*
 sudo rm -rf /tmp/pulse*
 systemctl daemon-reload
 systemctl --user enable pulseaudio && systemctl --user start pulseaudio
 sudo systemctl --global disable pulseaudio.service pulseaudio.socket
 pulseaudio --start
 pulseaudio -D

| reboot - nothing happened - nada paso - didn't fix anything - no arregló nada

Other attempts - Otros intentos:

| Silly attempts - Intentos tontos

Add code to the end of a file Añadir codigo al final de una linea

| No root ~/.bashrc

pulseaudio -D
clear

| reboot - nothing happened - nada paso - didn't fix anything - no arregló nada

|

And other foolish attempts and several reboots - Y otros tontos intentos y varios reboots...


Bug fixed - Error solucionado 👍

En mi caso nada me funcionó, ni modificar archivos, ni actualizar drives, purgar paquetes, nada, solo me sirvió esto:

In my case, nothing worked for me, neither modifying files, nor updating drives, purging packages, nothing, only this worked for me:

| Create a new file and add these codes | Crear un nuevo archivo y añadir estos codigos

/etc/modprobe.d/intel.conf

options snd-hda-intel single_cmd=1
options snd-hda-intel probe_mask=1

Footnotes

  1. Up - Arriba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment