linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.40: menuconfig: no choice of keyboards
@ 2002-10-02 11:30 Stig Brautaset
  2002-10-02 12:50 ` Skip Ford
  2002-10-02 13:31 ` Nick Sanders
  0 siblings, 2 replies; 6+ messages in thread
From: Stig Brautaset @ 2002-10-02 11:30 UTC (permalink / raw)
  To: linux-kernel

Nothing happens if I go to the "Input Device Support" section in
menuconf, and pick "Keyboards"; I get no new options. Got around it by
manually selecting a keyboard in .config to be able to test it further.
Either I chose the wrong one, or it just doesn't build it anyway, 'cause 
the machine would not respond on boot. 

Does it have something to do with the menuconfig bug reported elsewhere?
Here's mine, anyway:

/bin/sh ./scripts/Menuconfig arch/i386/config.in
Using defaults found in .config
Preparing scripts: functions,
parsing........................................................................../scripts/Menuconfig:
./MCmenu74: line 56: syntax error near unexpected token `fi'
./scripts/Menuconfig: ./MCmenu74: line 56: `fi'
...............done.

Stig
-- 
brautaset.org

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

* Re: 2.5.40: menuconfig: no choice of keyboards
  2002-10-02 11:30 2.5.40: menuconfig: no choice of keyboards Stig Brautaset
@ 2002-10-02 12:50 ` Skip Ford
  2002-10-02 13:31 ` Nick Sanders
  1 sibling, 0 replies; 6+ messages in thread
From: Skip Ford @ 2002-10-02 12:50 UTC (permalink / raw)
  To: Stig Brautaset; +Cc: linux-kernel

Stig Brautaset wrote:
> Nothing happens if I go to the "Input Device Support" section in
> menuconf, and pick "Keyboards"; I get no new options. Got around it by
> manually selecting a keyboard in .config to be able to test it further.
> Either I chose the wrong one, or it just doesn't build it anyway, 'cause 
> the machine would not respond on boot. 
> 
> Does it have something to do with the menuconfig bug reported elsewhere?

I get the same menuconfig error, but it doesn't affect the keyboard
options listed.  The keyboard options show up if you select
"Serial i/o support"

-- 
Skip

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

* Re: 2.5.40: menuconfig: no choice of keyboards
  2002-10-02 11:30 2.5.40: menuconfig: no choice of keyboards Stig Brautaset
  2002-10-02 12:50 ` Skip Ford
@ 2002-10-02 13:31 ` Nick Sanders
  2002-10-02 14:45   ` Stig Brautaset
  2002-10-02 15:42   ` Dave Jones
  1 sibling, 2 replies; 6+ messages in thread
From: Nick Sanders @ 2002-10-02 13:31 UTC (permalink / raw)
  To: Stig Brautaset, linux-kernel

On Wednesday 02 October 2002 12:30 pm, Stig Brautaset wrote:
> Nothing happens if I go to the "Input Device Support" section in
> menuconf, and pick "Keyboards"; I get no new options. Got around it by
> manually selecting a keyboard in .config to be able to test it further.
> Either I chose the wrong one, or it just doesn't build it anyway, 'cause
> the machine would not respond on boot.
>
> Does it have something to do with the menuconfig bug reported elsewhere?
> Here's mine, anyway:
>
> /bin/sh ./scripts/Menuconfig arch/i386/config.in
> Using defaults found in .config
> Preparing scripts: functions,
> parsing....................................................................
>....../scripts/Menuconfig: ./MCmenu74: line 56: syntax error near unexpected
> token `fi'
> ./scripts/Menuconfig: ./MCmenu74: line 56: `fi'
> ...............done.
>
> Stig

I think you need 'Serial i/o support' just above the 'Keyboards' option

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

* Re: 2.5.40: menuconfig: no choice of keyboards
  2002-10-02 13:31 ` Nick Sanders
@ 2002-10-02 14:45   ` Stig Brautaset
  2002-10-02 15:42   ` Dave Jones
  1 sibling, 0 replies; 6+ messages in thread
From: Stig Brautaset @ 2002-10-02 14:45 UTC (permalink / raw)
  To: Nick Sanders; +Cc: linux-kernel

On Oct 02 2002, Nick was overheard saying:
> On Wednesday 02 October 2002 12:30 pm, Stig Brautaset wrote:
> > Nothing happens if I go to the "Input Device Support" section in
> > menuconf, and pick "Keyboards"; I get no new options. Got around it by
> > manually selecting a keyboard in .config to be able to test it further.
> > Either I chose the wrong one, or it just doesn't build it anyway, 'cause
> > the machine would not respond on boot.

> I think you need 'Serial i/o support' just above the 'Keyboards' option

You were indeed right. Sorry for the waste of bandwidth :)

Got it up and running now; a few warnings about unnused variables, but I
guess you guys don't want those reported... or what? :)

Stig, the embarrased one
-- 
brautaset.org

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

* Re: 2.5.40: menuconfig: no choice of keyboards
  2002-10-02 13:31 ` Nick Sanders
  2002-10-02 14:45   ` Stig Brautaset
@ 2002-10-02 15:42   ` Dave Jones
  2002-10-04  8:27     ` Helge Hafting
  1 sibling, 1 reply; 6+ messages in thread
From: Dave Jones @ 2002-10-02 15:42 UTC (permalink / raw)
  To: Nick Sanders; +Cc: Stig Brautaset, linux-kernel, vojtech

On Wed, Oct 02, 2002 at 02:31:25PM +0100, Nick Sanders wrote:

 > > Nothing happens if I go to the "Input Device Support" section in
 > > menuconf, and pick "Keyboards"; I get no new options. Got around it by
 > > manually selecting a keyboard in .config to be able to test it further.
 > > Either I chose the wrong one, or it just doesn't build it anyway, 'cause
 > > the machine would not respond on boot.
 > I think you need 'Serial i/o support' just above the 'Keyboards' option

Quite a few people seem to stumble over the new input layer options.
It's non-obvious to quite a few people that serial i/o is anything to
do with their keyboard. Likewise i8042 doesn't ring 'keyboard' noises
in most peoples heads.

IMO, the input layer options need simplification, or at least
a sensible set of defaults.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk

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

* Re: 2.5.40: menuconfig: no choice of keyboards
  2002-10-02 15:42   ` Dave Jones
@ 2002-10-04  8:27     ` Helge Hafting
  0 siblings, 0 replies; 6+ messages in thread
From: Helge Hafting @ 2002-10-04  8:27 UTC (permalink / raw)
  To: Dave Jones, linux-kernel

Dave Jones wrote:

> Quite a few people seem to stumble over the new input layer options.
> It's non-obvious to quite a few people that serial i/o is anything to
> do with their keyboard. Likewise i8042 doesn't ring 'keyboard' noises
> in most peoples heads.
> 
> IMO, the input layer options need simplification, or at least
> a sensible set of defaults.

Well, the keyboard isn't magically attached.  It _is_ a kind
of serial device.  Making it default on, and calling the
thing  "i8042 (pc keyb/mouse)" ought to be enough.

Helge Hafting

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 11:30 2.5.40: menuconfig: no choice of keyboards Stig Brautaset
2002-10-02 12:50 ` Skip Ford
2002-10-02 13:31 ` Nick Sanders
2002-10-02 14:45   ` Stig Brautaset
2002-10-02 15:42   ` Dave Jones
2002-10-04  8:27     ` Helge Hafting

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).