On Wed, Dec 23, 2009 at 05:18:28PM +0700, Anh Ky Huynh wrote: > Hi all, > > I have a VirtualBox guest which is running FreeBSD-8.0. I compiled the kernel > for this guest with the options NETGRAPH in /usr/src/sys/i386/conf/GENERIC. I > did that because I expected I would see each Ethernet interface as a netgraph > node. But ngctl showed nothing
Try `kldload ng_ether`? And use your own config file, not GENERIC, if you need to make changes. <snip> > -- > Anh Ky Huynh Yuri _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
