From owner-freebsd-questions Wed Mar 1 15:12:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 1932E37BCD0 for ; Wed, 1 Mar 2000 15:12:35 -0800 (PST) (envelope-from brameld@twave.net) Received: from [208.219.234.60] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id aa879788 for ; Wed, 1 Mar 2000 18:12:28 -0500 Received: from Bozo_3.BozoLand.domain (localhost [127.0.0.1]) by Bozo_3.BozoLand.domain (8.9.3/8.9.3) with SMTP id SAA01029; Wed, 1 Mar 2000 18:11:00 -0500 (EST) (envelope-from brameld@twave.net) From: Walter Brameld To: "Adrian H." , freebsd-questions@freebsd.org Subject: Re: Audio config issues with v3.2-Release Date: Wed, 1 Mar 2000 18:00:34 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: In-Reply-To: MIME-Version: 1.0 Message-Id: <00030118110001.00719@Bozo_3.BozoLand.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First thing right off the bat, ./MAKEDEV snd0 does NOT make a device snd0. What it does is is sets pointers for the /devs such as mixer, audio, midi etc to point to the zeroeth device. Try doing "ls -las /dev/mixer". Doing ./MAKEDEV snd0 and snd1 will switch the pointer from mixer0 to mixer1. To be of any more help to you we would need to see your dmesg, output of "cat /dev/sndstat" and possibly the relevant section of your kernel config file. I'm not sure but I'm guessing the lack of output from "pnpinfo" is indicating this is not a pnp card. Being a non-pnp card may preclude this site of being any help to you but it never hurts to look: http://freebsd.peon.net/freebsd/ext/ext-tutor9.html You could also try Luigi's Sound Driver (same caveat guys?) or OSS. Remember, SB16 compat does not make an SB16. Good luck. On Tue, 29 Feb 2000, in a never-ending search for enlightenment, Adrian H. wrote: > Hi all :) > > I seem to be having quite a rough time getting my audio card configured. > It's a SoundBlaster16 compatible board, and I seem to have all of the > requisite drivers compiled (controller snd0, devices sb0, sbxvi0, > and sbmidi0). All of these devices are recognized at startup except for > sbmidi0. In addition, nothing on my system is recognized by the "pnpinfo" > command. > -snip- > > If anyone knows of a potential solution, or can point me in the right > direction, I would be really grateful. I have read all of the relevant > documentation. > > Thanks for reading my long message! > > Adrian Henke -- Walter Brameld in·tel·lec·tu·al n. Someone who has been educated past his/her level of intelligence. Join the Army, meet interesting people, kill them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message