From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 09:59:31 2004 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 6821116A4CE for ; Tue, 13 Jan 2004 09:59:31 -0800 (PST) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF12943D73 for ; Tue, 13 Jan 2004 09:59:28 -0800 (PST) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id i0DHx5Xe091398; Tue, 13 Jan 2004 18:59:06 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: Frederick Thomas Date: Tue, 13 Jan 2004 18:59:37 +0100 User-Agent: KMail/1.4.3 References: <20040113175158.53210.qmail@web60207.mail.yahoo.com> In-Reply-To: <20040113175158.53210.qmail@web60207.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401131859.37706.Danovitsch@Vitsch.net> cc: FreeBSD-questions@FreeBSD.org Subject: Re: freebsd 5.1 and devfs 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, 13 Jan 2004 17:59:31 -0000 On Tuesday 13 January 2004 18:51, Frederick Thomas wrote: > shalom, > I read the manpage on devfs and can't make heads or tails of it. = I've > a cs4236 onboard pnp sound card that took 2 months to finally get runni= ng > and I'm gonna wait that long this time. My box is a dell optiplex gx1 a= nd > using old school rules catted dmesg.boot and found pcm0 but wh= en I > tried to run sh MAKEDEV snd0 I find that makedev is now deprecated. ple= ase > assist in my using devfs to make device nodes please reply to address > above. Thanks If the card is detected as pcm0 and devfs is running, you should have ent= ries =09=09=09=09=09=09 for the device in /dev named dsp* "cat /dev/sndstat" should also list the device. good luck, Daan