From owner-freebsd-questions Tue Dec 8 07:31:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06129 for freebsd-questions-outgoing; Tue, 8 Dec 1998 07:31:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plains.NoDak.edu (plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06124 for ; Tue, 8 Dec 1998 07:31:46 -0800 (PST) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id JAA26863; Tue, 8 Dec 1998 09:31:39 -0600 (CST) Date: Tue, 8 Dec 1998 09:31:39 -0600 (CST) From: Mark Tinguely Message-Id: <199812081531.JAA26863@plains.NoDak.edu> To: pdesai@wins.hrl.com, questions@FreeBSD.ORG Subject: Re: atm protocol support for freeBSD 3.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > any atm instructions says " ATM Protocol support not installed" > how do i install the ATM Protocol? see /sys/i386/conf/LINT on the following thing you need to add to the kernel configuration, then make, install and boot new kernel: options ATM_CORE #core ATM protocol family options ATM_IP #IP over ATM support at least and usually one of the following: options ATM_SIGPVC #SIGPVC signalling manager options ATM_SPANS #SPANS signalling manager options ATM_UNI #UNI signalling manager and a ATM device driver: device hea0 #Efficient ENI-155p ATM PCI device hfa0 #FORE PCA-200E ATM PCI > How do i do that. After that I want to install harp for ATM. from where > can i get the instructions. look in /usr/share/examples/atm for instructions. --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message