From owner-freebsd-net@FreeBSD.ORG Sun Sep 14 16:30:06 2014 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D81364F; Sun, 14 Sep 2014 16:30:06 +0000 (UTC) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 1033C9A7; Sun, 14 Sep 2014 16:30:05 +0000 (UTC) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id KAA29705; Sun, 14 Sep 2014 10:29:58 -0600 (MDT) Message-Id: <201409141629.KAA29705@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 13 Sep 2014 19:13:44 -0600 To: questions@freebsd.org, net@freebsd.org From: Brett Glass Subject: jme interface bounces up and down, up and down.... Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 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, 14 Sep 2014 16:30:06 -0000 Everyone: I just installed FreeBSD 10.0-RELEASE on an Asus EeeBox B202 (which comes with Linux). This particular version of the product comes with a JMicron gigabit Ethernet adapter that uses the jme(4) driver. Because it only has one port and I need several, I've set it up with multiple VLANs, which are trunked out to a little Netgear VLAN switch. Unfortunately, the interface is bouncing up and down every few minutes: Sep 13 12:44:44 testbed kernel: jme0: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_1: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_2: link state changed to UP Sep 13 12:44:44 testbed kernel: jme0_3: link state changed to UP Sep 13 12:50:04 testbed kernel: jme0: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_1: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_2: link state changed to DOWN Sep 13 12:50:04 testbed kernel: jme0_3: link state changed to DOWN Sep 13 12:50:43 testbed kernel: jme0: link state changed to UP ... The problem didn't seem to occur with the bundled Linux distro. Has anyone else seen this problem? Know of a fix? --Brett Glass