LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ess1878 Driver Wanted (https://www.linuxquestions.org/questions/linux-newbie-8/ess1878-driver-wanted-229928/)

tava 09-13-2004 01:36 AM

Ess1878 Driver Wanted
 
HELP PLEASE! I AM A VERYNEWBIE HERE. MY PROBLEM IS I CANT GET MY ESS1878 SOUND TO WORK. ITS A COMPAQ ARMADA LAPTOP AND I HAVE REDHAT VERSION 9 INSTALLED. THE KERNEL IS 2.4.08 OR SOMETHING. I AM ONLY 3 DAYS OLD IN LINUX. THANX

davidbalt 10-03-2004 12:02 PM

You need to recomiple your Kernel with support for that particular soundcard.

I am not 100% certain how RedHat works, but I think you can simply drop to a command line, cd into /usr/src/linux, then:

make xconfig

This will show you the kernel configuration menu. Find the Sound section and make sure you mark the right sound card (make it as a module, so you can see if it is loaded later on).

From there, save your configuration and
make dep && make bzImage modules modules_install
and you should be good to go. There are lots of great guides to recompiling your kernel elsewhere, so refer to them for specific instructions about your distro, etc.


All times are GMT -5. The time now is 08:06 AM.