From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 15:10:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B2F16A4BF for ; Tue, 19 Aug 2003 15:10:51 -0700 (PDT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D68F43FDF for ; Tue, 19 Aug 2003 15:10:49 -0700 (PDT) (envelope-from epilogue@attcanada.ca) Received: from localhost (mon-pq54-166.dial.allstream.net [216.123.143.38]) by outbox.allstream.net (Postfix) with SMTP id 65A7E9533; Tue, 19 Aug 2003 18:10:46 -0400 (EDT) Date: Tue, 19 Aug 2003 18:13:32 -0400 From: epilogue@attcanada.ca To: questions@freebsd.org, ocorrain@yahoo.com Message-Id: <20030819181332.40076ecf.epilogue@attcanada.ca> In-Reply-To: <20030819081408.23180.qmail@web11203.mail.yahoo.com> References: <20030818125159.3e3e60ae.epilogue@attcanada.ca> <20030819081408.23180.qmail@web11203.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: /dev/dsp inaccessible X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2003 22:10:52 -0000 On Tue, 19 Aug 2003 01:14:08 -0700 (PDT) "Tiarnan O'Corrain" wrote: > --- epilogue@attcanada.ca wrote: > > Hello Tiarnan, > > > > Thanks for your input. I had already turned off the PNPBIOS option. > > I tried your > > suggestion of recompiling with: > > > > options PCI_ENABLE_IO_MODES > > > > Judging by dmesg, it made no difference. It also did not allow any > > of the software to access /dev/dsp. Same error messages as > > described in first post. > > Try using MAKEDEV to remake the dsp devices, and check the > permissions. Can you play any sound through the device node? > E.g. cat blah.raw > /dev/dsp ? have tried remaking the devices more than once (and again just now), but it hasn't helped. permissions are rw- for all users. unfortunately, i don't have an *.raw files to try so i simply tried to cat somefile.wav > /dev/dsp (and also to /dev/audio) both produce sound a screeching sound reminiscent of japanese noise bands :) > I had a similar tussle with a Maestro 3 on a HP laptop, but it > worked in the end. It can be done... > > I've attached my kernel configuration and loader.conf. > > You might try using using the snd_maestro3_load="YES" instead > of "maestro" in /boot/loader.conf. Maestro3.c is a driver > for "Allegro" cards, perhaps a closer fit for your 2E. snd_maestro_load="YES" --versus-- snd_maestro3_load="YES" doesn't seem to make any difference. i appreciate all your help. any other suggestions you might have are very welcome. there MUST be some way to get this working. also, i am wondering about this... cat /dev/sndstat FreeBSD Audio Driver (newpcm) pcm0: at I/O port 0x1400 irq 5 (4p/0r/4v channels duplex) note the 4p/0r/4v. to my knowledge this means that there are 4 channels for playing, 4 virtual channels and 0 (ie. none) available for recording. am i misinterpreting this? is anyone able to record with this card on FBSD 4.8? > "device sbc" is unnecessary in your kernel config. removed. thanks. > Tiarnan