Debug mode : can't load keymap
-
FOG 0.32
I need to have a AZERTY keymap while in debug on workstation.
Embedded 2.6.39.1 bzImage shows :
[QUOTE]/etc/init.d/S99.fog line 17 loadkeys not found[/QUOTE]
Line 17 in /etc/init.d/S99.fog is :
[CODE]loadkeys $keymap;[/CODE]
/tftpboot/pxelinux.cfg/default shows all commands in menu with:
[QUOTE]keymap=fr-latin1[/QUOTE]
as FOG_KEYMAP is set to fr-latin1
bzImage 3.8.8 shows the same thing.
Could you please advise how to load correctly the keyboard layout ?
Thanks in advance for your time.
Nicolas -
I’ll have to rebuild the EDIT init.gz as I’ve been trying to keep the init.gz as minimal in size as possible. It’ll be about an hour or so and I’ll fix that for you.
-
Currently building as we speak.
I’ll update the svn setup for this, as well as the fog.buildroot.config file.
I’ll also post the init.gz in my normal place at:
[url]https://mastacontrola.com/fogboot/images/init_0.32.gz[/url]
-
thanks Tom !
-
I misread the first post, you’re running 0.32? I’ll try to take a look and build an init.gz for that version, as well as try updating our 0.33 version for this as well.
I think, essentially, all I’d have to change between 0.32 and 0.33 are the fog scripts that run so things update appropriately on the database side.
-
Yes it is well a 0.32 version
-
I’m building now.
Once the init.gz is complete, you should have all keymaps available. I only, slightly, had to modify the regular fog script as the latest one doesn’t do too well with kB methods of parted and a part 2 starting where part 1 is ending.
-
Just updated the link to the file that should be downloaded for 0.32.
I had to add the kbd program.
If you have problems with this init.gz please let me know so I can make one more slight adjustment.
Also, this is being built off of the same buildroot I’ve been working with lately (2013.11), but I don’t know what kernel headers were used for the building of the init.gz, so I’d recommend updating your kernel to the one I’ve created, as the kernel headers are built off 3.12.X and I don’t know how nicely it’ll play with older kernels.
-
Thanks Tom, init.gz is downloading.
Could you please tell where I may get your 3.12 kernel ?
Thanks again.
Nicolas -
The init.gz you’re currently downloading is for 0.33, let me update the init.gz link in the post, I updated the read link, but the actual link is still pointing to init.gz
The kernel is at:
[url]https://mastacontrola.com/fogboot/kernel/bzImage[/url]
The init.gz will be at:
[url]https://mastacontrola.com/fogboot/kernel/init_0.32.gz[/url]
When you copy the file to the fog server, use these commands:
[code]cp /tftpboot/fog/kernel/bzImage /tftpboot/fog/kernel/bzImage.orig
wget --no-check-certificate -O /tftpboot/fog/kernel/bzImage https://mastacontrola.com/fogboot/kernel/bzImage
cp /tftpboot/fog/images/init.gz /tftpboot/fog/images/init_orig.gz
wget --no-check-certificate -O /tftpboot/fog/images/init.gz https://mastacontrola.com/fogboot/images/init_0.32.gz[/code]It’ll be posted in just a few more minutes, having to edit a little bit on my buildroot stuff.
-
It’s posted.
-
Congratulations, keymap is well loaded !
Thanks again !
Nicolas