From owner-freebsd-hackers Mon Feb 24 15:39:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA29922 for hackers-outgoing; Mon, 24 Feb 1997 15:39:13 -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 PAA29913 for ; Mon, 24 Feb 1997 15:39:11 -0800 (PST) Received: from u2.pilot.net (unknown-17-117.pilot.net [204.48.17.117]) by mail2.pilot.net with ESMTP id PAA27848 for ; Mon, 24 Feb 1997 15:39:06 -0800 (PST) Received: from dc3.pilot.net (dc3.pilot.net [204.48.17.11]) by u2.pilot.net (8.8.5/) with ESMTP id PAA04408 for ; Mon, 24 Feb 1997 15:39:05 -0800 (PST) Received: from localhost (wadlow@localhost) by dc3.pilot.net (8.7.3/8.7.3) with SMTP id PAA04735 for ; Mon, 24 Feb 1997 15:39:04 -0800 (PST) X-Authentication-Warning: dc3.pilot.net: wadlow owned process doing -bs Date: Mon, 24 Feb 1997 15:39:04 -0800 (PST) From: Tom Wadlow To: hackers@freebsd.org Subject: Ethernet options on 2.2-GAMMA Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm trying to install 2.2-GAMMA on a Twinhead 5100 486 laptop. I've got a 3Com Etherlink III 3c589 PCMCIA card in PCMCIA slot 0. I've successfully built a boot floppy, and am attempting to do an FTP-based installation. I'm having two problems installing with this configuration, almost certainly related: - The kernel boot messages place the zp0 (the Etherlink III) device init messages just a few lines before the screen clears to start the initialization. Try as I might, I am not fast enough to read those lines to determine if it is successfully finding the zp0 device in the fraction of a second it is visible. - The Media selection option of the installation program does not list zp0 as an option. It lists the SLIP, PPP and parallel options, but not zp0. There seems to be no way to bypass this, or check directly for the presense of the zp0 device. Any thoughts as to how to proceed? My thought is that a "hit space to continue" option before the installation script starts would be helpful, so you could read the rest of the kernel messages. Is the Etherlink III really supported by the boot floppy (it seems to be in the kernel config screens)? --Tom