Sound Driver.

Dag-Erling Smørgrav des at des.no
Sun Jul 15 12:04:38 UTC 2007


"Sebastien Bourdeauducq" <sebastien.bourdeauducq at gmail.com> writes:
> You need to load the hardware driver for your card, snd_driver is just
> for the sound architecture. Try kldload snd_ich.

No, snd_driver's purpose is to pull in *all* sound hardware drivers so
you can figure out (from /dev/sndstat) which one you need.

You are correct about snd_ich being the appropriate driver, but support
for the 82801GB was added after 6.0 was released, so the OP will have to
upgrade to get sound.  Even then it might not work, as the 82801GB is an
HDA device which snd_ich runs in AC97 mode, which might not work on some
motherboards.  Another option is to add the device ID for the 82801GB to
the hdac_devices array in sys/dev/sound/pci/hda/hdac.c and see if
snd_hda works.

> The messages about sio are unrelated. sio is RS232.

They *are* somewhat related - loading a new driver causes the kernel to
rescan all unattached devices, including the RS232 port which failed to
attach due to an interrupt routing problem.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-drivers mailing list