Linux Mint 15 Olivia Sound Card Not Found after cleaning

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
solidstatelight

Linux Mint 15 Olivia Sound Card Not Found after cleaning

Post by solidstatelight »

Hi guys, I've been using linux mint 15 olivia for a while and everything works fine, yesterday I ran a
cleaning software called BleachBit and after the free disk space operation, my sound was dead. I
tried a lot of methods online and nothing worked. Here's my alsa output:
http://www.alsa-project.org/db/?f=9a97d ... 0f4752fb3e

Can somebody help me on this? Thanks a lot!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
solidstatelight

Re: Linux Mint 15 Olivia Sound Card Not Found after cleaning

Post by solidstatelight »

Please anyone help me on this. I've been trying to fix this and none other solutions is useful. Thanks a lot guys!
mank_in

Re: Linux Mint 15 Olivia Sound Card Not Found after cleaning

Post by mank_in »

You are missing snd-hda-intel module.
You can find list of PCI device including kernel driver in used ,with command:

Code: Select all

lspci -nn -k
find your AUDIO device:

00:1b.0 0403: 8086:3b56 (rev 06)
Subsystem: 1458:a002
--
01:00.1 0403: 10de:0e0a (rev a1)
Subsystem: 10de:0969

Working Intel HDA device ,will following by :
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

You can try load that module with command :

Code: Select all

modprobe snd-hda-intel
Locked

Return to “Sound”