From owner-freebsd-hackers Wed Feb 26 17:09:33 1997 Return-Path: <owner-hackers> Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17878 for hackers-outgoing; Wed, 26 Feb 1997 17:09:33 -0800 (PST) Received: from mail2.pilot.net (mail2.pilot.net [198.232.147.11]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA17870 for <hackers@freebsd.org>; Wed, 26 Feb 1997 17:09:28 -0800 (PST) Received: from u2.pilot.net (unknown-17-117.pilot.net [204.48.17.117]) by mail2.pilot.net with ESMTP id RAA15713; Wed, 26 Feb 1997 17:08:32 -0800 (PST) Received: from dc3.pilot.net (dc3.pilot.net [204.48.17.11]) by u2.pilot.net (8.8.5/) with ESMTP id RAA08869; Wed, 26 Feb 1997 17:08:20 -0800 (PST) Received: from localhost (wadlow@localhost) by dc3.pilot.net (8.7.3/8.7.3) with SMTP id RAA05299; Wed, 26 Feb 1997 17:08:36 -0800 (PST) X-Authentication-Warning: dc3.pilot.net: wadlow owned process doing -bs Date: Wed, 26 Feb 1997 17:08:35 -0800 (PST) From: Tom Wadlow <wadlow@pilot.net> Reply-To: Tom Wadlow <wadlow@pilot.net> To: Nate Williams <nate@mt.sri.com> cc: hackers@freebsd.org Subject: Re: Ethernet options on 2.2-GAMMA In-Reply-To: <199702250500.WAA20167@rocky.mt.sri.com> Message-ID: <Pine.SUN.3.95P.970225111142.4971C-100000@dc3.pilot.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > The other possibility is that the card is a 3C589D, which appears to be > different enough so it's not supported with the zp0 driver. Yup, that's it. A 3C589D. Bummer. I've tried the PAO package, and that helped somewhat. I'm able to install with a Megahertz card from another Laptop, (which wasn't documented in www.freebsd.org, which is why I bought the 3C589, which was) but still can't get my 3C589D to work. That at least gets me to the point where I can play with the cards and see what can be done. I'll let you know how it comes out. While I'm here, some comments on the install process, FWIW: - Generally quite good. Once you get a net connection the overall install is quite painless. - Since the installation package asks for the name of your machine, it should at least offer to put it in /etc/sysconfig rather than assuming you'll figure it out later. - Using sysinstall to install packages: * The index of packages doesn't seem related to the packages that are installable. Under 2.2-GAMMA you get a nice big long list, but many of them aren't installable. If you set your release to 2.1.7-RELEASE you get a very similar (but not identical) list that is installable. * When a package is not installable, the sysinstall tool sometimes likes to hang forever. * When it is installing a big package, it sometimes appears to hang, but is just slow. A "heartbeat" or completion bargraph would be nice here too. * It'd be nice if you could ask a package "What are you dependent on?" rather than having to install it just to see. --Tom