From owner-freebsd-questions Tue Nov 16 15: 4:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from rjk191.rh.psu.edu (RJK191.rh.psu.edu [128.118.193.182]) by hub.freebsd.org (Postfix) with ESMTP id BE0CE14ED7 for ; Tue, 16 Nov 1999 15:03:55 -0800 (PST) (envelope-from ray@rjk191.rh.psu.edu) Received: from localhost (ray@localhost) by rjk191.rh.psu.edu (8.9.3/8.9.3) with ESMTP id SAA00527 for ; Tue, 16 Nov 1999 18:02:23 -0500 (EST) (envelope-from ray@rjk191.rh.psu.edu) Date: Tue, 16 Nov 1999 18:02:23 -0500 (EST) From: Ray Kohler Reply-To: rjk191@psu.edu To: questions@freebsd.org Subject: sound card detected but no sound Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Today I compiled in my kernel for the first time support my my sound card, an Ensoniq AudioPCI (es1370). Everything checks out, but I can't get it to work. Information follows (maybe more than anyone wanted to know). I'd be most grateful if anyone could help me out on this. I put this line in my kernel: device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0 Then I recompiled it, installed it, and rebooted: es1: rev 0x00 int a irq 10 on pci0.11.0 pcm1: using I/O space register mapping at 0xee80 And did a "MAKEDEV snd0" in /dev: [root ~ 05:55pm]$ ls -l /dev/audio* /dev/snd* /dev/dsp* lrwxrwxrwx 1 root wheel 6 Nov 16 17:37 /dev/audio@ -> audio0 crw-rw-rw- 1 root wheel 30, 4 Nov 16 17:37 /dev/audio0 lrwxrwxrwx 1 root wheel 4 Nov 16 17:37 /dev/dsp@ -> dsp0 crw-rw-rw- 1 root wheel 30, 3 Nov 16 17:37 /dev/dsp0 lrwxrwxrwx 1 root wheel 5 Nov 16 17:37 /dev/dspW@ -> dspW0 crw-rw-rw- 1 root wheel 30, 5 Nov 16 17:37 /dev/dspW0 crw-rw-rw- 1 root wheel 30, 6 Nov 16 17:37 /dev/sndstat Reading /dev/sndstat gives good results: [root ~ 05:58pm]$ cat /dev/sndstat FreeBSD Audio Driver (981002) Nov 16 1999 17:24:04 Installed devices: pcm1: at 0xee80 irq 0 dma 0:0 But when I try to use the card, I get an error: [root ~ 05:56pm]$ esd /dev/dsp: Device not configured [root ~ 05:56pm]$ ls > /dev/dsp su: /dev/dsp: Device not configured [root ~ 05:57pm]$ ls > /dev/audio su: /dev/audio: Device not configured -- Ray Kohler To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message