From owner-freebsd-questions Thu May 30 15:00:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03162 for questions-outgoing; Thu, 30 May 1996 15:00:51 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA03136 for ; Thu, 30 May 1996 15:00:38 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id XAA06043; Thu, 30 May 1996 23:00:16 +0100 (BST) To: Robert James Williamson cc: questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: tcpdump: no suitable device found. In-reply-to: Your message of "Thu, 30 May 1996 13:24:05 PDT." Date: Thu, 30 May 1996 23:00:14 +0100 Message-ID: <6041.833493614@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Robert James Williamson wrote in message ID : > That's it. The new kernal clearly recognizes the fddi card. I'm > just stumped as to how to get all the networking programs to use it. > > Any advice/help/suggestions WARMLY received! Do something like: ifconfig -a to list all network devices. You should have an `fpa0' device by my guess. You can then `ifconfig fpa0 inet ' and so on. If you want to configure things on boot, look in /etc/sysconfig. Add fpa0 to the list of network_interfaces, and an `ifconfig_fpa0="ifconfig parameters"' line. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info