RE: 2.5.7,8-pre2 and USB

Rob Hall (rob@compuplusonline.com)
Tue, 9 Apr 2002 17:58:41 -0400


Yes, it also happened if I just compiled USB core support in. I would try it
again, but I broke my system upgrading glibc over the weekend(don't ask, I'm
just going to build LFS). I think I have my .config saved, I'll send it when
I get home this evening. When I had core and HC support built into the
kernel, I also had full HID, usb-serial for handspring visors, usb mass
storage, and joystick support. The same configuration has worked flawlessly
on 2.4.x.

Thanks!

--
Rob Hall

-----Original Message----- From: Greg KH [mailto:greg@kroah.com] Sent: Tuesday, April 09, 2002 5:40 PM To: Rob Hall Cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.7,8-pre2 and USB

On Tue, Apr 09, 2002 at 05:44:17PM -0400, Rob Hall wrote: > I've tried both the OHCI and the OHCI-HCD drivers... But it's not getting > that far... the core is what's locking the system up. I probably should have > been more specific on that. If I load the USB core as a module after init > fires off, then USB works fine... if I compile it into the kernel, the USB > core locks the machine down right after detecting my PnP BIOS. It doesn't > get far enough to put anything into the system log.

Ah, ok. Haven't heard of this problem before. The USB core doesn't touch any hardware, but only initializes a few things, and adds a filesystem to the kernel if you've selected it as a option.

Does it also happen if you only build the USB core into the kernel, yet leave the host controllers and other drivers as modules?

Have you selected any USB drivers to be compiled into the kernel?

Can you send me your .config?

thanks,

greg k-h

- 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/