Bug #500
closedac97 sound device not detected (alc655 codec)
0%
Description
Yes, loading only the snd_via8233.ko is actually what I did once I knew
that was the correct module. It does automatically load snd_pcm.ko and
work fine. The main reason I was loading snd.ko was because I did not
know which sound module I needed. It is also nice to be able to use
snd.ko for installing on a variety of hardware if it will load all the
snd modules so it will work out of the box.
Actually, I loaded snd_via8233.ko manually with kldload rather than from
loader, but I am sure it would work fine. I was able to load snd_pcm
from loader.conf using snd_pcm_load=yes. Although, snd_load=yes did not
seem to work. Loader does not seem to support loading the top level
sound module.
Updated by bastyaelvtars almost 18 years ago
On 04 Jan 2007 03:05:58 GMT
Vincent Stemen <vs1@crel.us> wrote:
We have to know the type of your card (pciconf -lv can be your friend), and you have to load the module (=='driver') for it anyway (for my i810, it's snd_ich).