Date: Thu, 12 Aug 2004 18:13:48 -0400 From: "Michael W. Oliver" <freebsd-current@gargantuan.com> To: freebsd-current@freebsd.org Subject: pcm_chn_create failed with 2004-08-12 kernel Message-ID: <20040812221348.GA1337@gargantuan.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Ok, this world was cvsup'd on 2004.08.12 at 09:59:03 EDT. I removed the 'sound' and 'snd_maestro' device lines from my kernel config and decided to load them as modules (after I got the same output shown below with sound and snd_maestro compiled into the kernel). When I kldload 'sound', I get no output. After that, when I kldload 'snd_maestro', I get the following output: pcm0: <ESS Technology Maestro-2E> port 0x1400-0x14ff irq 10 at device 8.0 on pci0 pcm0: <SigmaTel STAC9721/23 AC97 Codec> pcm0: [GIANT-LOCKED] pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19 pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19 pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19 pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed pcm0: offset 0xfffa1000 exceeds limit. pcm0: chn_init(pcm0:play:0) failed: err = 19 pcm0: pcm_chn_create(aggch, 1, 0xc223e700) failed Here is the output from `cat /dev/sndstat`: FreeBSD Audio Driver (newpcm) Installed devices: pcm0: <ESS Technology Maestro-2E> at I/O port 0x1400 irq 10 kld snd_maestro (mixer only) I am guessing that I get "(mixer only)" because the "pcm_chn_create" failed. The latest CURRENT that I was running before this iteration was from sources that were cvsup'd on 2004-07-23 at 23:46:38 EDT. Any suggestions are most welcome, thanks. kernel config ----> http://michael.gargantuan.com/cyclops.kernel.config acpidump -t -d ---> http://michael.gargantuan.com/dump.asl dmesg -a ---------> http://michael.gargantuan.com/cyclops.dmesg -- Mike perl -e 'print unpack("u","88V]N=&%C=\"!I;F9O(&EN(&AE861E<G,*");' [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBG+ucsWv7q8X6o8kRAgplAJ4svIJD8u/L43p+sPgqJKFJhIoLgQCfQUel yADxq8XnLF7e4rJvkV/TWD4= =J+Pg -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040812221348.GA1337>
