Sunday, May 12, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 23809  / 2 Years ago, tue, july 5, 2022, 8:29:26

Good afternoon everyone! I'm going to be objective in my problem.



Before I was using Windows 8 on my notebok and ubuntu on the desktop. I decided to test the update 14.04 in the notebook, installed and worked perfectly, when one day I called and the sound wasn't working anymore, I went to look at the audio configuration and saw that he wasn't recognizing the audio card. Can someone help me?



$ aplay: device_list:268: No sound card found...

$ lspci -v | grep -A7 -i "audio"
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
Subsystem: COMPAL Electronics Inc Device 0032
Flags: fast devsel, IRQ 22
Memory at f2a00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0


Print the configuration



Print for my configs


More From » sound

 Answers
6

I had the same problem. You can solve it using the following command:



sudo aptitude --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2


Then just restart the computer.


[#25307] Wednesday, July 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rvousnove

Total Points: 456
Total Questions: 130
Total Answers: 98

Location: El Salvador
Member since Sun, Sep 12, 2021
3 Years ago
;