|
From: Ken T. <ke...@we...> - 2001-11-06 10:22:31
|
Hello, Have I lost my tilde key ? Does it work for anyone ? Ken |
|
From: Geert U. <ge...@li...> - 2001-11-06 10:30:38
|
On Tue, 6 Nov 2001, Ken Tyler wrote:
> Have I lost my tilde key ? Does it work for anyone ?
It's the key with keycode 0, right? On most architectures keycode 0 is ignored,
we had an #ifdef to enable it. Perhaps someone reverted the code
(drivers/char/vt.c, I think).
Note that according to Andries Brouwer there exists a security problem if you
allow keycode 0, so alternatively you can remap it to an unused keycode number
in the Amiga keyboard driver. The disadvantage of that solution is that all
keymaps in all distros have to be modified as well.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li...
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|
|
From: Roman Z. <zi...@li...> - 2001-11-08 01:10:38
|
Hi, Geert Uytterhoeven wrote: > It's the key with keycode 0, right? On most architectures keycode 0 is ignored, > we had an #ifdef to enable it. Perhaps someone reverted the code > (drivers/char/vt.c, I think). Hmm, I can't find any relevant change... The strange thing is, shift+tilde works now as sysrq key?! Any idea, how this could happen? bye, Roman |
|
From: Ken T. <ke...@we...> - 2001-11-08 20:31:31
|
On Tue, 6 Nov 2001, Geert Uytterhoeven wrote: Hello, > It's the key with keycode 0, right? On most architectures keycode 0 is ignored, > we had an #ifdef to enable it. Perhaps someone reverted the code > (drivers/char/vt.c, I think). Think it is 0 from memeory. > Note that according to Andries Brouwer there exists a security problem if you Oh great! Is the exact nature of the security problem posted anywhere ? > allow keycode 0, so alternatively you can remap it to an unused keycode number > in the Amiga keyboard driver. The disadvantage of that solution is that all > keymaps in all distros have to be modified as well. Sounds awful .... ;) Ken. |
|
From: Geert U. <ge...@li...> - 2001-11-09 06:42:52
|
On Fri, 9 Nov 2001, Ken Tyler wrote:
> On Tue, 6 Nov 2001, Geert Uytterhoeven wrote:
> > Note that according to Andries Brouwer there exists a security problem if you
>
> Oh great!
>
> Is the exact nature of the security problem posted anywhere ?
Every few months someone asks this, then I reply with Andries' message, and
nothing happens :-)
BTW, I don't have his mail here, but using Google I found this:
http://www.uwsg.iu.edu/hypermail/linux/kernel/9804.0/0764.html
It looks like you can deallocate the keymaps using keycode 0.
> > allow keycode 0, so alternatively you can remap it to an unused keycode number
> > in the Amiga keyboard driver. The disadvantage of that solution is that all
> > keymaps in all distros have to be modified as well.
>
> Sounds awful .... ;)
Indeed.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li...
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
|
|
From: Giorgio T. <de...@ip...> - 2001-11-07 16:44:14
|
On 06-Nov-01, Ken Tyler wrote:
>
> Hello,
>
> Have I lost my tilde key ? Does it work for anyone ?
>
> Ken
>
The same for me!
the only way i have now to "negate" something is to use
Alt-j space :))))
Regards
--
Giorgio Terzi
|
|
From: Roman Z. <zi...@li...> - 2001-11-08 19:25:06
|
Hi, Ken Tyler wrote: > Have I lost my tilde key ? Does it work for anyone ? Somehow the initialization of the SYSRQ key got lost, it works now again. bye, Roman |
|
From: Ken T. <ke...@we...> - 2001-11-11 21:12:30
|
On Thu, 8 Nov 2001, Roman Zippel wrote: > Somehow the initialization of the SYSRQ key got lost, it works now > again. Working again. Did the keypad ever work ? Ken. |
|
From: Roman Z. <zi...@li...> - 2001-11-11 21:39:05
|
Hi, Ken Tyler wrote: > Did the keypad ever work ? Huh? What do you mean? bye, Roman |
|
From: Ken T. <ke...@we...> - 2001-11-12 20:15:10
|
On Sun, 11 Nov 2001, Roman Zippel wrote: > > Did the keypad ever work ? > > Huh? What do you mean? There's something funny going on. Sometimes it's dead, sometimes it types rubbish, sometimes it looks like its cursor keys, sometimes numeric. This is not application dependent, just at a shell prompt in X or console. One or both bracket keys sends a ^S. Can't see a pattern to it's weirdness. Is it only me.... Ken |