sound card driver

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
blior32017

sound card driver

Post by blior32017 »

my speakers is don't work so i need to driver
my computer is HP: Compaq dx6120
the name of the sound card company is: soundmax
tanks


im sorry if my eng no so good because i from Israel
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.
hotweiss

Re: sound card driver

Post by hotweiss »

Hmmm, the problem could be one of many, but try this:

A) First we’ll have to edit the ALSA configuration file via terminal:

Code: Select all

sudo nano /etc/modprobe.d/alsa-base
B) Scroll down to the bottom and add this line:

Code: Select all

options snd-hda-intel model=laptop
C) Hit Ctrl-O to save and then Ctrl-X to exit.

D) Reboot

If the above doesn't work, delete the previously tried line and try this:

Code: Select all

options snd-hda-intel position_fix=1 model=3stack
hotweiss

Re: sound card driver

Post by hotweiss »

The best thing to do is to identify your sound card and then search for a solution.

Using

Code: Select all

lspci -v | less
what sound card is identified?
Guest

Re: sound card driver

Post by Guest »

Far be it for me to introduce a potential red herring, but my experiences with Elyssa (KDE) and Felicia (Gnome) suggest making sure you don't have any Pulse Audio modules installed. I installed Amarok (amongst other KDE apps) onto Felicia with Gnome and they dragged along PA - couldn't get sound to work with them there. Removed the PA, life and sound was good.
Locked

Return to “Hardware Support”