linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* System hanging at boot with ms natural pro keyboard in usb port (2.4.18)
@ 2002-03-19 21:04 Felix Seeger
  2002-03-19 21:50 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Seeger @ 2002-03-19 21:04 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi
I tried to connect my MS Natural Pro keyboard and than I get this error.
The Logitech mouse works great ;)

Is this solved in 2.4.19-pre3 ?

The error:

hub.c USB new device connect on bus 1/1, assinged device number 2
invalid operand: 0000
CPU:		0
EIP:		0010:[<d98730a0>] Not tainted
EELAGS:	0010046
... write me if you need more ...
<0> Kernel panic: Aiee, Killing interupt Handler
In Interupt handler - not syncing


I think it is not very good if ther kernel doesn't supports microsoft 
hardware. If there are problems they will never switch completly from 
Microsoft to Microhard ;)

I've tried bouth config options:
Full HID and basic


thanks
have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8l6fgS0DOrvdnsewRAs67AJ99JXfWT05oZpHS5oOyId+3/FB5WwCfTMq+
lo9eZv5tRZxufrJ4oSosXjQ=
=ikNl
-----END PGP SIGNATURE-----


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

* Re: System hanging at boot with ms natural pro keyboard in usb port (2.4.18)
  2002-03-19 21:04 System hanging at boot with ms natural pro keyboard in usb port (2.4.18) Felix Seeger
@ 2002-03-19 21:50 ` Greg KH
  2002-03-19 21:58   ` Felix Seeger
  2002-03-23 15:36   ` Felix Seeger
  0 siblings, 2 replies; 4+ messages in thread
From: Greg KH @ 2002-03-19 21:50 UTC (permalink / raw)
  To: Felix Seeger; +Cc: linux-kernel

On Tue, Mar 19, 2002 at 10:04:28PM +0100, Felix Seeger wrote:
> Hi
> I tried to connect my MS Natural Pro keyboard and than I get this error.
> The Logitech mouse works great ;)
> 
> Is this solved in 2.4.19-pre3 ?
> 
> The error:
> 
> hub.c USB new device connect on bus 1/1, assinged device number 2
> invalid operand: 0000
> CPU:		0
> EIP:		0010:[<d98730a0>] Not tainted
> EELAGS:	0010046
> ... write me if you need more ...

Yes we need more, after you run the oops through ksymoops too.

And what USB host controller driver are you using, and is this a SMP
kernel?

thanks,

greg k-h

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

* Re: System hanging at boot with ms natural pro keyboard in usb port (2.4.18)
  2002-03-19 21:50 ` Greg KH
@ 2002-03-19 21:58   ` Felix Seeger
  2002-03-23 15:36   ` Felix Seeger
  1 sibling, 0 replies; 4+ messages in thread
From: Felix Seeger @ 2002-03-19 21:58 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Dienstag, 19. März 2002 22:50 schrieb Greg KH:
> On Tue, Mar 19, 2002 at 10:04:28PM +0100, Felix Seeger wrote:
> > Hi
> > I tried to connect my MS Natural Pro keyboard and than I get this error.
> > The Logitech mouse works great ;)
> >
> > Is this solved in 2.4.19-pre3 ?
> >
> > The error:
> >
> > hub.c USB new device connect on bus 1/1, assinged device number 2
> > invalid operand: 0000
> > CPU:		0
> > EIP:		0010:[<d98730a0>] Not tainted
> > EELAGS:	0010046
> > ... write me if you need more ...
>
> Yes we need more, after you run the oops through ksymoops too.
Ok, I will do that tomorrow evening.

> And what USB host controller driver are you using, and is this a SMP
> kernel?
No SMP kernel.

have fun
Felix

- From .config:
#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_LONG_TIMEOUT is not set

#
# USB Controllers
#
CONFIG_USB_UHCI_ALT=y
CONFIG_USB_OHCI=m

#
# USB Device Class drivers
#
CONFIG_USB_AUDIO=m
CONFIG_USB_BLUETOOTH=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m

#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_WACOM is not set
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8l7R0S0DOrvdnsewRAnPkAJ9+AM/fjghWz9LrPdYsw/t3YgloTwCffz+5
WFhpLE0jXpMYCO5i5eBUz/w=
=xsYN
-----END PGP SIGNATURE-----


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

* Re: System hanging at boot with ms natural pro keyboard in usb port (2.4.18)
  2002-03-19 21:50 ` Greg KH
  2002-03-19 21:58   ` Felix Seeger
@ 2002-03-23 15:36   ` Felix Seeger
  1 sibling, 0 replies; 4+ messages in thread
From: Felix Seeger @ 2002-03-23 15:36 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Dienstag, 19. März 2002 22:50 schrieb Greg KH:
> On Tue, Mar 19, 2002 at 10:04:28PM +0100, Felix Seeger wrote:
> > Hi
> > I tried to connect my MS Natural Pro keyboard and than I get this error.
> > The Logitech mouse works great ;)
> >
> > Is this solved in 2.4.19-pre3 ?
> >
> > The error:
> >
> > hub.c USB new device connect on bus 1/1, assinged device number 2
> > invalid operand: 0000
> > CPU:		0
> > EIP:		0010:[<d98730a0>] Not tainted
> > EELAGS:	0010046
> > ... write me if you need more ...
>
> Yes we need more, after you run the oops through ksymoops too.
>
> And what USB host controller driver are you using, and is this a SMP
> kernel?
>
> thanks,
>
> greg k-h

Sorry I had no time. But I have to say:

Linux is the best I've ever seen. It is better than all.
It does a kernel repair if something goes wrong.
Why are you all developing on the kernel. I think this is a really big fake.
Like the simpsons with the trucks ;)
It works, not Problem.
The same kernel / system since the aiee

If i get it again, I will report it.

so have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8nKDzS0DOrvdnsewRArtvAJ4lTZ4eeUJp6+e+vUzotbGsj2YnDgCfYA5b
6QbyxoiRWWLpxzztIHanBnY=
=Fuxx
-----END PGP SIGNATURE-----


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

end of thread, other threads:[~2002-03-23 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-19 21:04 System hanging at boot with ms natural pro keyboard in usb port (2.4.18) Felix Seeger
2002-03-19 21:50 ` Greg KH
2002-03-19 21:58   ` Felix Seeger
2002-03-23 15:36   ` Felix Seeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).