similar to: proper keymap format ?

Displaying 20 results from an estimated 2000 matches similar to: "proper keymap format ?"

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
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
2011 Jun 04
1
hanging localboot
Ive got a soekris 4801 on which Ive used pxelinux... its bios is set to go to pxeboot 1st, then localboot. Ive got: label bootlocal MENU label ^9 Boot Local localboot 0 # timeout 80 # TOTALTIMEOUT 9000 but using hangs: Booting from local disk... PXE-M0F: Exiting MacPhyter PXE ROM. then nothing. the same compact flash image works fine when boot order is 80 1st, or
2011 Dec 13
1
Please test 4.10-pre17
Especially you who are doing large-scale network booting, please try out 4.10-pre17 *and report the results*. I'm hoping with Gene Cumm's fixes that we have can promote this to a full release shortly, but I really need test reports -- good or bad. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2009 Apr 04
2
SYSLINUX 3.74-pre17: (hopefully final) release candidate
Let's try to get this thing released. Dag: will you do your RPM buildathon on this drop? Changes in 3.74: * New UI directive, which allows a more natural way to specify a menu system (or not.) With the UI directive specifying the menu system, the DEFAULT directive can be used to select the default entry inside the menus. * kbdmap.c32: new module
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
2014 Jun 19
5
testing out 6.03 network booting...
Hi all, wasnt sure whether this was the best place to put this information; but something seems to have gone 'backwards' in the later pre-releases of 6.03 regarding network booting. below are results of me testing - i did each a few times to make sure they are valid results. hope it helps identify something that's gone awry ? so far, 6.03 pre11 and pre13 (excluding efi32) seem most
2014 Jun 25
3
testing out 6.03 network booting...
> > From: Matt Fleming [matt at console-pimps.org] > > Sent: 25 June 2014 07:39 > > To: Andrew Rae > > Cc: Gene Cumm; syslinux at zytor.com > > Subject: Re: [syslinux] testing out 6.03 network booting... > > > > Andrew, could you try out syslinux-6.03-pre18? Peter pushed the release > > button yesterday and -pre18 contains my change. It would be
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
2003 Jun 20
1
Remapping Serial Keyboard Input with SYSLINUX
I have a system with a Matrix Orbital keypad (only) on ttyS0 which generates it own strange bytes when keys are pressed. Is there something similar to the KBDMAP directive but for serial input? This is a serious problem for us (i.e. we have to remap the 'L' character to be interpreted the same as an "Enter" (i.e. <cr>)) and so if there isn't a way of doing this
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
playing with hdt on a soekris 4801, Im getting HUGE delays in cpu_detect. I added some timing code, heres what Im seeing ACPI: Detecting 0 mS in detect_acpi MEMORY: Detecting 0 mS in detect_memory DMI: Detecting Table DMI: ERROR ! Table not found ! DMI: Many hardware components will not be detected ! 55 mS in detect_dmi CPU: Detecting 0 mS in get_cpu_vendor 0 mS in "intel cpu
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
playing with hdt on a soekris 4801, Im getting HUGE delays in cpu_detect. I added some timing code, heres what Im seeing ACPI: Detecting 0 mS in detect_acpi MEMORY: Detecting 0 mS in detect_memory DMI: Detecting Table DMI: ERROR ! Table not found ! DMI: Many hardware components will not be detected ! 55 mS in detect_dmi CPU: Detecting 0 mS in get_cpu_vendor 0 mS in "intel cpu
2011 Dec 29
2
pxelinux 4.10 pre17 http:// on VMware works now
Hi, I finally managed to test pxelinux 4.10 pre17 in our VMware environment and can report that HTTP booting seems to work reliably now. Downloads are fairly fast. As a side note, rosh "ls" and "pwd" commands now work as expected with a HTTP TFTP prefix, cool! I'll leave it in production use now and report about any further issues. Can you already tell when a 4.10
2014 Jun 17
1
Chainload pxelinux from pxelinux and pass parameters or change root dir?
On 06/16/2014 05:14 PM, Gene Cumm wrote: > This sounds like you're using gpxelinux.0 4.07 which as I stated will > introduce issues. Instead of using gpxelinux.0 4.07, try pxelinux.0 > 4.07 then do your chainload to lpxelinux.0 6.02. If this doesn't > solve it, try 6.03-pre14. When I DHCP boot to lpxelinux.0 6.02, and then pxechn.c32 back to lpxelinux.0 6.02 with the http
2005 Aug 23
4
isolinux 3.10-pre20 doesn't work at all
I tried isolinux 3.10-pre20 on an Acer Aspire 1501LMi notebook and a Shuttle FS-40 desktop box; it fails on both, simply hanging after printing the first line. Last known good version is 3.10-pre16; will try pre17-pre19 when I have some time.
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
2014 Jul 02
3
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some advice on how to isolate and troubleshoot this. (I can't try pre18 at the moment, but did try 4.07 and 5.10 and saw similar behavior, also with pxelinux.0, so although I'll give pre18 a try soon, some isolation/troubleshooting advice will be a good education no matter what.) To get to our PXE-launched tools from