From owner-freebsd-net@FreeBSD.ORG Thu Dec 17 10:22:28 2009 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 1233F106568F for ; Thu, 17 Dec 2009 10:22:28 +0000 (UTC) (envelope-from sashaandtanya@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 9A81B8FC1C for ; Thu, 17 Dec 2009 10:22:27 +0000 (UTC) Received: by ewy26 with SMTP id 26so1055857ewy.3 for ; Thu, 17 Dec 2009 02:22:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=rOriUDgOMSAyE+eekhW4SXbyCs3lOP758MEHscEmdrg=; b=CMYxNLMoE2gUrh6oR4zSRjIcNztBD79YOiOQRNODRzdwXz21RG2rdSfV7z1A9aJ5+Q LQ+cCTumTLCASfpTSvsCW4y5IUWvY6/7qmMCa5UabDkLj9JJurL9Ixpc72gsGvuhmepH STAJPDynsWjZg3pSZK59lvP7lrBo6mgNCWMew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TDlIp19Z8KKIglF96uwgGM/0V0ASuP3nlvFklnTYQaXtSVb7JRCw4TsrA0ZSlstEtH ijF0lH+E2rV01D/vENgoKqdkD3bkBS9aiirF6xmI1YRy+dpl3Rk80c8TaORKWEQ2V4om PSEbhiWbgLh6Q2fA2fpXtEzGoX+y83Jpnc5gE= MIME-Version: 1.0 Received: by 10.213.100.11 with SMTP id w11mr2611840ebn.34.1261044017368; Thu, 17 Dec 2009 02:00:17 -0800 (PST) Date: Thu, 17 Dec 2009 12:00:17 +0200 Message-ID: From: Alexander Kapshuk To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: re: trouble with Realtek NIC RTL8101E/RTL8102E under FreeBSD 7.2 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: Thu, 17 Dec 2009 10:22:28 -0000 Dear FreeBSD-net Community, I have trouble with FreeBSD 7.2 as well as PCBSD 7.1.1 detecting my NIC properly. Please see below for some technical details related to the problem. output of less /var/run/dmesg.boot | grep re0 re0: port 0x2000-0x20ff mem 0xd4010000-0xd4010fff,0xd4000000-0xd400ffff irq 17 at device 0.0 on pci3 re0: Using 1 MSI messages re0: Chip rev. 0x24800000 re0: MAC rev. 0x00400000 re0: Unknown H/W revision: 0x24c00000 device_attach: re0 attach returned 6 re0: port 0x2000-0x20ff mem 0xd4010000-0xd4010fff,0xd4000000-0xd400ffff irq 17 at device 0.0 on pci3 re0: Using 1 MSI messages re0: Chip rev. 0x24800000 re0: MAC rev. 0x00400000 re0: Unknown H/W revision: 0x24c00000 device_attach: re0 attach returned 6 re0: port 0x2000-0x20ff mem 0xd4010000-0xd4010fff,0xd4000000-0xd400ffff irq 17 at device 0.0 on pci3 re0: Using 1 MSI messages re0: Chip rev. 0x24800000 re0: MAC rev. 0x00400000 re0: Unknown H/W revision: 0x24c00000 device_attach: re0 attach returned 6 re0: port 0x2000-0x20ff mem 0xd4010000-0xd4010fff,0xd4000000-0xd400ffff irq 17 at device 0.0 on pci3 re0: Using 1 MSI messages re0: Chip rev. 0x24800000 re0: MAC rev. 0x00400000 re0: Unknown H/W revision: 0x24c00000 device_attach: re0 attach returned 6 output of pciconf -l | grep re0 re0@pci0:3:0:0: class=0x020000 card=0x306a103c chip=0x813610ec rev=0x02 hdr=0x00 output of ifconfig ath0: flags=8802 metric 0 mtu 1500 ether 00:24:2c:5e:06:f2 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier ssid "" channel 1 (2412 Mhz 11b) authmode OPEN privacy OFF txpower 50 bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi11b 7 roam:rate11b 1 burst bintval 0 lo0: flags=8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 pflog0: flags=0<> metric 0 mtu 33204 pfsync0: flags=0<> metric 0 mtu 1460 syncpeer: 224.0.0.240 maxupd: 128 Please let me know if you require further details that might be of help. Look forward to hearing from anyone who would care to help at your convenience. Regards, Alexander Kapshuk.