From owner-freebsd-questions Thu Dec 29 08:38:09 1994 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA27388 for questions-outgoing; Thu, 29 Dec 1994 08:38:09 -0800 Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id IAA27382 for ; Thu, 29 Dec 1994 08:38:07 -0800 Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA15267; Thu, 29 Dec 94 16:37:50 GMT Received: from woody.fsl.noaa.gov by yarmouth.fsl.noaa.gov (1.37.109.14/SMI-4.1 (1.37.109.14)) id AA086579067; Thu, 29 Dec 1994 11:37:47 -0500 Date: Thu, 29 Dec 1994 11:37:47 -0500 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <199412291637.AA086579067@yarmouth.fsl.noaa.gov> Received: by woody.fsl.noaa.gov (1.37.109.14/SMI-4.1 (1.37.109.14)) id AA033229066; Thu, 29 Dec 1994 09:37:46 -0700 To: OCGRP@aol.com Cc: questions@freebsd.org In-Reply-To: <941228213605_1147347@aol.com> (OCGRP@aol.com) Subject: Re: FreeBSD installing questions Sender: questions-owner@freebsd.org Precedence: bulk >>>>> "Jay" == OCGRP writes: Jay> I used the default /dev/mouse. Jay> I am using a Microsoft commmpatable mouse on COM1. /dev/mouse is the bus mouse device. For a mouse on COM1, use /dev/tty00 in your XF86Config file. Jay> 2. I have an SMC Ethernet card. How do I install it? I Jay> have no other devices in my machine. I tried sticjing it in Jay> and on boot-up it gave me a few address conflict messages. If only operating systems were that simple. If there are any jumpers on the card, set them so they don't conflict with any other IRQ, port addrs, DRQ, what-have-you. Record your settings. Set them for the ``ed'' driver in your kernel config file. Reconfig your kernel. Build it. Install it. Boot it. Run it. Then, the fun begins. --k