From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 6 04:24:34 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B54816A4CE for ; Thu, 6 Nov 2003 04:24:34 -0800 (PST) Received: from brolloks.trispen.com (brolloks.trispen.com [196.7.146.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DE643FBD for ; Thu, 6 Nov 2003 04:24:32 -0800 (PST) (envelope-from jacques@trispen.com) Received: from localhost (unknown [127.0.0.1]) by brolloks.trispen.com (Postfix) with ESMTP id 2B3B322E45 for ; Thu, 6 Nov 2003 12:24:27 +0000 (GMT) Received: from brolloks.trispen.com ([127.0.0.1]) by localhost (brolloks [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99346-09 for ; Thu, 6 Nov 2003 14:24:19 +0200 (SAST) Received: by brolloks.trispen.com (Postfix, from userid 1000) id 2FFA822E44; Thu, 6 Nov 2003 14:24:17 +0200 (SAST) Date: Thu, 6 Nov 2003 14:24:16 +0200 From: Jacques Fourie To: freebsd-hackers@freebsd.org Message-ID: <20031106142416.A99843@trispen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Subject: ar interface issues X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jf@trispen.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 12:24:34 -0000 Hi, I'm using a Digi SYNC/570i-PCI 2 port adapter on a system running FreeBSD 4.9-RELEASE as one end of a point-to-point link. If I change between ports on the adapter, I need to reboot the FreeBSD box to get everything working. Here is the sequence of events that leads to this scenario : 1.) ifconfig ar0 10.0.0.1 10.0.0.2 netmask 255.255.255.252 link2 2.) ping 10.0.0.2 - OK 3.) ifconfig ar0 down 4.) ifconfig ar0 delete 5.) swap cable to ar1 6.) ifconfig ar1 10.0.0.1 10.0.0.2 netmask 255.255.255.252 link2 7.) ping 10.0.0.2 - not OK, reboot required. I've also noticed a lot of 'ar1: transmit failed, ST0 0, ST1 50, ST3 f, DSR3 3.' after step 6 above. After a reboot ar1 is working but the same happens when I try to switch to ar0. I have also verified that the same condition occurs when using netgraph. Any ideas on how I can go about trying to fix this would be greatly appreciated. regards, jacques