From owner-freebsd-questions Mon Feb 5 23:58:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (unknown [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 6056E37B4EC for ; Mon, 5 Feb 2001 23:57:55 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 7A7525EB; Tue, 6 Feb 2001 01:57:54 -0600 (CST) Date: Tue, 6 Feb 2001 01:57:54 -0600 From: Christopher Farley To: Eric Parkin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MAKEDEV Message-ID: <20010206015753.A33909@northernbrewer.com> Mail-Followup-To: Christopher Farley , Eric Parkin , freebsd-questions@FreeBSD.ORG References: <01020600114000.00488@tenchi.sakuya> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01020600114000.00488@tenchi.sakuya>; from eparkin@op.net on Tue, Feb 06, 2001 at 12:08:06AM -0500 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric Parkin (eparkin@op.net) wrote: > Hello, > > I recently installed FreeBSD 4.2 on my home box. I've set the system up > the way I like, and recently modified and recompiled the kernel to include > support for my ESS based Sound Card. Following the howtos and what nots, I > reached the step for "sh MAKEDEV snd0" only to find that I do not have MAKEDEV > on my system.. I did the various 'whereis MAKEDEV' commands, etc. and have > found absolutely nothing. I have the 'man' pages for 'MAKEDEV' though that > seems to be the extent of it. my /dev directory doesn't have 'MAKEDEV' either. > Where can I get 'MAKEDEV' and/or what do I need to for the equivalent of the > 'sh MAKEDEV snd0' command? Any and all assistance is greatly apprecaited. MAKEDEV is a shell script which *should* reside in /dev. Since /dev is not in your PATH, you cannot locate it using commands like 'which MAKEDEV'. The normal way I run MAKEDEV is to cd /dev and either 'sh MAKEDEV' or './MAKEDEV'. I'm trying to think of reasons that MAKEDEV wouldn't be in the /dev dir, but I'm currently at a loss. An easy way to get an up-to-date MAKEDEV script is download one from the CVS web repository: http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/MAKEDEV Download the file, and (as root) copy the file to /dev. You will also want to 'chmod 555 MAKEDEV' -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message