From owner-freebsd-net@FreeBSD.ORG Tue Oct 17 17:07:41 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF40416A49E for ; Tue, 17 Oct 2006 17:07:41 +0000 (UTC) (envelope-from tobias@netconsultoria.com.br) Received: from srv1.netconsultoria.com.br (srv1.netconsultoria.com.br [200.230.201.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12FED43DB4 for ; Tue, 17 Oct 2006 17:07:07 +0000 (GMT) (envelope-from tobias@netconsultoria.com.br) Received: from [172.16.16.100] (mailgw.netconsultoria.com.br [200.230.201.249]) (authenticated bits=0) by srv1.netconsultoria.com.br (8.13.8/8.13.3) with ESMTP id k9HH6pc6079227 for ; Tue, 17 Oct 2006 14:06:51 -0300 (BRT) (envelope-from tobias@netconsultoria.com.br) Message-ID: <45350DAB.3020408@netconsultoria.com.br> Date: Tue, 17 Oct 2006 14:06:51 -0300 From: "Tobias P. Santos" User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2039/Tue Oct 17 13:49:28 2006 on srv1.netconsultoria.com.br X-Virus-Status: Clean Subject: rl driver and 4GB RAM X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 17:07:41 -0000 Hello! We recently bought a Dell Server with 4GB RAM. Then, we installed FreeBSD 6.1/i386 but it only detects 3.5GB of RAM. So we recompiled the kernel with PAE option and now we have 4GB available. Onboard NIC (em0) works fine both with GENERIC and PAE kernel, but as we need a second 100 Mbit NIC, we plugged a Realtek 8139D board, but it doesn't work with PAE kernel (GENERIC is fine). If you do a tcpdump, you can see packets and arp requests on the network, but we can't ping anything. It seems that we can only "listen" on rl0 but not "speak". Once we reboot the server with GENERIC kernel, the NIC works fine. We also tried 5.4/amd64, but the behaviour is the same as we have with PAE. Any suggestions? Could it be a driver related problem, so if we change to another NIC it may work? Thank you in advance, Tobias.