On Fri, 24 Oct 2003 00:35:17 +0400
Dmitry Dergachev <dergachev@pochta.ru> wrote:
> Hi ALL!
> Sorry! I can't write in English very well!
>
>
> 1)
> #dmesg | grep pcm
> pcm0: <CMedia CMI8738> port 0xe400-0xe4ff irq 10 at device 19.0 on
> pci0 2)
> Mother Board
> Chaintech CT-7VJD with on board sound
>
> What can you advise me?
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to
> "freebsd-stable-unsubscribe@freebsd.org"
Hi. I have the same chip on mine (Asus A7V333 w/ audio), and it gave me
the same problems.
I added these lines to their respective files, and the problems went
away:
/boot/loader.conf
hw.pci.allow_unsupported_io_range=1
/etc/sysctl.conf
hw.snd.pcm0.vchans=6
hw.snd.maxautovchans=6
kernel config has
device pcm
Good luck!