From owner-freebsd-net@FreeBSD.ORG Mon Oct 7 22:14:59 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CBC5CC46 for ; Mon, 7 Oct 2013 22:14:59 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FEDC2896 for ; Mon, 7 Oct 2013 22:14:59 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id g17so3966030vbg.28 for ; Mon, 07 Oct 2013 15:14:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nnhTGA5IsigyylX45LZvcDVBKtSM16JTtH9rxQuBgwQ=; b=KZYZKiy6dKit+STCQfVDBI3apqg5kGVLTASFFiW/Sd2fi+faD3di64a4PUbD895+vX IfiiNETNpmlgZchyFWutWpVvXd1tIuGCWX66CIFtIKmfOyshegvUh/q2Gcqd8NdzS2OL eU4EJOsGqEpeWrM+AvSJtEORAWBqiMZuzRzCR++3Ko52J1Ev7nlHJzXNGE4E8Z93iysi XHgnIXKZwJqtLrKpMUeuvkYoY0DEKBvonuVjIfZh0dcYAbNd+nvQ/bVBwq5NNZ+vv47N ntKuQxPlaOoiM+HdG6loOxnIehmSiyWcZhWUdv5FAlamYPIIgHD4sfqxQQ/NmlyDR4JY 7GTw== MIME-Version: 1.0 X-Received: by 10.58.208.130 with SMTP id me2mr28647084vec.13.1381184098606; Mon, 07 Oct 2013 15:14:58 -0700 (PDT) Received: by 10.220.14.196 with HTTP; Mon, 7 Oct 2013 15:14:58 -0700 (PDT) Date: Mon, 7 Oct 2013 15:14:58 -0700 Message-ID: Subject: Problem with Lenovo SL500 From: Kurt Buff To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 22:14:59 -0000 All, This machine has for its wired port a RealTek unit: re0: port 0xe800-0xe8ff mem 0xfcfff000-0xfcffffff,0xfcfe0000-0xfcfeffff irq 19 at device 0.0 on pci12 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x3c000000 re0: MAC rev. 0x00400000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: none, 10baseT, 10baseT-FDX, 10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto, auto-flow re0: Ethernet address: 00:26:18:45:77:51 I've got wireless working for iwn (thanks Adrian!), and I'm trying to use the wired NIC (re0) as an unnumbered port to monitor a mirror port on an HP switch. However, when I connect it, it shows up as only 10mbit, half-duplex on the switch, and it refuses to send packets. I've tried 'ifconfig re0 media 1000baseT -mediaopt full-duplex' with no particular luck, as it shows the following re0: flags=8802 metric 0 mtu 1500 options=8209b ether 00:26:18:45:77:51 nd6 options=29 media: Ethernet 1000baseT (10baseT/UTP ) status: active I get no output from 'tcpdump -npi re0'. I get link light, and it worked great on re0 when I did the install for FreeBSD, but no joy for capturing packets from the switch. Anyone have some thoughts to share on this? Yes, I tried using a new cable, too... Kurt