Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 16700  / 2 Years ago, wed, september 7, 2022, 4:55:04

I have the same problem that the user in "Dummy Output in Ubuntu 14.04".



The difference is that cat /proc/asound/card0/codec* | grep Codec outputs:



cat: /proc/asound/card0/codec*: No existe el archivo o el directorio 


(It's in Spanish, it means it cannot find the file or directory)



More info:



$ sudo modprobe snd-hda-intel  
modprobe: FATAL: Module snd-hda-intel not found.

$ sudo alsa force-reload
Unloading ALSA sound driver modules: (none loaded).
Loading ALSA sound driver modules: (none to reload).

$ sudo aplay -l
aplay: device_list:268: no soundcards found...

$ lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family
High Definition Audio Controller (rev 04)

$ lspci -v | grep audio
(nothing)

$ locate snd-hda-intel
(nothing)

$ lsmod | grep snd
(nothing)

More From » kernel

 Answers
6

First, we need to know what type of audio hardware (if any) the system detects:



lspci -v | grep audio


And



:~$ lsmod | grep snd


Please run this command and post the output. Should be something like the following:



:~$ lspci -v | grep audio
00:1f.4 Multimedia audio controller: Intel Corporation 82801BA/BAM AC'97
Audio Controller (rev 02)
:~$


And



snd_intel8x0           38153  0
snd_ac97_codec 130285 1 snd_intel8x0
ac97_bus 12730 1 snd_ac97_codec
snd_pcm 102099 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 18710 2 snd_intel8x0,snd_pcm
snd_timer 29482 1 snd_pcm
snd 69238 4 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm
soundcore 12680 1 snd
:~$


Additional information for troubleshooting



What is the output of the following?



:~$ locate snd-hda-intel


Several users on other posts were able to get this audio chipset working by editing /etc/modprobe.d/alsa-base.conf



nano /etc/modprobe.d/alsa-base.conf


And add the following line:



options snd-hda-intel model=generic


Posts referenced/researched:




[#23753] Friday, September 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
huovie

Total Points: 234
Total Questions: 99
Total Answers: 105

Location: Central African Republic
Member since Sun, Feb 26, 2023
1 Year ago
huovie questions
Mon, Aug 2, 21, 01:46, 3 Years ago
Thu, Feb 2, 23, 10:58, 1 Year ago
Thu, Oct 21, 21, 08:55, 3 Years ago
Sun, Dec 5, 21, 23:57, 2 Years ago
;