On Fri, 5 Mar 2004, Helge Oldach wrote: > case b) "options PNPBIOS" in the kernel config and "kldload snd_pcm" => > pcm isn't recognized, but the other PnP devices show up during probe > > case c) *no* "options PNPBIOS" but "kldload snd_pcm" => neither pcm nor > other PnP devices are recognized > > Did I forget one variation? :-)
Have you tried kldload snd_driver instead of snd_pcm? This should load all modules, instead of just the pcm module. Unless you're certian that snd_pcm is the correct module for support for your sound card? kldload'ing snd_pcm never did "enough" to make sound work on my systems, I always needed to load snd_driver. --- david raistrick [EMAIL PROTECTED] http://www.expita.com/nomime.html _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"