LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   VIA sound card not working on ASUS notebook K50IJ (https://www.linuxquestions.org/questions/linux-hardware-18/via-sound-card-not-working-on-asus-notebook-k50ij-761757/)

chandan_raka 01-26-2010 11:22 PM

Quote:

Originally Posted by colorpurple21859 (Post 3841172)
have you tried blacklisting the intel driver, and modprobe the via driver

Dont now how to do.. appreciate if you could tell me the steps.

cladisch 01-27-2010 05:39 AM

Quote:

have you tried blacklisting the intel driver, and modprobe the via driver
This won't work.

A HDA sound system consists of two chips, the controller and the codec.
In this case, the controller is built in the southbridge, and is from Intel. The codec is a separate chip from VIA.

The correct sound driver to use is for the controller, so it's snd-hda-intel. (Actually, all other controllers are Intel compatible, so this driver would be used in any case.)
The controller driver automatically loads the correct module for the codec.

The problem is probably that the driver doesn't know how the codec is wired in that notebook.
Try a newer kernel (Fedore 11 might be too old), and/or setting the "model" option of the driver.

chandan_raka 01-27-2010 05:56 AM

Oops!.. I really didn't know much about the sound driver functioning. Thanks for info.

However, I am wondering how to setup the model option for the driver. Appreciate if you get some steps to do the same.

chandan_raka 01-27-2010 07:13 AM

Quote:

Originally Posted by cladisch (Post 3842072)
This won't work.

A HDA sound system consists of two chips, the controller and the codec.
In this case, the controller is built in the southbridge, and is from Intel. The codec is a separate chip from VIA.

The correct sound driver to use is for the controller, so it's snd-hda-intel. (Actually, all other controllers are Intel compatible, so this driver would be used in any case.)
The controller driver automatically loads the correct module for the codec.

The problem is probably that the driver doesn't know how the codec is wired in that notebook.
Try a newer kernel (Fedore 11 might be too old), and/or setting the "model" option of the driver.

I searched a bit on net..so do I have to add something in

/etc/modprobe.conf

example..options snd-hda-intel model=XXX

Appreciate if you tell me for which driver should I use the "model" option and which model should I specify.

cladisch 01-27-2010 08:23 AM

Quote:

Appreciate if you tell me for which driver should I use the "model" option and which model should I specify.
The model options are documented here: HD-Audio-Models.txt.
However, it seems no model options are needed for any VIA codec. Try a newer driver/kernel.

colorpurple21859 11-17-2011 06:57 AM

try deleting /var/lib/alasa/asound.state and then reboot

business_kid 11-18-2011 11:21 AM

@chandan_raka:

This thread began in 2009! Please kill it off, mark it as solved, and post again with an update.

You need to feed experts with information before they can help you. There are many experts here.

linuxbird 11-26-2011 08:51 PM

I have a similar problem with the same via controller on a PCChips P47G motherboard.

Checking out this: http://drivers.softpedia.com/get/SOU...ver-700a.shtml


All times are GMT -5. The time now is 12:49 PM.