From owner-freebsd-questions Fri Jun 21 19:57:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dewey.paralynx.net (dewey.mindlink.net [204.174.16.4]) by hub.freebsd.org (Postfix) with ESMTP id 267B137B413 for ; Fri, 21 Jun 2002 19:57:39 -0700 (PDT) Received: from [198.69.4.139] (helo=rcreighton.org) by dewey.paralynx.net with esmtp (Exim 3.14 #8) id 17Lb5i-0000Kq-00; Fri, 21 Jun 2002 19:57:34 -0700 Message-ID: <3D13E78C.3060702@rcreighton.org> Date: Fri, 21 Jun 2002 19:57:16 -0700 From: Randall Creighton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020620 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grant Cooper Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adding NIC to FreeBSD References: <3CFFD9B0.18832.640BC4E@localhost> <00c601c2199c$1da8f5c0$7b6c6bd1@ab.hsia.telus.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Grant, The first thing you need to do is check to make sure your nic is supported in the kernel. use dmesg and scan through it to see if it picks up your card. if not check /usr/src/sys/i386/conf/LINT to see if you can find support for it. then recompile to add your nic.( Check handbook for details). When you have a working card, then try dhcp of that interface through /stand/sysinstall. If your sure you need ppp on dsl then you need something like pppoe ( ckeck LINT for details). I can't help you with that, as I've never done it. I don't think ppp over a dsl or cable connection is a good thing. If you have any more questions send the details ( type of card, chipset, etc.) and I will be happy to help. Randy Grant Cooper wrote: >When you add a nic to Window's you have a disk of drivers that you install? >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. 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. > >My second question is, the tun<#> command. 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? > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message