From owner-freebsd-questions Thu Jun 10 23:44:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 724D514FE5 for ; Thu, 10 Jun 1999 23:44:50 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from revolution.3-cities.com (revolution.3-cities.com [204.203.224.155]) by corinth.bossig.com (Rockliffe SMTPRA 3.3.1) with ESMTP id ; Thu, 10 Jun 1999 23:46:48 -0700 Received: from 3-cities.com (kenn1167.bossig.com [208.26.241.167]) by revolution.3-cities.com (8.9.3/8.9.3) with ESMTP id XAA04075; Thu, 10 Jun 1999 23:44:48 -0700 (PDT) Message-ID: <3760B054.513AFCA6@3-cities.com> Date: Thu, 10 Jun 1999 23:44:36 -0700 From: Kent Stewart Reply-To: kstewart@3-cities.com Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Arcady Genkin Cc: freebsd-questions@freebsd.org Subject: Re: Still can't get ethernet cards going (HELP!) References: <87n1y7nvcc.fsf@main.wgaf.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arcady Genkin wrote: > > Hi all: > > I still can't get my 2 ne2000 working. The cards do get recognized at > bootup, but then whenever I try to assign an address to either of > them, I get "door /kernel: ed0: device timeout" message. Here's an > abstract from dmesg's output: > > ed0 at 0x240-0x25f irq 3 on isa > ed0: address 00:80:c8:ec:0f:39, type NE2000 (16 bit) > ed1 at 0x300-0x31f irq 5 on isa > ed1: address 52:54:4c:17:c9:5c, type NE2000 (16 bit) > [...] > ed0: device timeout > > Here's my kernel configuration (my goal was to make it as small as > possible): > > # DOORKERNEL2 > > machine "i386" > cpu "I486_CPU" > ident "DOORKERNEL2" > maxusers 4 > > options "NO_F00F_HACK" > > options IPFIREWALL > options IPDIVERT > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options PROCFS #Process filesystem > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] > > #options FAILSAFE #Be conservative > #options USERCONFIG #boot -c editor > #options VISUAL_USERCONFIG #visual boot -c editor > > config kernel root on wd0 > > controller isa0 > > controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 > disk fd0 at fdc0 drive 0 > > # options "CMD640" # work around CMD640 chip deficiency > controller wdc0 at isa? port "IO_WD1" bio irq 14 > disk wd0 at wdc0 drive 0 > > # atkbdc0 controlls both the keyboard and the PS/2 mouse > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > > device vga0 at isa? port ? conflicts > > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? tty > > # math coprocessor config > device npx0 at isa? port IO_NPX irq 13 > > # device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 > # device sio1 at isa? port "IO_COM2" tty irq 3 > # device sio2 at isa? disable port "IO_COM3" tty irq 5 > # device sio3 at isa? disable port "IO_COM4" tty irq 9 > > device ed0 at isa? port 0x240 net irq 3 iomem 0xd8000 > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 Only one card can be at 0xd800 and you have two at 0xd8000 One needs to be somewhere else. Kent > > pseudo-device loop > pseudo-device ether > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's > > # This provides support for System V shared memory and message queues. > options SYSVSHM > options SYSVMSG > options SYSVSEM > > pseudo-device bpfilter 4 #Berkeley packet filter > > -- > Arcady Genkin > "... without money one gets nothing in this world, not even a certificate > of eternal blessedness in the other world..." (S. Kierkegaard) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html 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-questions" in the body of the message