public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Single user mode without keyboard ?
@ 2012-08-07  4:56 meino.cramer
  2012-08-07  7:34 ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: meino.cramer @ 2012-08-07  4:56 UTC (permalink / raw
  To: Gentoo

Hi,

For the described I am using an IBM model M keyboard (PS2) which
is connected with a "blue cube" OS2->USB adaptor to a USB-port
of my PC.

this all had worked before:
When grub comes up, I entered the password to access the
grub "command lines" for the kernel boot, add an "S" at
the end of that line, hit enter and "B" for boot. The system
comes up and asked for the root password or to hit CTRL-D
to boot into normal mode.

Now, I can enter the grub and add an "S" to the commandline
and boot the kernel by pressing "B".

When the kernel asks for the root password, the keyboard is
no longer recognized. No chance other than to press the
power button.

How can I fix that?

Best regards,
mcc




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

* Re: [gentoo-user] Single user mode without keyboard ?
  2012-08-07  4:56 [gentoo-user] Single user mode without keyboard ? meino.cramer
@ 2012-08-07  7:34 ` Neil Bothwick
  2012-08-07  8:39   ` meino.cramer
  0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2012-08-07  7:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 467 bytes --]

On Tue, 7 Aug 2012 06:56:31 +0200, meino.cramer@gmx.de wrote:

> Now, I can enter the grub and add an "S" to the commandline
> and boot the kernel by pressing "B".
> 
> When the kernel asks for the root password, the keyboard is
> no longer recognized. No chance other than to press the
> power button.

Are CONFIG_HID and CONFIG_USB_HID both enabled, and not built as modules?


-- 
Neil Bothwick

without C people would code in Basi, Pasal and Obol

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Single user mode without keyboard ?
  2012-08-07  7:34 ` Neil Bothwick
@ 2012-08-07  8:39   ` meino.cramer
  2012-08-07  9:27     ` Dale
  0 siblings, 1 reply; 6+ messages in thread
From: meino.cramer @ 2012-08-07  8:39 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil@digimed.co.uk> [12-08-07 10:29]:
> On Tue, 7 Aug 2012 06:56:31 +0200, meino.cramer@gmx.de wrote:
> 
> > Now, I can enter the grub and add an "S" to the commandline
> > and boot the kernel by pressing "B".
> > 
> > When the kernel asks for the root password, the keyboard is
> > no longer recognized. No chance other than to press the
> > power button.
> 
> Are CONFIG_HID and CONFIG_USB_HID both enabled, and not built as modules?
> 
> 
> -- 
> Neil Bothwick
> 
> without C people would code in Basi, Pasal and Obol

Hi Neil,

yes they are...
It works before (same kernel) so something different must have
changed.
Is there any order of scripts under /etc, which may have resorted
while updateing Gentoo?

Best regards,
mcc





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

* Re: [gentoo-user] Single user mode without keyboard ?
  2012-08-07  8:39   ` meino.cramer
@ 2012-08-07  9:27     ` Dale
  2012-08-07 10:15       ` meino.cramer
  0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2012-08-07  9:27 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1430 bytes --]

meino.cramer@gmx.de wrote:
> Hi Neil,
>
> yes they are...
> It works before (same kernel) so something different must have
> changed.
> Is there any order of scripts under /etc, which may have resorted
> while updateing Gentoo?
>
> Best regards,
> mcc
>

Someone else ran into this a few weeks or so ago.  Did you see this?

* HID support
*
HID bus support (HID) [Y/?] y
  /dev/hidraw raw HID device support (HIDRAW) [Y/n/?] y
  Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) ?

CONFIG_HID_GENERIC:

Support for generic devices on the HID bus. This includes most
keyboards and mice, joysticks, tablets and digitizers.

To compile this driver as a module, choose M here: the module
will be called hid-generic.

If unsure, say Y.

