Date: Sun, 14 Mar 1999 09:50:02 -0800 (PST) From: Sheldon Hearn <sheldonh@iafrica.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/10371: Sound card buffer allocation failure Message-ID: <199903141750.JAA06774@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/10371; it has been noted by GNATS. From: Sheldon Hearn <sheldonh@iafrica.com> To: Fred Nicolls <nicolls@dsp7.ee.uct.ac.za> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10371: Sound card buffer allocation failure Date: Sun, 14 Mar 1999 19:43:20 +0200 Hi Fred, > If Luigi's sound code is used no error messages are reported at > boot-up, but writing to the sound device causes a kernel panic. Writing to which sound device? Remember that, on many systems, you'll specify pcm0 in your kernel config, but pcm1 is the one to use. You'd want to check dmesg output to see which device to use. My dmesg gives me: pcm1 (SB16pnp <Vibra16X> sn 0xffffffff) at 0x220-0x22f irq 5 drq 1 flags 0x13 on isa pcm0 not probed due to drq conflict with pcm1 at 1 I use /dev/audio1 and create symlink /dev/audio which points to it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903141750.JAA06774>