From owner-freebsd-questions Mon Dec 9 21:35:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C20FD37B401 for ; Mon, 9 Dec 2002 21:35:16 -0800 (PST) Received: from bran.mc.mpls.visi.com (bran.mc.mpls.visi.com [208.42.156.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id E884F43EC5 for ; Mon, 9 Dec 2002 21:35:14 -0800 (PST) (envelope-from hawkeyd@visi.com) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by bran.mc.mpls.visi.com (Postfix) with ESMTP id A547E4B46; Mon, 9 Dec 2002 23:35:13 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id gBA5ZCM43083; Mon, 9 Dec 2002 23:35:12 -0600 (CST) (envelope-from hawkeyd) Date: Mon, 9 Dec 2002 23:35:12 -0600 From: D J Hawkey Jr To: Thomas Connolly Cc: "Kevin D. Kinsey, DaleCo, S.P." , "Jack L. Stone" , "'Brian'" , freebsd-questions@freebsd.org Subject: Re: Ethernet card problem Message-ID: <20021209233512.A42991@sheol.localdomain> Reply-To: hawkeyd@visi.com References: <71ED4DBF1EA19A45A3765CA9548BE30A2202@server1.electrosoftsolutions.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <71ED4DBF1EA19A45A3765CA9548BE30A2202@server1.electrosoftsolutions.com>; from tconnolly@electrosoftsolutions.com on Mon, Dec 09, 2002 at 08:47:30PM -0700 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 On Dec 09, at 08:47 PM, Thomas Connolly wrote: > > In another thread, Thomas wrote: > > My NIC is a pci card. Do I still have to mess with my BIOS? My bad. I thought you wrote it was an ISA card, but that was Kevin, making an observation: "OK, he's got a Kingston (generally dc driver) and is trying to do sysinstall and d-load over NIC. IME it doesn't matter what you pick in the "configuration" section of sysinstall whatever's first should work, because those are just old nonPNP ISA NIC drivers." I inferred that the NIC was ISA, where Kevin wrote that the driver is ISA. You might have to, yes. See below. > Copyright (c) 1992-2002 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.7-RELEASE #0: Wed Oct 9 15:08:34 GMT 2002 > root@builder.freebsdmall.com:/usr/obj/usr/src/sys/GENERIC > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium II/Pentium II Xeon/Celeron (347.67-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x651 Stepping = 1 > Features=0x183f9ff > real memory = 134217728 (131072K bytes) > config> di sn0 > config> di lnc0 > config> di ie0 > config> di fe0 > config> di cs0 > config> di bt0 > config> di aic0 > config> di aha0 > config> di adv0 > config> q OK, you disabled things with conflicting IRQs and other not-needed-here stuff. Good. > avail memory = 125435904 (122496K bytes) > Preloaded elf kernel "kernel" at 0xc050f000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc050f09c. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 8 entries at 0xc00fdf40 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at 0.0 irq 9 > isab0: at device 4.0 on pci0 > isa0: on isab0 > atapci0: port 0xfcf0-0xfcff at device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: at device 4.2 on pci0 > uhci0: Could not map ports > device_probe_and_attach: uhci0 attach returned 6 > chip1: port 0x2180-0x218f at device 4.3 on pci0 I'm not sure what this should be, but I've seem "chip1" entries occur when there's hardware that the kernel isn't prepped for. ICH chipsets come to mind, for instance. This shouldn't be "fatal", and probably isn't related to your NIC. > dc0: at device 13.0 on pci0 > dc0: couldn't map ports/memory > device_probe_and_attach: dc0 attach returned 6 There's your dc(4) driver trying to initialize. I don't know what the "6" return value specifically is, but it can't set up its I/O. This leads me to believe that yes, you may have to twiddle ISA/PnP settings in your BIOS. In BIOS, you should be able to zero in on the PCI bus stuff easily enough. Within that, several slot options. I can't tell you specifically what to look for or change though; different BIOSes use different words and phrases to describe the same things. A shot in the dark: Disable Plug-n-Play. Best I can offer. G'Luck, and don't give up yet. Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message