Date: Wed, 13 Dec 2000 08:18:03 -0800 From: Julian Elischer <julian@elischer.org> To: Mark Wright <markscottwright@hotmail.com> Cc: freebsd-net@freebsd.org Subject: Re: Confusing netgraph error Message-ID: <3A37A13B.E903D658@elischer.org> References: <LAW2-F51DH0EjxtTA7L0000ef8f@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Wright wrote: > > I'm trying to get frame relay working with a lmc1200 card, and I'm getting > the following error: > > 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: <Lan Media Coporation T1> 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 duh, I didn't notice but archie caught it.. you apparently haven;t compiled in the rfc1490 node.. no probelm, it's a module so just type: kldload ng_rfc1490 and try again. > > Mark > > markscottwright@hotmail.com > > _____________________________________________________________________________________ > Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A37A13B.E903D658>