From owner-freebsd-questions Fri Feb 23 18:58:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id 2FC2637B67D for ; Fri, 23 Feb 2001 18:58:51 -0800 (PST) (envelope-from mwm@mired.org) Received: (qmail 79353 invoked by uid 100); 24 Feb 2001 02:58:50 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14999.9066.251844.237839@guru.mired.org> Date: Fri, 23 Feb 2001 20:58:50 -0600 To: Odhiambo Washington Cc: questions@freebsd.org Subject: Re: How could I do with my sound card? In-Reply-To: <110963248@toto.iv> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Odhiambo Washington types: > --OBd5C1Lgu00Gd/Tn > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > * Liu Siwei [20010223 03:32]: writing on the subject 'H= > ow could I do with my sound card?' > Liu> Hello, My question is: > Liu> My sound card is CS423X, FreeBSD supports it. It > Liu> says: pcm1: at port > Liu> 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0 on > Liu> isa0 > Liu> . But my system is FreeBSD-current, the /dev file > Liu> system I can't write, can't use sh MAKEDEV snd0, and > Liu> all software to look for /dev/mixer0 .. > Liu> So how could to now? > You shouldn't be running -CURRENT if you're that newbie.!!! > It is meant for the developers. Most definitely. In fact: > For consolation, you need to login as superuser to be able to do that > thing. > su > root# > root# cd /dev > root# ./MAKEDEV snd0 > I'm sure it shouldn't fail if you do it that way. I'm sure it will. Looking through his original message, and note (after cleaning up his mailer crapping all over it): > my df: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 228207 98219 111732 47% / > devfs 1 1 0 100% /dev/ > /dev/ad0s1e 3460132 1892196 1291126 59% /usr > procfs 4 4 0 100% /proc > /dev/acd0a 659010 659010 0 100% /cdrom He's using devfs. There is no /dev/MAKEDEV (and it doesn't show up in his ls of /dev ). Devfsf won't allow you to make nodes on it, so there's no point in it being there. All of which is part of why you don't want to run -current without good reason. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message