Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 1995 00:13:00 -0500 (EST)
From:      Randall Hopper <rhh@sin.multiverse.com>
To:        freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org
Subject:   comp.unix.bsd.freebsd.misc
Message-ID:  <199512250513.AAA31683@sin.multiverse.com>

next in thread | raw e-mail | index | archive | help
     I'm not having much luck getting my AT-1500 Lance-based Ethernet card
working on my new P-100 and would appreciate some help.  I can monitor
packets on my local subnet using BPF & tcpdump, but when I attempt to put
a packet on the line (e.g. with "ping host-on-local-subnet"), the ARP
request fails with:

     Dec 25 00:19:00 stealth /kernel: arpresolve: can't allocate llinfo

Interestingly this same kernel and same card config worked fine on my old 486.

     I've verified there are no Port/IRQ/DMA address conflicts (and have
tried several combinations anyway -- 340/12/7; 340/10/6; 300/12/7; etc)
with no change.

     Any suggestions on what I should try next (or thoughts on what
underlying problem this error might indicate?)

                                                Thanks,

                                                Randall Hopper
                                                rhh@sin.multiverse.com
                                        

System info:

     Allied Telesyn AT-1500 ISA Lance-based Ethernet Card
     ASUS P54TP4XE PCI/ISA Motherboard w/ P-100 & 16 Meg
     Stock FreeBSD 2.0.5

Here are the relevant lines from the boot log:

     FreeBSD 2.0.5-RELEASE #0: Sun Sep 17 15:51:57  1995
     ...
     CPU: 99-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU)
     ...
     CPU: 99-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU)
       Origin = "GenuineIntel"  Id = 0x525  Stepping=5
       Features=0x1bf<FPU,VME,PSE,MCE,CX8,APIC>
     real memory  = 16384000 (4000 pages)
     avail memory = 14643200 (3575 pages)
     Probing for devices on the ISA bus:
     ...
     lnc0 at 0x340-0x357 irq 12 drq 7 on isa
     lnc0: PCnet-ISA Ethernet controller, address 00:00:f4:a9:bc:09
     bpf: lnc0 attached
     lnc1: disabled, not probed.
     ...

And the pertinent lines from netstart

     ifconfig lnc0 inet stealth netmask 0xffffff00 debug 
     ifconfig lnc0 up

And from my kernel config file:

     options            BOUNCE_BUFFERS          #support for DMA bounce buffers
     controller isa0
     device lnc0 at isa? port 0x340 net irq 12 drq 7 vector lncintr
     device lnc1 at isa? port 0x320 net irq 11 drq 6 vector lncintr
     pseudo-device      loop
     pseudo-device      ether
     options         GATEWAY                 #internetwork gateway




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512250513.AAA31683>