From owner-freebsd-net Tue Dec 12 21:59:22 2000 From owner-freebsd-net@FreeBSD.ORG Tue Dec 12 21:59:20 2000 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 628E637B400 for ; Tue, 12 Dec 2000 21:59:20 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA13458; Tue, 12 Dec 2000 21:59:20 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.11.0/8.11.0) id eBD5xJI43599; Tue, 12 Dec 2000 21:59:19 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200012130559.eBD5xJI43599@curve.dellroad.org> Subject: Re: Confusing netgraph error In-Reply-To: "from Mark Wright at Dec 11, 2000 04:19:09 pm" To: Mark Wright Date: Tue, 12 Dec 2000 21:59:19 -0800 (PST) Cc: freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mark Wright writes: > sj# ngctl mkpeer lmc0: frame_relay rawdata downstream > sj# ngctl mkpeer lmc0:rawdata lmi dlci0 auto0 > sj# ngctl mkpeer lmc0:rawdata rfc1490 dlci15 downstream > ngctl: send msg: No such file or directory > > What does that mean? Should I be concerned that ifconfig -a doesn't reveal > the lmc0? Or does it show up only after I do a 'ngctl interface'? It shows > up in dmesg: > > lmc0: port 0xf880-0xf8ff mem 0xffbefc00-0xffbefc7f > irq 11 at device 16.0 on pci0 > lmc0: pass 2.2, serial 00:60:99:00:23:6d > lmc0: driver is using old-style compatability shims > > I'm using the 20001210 snapshot, and the following changes were made to my > kernel config: > > options NETGRAPH #enable netgraph networking > options NETGRAPH_SOCKET #enable netgraph networking > options NETGRAPH_FRAME_RELAY #enable frame relay > options NETGRAPH_LMI #enable link management > ... > device lmc # LanMedia card How about NETGRAPH_RFC1490? Use "kldstat -v | grep ng_" to see if you have all the necessary netgraph types (though it should load them automatically.. but then maybe the KLD file can't be found). -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message