* USB keyboard crashes
@ 2010-05-01 6:00 Jacobo Pantoja
2010-05-01 10:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 5+ messages in thread
From: Jacobo Pantoja @ 2010-05-01 6:00 UTC (permalink / raw)
To: bug-grub, grub-devel
[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]
Hi,
I have an ASUS A8N-E mobo, with the "USB Legacy Support" option in BIOS, but
when enabled with a USB keyboard plugged, computer fails to start sometimes
due to buggy BIOS, probably.
So I've tried disabling this option (and therefore using the keyboard as
pure USB), but there is no way to get it working under Grub2.
By the way, is a Logitech Classic 200 keyboard, and I haven't another
keyboard, neither USB nor PS/2, at the moment; when I've I'll do further
testing).
First, note that I've used the Ubuntu 10.04 version of Grub2 (1.98-6) and
the "official" Grub2 1.98 (not a snapshot, I'm not as advanced).
Second, here are the tests I've done:
With the USB Legacy Support DISABLED (thus being the keyboard purely USB)
- I've wrote in grub.cfg "insmod uhci ; insmod usb_keyboard ; terminal_input
usb_keyboard". The computer restarts every time. Then I've deleted commands
until no restarts, and I've noticed that loading uhci goes right, but
loading usb_keyboard then leads to a restart.
- I've wrote in grub.cfg "insmod ohci ; insmod usb_keyboard ; terminal_input
usb_keyboard". The computer hangs on starting.
With the USB Legacy Support ENABLED
- I've gone to GRUB console and typed lots of combinations.
- I can confirm that loading usb_keyboard without loading anything before
leads to a restart.
- Loading usb_keyboard AFTER loading uhci is the same.
- Loading usb_keyboard AFTER loading OHCI does not restart the computer, but
it stops responding. However, loading usb_keyboard throws the message "HID
found", but the keyboard doesn't work and grub do not continue executing.
I've been looking GRUB2 more than a year ago, and I found that the real
handicap nowadays is the lack of good documentation (maybe more work on the
Wiki? that's my opinion). Anyway, thanks everybody for the effort in
developing.
I hope this can be helpful. Best regards,
Jacobo Pantoja
[-- Attachment #2: Type: text/html, Size: 2115 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB keyboard crashes
2010-05-01 6:00 USB keyboard crashes Jacobo Pantoja
@ 2010-05-01 10:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-05-01 17:26 ` Jacobo Pantoja
0 siblings, 1 reply; 5+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-05-01 10:06 UTC (permalink / raw)
To: The development of GNU GRUB; +Cc: jacobopantoja
[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]
Jacobo Pantoja wrote:
> Hi,
>
Please subscribe to the list before posting and don't cross-post to
different grub lists.
>
> With the USB Legacy Support DISABLED (thus being the keyboard purely USB)
> - I've wrote in grub.cfg "insmod uhci ; insmod usb_keyboard ;
> terminal_input usb_keyboard". The computer restarts every time. Then
> I've deleted commands until no restarts, and I've noticed that loading
> uhci goes right, but loading usb_keyboard then leads to a restart.
> - I've wrote in grub.cfg "insmod ohci ; insmod usb_keyboard ;
> terminal_input usb_keyboard". The computer hangs on starting.
> With the USB Legacy Support ENABLED
> - I've gone to GRUB console and typed lots of combinations.
> - I can confirm that loading usb_keyboard without loading anything
> before leads to a restart.
> - Loading usb_keyboard AFTER loading uhci is the same.
> - Loading usb_keyboard AFTER loading OHCI does not restart the
> computer, but it stops responding. However, loading usb_keyboard
> throws the message "HID found", but the keyboard doesn't work and grub
> do not continue executing.
>
Have you tried disconnecting mouse?
> I've been looking GRUB2 more than a year ago, and I found that the
> real handicap nowadays is the lack of good documentation (maybe more
> work on the Wiki? that's my opinion). Anyway, thanks everybody for the
> effort in developing.
>
> I hope this can be helpful. Best regards,
>
> Jacobo Pantoja
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB keyboard crashes
2010-05-01 10:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2010-05-01 17:26 ` Jacobo Pantoja
2010-05-01 17:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
0 siblings, 1 reply; 5+ messages in thread
From: Jacobo Pantoja @ 2010-05-01 17:26 UTC (permalink / raw)
To: Vladimir 'φ-coder/phcoder' Serbinenko
Cc: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 1296 bytes --]
2010/5/1 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>
> Jacobo Pantoja wrote:
> > Hi,
> >
> Please subscribe to the list before posting and don't cross-post to
> different grub lists.
> >
> > With the USB Legacy Support DISABLED (thus being the keyboard purely USB)
> > - I've wrote in grub.cfg "insmod uhci ; insmod usb_keyboard ;
> > terminal_input usb_keyboard". The computer restarts every time. Then
> > I've deleted commands until no restarts, and I've noticed that loading
> > uhci goes right, but loading usb_keyboard then leads to a restart.
> > - I've wrote in grub.cfg "insmod ohci ; insmod usb_keyboard ;
> > terminal_input usb_keyboard". The computer hangs on starting.
> > With the USB Legacy Support ENABLED
> > - I've gone to GRUB console and typed lots of combinations.
> > - I can confirm that loading usb_keyboard without loading anything
> > before leads to a restart.
> > - Loading usb_keyboard AFTER loading uhci is the same.
> > - Loading usb_keyboard AFTER loading OHCI does not restart the
> > computer, but it stops responding. However, loading usb_keyboard
> > throws the message "HID found", but the keyboard doesn't work and grub
> > do not continue executing.
> >
> Have you tried disconnecting mouse?
>
Yes, same result
[-- Attachment #2: Type: text/html, Size: 1758 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB keyboard crashes
2010-05-01 17:26 ` Jacobo Pantoja
@ 2010-05-01 17:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-05-01 17:35 ` Jacobo Pantoja
0 siblings, 1 reply; 5+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2010-05-01 17:31 UTC (permalink / raw)
To: Jacobo Pantoja; +Cc: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 507 bytes --]
>
> > - Loading usb_keyboard AFTER loading uhci is the same.
> > - Loading usb_keyboard AFTER loading OHCI does not restart the
> > computer, but it stops responding. However, loading usb_keyboard
> > throws the message "HID found", but the keyboard doesn't work
> and grub
> > do not continue executing.
> >
> Have you tried disconnecting mouse?
>
>
> Yes, same result
Can you upgrade to bzr trunk?
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: USB keyboard crashes
2010-05-01 17:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2010-05-01 17:35 ` Jacobo Pantoja
0 siblings, 0 replies; 5+ messages in thread
From: Jacobo Pantoja @ 2010-05-01 17:35 UTC (permalink / raw)
To: Vladimir 'φ-coder/phcoder' Serbinenko
Cc: The development of GNU GRUB
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
I'll try, but I may need some help.
2010/5/1 Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@gmail.com>
>
> >
> > > - Loading usb_keyboard AFTER loading uhci is the same.
> > > - Loading usb_keyboard AFTER loading OHCI does not restart the
> > > computer, but it stops responding. However, loading usb_keyboard
> > > throws the message "HID found", but the keyboard doesn't work
> > and grub
> > > do not continue executing.
> > >
> > Have you tried disconnecting mouse?
> >
> >
> > Yes, same result
> Can you upgrade to bzr trunk?
>
> --
> Regards
> Vladimir 'φ-coder/phcoder' Serbinenko
>
>
>
[-- Attachment #2: Type: text/html, Size: 1150 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-05-01 17:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-01 6:00 USB keyboard crashes Jacobo Pantoja
2010-05-01 10:06 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-05-01 17:26 ` Jacobo Pantoja
2010-05-01 17:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-05-01 17:35 ` Jacobo Pantoja
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.