From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 06:58:20 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 BF45D37B401 for ; Wed, 16 Apr 2003 06:58:20 -0700 (PDT) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C67743FB1 for ; Wed, 16 Apr 2003 06:58:19 -0700 (PDT) (envelope-from mwm-dated-1050933498.2d28d3@mired.org) Received: (qmail 82995 invoked from network); 16 Apr 2003 13:58:18 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 16 Apr 2003 13:58:18 -0000 Received: by guru.mired.org (tmda-inject, from uid 100); Wed, 16 Apr 2003 08:58:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16029.24953.666114.190306@guru.mired.org> Date: Wed, 16 Apr 2003 08:58:17 -0500 To: "steven r. eastlake" In-Reply-To: <5.2.0.9.0.20030415144222.00a54120@mail.gci.net> References: <5.2.0.9.0.20030415144222.00a54120@mail.gci.net> X-Mailer: VM 7.07 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\ From: Mike Meyer X-Delivery-Agent: TMDA/0.74 (Citation) cc: freebsd-questions@FreeBSD.ORG Subject: Re: tech support 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: Wed, 16 Apr 2003 13:58:21 -0000 In <5.2.0.9.0.20030415144222.00a54120@mail.gci.net>, steven r. eastlake typed: > i am setting up freebsd 5.0 and would like to attempt to "wake up" my > generic sound > card and also wacom usb tablet mouse/pen > > 1. MAKEDEV not in /dev and not executable, found in /usr/src/etc, move to /, > cannot move to /dev, then permission executable > 2. MAKEDEV fails numerous ways attempting snd and uhid, review online dialogs > for these failures and try to correct my problems to no avail 5.0 uses devfs for /dev, so you won't be able to create files there. If the files for your sound card and tablet aren't in /dev, they weren't found at boot. Or there's a bug in the driver. > 3. attempt mknod sndstat c 30 6 root:operator gives "no such file or > directory", an error > message i have seen previously Did you try that in /dev? I'm not sure what error you should get, but getting one is expected. > i suspect this may be an easy fix for those with knowledge... > > following are setenv, dmesg, which may help... The demsg doesn't show either a mouse or a sound card being detected, so your problem is worse than just needing to get MAKEDEV to work. I'm not sure what device your tablet should show up as, but if it's a PS connector, it should be detected automatically. I'd suggest changing to either 4.8 - which means you'll get better support here - or 5.0-CURRENT so you can get the latest development release. Read for help in deciding which version to run. http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.