From owner-freebsd-questions@FreeBSD.ORG Fri Oct 24 00:17:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C94E716A4B3 for ; Fri, 24 Oct 2003 00:17:56 -0700 (PDT) Received: from brian.webcom.it (brianlap.inet.it [213.92.1.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDD243F3F for ; Fri, 24 Oct 2003 00:17:55 -0700 (PDT) (envelope-from andrea@webcom.it) Received: by brian.webcom.it (Postfix, from userid 1000) id AB75736; Fri, 24 Oct 2003 09:17:53 +0200 (CEST) Date: Fri, 24 Oct 2003 09:17:53 +0200 From: Andrea Campi To: Ronald Klop Message-ID: <20031024071753.GA17866@webcom.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: irq conflict laptop with 5.1-current X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2003 07:17:56 -0000 On Thu, Oct 23, 2003 at 01:45:28PM +0200, Ronald Klop wrote: > Running my laptop Compaq Armada 7400 with 5.1-CURRENT from about two days > ago. > The OHCI (USB) is on IRQ 11 and the PCCARD/CARDBUS also. > I now get a 'arp: unknown hardware address format (0x0000)' errors. > The 0x0000 can also be 0x2063 or oxfc00 or something else. Your current is not current enough. Make sure you have: andrea@brian:~$ ident /usr/src/sys/dev/ep/if_ep.c /usr/src/sys/dev/ep/if_ep.c: $FreeBSD: src/sys/dev/ep/if_ep.c,v 1.124 2003/10/23 05:33:53 imp Exp $ $FreeBSD: src/sys/dev/ep/if_ep.c,v 1.124 2003/10/23 05:33:53 imp Exp $ I was seeing the same issue you are seeing, and this fixed it for me. Bye, Andrea -- It is easier to fix Unix than to live with NT.