Displaying 20 results from an estimated 4000 matches similar to: "Remapping Serial Keyboard Input with SYSLINUX"
2002 Oct 21
2
strange problem with pxelinux - Config file size limit?
Hi,
I have some strange problem with pxelinux. I have a quite big config file (>8K), with much labels
(29), long append's and some texts on the F-Keys (F1-F5). This works as expected, pxelinux
loads all labels without a peep.
Now I added 'kbdmap kbd-de' to this config file - and I get strange errors all over. pxelinux
reports several times 'Unknown keyword in config file.'
2002 Oct 16
5
kbdmap & ASCII > 128
Hi,
I've just played around with kbdmap in pxelinux. I always wondered why there was no
translation for "AltGr"-Keys (the right 'Alt'-Key) (AltGr-Q generates "@" on a german
keyboard e.g.), and I found in conio.inc (syslinux 1.76):
getchar:
[..]
.kbd: xor ax,ax ; Get keyboard input
int 16h
and al,al
jz .func_key
mov bx,KbdMap ; Convert character sets
2009 Apr 08
2
kbdmap module file format error
Hi,
I was excited to find the kbdmap module, but have some problems making it
work with keyboard mapping files that works fine with syslinux.
I tried by using both:
label be
menu label ^Belgian (be)
kernel kbdmap.c32 maps/be.ktl
as well as:
label be
menu label p Belgian (be)
kernel kbdmap.c32
append maps/be.ktl
but I always get the error:
Keyboard map file
2017 Feb 03
2
KBDMAP and chainloading supported by syslinux.efi?
Hallo List,
Maybe someone on the list can answer these questions for everyone
concerning the more or less experimental syslinux.efi for UEFI boot:
1.
Is the KBDMAP directive supported by syslinux.efi? In my tests with a
german keymap generated as documented in
http://www.syslinux.org/wiki/index.php?title=Config#KBDMAP
only the BIOS version of syslinux loads and sets the correct keymap,
while the
2006 Mar 23
1
Syslinux keyboard mappings
Hi,
I finally want to end the fights we have had in the past with keyboard
mappings. I already curse the person who is responsible for this keyboard
mess (and even more the persons who could have create a 'detect keyboard'
kind of functionality in modern PCs :))
But the general problem is this, BIOSes are US qwerty, Belgium uses
be-latin1 (azerty with lots of custom keys). And to
2005 Jan 13
4
Manager API !!!!!!!!!
Hello all
Has anyone had any success with the Manager API ?
I am trying to check an extension status without too much luck I have
the following
<?php
$fp = fsockopen("127.0.0.1", 5038, $errno, $errstr, 30);
if (!$fp) {
echo "$errstr ($errno)<br />\n";
} else {
$out = "Action: Login\r\n";
$out .=
2011 Apr 03
1
proper keymap format ?
I just tried kbdmap.c32, got a format error
Keyboard map file format error
boot:
the file I attempted to use was from sudo dumpkeys > keymap,
and copied into /var/lib/tftpboot
I'll happily add whatever knowledge I get to the wiki-page for kbdmap
FWIW, I tried this cuz my cursor keys were not working with menu.c32,
so any hints to solve this problem would be great
this is with
2002 Apr 29
1
1.73-pre6 doesn't like kbdmap
Hi,
just tried 1.73-pre6 pxelinux:
- booting linux works
- memdisk with 1.44M Dos image works
- the 'kbdmap'-parameter fails:
[..]
Unknown keyword in config file.
Missing parameter in config file.
boot:
- and it doesn't remap any keys.
I tried 1.66 with the same config file and it works, it accepts
'kbdmap' and also remaps the keys.
Regards,
Josef
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
On 07.03.2016 19:24, Ady via Syslinux wrote:
>> doc: keytab-lilo example on Fedora
>>
>> ---
>> doc/keytab-lilo.txt | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/doc/keytab-lilo.txt b/doc/keytab-lilo.txt
>> index cdbea0f..f35b3e8 100644
>> --- a/doc/keytab-lilo.txt
>> +++ b/doc/keytab-lilo.txt
>> @@ -83,3 +83,7 @@
2013 Jun 12
2
KBDMAP - extlinux 5.xx
On Thu, 06 Jun, at 01:11:53AM, poma wrote:
>
> Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5.
> Tested via 5.00, 5.01 and 5.10.
> It works within series 4 - tested via 4.05 and 4.06.
> Is it a bug, or is it a feature?
Could you provide me with your .ktl file?
--
Matt Fleming, Intel Open Source Technology Center
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
On Sun, Sep 20, 2015 at 8:33 AM, syslinux-bot for Gene Cumm
<gene.cumm at gmail.com> wrote:
> Commit-ID: e0ac1d2fdf7d7c58457f3796a12561cce95ca29f
> Gitweb: http://www.syslinux.org/commit/e0ac1d2fdf7d7c58457f3796a12561cce95ca29f
> Author: Gene Cumm <gene.cumm at gmail.com>
> AuthorDate: Sun, 20 Sep 2015 08:30:55 -0400
> Committer: Gene Cumm <gene.cumm at
2009 Apr 14
2
dynamic menus in dialplan
I have an application that needs to vary the menu choices available based
upon the availability of an external resource at a given time. What I have
in mind is a system that can uplink a user to one of many different
satellites. Due to the nature of orbital mechanics a satellite may be out
of range at any given time. I only want to present a menu of available
satellites. I can query an
2013 Jun 05
1
KBDMAP - extlinux 5.xx
Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5.
Tested via 5.00, 5.01 and 5.10.
It works within series 4 - tested via 4.05 and 4.06.
Is it a bug, or is it a feature?
poma
2003 Dec 01
9
Planning a 2.08 release
It seems that quite a bit of stuff built up very quickly after the 2.07
release:
Changes from 2.07 to 2.08-pre6:
* Add new configuration command "ontimeout" to allow timeout
to have a different action than just pressing Enter.
* Add new configuration command "onerror" to allow a custom
command to be executed in case the kernel image is
2007 Dec 11
5
hi
Hi,
my sip phone is unreachable for external network(global ip)
Thanks,
sandeep.s
2009 Apr 08
1
menu module behaviour for menu exit
Hi,
I was looking for a way to have a submenu go back to the previous menu
when you use Escape inside the submenu. Or to return back to a menu when
you return from a com32 entry (eg. kbdmap, hdt or rosh).
I had hoped something like this worked:
----
default bootlocal
prompt 1
label menu
menu hide
kernel menu.c32
label bootlocal
menu hide
localboot -1
menu begin main
menu
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote:
> On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski
> <piotr.karbowski at gmail.com> wrote:
>
>> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with
>> 5.01 it will display list of elements, then allow me to choose which one I
>> want to enter.
>>
>> Even if the include part contain a
2009 Feb 08
2
keytab-lilo included with SYSLINUX is not up to date
Hi,
I just noticed that the keytab-lilo utility included with SYSLINUX isn't
up to date. It *is* a problem since the old version isn't compatible
with current distributions like Debian ou Ubuntu (for example).
Two options are offered to those who would like to use keytab-lilo in
order to generate a file compatible with the KBDMAP directive :
- use an up to date version of keytab-lilo
2013 Jun 13
0
KBDMAP - extlinux 5.xx
On 12.06.2013 14:41, Matt Fleming wrote:
> On Thu, 06 Jun, at 01:11:53AM, poma wrote:
>>
>> Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5.
>> Tested via 5.00, 5.01 and 5.10.
>> It works within series 4 - tested via 4.05 and 4.06.
>> Is it a bug, or is it a feature?
>
> Could you provide me with your .ktl file?
[1]