Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 13:23:15 -0500
From:      Chris <racerx@makeworld.com>
To:        edward <kouye@wanadoo.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Which driver for SIS sound controller ?
Message-ID:  <4262A993.5010609@makeworld.com>
In-Reply-To: <BE8873FF.2694%kouye@wanadoo.fr>
References:  <BE8873FF.2694%kouye@wanadoo.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
edward wrote:
> Hi all,
> I have installed 5.3 release and KDE 3.3 on a NEC machine (i386) with an
> integrated sound chip. When I start KDE, i get the following error message :
> Sound server informational message:
> Error while initializing the sound driver:
> device /dev/dsp can't be opened (No such file or directory)
> The sound server will continue, using the null output device
> 
> I assume I need to load a kernel module (handbook wise). The integrated
> sound chip on my motherboard is labeled "Silicon Integrated Systems (SIS)
> sound controller" and, under Linux, the driver is snd-intel8x0
> It doesn't seem to appear in the hardware compatibility list for 5.3
> release, although it seems to be a rather common component.
> Does anyone know which FreeBSD driver I should use and if I'm on the right
> track ?
> Thanks,
> Edward

Ha a look at /boot/defaults/loader.conf
Look for:  ###  Sound modules  ###

There you will find some things you might use.
Worse case, in /boot/loader.conf add this:

sound_load="YES"
snd_driver_load="YES"

This will load ALL sound drivers - and ought to let you know if your
sound card will work. If so, you can then weed out the drivers that are
not needed until you have the one you need.

It's crude, but it starts you out.



-- 
Best regards,
Chris

There is always more dirty laundry then clean laundry.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4262A993.5010609>