Symbol: HID_GENERIC [=y]
Type  : tristate
Prompt: Generic HID driver
  Defined at drivers/hid/Kconfig:56
  Depends on: INPUT [=y] && HID [=y]
  Location:
    -> Device Drivers
      -> HID support
        -> HID bus support (HID [=y])



  Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) 


This fixed the other persons problem.  That is from make oldconfig.  I almost missed it myself but hit the "?" key just to make sure.  I think it really needs to be built into the kernel instead of as a module.  

Hope that helps.  If not, we'll have to find something else.  ;-) 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!


[-- Attachment #2: Type: text/html, Size: 2062 bytes --]

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

* Re: [gentoo-user] Single user mode without keyboard ?
  2012-08-07  9:27     ` Dale
@ 2012-08-07 10:15       ` meino.cramer
  2012-08-07 11:26         ` Dale
  0 siblings, 1 reply; 6+ messages in thread
From: meino.cramer @ 2012-08-07 10:15 UTC (permalink / raw
  To: gentoo-user

Dale <rdalek1967@gmail.com> [12-08-07 11:44]:
> meino.cramer@gmx.de wrote:
> > Hi Neil,
> >
> > yes they are...
> > It works before (same kernel) so something different must have
> > changed.
> > Is there any order of scripts under /etc, which may have resorted
> > while updateing Gentoo?
> >
> > Best regards,
> > mcc
> >
> 
> Someone else ran into this a few weeks or so ago.  Did you see this?
> 
> * HID support
> *
> HID bus support (HID) [Y/?] y
>   /dev/hidraw raw HID device support (HIDRAW) [Y/n/?] y
>   Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) ?
> 
> CONFIG_HID_GENERIC:
> 
> Support for generic devices on the HID bus. This includes most
> keyboards and mice, joysticks, tablets and digitizers.
> 
> To compile this driver as a module, choose M here: the module
> will be called hid-generic.
> 
> If unsure, say Y.
> 
> Symbol: HID_GENERIC [=y]
> Type  : tristate
> Prompt: Generic HID driver
>   Defined at drivers/hid/Kconfig:56
>   Depends on: INPUT [=y] && HID [=y]
>   Location:
>     -> Device Drivers
>       -> HID support
>         -> HID bus support (HID [=y])
> 
> 
> 
>   Generic HID driver (HID_GENERIC) [Y/n/m/?] (NEW) 
> 
> 
> This fixed the other persons problem.  That is from make oldconfig.  I almost missed it myself but hit the "?" key just to make sure.  I think it really needs to be built into the kernel instead of as a module.  
> 
> Hope that helps.  If not, we'll have to find something else.  ;-) 
> 
> Dale
> 
> :-)  :-) 
> 
> -- 
> I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
> 

Hi Dale,

TADA! CONFIG_HIDRAW was missing in my .config. Now it works again!
Thank yoy very much for your help! :))

Best regards,
mcc




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

* Re: [gentoo-user] Single user mode without keyboard ?
  2012-08-07 10:15       ` meino.cramer
@ 2012-08-07 11:26         ` Dale
  0 siblings, 0 replies; 6+ messages in thread
From: Dale @ 2012-08-07 11:26 UTC (permalink / raw
  To: gentoo-user

meino.cramer@gmx.de wrote:
>
> Hi Dale,
>
> TADA! CONFIG_HIDRAW was missing in my .config. Now it works again!
> Thank yoy very much for your help! :))
>
> Best regards,
> mcc
>
>

This is something new.  You are not the first to miss it and I almost
did myself.  Just shear luck on my part.  I just wonder if the devs
should do some sort of new alert on this. 

Glad to help. 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!



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

end of thread, other threads:[~2012-08-07 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07  4:56 [gentoo-user] Single user mode without keyboard ? meino.cramer
2012-08-07  7:34 ` Neil Bothwick
2012-08-07  8:39   ` meino.cramer
2012-08-07  9:27     ` Dale
2012-08-07 10:15       ` meino.cramer
2012-08-07 11:26         ` Dale

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox