From owner-freebsd-questions Sun Oct 1 12:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id 466CC37B66C for ; Sun, 1 Oct 2000 12:15:16 -0700 (PDT) Received: from d.tracker ([216.191.75.12]) by www3.pacific-pages.com (8.8.5) id NAA13897; Sun, 1 Oct 2000 13:14:54 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.9.3/8.9.3) id PAA11624; Sun, 1 Oct 2000 15:11:24 GMT (envelope-from david) Date: Sun, 1 Oct 2000 15:11:24 GMT From: David Banning Message-Id: <200010011511.PAA11624@d.tracker> To: bob@buckhorn.net Subject: Re: esound prob: Device not configured Cc: questions@freebsd.org Reply-To: david@banning.com In-Reply-To: <39D739A6.991849DF@buckhorn.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From david Sun Oct 1 11:02:02 2000 > Date: Sun, 01 Oct 2000 08:18:30 -0500 > From: Bob Martin > To: david@banning.com > Subject: Re: esound prob: Device not configured > > David Banning wrote: > > > > I can't get esound working - Installed drivers in kernel boot shows: > > Sep 25 03:07:21 d /kernel: sbc0: at port 0x220-0x22f irq 5 drq > > 1 flags 0x15 on isa0 > > Sep 25 03:07:21 d /kernel: sbc0: setting card to irq 5, drq 1, 5 > > Sep 25 03:07:21 d /kernel: pcm1: on sbc0 > > > > then installed esound - no errors > > > > then I installed /dev/entries with MAKEDEV but > > I still get errors like: > > > > /dev/dsp: Device not configured > > mixer: /dev/mixer: Device not configured > > > > Although entries are there: > > > > bash-2.03$ ls -l /dev/dsp* /dev/mixer* > > lrwxrwxrwx 1 root wheel 4 Sep 25 03:04 /dev/dsp -> dsp0 > > crw-rw-rw- 1 root wheel 30, 3 Sep 25 03:04 /dev/dsp0 > > lrwxrwxrwx 1 root wheel 5 Sep 25 03:04 /dev/dspW -> dspW0 > > crw-rw-rw- 1 root wheel 30, 5 Sep 25 03:04 /dev/dspW0 > > lrwxrwxrwx 1 root wheel 6 Sep 25 03:04 /dev/mixer -> mixer0 > > crw-rw-rw- 1 root wheel 30, 0 Sep 25 03:04 /dev/mixer0 > > > What is the output of cat /dev/sndstat? If it shows the soundcard on > pmc1, try MAKEDEV snd1 That worked! Thanks - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message