Date: Wed, 16 Apr 2003 08:58:17 -0500 From: Mike Meyer <mwm-dated-1050933498.2d28d3@mired.org> To: "steven r. eastlake" <seastlake@gci.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tech support Message-ID: <16029.24953.666114.190306@guru.mired.org> In-Reply-To: <5.2.0.9.0.20030415144222.00a54120@mail.gci.net> References: <5.2.0.9.0.20030415144222.00a54120@mail.gci.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In <5.2.0.9.0.20030415144222.00a54120@mail.gci.net>, steven r. eastlake <seastlake@gci.net> 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 <URL: http://www.mired.org:8080/5.0-not-production.html > for help in deciding which version to run. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16029.24953.666114.190306>