From owner-freebsd-questions Sat Feb 10 10:15:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id C5E8037B491 for ; Sat, 10 Feb 2001 10:15:21 -0800 (PST) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.11.1/8.11.1) with ESMTP id f1AIE6p00237 for ; Sat, 10 Feb 2001 13:14:06 -0500 (EST) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200102101814.f1AIE6p00237@fac13.ds.psu.edu> To: freebsd-questions@FreeBSD.ORG Subject: sound device causes page fault Date: Sat, 10 Feb 2001 13:14:06 -0500 From: hawk Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For once, I got the sound card working without a fight. But then disaster happens. It's an ISA ESS 1868 PnP card. I have the following in the kernel configuration: #sound stuff device pcm device sbc #device sbc0 at isa? port 0x220 irq 7 drq 1 flags 0x15 and I get the result fac13ttyp3:conf>cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 10 2001 11:48:37 Installed devices: pcm0: at io 0x220 irq 7 drq 1:0 (1p/1r channels) If I type cat /usr/local/lib/exmh/clink.au > /dev/audio I get my clink--and then a kernel panic from a page fault. I've gone bake and run config again, then make depends and all, before reinstalling, but it still happens. hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message