On Mon, Feb 09, 2009 at 02:46:01AM +0100, step21 wrote:
> Ok, confirmed that keyboard is attached with usb. lsusb wans't very helpful
> cause apart from wireless and bluetooth it only mentioned "apple devices"
> and "linux foundation devices" however os x has a similiar command line tool
> ioreg which with -p IOUSB can be restricted to usb. Output
> http://pastebin.com/m4d3e9c83
> I then updated to the usb patch with rev 1985, and compiled etc. debug still
> seemed to do nothing and as previously terminal_input at_keyboard forces to
> manually swithc the machine off.

Use the following:

  insmod uhci ; insmod usb_keyboard ; terminal_input usb_keyboard

It is important to use semicolons, since after "insmod uhci" your keyboard
will stop working (and hopefully be restored with "terminal_input usb_keyboard")

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to