From owner-freebsd-questions Fri Jun 21 22:32:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ntl.com (pc3-farn1-3-cust4.gfd.cable.ntl.com [213.107.74.4]) by hub.freebsd.org (Postfix) with ESMTP id 5022637B509 for ; Fri, 21 Jun 2002 22:31:01 -0700 (PDT) Received: from bell.lan.palfreman.com (localhost [127.0.0.1]) by ntl.com (8.12.3/8.12.3) with ESMTP id g5M5UKO5078089; Sat, 22 Jun 2002 06:30:20 +0100 (BST) (envelope-from william@palfreman.com) Received: from localhost (william@localhost) by bell.lan.palfreman.com (8.12.3/8.12.3/Submit) with ESMTP id g5M5UK1J078086; Sat, 22 Jun 2002 06:30:20 +0100 (BST) X-Authentication-Warning: bell.lan.palfreman.com: william owned process doing -bs Date: Sat, 22 Jun 2002 06:30:20 +0100 (BST) From: William Palfreman X-X-Sender: william@bell.lan.palfreman.com To: Grant Cooper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adding NIC to FreeBSD In-Reply-To: <00c601c2199c$1da8f5c0$7b6c6bd1@ab.hsia.telus.net> Message-ID: <20020622062339.B611-100000@bell.lan.palfreman.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 21 Jun 2002, Grant Cooper wrote: > When you add a nic to Window's you have a disk of drivers that you > install? Not so with FreeBSD. The drivers come with the operating system. On the box of the NIC it also says it has drivers. So I am > trying to install my card so I can get DSL. What kind of nic (ethernet card) is it? > The only problem is I > can't get connectivity. I followed the step's modifying ppp.conf. I > see that my network card is sending something, but I'm not getting the > LARGE P to appear. You probably need to use DHCP for your Ethernet card that goes to your DLS modem. Not PPP. > > My second question is, the tun<#> command. Probably not relevent. Tun and ppp are normally for telephone modems. I am currently using tun0 but I > also have available tun1. One for my modem and one for my NIC card I think. > When I add another NIC card, will I have a tun2? No. If your nic is a RealTek 8139 is is rl0, the next is rl1, etc. If your nic is an Intel EEpro100 the first is fxp0, the next is fxp1 etc. Each different type of Ethernet card has a differnce device name in /dev What does "dmesg" say? -- Bill. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message