From owner-freebsd-questions Sun Feb 10 8: 8:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 1358837B400 for ; Sun, 10 Feb 2002 08:08:23 -0800 (PST) Received: from potentialtech.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g1AG3NN25324; Sun, 10 Feb 2002 11:03:23 -0500 (EST) Message-ID: <3C669BE1.9060502@potentialtech.com> Date: Sun, 10 Feb 2002 11:12:17 -0500 From: Bill Moran Organization: Potential Technology User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: Shawn Halloran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Drivers ?? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Shawn Halloran wrote: > > 1) Where do I find inforation about current drivers? http://www.freebsd.org/releases/4.5R/hardware.html > a) I have an Intellipoint Optical USB mouse - PS/2 compatible. I can not > get the mouse daemon or X to initialize the mouse. FreeBSD recocnizes > the USB mouse during installation, but I can not configure it. If you look through dmesg output, what device is the mouse using? (i.e. ps2 mice generally use /dev/psm0) Make sure that you configured the proper device when setting up your mouse in X. > b) I have a 3dfx VooDoo5 5500 PCI graphics card - the only driver listed > is a VooDoo3 (generic). That may be the best you can do. Vid cards are supported by XFree, so you'll find more informatin about what is supported at the xfree.org site: http://www.xfree.org/cardlist.html > 2) How do I tell the OS where to look for the drivers once their > located, and how do I update the drivers? "drivers" are integrated into the base system. To update drivers, update FreeBSD. Use cvsup as described here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html If you need a "driver" that isn't installed by default, you'll need to rebuild your kernel as described here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > These are probably very stupid questions, but the greatest amount of > success I've experience to date is the /ls/ command (definately a newbie). No, they're just newbie questions. They show that you don't have as much experience in a UNIX-like environment as you do in a MSish environment and that you're working it out a little at a time. -- Bill Moran Potential Technology http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message