From owner-freebsd-questions Fri Jun 9 12:05:58 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA28078 for questions-outgoing; Fri, 9 Jun 1995 12:05:58 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA28072 for ; Fri, 9 Jun 1995 12:05:58 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id MAA01622 ; Fri, 9 Jun 1995 12:05:43 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Luigi Rizzo cc: questions@freebsd.org Subject: Re: ed0 not found on 2.0.5A install floppies In-reply-to: Your message of "Fri, 09 Jun 1995 19:51:43 +0200." <199506091751.TAA17425@labinfo.iet.unipi.it> Date: Fri, 09 Jun 1995 12:05:43 -0700 Message-ID: <1620.802724743@westhill.cdrom.com> From: Gary Palmer Sender: questions-owner@freebsd.org Precedence: bulk In message <199506091751.TAA17425@labinfo.iet.unipi.it>, Luigi Rizzo writes: >I finally managed to find some time to try an install of 2.0.5A. >Unfortunately, the install disks seem to be unable to find my >ethernet cards. They are both NE2000 clones and WD8013 clones, >caonfigured at IO 0x280, int 5. They worked perfectly with the install >code in the feb. snapshot. >The default kernel simply says "not found", and even trying "-c" >and giving different values to int, iomem (tried 0, -1, etc.) the >probe always returns 0. The IRQ and IOMem aren't important for the probe - the base address is the important one from what I've seen. You should also set IRQ to -1 if you are using a soft configuration, or to whatever IRQ it is jumpered to otherwise. Gary