From owner-freebsd-stable Sun Apr 9 12: 4:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id D8F2137B550 for ; Sun, 9 Apr 2000 12:04:07 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.52]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 9 Apr 2000 12:14:25 -0700 Message-ID: <38F0D41E.FFD22959@3-cities.com> Date: Sun, 09 Apr 2000 12:03:58 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Steve Quirk Cc: freebsd-stable@FreeBSD.ORG Subject: Re: can't get fxp working on ca810 mobo References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Steve Quirk wrote: > > I've got an Intel ca810e motherboard with integrated EEPro100. I can't > seem to get the fxp0 working and I'm not sure why. > > I did a base install from the 4.0 CD image and couldn't get it working. I > upgraded to -STABLE (cvssup on Fri evening) by copying /usr/src from > another host (burned it onto CD and copied it over). And did a make > build & installworld, but still no luck. > > Is this known not to work? I didn't see anything really damning by > searching around the net. The install and make process went without any > trouble. > > I've never had any trouble like this, but this is my 1st non-440 based > motherboard. > > If anyone could shed some light or point me at any resource, I'd be really > grateful. > > Thanks, > Steve > > Here's the relevant information: > > ****** uname > cirww1# uname -a > FreeBSD cc677580-a.sumt1.nj.home.com 4.0-STABLE FreeBSD 4.0-STABLE #3: Sun > Apr 9 21:15:03 EDT 2000 > root@cirwww1.sumt1.nj.home.com:/usr/src/sys/compile/CIRWWW i386 > > ****** /etc/rc.conf > # -- sysinstall generated deltas -- # > ifconfig_fxp0="inet 192.168.1.100 netmask 255.255.255.0 media 100baseTX" For starters, you probably need network_interfaces="fxp0 lo0" Kent > hostname="cirwww1.sumt1.nj.home.com" > linux_enable="YES" > defaultrouter="192.168.1.1" > firewall_enable="YES" > firewall_type="OPEN" > # > nfs_client_enable="YES" > > ****** dmesg: > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1982, 1986, 1989, 1991, 1993 > The Regents of the University of California. All rights reserved. > FreeBSD 4.0-STABLE #0: Sun Apr 9 21:15:03 EDT 2000 > root@cirwww1.sumt1.nj.home.com:/usr/src/sys/compile/CIRWWW > Timecounter "i8254" frequency 1193182 Hz > CPU: Pentium III/Pentium III Xeon (730.97-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x681 Stepping = 1 > Features=0x383f9ff > real memory = 535560192 (523008K bytes) > config> di psm0 > config> di ata1 > config> di ata0 > config> q > avail memory = 517681152 (505548K bytes) > pnpbios: Bad PnP BIOS data checksum > Preloaded elf kernel "kernel" at 0xc035f000. > Preloaded userconfig_script "/boot/kernel.conf" at 0xc035f09c. > Pentium Pro MTRR support enabled > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > pci0: at 1.0 irq 11 > pcib1: at device 30.0 on pci0 > pci1: on pcib1 > fxp0: port 0xdd80-0xddbf mem 0xff500000-0xff5fffff,0xff8fd000-0xff8fdfff irq 9 at device 1.0 on pci1 > fxp0: Ethernet address 00:90:27:f9:14:6d > fxp0: supplying EUI64: 00:90:27:ff:fe:f9:14:6d > pci1: (vendor=0x1274, dev=0x1371) at 7.0 irq 11 > ahc0: port 0xd800-0xd8ff mem 0xff8ff000-0xff8fffff irq 10 at device 9.0 on pci1 > ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs > fxp1: port 0xdf00-0xdf3f mem 0xff700000-0xff7fffff,0xff8fe000-0xff8fefff irq 11 at device 10.0 on pci1 > fxp1: Ethernet address 00:90:27:a5:f2:6e > isab0: at device 31.0 on pci0 > isa0: on isab0 > atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 > pci0: at 31.2 irq 9 > pci0: (vendor=0x8086, dev=0x2413) at 31.3 irq 10 > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: at port 0x60,0x64 on isa0 > atkbd0: irq 1 on atkbdc0 > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 > sc0: on isa0 > sc0: VGA <16 virtual consoles, flags=0x200> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, logging disabled > IPsec: Initialized Security Association Processing. > Waiting 5 seconds for SCSI devices to settle > Mounting root from ufs:/dev/da0s1a > cd0 at ahc0 bus 0 target 1 lun 0 > cd0: Removable CD-ROM SCSI-2 device > cd0: 20.000MB/s transfers (20.000MHz, offset 16) > cd0: Attempt to query device size failed: NOT READY, Medium not present > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-3 device > da0: 80.000MB/s transfers (40.000MHz, offset 30, 16bit), Tagged Queueing Enabled > da0: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C) > fxp0: starting DAD for fe80:0001::0290:27ff:fef9:146d > fxp0: DAD complete for fe80:0001::0290:27ff:fef9:146d - no duplicates found > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message