similar to: kbdmap module file format error

Displaying 20 results from an estimated 4000 matches similar to: "kbdmap module file format error"

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
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
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]
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
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
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 13
0
KBDMAP - extlinux 5.xx
On 13.06.2013 13:04, Matt Fleming wrote: > On Thu, 13 Jun, at 12:40:48PM, poma wrote: >> Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e. >> "Keyboard Table for Lilo" problem. >> Which ones of these[4] produced by the 'keytab-lilo' you need? >> All of them[4] were tested. ;) > > Any one will do. I just want to
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
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
On 29.12.2015 22:51, poma wrote: > On 29.12.2015 22:20, Ady via Syslinux wrote: >> >>> On 27.12.2015 23:57, Jernej Simon?i? via Syslinux wrote: >>>> On Sunday, December 27, 2015, 23:34:11, Ady via Syslinux wrote: >>>> >>>>> How this change would affect users with older versions of kbd / >>>>> loadkeys / or in older OSes? I
2013 Jun 13
2
KBDMAP - extlinux 5.xx
On Thu, 13 Jun, at 12:40:48PM, poma wrote: > Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e. > "Keyboard Table for Lilo" problem. > Which ones of these[4] produced by the 'keytab-lilo' you need? > All of them[4] were tested. ;) Any one will do. I just want to reproduce this bug. -- Matt Fleming, Intel Open Source Technology Center
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
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
0
keytab-lilo: update to support kbd 2.0.3 format
> 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 @@ where <kbd> is the name of the keyboard layout. > Example: > >
2016 Mar 08
0
keytab-lilo: update to support kbd 2.0.3 format
> It is a "generic example" which differs from the "actual example" on Fedora. ;) > Someone may favor wiki style, then again someone graces the source doc style. > What is important, none of them is a redundant, that is, they complement each other. > Patching for Fedora (or for whichever other distro) in upstream Syslinux should only be done when it would affect
2006 Oct 02
3
CentOS at FOSDEM
Hi all, FOSDEM is coming and it would be nice if CentOS users and developers are present. FOSDEM will take place at 24 and 25 february 2007. (so mark those dates in your calendar!) I guess what we need is a wiki page about FOSDEM linked from some 'CentOS events' page and then people can start planning and indicating who's coming and what the topics could be. Since the developer
2013 May 24
7
Display borked when loading FONT
Hello, I am a happy user of syslinux since 3.x. I've been able to load a font to display French accented charecters since then, but it not the case anymore, as problems have started to raise with syslinux 5.x. program : EXTLINUX, ISOLINUX (same behaviour) In extlinux.conf, the culprit is : FONT=lat9w16 This font is taken from 'kbd' package, named lat9w-16.psfu. It contains a
2003 Sep 14
2
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
Hi, I'm having a problem rsyncing one file (since I signed it). It seems that the content of a file is able to cause problems in the protocol. building file list ... 28820 files to consider apt/packages/avifile/ apt/packages/avifile/avifile-0.7.34-1.dag.rh90.i386.rpm rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code
2009 Jun 16
1
Last character of the boot prompt gone missing ?
Hi, I think I found a problem with syslinux where if you have an entry in the syslinux config file (eg. linux) and you type some additional parameters on the boot-prompt (eg. noacpi) the last character of the prompt is cut off (and missing from /proc/cmdline). This does not seem to happen for the append line in the config file, only for additional parameters on the boot prompt. (I guess it
2008 Nov 19
3
CentOS Events on wiki menu
Hi, Is it possible to rename the CentOS Events tab to simply Events ? The other tabs do not include CentOS either. For a published article today I required a desktop screenshot. However on 1024x768 with a non-fullscreen browser at wiki.centos.org, the number of tabs required me to make the browser-width larger than I liked it to be. Renaming "CentOS Events" to "Events"