From owner-freebsd-hardware@FreeBSD.ORG Fri Aug 25 17:57:19 2006 Return-Path: X-Original-To: hardware@freebsd.org Delivered-To: freebsd-hardware@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BED1A16A4DA; Fri, 25 Aug 2006 17:57:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A0DC43D70; Fri, 25 Aug 2006 17:57:19 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k7PHv7Ne077177; Fri, 25 Aug 2006 13:57:16 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Fri, 25 Aug 2006 13:54:08 -0400 User-Agent: KMail/1.9.1 References: <84c6ea3f0608231520t59b29160yeec207e92f7110e6@mail.gmail.com> In-Reply-To: <84c6ea3f0608231520t59b29160yeec207e92f7110e6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608251354.09350.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 25 Aug 2006 13:57:17 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1728/Fri Aug 25 01:55:58 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: hardware@freebsd.org, Nathan Harmston Subject: Re: Interrupt Storm - USB and Soundcard X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 17:57:19 -0000 On Wednesday 23 August 2006 18:20, Nathan Harmston wrote: > Hi, > > I currently use a usb wireless stick (Belkin rt2570 chipset) and have an > Audigy 2 Soundcard. However I cant get both of them to work at the same > time. I can load the sound card driver (kldload snd_emul10k1) only when the > usb isnt in, and this then prevents the usb stick from working, in opposite > for usb card first. Normally an interrupt storm occurs. I have seen fixes > involving the disabling of usbd but I need this for my wireless "card". Are > there any ways of fixing? Can you try updating to 6.1 or RELENG_6? -- John Baldwin