Date: Mon, 9 Dec 2002 23:35:12 -0600 From: D J Hawkey Jr <hawkeyd@visi.com> To: Thomas Connolly <tconnolly@electrosoftsolutions.com> Cc: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>, "Jack L. Stone" <jackstone@sage-one.net>, "'Brian'" <bri@sonicboom.org>, freebsd-questions@freebsd.org Subject: Re: Ethernet card problem Message-ID: <20021209233512.A42991@sheol.localdomain> In-Reply-To: <71ED4DBF1EA19A45A3765CA9548BE30A2202@server1.electrosoftsolutions.com>; from tconnolly@electrosoftsolutions.com on Mon, Dec 09, 2002 at 08:47:30PM -0700 References: <71ED4DBF1EA19A45A3765CA9548BE30A2202@server1.electrosoftsolutions.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR> > 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: <math processor> on motherboard > npx0: INT 16 interface > pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard > pci0: <PCI bus> on pcib0 > pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at device 1.0 on pci0 > pci1: <PCI bus> on pcib1 > pci1: <Matrox MGA G100 AGP graphics accelerator> at 0.0 irq 9 > isab0: <Intel 82371AB PCI to ISA bridge> at device 4.0 on pci0 > isa0: <ISA bus> on isab0 > atapci0: <Intel PIIX4 ATA33 controller> port 0xfcf0-0xfcff at device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: <Intel 82371AB/EB (PIIX4) USB controller> at device 4.2 on pci0 > uhci0: Could not map ports > device_probe_and_attach: uhci0 attach returned 6 > chip1: <Intel 82371AB Power management controller> 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: <Intel 21143 10/100BaseTX> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021209233512.A42991>