Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2009 22:06:21 +0700
From:      kyanh <xkyanh@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Loading sound drivers
Message-ID:  <20090409220621.65842fb2@icy.local>
In-Reply-To: <001636457a9afec3d9046720524f@google.com>
References:  <001636457a9afec3d9046720524f@google.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Apr 2009 14:47:15 +0000
af300wsm@gmail.com wrote:

> Hi,
> 
> My motherboard, an ASUS K8V-X, has a generic type sound chip on
> board, according to ASUS' specifications, it is an AD1980 chipset.
> The hardware notes, linked from the handbook, does not list this
> chipset but does list several Intel type HDA chipsets including one
> AD1981 chipset. Never the less, using the handbook instructions I
> loaded the meta sound driver and my chipset was identified as a
> via8233 chipset. The meta driver loaded many drivers into the
> kernel, but through trial and error I've discovered that only
> sound.ko and snd_via8233.ko need to be loaded. So, I put these two
> lines into /boot/loader.conf:
> 
> sound="YES"
> snd_via8233="YES"

The correct lines are

sound_load="YES"
snd_via8233_load="YES"

Regards,

-- 
Ky Anh, Huynh
Homepage: http://viettug.org/



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