From owner-freebsd-embedded@freebsd.org Thu Oct 8 09:42:54 2015 Return-Path: Delivered-To: freebsd-embedded@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17DA9D1388 for ; Thu, 8 Oct 2015 09:42:54 +0000 (UTC) (envelope-from huubsch@xs4all.nl) Received: from lb2-smtp-cloud6.xs4all.net (lb2-smtp-cloud6.xs4all.net [194.109.24.28]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F43EA88 for ; Thu, 8 Oct 2015 09:42:53 +0000 (UTC) (envelope-from huubsch@xs4all.nl) Received: from iMac-van-Huub.fritz.box ([83.160.119.88]) by smtp-cloud6.xs4all.net with ESMTP id SZhh1r0011uXTTF01ZhiXH; Thu, 08 Oct 2015 11:41:42 +0200 Subject: Re: Ue0/ue1 flapping To: freebsd-embedded@freebsd.org References: <55D6217B.8000805@denninger.net> <55D636FE.9020005@xs4all.nl> <55D64AA7.40305@denninger.net> <55D69C73.9030909@denninger.net> From: Huub Schuurmans Message-ID: <56163A55.5050902@xs4all.nl> Date: Thu, 8 Oct 2015 11:41:41 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <55D69C73.9030909@denninger.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 09:42:55 -0000 Op 21/08/15 om 05:35 schreef Karl Denninger: > On 8/20/2015 16:46, Karl Denninger wrote: >> >> On 8/20/2015 15:22, Huub Schuurmans wrote: >>> Karl Denninger schreef op 20/08/15 om 20:50: >>>> Raspberry Pi, FreeBSD 11.0-CURRENT #0 r285923: Mon Jul 27 22:55:03 CDT 2015 >>>> >>>> Two interfaces, the on-board and a Lenovo dongle (as ue1); both are >>>> flapping at an irregular rate. >>>> >>> We have also experienced this flapping with Alix-2d13 boards if two >>> usb-lan adapters are in use. One adapter is stable, at least on >>> Freebsd9.0 or older. >>> On the Alix-board usb-lan adapters do not work at all for FreeBSD >>> versions more recent than 9.0 (we tested various adapters with different >>> chips). We have now finally found that in our case a running pf is causing problems with the usb-lan adapters, even if all rules are flushed (!). Problem doesnot occur with ipfw. We have not tested flapping yet. Huub