From owner-freebsd-current@FreeBSD.ORG Mon Jul 16 13:07:15 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08F89106566B; Mon, 16 Jul 2012 13:07:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE378FC0C; Mon, 16 Jul 2012 13:07:13 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 131137587; Mon, 16 Jul 2012 15:07:11 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 16 Jul 2012 15:07:27 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201207131904.24490.erichfreebsdlist@ovitrap.com> <201207161947.04557.erichfreebsdlist@ovitrap.com> In-Reply-To: <201207161947.04557.erichfreebsdlist@ovitrap.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207161507.27481.hselasky@c2i.net> Cc: Erich Dollansky , Adrian Chadd Subject: Re: Erratic USB mouse behaviour when wireless is down and USB hard disk connected X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 13:07:15 -0000 On Monday 16 July 2012 14:47:04 Erich Dollansky wrote: > Hi, > > On Sunday 15 July 2012 15:25:10 Adrian Chadd wrote: > > Sounds like bluetooth coexistence? > > the problem are only there when the network goes down while being used. > When the network is down when I start the machine and when the network is > up and running, the problem is not there. > > This makes it so weird for me. > > Ok, after a restart the problem was solved. But, are we really used to > restart FreeBSD because of things like this? > > Erich Hi, What does "top" and "vmstat -i" say. I think this is more a hardware problem than software problem, like lost/shared interrupts. Maybe the IRQ is not properly masked when downing the network interface. --HPS