From owner-freebsd-net@FreeBSD.ORG Sun Jan 2 21:20:46 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2131F1065673 for ; Sun, 2 Jan 2011 21:20:46 +0000 (UTC) (envelope-from gabor.radnai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id AEEFC8FC0C for ; Sun, 2 Jan 2011 21:20:45 +0000 (UTC) Received: by fxm16 with SMTP id 16so12665951fxm.13 for ; Sun, 02 Jan 2011 13:20:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=CP+cSsn0wvmlXdLY9/o4ah68X0f5p4JRhfWInTMvMmA=; b=U54t2g1OYJCAasX8KvQgmLZGhIHM7+Z4M4mAS95dAnPPFGRKtQsKVlaoe391/r+oYS l/bHOiCFC0i3OqvIwPocxhpo17tTb1bFQYbye9KSlhKNkpUZ3dJeMIT3uOBKUfSM3Sbr J4WuoGkotu77UDHHcyGvl2bNPWY0P/U6Sjw1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=UIWizOIIGjm2Xd0W6OPY3LGRcmvhh6BvviGGQt6fNucXA52u2CZABj9EOBoF9zRrwJ 93tphttSm1nZwYsZwh7rPczYmraTZJk6IICU+1a+VZ3lRLqIStPK5ttXJzjZ65Qq0+IN kvLVluSkZpJ9gWqDtkDFEWufpQtjOUTj7SEJw= Received: by 10.223.85.204 with SMTP id p12mr1606673fal.146.1294003244628; Sun, 02 Jan 2011 13:20:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.70.136 with HTTP; Sun, 2 Jan 2011 13:20:29 -0800 (PST) From: Gabor Radnai Date: Sun, 2 Jan 2011 22:20:29 +0100 Message-ID: To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Problem with re0 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: Sun, 02 Jan 2011 21:20:46 -0000 "The question has come up several times. What should be changed in re(4) to cover this?" Well, if this question has come up several times a) it has a reason: same chip works for some but not for others b) description is not clear that driver is only supporting this chip if and when ... Anyhow, one advise to"fix" my problem was to get a decent nic. I did: Intel Gigabit CT desktop adapter. But still no luck, same symptoms: insert card to PCI-E x 1 slot, FreeBSD boots, card detected, see outgoing messages through this card (via tcpdump) but no replies (e.g. from DHCP server) are processed. I see ip address was offered by DHCP server but driver does not get/process any answer and sets ip address to 0.0.0.0 ... and one more new thing from em driver: by reporting "watchdog timeout - reset" interface is getting down-up frequently. So, neither RTL8111 nor this Intel 82574L chip is working under FreeBSD via PCI-E, quite frustrating. Though works under Linux. Might be a PCI-E related communication issue of FreeBSD? Or is there special configuration to force PCI-E to work with network cards in network drivers or sysctl variable am not aware of?