From owner-freebsd-questions@FreeBSD.ORG Tue Aug 28 10:56:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A235B16A418 for ; Tue, 28 Aug 2007 10:56:31 +0000 (UTC) (envelope-from alhabsi@squ.edu.om) Received: from squ.edu.om (mail.squ.edu.om [62.231.244.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9E113C46A for ; Tue, 28 Aug 2007 10:56:28 +0000 (UTC) (envelope-from alhabsi@squ.edu.om) Received: from [127.0.0.1] [172.22.11.225] by squ.edu.om with ESMTP (SMTPD-9.20) id A8E10910; Tue, 28 Aug 2007 14:28:49 +0400 Message-ID: <46D3F8B1.5050504@squ.edu.om> Date: Tue, 28 Aug 2007 14:28:01 +0400 From: "Amer H. Alhabsi" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: rl0 discard oversize frame X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 10:56:31 -0000 Hi, The network card that came with the PC (Broadcom NetXtreme Gigabit Ethernet) was not recognized by sysinstall. So I bought a real tek based card that works fine. But when I run dmesg, I get lots of these lines (almost 900): rl0: discard oversize frame (ether type 0 flags 3 len 1532 > max 1514) Can someone please advise what can be done to stop that. I'm using FreeBSD 6.2 release. Thanks,