Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Apr 2001 00:54:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Apr 2001 00:54:22 -0400 Received: from quattro.sventech.com ([205.252.248.110]:28682 "HELO quattro.sventech.com") by vger.kernel.org with SMTP id ; Tue, 24 Apr 2001 00:54:05 -0400 Date: Tue, 24 Apr 2001 00:54:00 -0400 From: Johannes Erdfelt To: josh Cc: linux-kernel@vger.kernel.org Subject: Re: USB problems since 2.4.2 Message-ID: <20010424005400.O12435@sventech.com> In-Reply-To: <20010423230911.M12435@sventech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from josh on Mon, Apr 23, 2001 at 11:46:52PM -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 23, 2001, josh wrote: > > > On Mon, Apr 23, 2001, josh wrote: > > > Kernel: 2.4.2 - latest (2.4.3-ac12) > > > Platform: x86 on mangled Slack7.1 > > > Hardware: MSI 694D Pro-AR > > > ( http://www.msicomputer.com/products/detail.asp?ProductID=150 ) > > > > > > Problem: USB devices timeout on address assignment. Course thats with the > > > non JE driver, with the JE driver the bus doesnt even say that anything > > > gets connected. > > > > > > when any device is plugged in: > > > ************************************* > > > hub.c: USB new device connect on bus1/1, assigned device number 4 > > > usb_control/bulk_msg: timeout > > > usb.c: USB device not accepting new address=4 (error=-110) > > > hub.c: USB new device connect on bus1/1, assigned device number 5 > > > usb_control/bulk_msg: timeout > > > usb.c: USB device not accepting new address=5 (error=-110) > > > ************************************* > > > > Can you try booting your kernel with the "noapic" option and see if it > > still happens? > > DING DING DING! that did the trick. Thnx! It's less than optimal however. You have an IRQ routing problem with your I/O APIC's it seems. A BIOS upgrade may fix this, but I don't know if it will in your particular case. "noapic" will make things work atleast, but everything will be sent to one CPU (assuming you have more than one CPU :) JE - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/