All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.7,8-pre2 and USB
@ 2002-04-09 18:00 Rob Hall
  2002-04-09 20:37 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Hall @ 2002-04-09 18:00 UTC (permalink / raw)
  To: linux-kernel

Hi all,
	I'm running a Tyan Tiger Dual Athlon motherboard(S2624). This board has an
OHCI USB host controller on-board... I recently compiled 2.5.7, only to find
that the machine halts as soon as the USB HC is detected. Same problem arose
with 2.5.8-pre2.. Has the location of the USB init been changed? If I
recompile the kernel with USB support as modules, and load the appropriate
modules via init script, it works perfectly. Just wondering if this has been
reported by anyone else, and if it is a known issue, what is the cause and
is there a patch yet?


Thanks
--
Rob Hall



^ permalink raw reply	[flat|nested] 8+ messages in thread

* re: 2.5.7, 8-pre2 and USB
@ 2002-04-09 18:02 Rob Hall
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Hall @ 2002-04-09 18:02 UTC (permalink / raw)
  To: linux-kernel

	My bad everyone, the model number on that motherboard is S2460. 

Thanks
--
Rob Hall


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.5.7,8-pre2 and USB
  2002-04-09 18:00 2.5.7,8-pre2 and USB Rob Hall
@ 2002-04-09 20:37 ` Greg KH
  2002-04-09 20:58   ` Rob Hall
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2002-04-09 20:37 UTC (permalink / raw)
  To: Rob Hall; +Cc: linux-kernel

On Tue, Apr 09, 2002 at 02:00:31PM -0400, Rob Hall wrote:
> Hi all,
> 	I'm running a Tyan Tiger Dual Athlon motherboard(S2624). This board has an
> OHCI USB host controller on-board... I recently compiled 2.5.7, only to find
> that the machine halts as soon as the USB HC is detected. Same problem arose
> with 2.5.8-pre2.. Has the location of the USB init been changed? If I
> recompile the kernel with USB support as modules, and load the appropriate
> modules via init script, it works perfectly. Just wondering if this has been
> reported by anyone else, and if it is a known issue, what is the cause and
> is there a patch yet?

Which previous kernel did compiling the usb-ohci driver into the kernel successfully
work for you?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: 2.5.7,8-pre2 and USB
  2002-04-09 20:37 ` Greg KH
@ 2002-04-09 20:58   ` Rob Hall
  2002-04-09 21:30     ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Hall @ 2002-04-09 20:58 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

I was previously running the 2.4.18 kernel... This is the first devel kernel
I have installed since 2.3.x :) I've noticed that according to dmesg, 2.4.x
inits USB MUCH later in the boot sequence than 2.5.7 and 8-pre2 do.

Thanks
--
Rob Hall

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Greg KH
Sent: Tuesday, April 09, 2002 4:37 PM
To: Rob Hall
Cc: linux-kernel
Subject: Re: 2.5.7,8-pre2 and USB


On Tue, Apr 09, 2002 at 02:00:31PM -0400, Rob Hall wrote:
> Hi all,
> 	I'm running a Tyan Tiger Dual Athlon motherboard(S2624). This board has
an
> OHCI USB host controller on-board... I recently compiled 2.5.7, only to
find
> that the machine halts as soon as the USB HC is detected. Same problem
arose
> with 2.5.8-pre2.. Has the location of the USB init been changed? If I
> recompile the kernel with USB support as modules, and load the appropriate
> modules via init script, it works perfectly. Just wondering if this has
been
> reported by anyone else, and if it is a known issue, what is the cause and
> is there a patch yet?

Which previous kernel did compiling the usb-ohci driver into the kernel
successfully
work for you?

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/



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.5.7,8-pre2 and USB
  2002-04-09 20:58   ` Rob Hall
@ 2002-04-09 21:30     ` Greg KH
       [not found]       ` <BBENIHKKLAMLHIECFJEPIEPNCAAA.rob@compuplusonline.com>
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2002-04-09 21:30 UTC (permalink / raw)
  To: Rob Hall; +Cc: linux-kernel

On Tue, Apr 09, 2002 at 04:58:30PM -0400, Rob Hall wrote:
> I was previously running the 2.4.18 kernel... This is the first devel kernel
> I have installed since 2.3.x :) I've noticed that according to dmesg, 2.4.x
> inits USB MUCH later in the boot sequence than 2.5.7 and 8-pre2 do.

The USB core starts up much earlier, yes.
But the OHCI driver should still be initialized at the same place.

What messages do you have in your system log when the machine locks up?

And have you tried the ohci-hcd driver instead of usb-ohci?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: 2.5.7,8-pre2 and USB
       [not found]       ` <BBENIHKKLAMLHIECFJEPIEPNCAAA.rob@compuplusonline.com>
@ 2002-04-09 21:40         ` Greg KH
  2002-04-09 21:58           ` Rob Hall
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2002-04-09 21:40 UTC (permalink / raw)
  To: Rob Hall; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: 2.5.7,8-pre2 and USB
  2002-04-09 21:40         ` Greg KH
@ 2002-04-09 21:58           ` Rob Hall
  2002-04-10 14:47             ` Rob Hall
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Hall @ 2002-04-09 21:58 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

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



^ permalink raw reply	[flat|nested] 8+ messages in thread

* RE: 2.5.7,8-pre2 and USB
  2002-04-09 21:58           ` Rob Hall
@ 2002-04-10 14:47             ` Rob Hall
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Hall @ 2002-04-10 14:47 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel


	Sorry guys,
	I was late getting home last night. I got my system backup and running to a
degree, and I'll send off my .config when I get home tonight after class.

Thanks
--
Rob Hall

-----Original Message-----
From: linux-kernel-owner@vger.kernel.org
[mailto:linux-kernel-owner@vger.kernel.org]On Behalf Of Rob Hall
Sent: Tuesday, April 09, 2002 5:59 PM
To: Greg KH
Cc: linux-kernel@vger.kernel.org
Subject: RE: 2.5.7,8-pre2 and USB


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/



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-04-10 14:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-09 18:00 2.5.7,8-pre2 and USB Rob Hall
2002-04-09 20:37 ` Greg KH
2002-04-09 20:58   ` Rob Hall
2002-04-09 21:30     ` Greg KH
     [not found]       ` <BBENIHKKLAMLHIECFJEPIEPNCAAA.rob@compuplusonline.com>
2002-04-09 21:40         ` Greg KH
2002-04-09 21:58           ` Rob Hall
2002-04-10 14:47             ` Rob Hall
  -- strict thread matches above, loose matches on Subject: below --
2002-04-09 18:02 2.5.7, 8-pre2 " Rob Hall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.