From owner-freebsd-newbies@FreeBSD.ORG Thu Sep 16 12:48:16 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4773916A4CE; Thu, 16 Sep 2004 12:48:16 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE6B643D2F; Thu, 16 Sep 2004 12:48:15 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 16 Sep 2004 07:48:14 -0500 Message-ID: <41498B8C.3050109@daleco.biz> Date: Thu, 16 Sep 2004 07:48:12 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ray Smith References: <6.0.1.1.0.20040916091034.01bb8c78@130.95.234.2> In-Reply-To: <6.0.1.1.0.20040916091034.01bb8c78@130.95.234.2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Sep 2004 12:48:14.0703 (UTC) FILETIME=[6E84BFF0:01C49BEB] cc: freebsd-questions@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: Supported Hardware X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 12:48:16 -0000 Ray Smith wrote: > Hi all, > > Apologies for the cross posting. > Accepted. Obligatory disclaimer is that it's really not an "on topic" post for the "newbies" list; the charter for that list suggests rather strongly that technical issues be discussed on questions@... While I'm at it ;-), it's good etiquette to wrap your email's lines at about 72 characters because some guys are actually reading the lists with text mode displays and the like. So, hello, welcome to FreeBSD, glad to have you! Thanks for a well-worded question, and I've fixed your lines for you and removed the cross-post to newbies ....consider yourself chastised? :-) > I have just received a box with the an Intel SE7210TP1 motherboard, > and was wondering if anyone has been able to get FreeBSD running > on it? I could'nt find it in the supported list of hardware, but though > I would give it a go anyway. I have installed 5.2.1 but have run in to > problems with the networking. There are two built in network cards > an Intel PRO/100+ 82551QM, and an Intel PRO/1000 82547EI. Both > seem to be detected, and I can set up the network parameters, but > neither seem to work. I am able to ping internally, but nothing leaves > the box. > > This is my first attempt at installing FreeBSD, so hopefully there's > something I have missed, or is my hardware not yet supported? Any > suggestions? Well, first another disclaimer: I have no such box, but it seems likely that it's supported. If the "supported hardware" page on the website doesn't give information, the next step would likely be to read the manpage for the appropriate driver. Example: in this box I have one RealTek NIC, which uses the "rl" driver, so I can do "man 4 rl" at the prompt and read up on the driver --- about the first thing that is covered is which cards are supported by the driver. Try that first, if you haven't, for your cards. The next thing to check for is pilot error (sorry, but it happens to everybody at one time or another, I would wager). The sentence "I am able to ping internally but nothing leaves the box" seems a tad unusual, and as a result I'd sure like to see the output of "ifconfig" and "netstat -rn", for starters. Kevin Kinsey DaleCo, S.P.