From owner-freebsd-bugs Sun Mar 14 9:50:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F195F152D3 for ; Sun, 14 Mar 1999 09:50:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA06774; Sun, 14 Mar 1999 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 14 Mar 1999 09:50:02 -0800 (PST) Message-Id: <199903141750.JAA06774@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/10371: Sound card buffer allocation failure Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10371; it has been noted by GNATS. From: Sheldon Hearn To: Fred Nicolls 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 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