From owner-freebsd-amd64@FreeBSD.ORG Mon May 8 16:12:25 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211E816A491 for ; Mon, 8 May 2006 16:12:25 +0000 (UTC) (envelope-from ralf.folkerts@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D00FB43D48 for ; Mon, 8 May 2006 16:12:20 +0000 (GMT) (envelope-from ralf.folkerts@gmx.de) Received: (qmail invoked by alias); 08 May 2006 16:12:19 -0000 Received: from dslb-084-057-187-023.pools.arcor-ip.net (EHLO beaster) [84.57.187.23] by mail.gmx.net (mp018) with SMTP; 08 May 2006 18:12:19 +0200 X-Authenticated: #18511927 From: Ralf Folkerts To: John Baldwin In-Reply-To: <200605021618.17308.jhb@freebsd.org> References: <200605011700.k41H0W55054176@freefall.freebsd.org> <200605011411.44107.jhb@freebsd.org> <1146592920.1030.5.camel@beaster> <200605021618.17308.jhb@freebsd.org> Content-Type: text/plain Organization: Wohnzimmerrechenzentrum Date: Mon, 08 May 2006 18:12:18 +0200 Message-Id: <1147104738.944.25.camel@beaster> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-amd64@freebsd.org Subject: Re: amd64/96516: FreeBSD/amd64 intermittent Network-Problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2006 16:12:25 -0000 Am Dienstag, den 02.05.2006, 16:18 -0400 schrieb John Baldwin: John, I ran several Tests over the weekend: - I Downloaded the FreeBSD-RC2 CD 1 & 2 plus the Gentoo-CD plus several small Files from the Internet and stored them on a NFS share. No Problems. Had both USB and Sound disabled. - I then Downloaded them again, this time via an ftp-Server I set-up on the machine that also hosts the NFS-shares, and stored them locally. No Problems. Had both NFS and Sound enabled. - Started AmaroK, tuned in to Idobi 128-bit, downloaded the three Files again from the local Server. That time, after a few MB of the first CD, I got a: May 6 17:04:56 beaster kernel: Interrupt storm detected on "irq22:"; throttling interrupt source After that the sound-card produced weird noise so I rebootet the machine. I will keep trying with the NIC-Interrupt Storm... Cheers, _ralf_ > On Tuesday 02 May 2006 14:02, Ralf Folkerts wrote: > > Am Montag, den 01.05.2006, 14:11 -0400 schrieb John Baldwin: > > > > Hi John, > > > > > On Monday 01 May 2006 13:00, Ralf Folkerts wrote: > > > > The following reply was made to PR amd64/96516; it has been noted by GNATS. > > > > > > > > From: Ralf Folkerts > > > > To: bug-followup@FreeBSD.org, ralf.folkerts@gmx.de > > > > Cc: > > > > Subject: Re: amd64/96516: FreeBSD/amd64 intermittent Network-Problems > > > > Date: Mon, 01 May 2006 18:52:40 +0200 > > > > > > > > This is a cryptographically signed message in MIME format. > > > > > > > > --------------ms080403000000010307050905 > > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Content-Transfer-Encoding: 7bit > > > > > > > > Hi John, > > > > > > > > thanks for your reply! Here's an excerpt from Linux' lspci -v: > > > > > > > > 05:07.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] > > > > (rev 30 > > > > ) > > > > Subsystem: 3Com Corporation 3C905B Fast Etherlink XL 10/100 > > > > Flags: bus master, medium devsel, latency 32, IRQ 22 > > > > I/O ports at c880 [size=128] > > > > Memory at feaffc00 (32-bit, non-prefetchable) [size=128] > > > > Expansion ROM at 50000000 [disabled] [size=128K] > > > > Capabilities: [dc] Power Management version 1 > > > > > > Ok, so it's on IRQ 22. Does linux have any other devices on IRQ 21? > > > > > > > When I put the "hw.pci5.7.INTA.irq=21" in the Loader I don't get any > > > > Network at all: > > > > > > Ok, so it's not that xl0 is actually on irq 21. > > > > > > It would be helpful to know which device is suddently spouting > > > interrupts. Can you make it go away by removing the sound or > > > USB drivers? > > > > ok, I'll give that a try! Will it be sufficient to just remove the > > Driver or should I remove the Sound Card and disable USB in BIOS? Also, > > will Sound and USB be all? Should I also try another Graphics Card? > > Just removing the driver should be fine. Mostly I want to see if turning > off the other devices listening on IRQ 21 helps. If it does then I'd like > you to try just turning one of them off at a time to see if it is related > to one of the devices. > > > However, as the problem just occurs intermittent (sometimes it doesn't > > show for 2 - 3 weeks, then again it happens 3 times a day) it may take a > > bit for me to get back to this; I'll try to run some "heavy" tests at > > latest over this weekend... > > > > Cheers, > > _ralf_ > > > > > --