WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Norwegian keyboard?  (Read 6293 times)

Offline Artie

  • Newbie
  • *
  • Posts: 20
Norwegian keyboard?
« on: March 22, 2009, 04:53:42 AM »
I am trying out the latest TC but I am stuck at keyboard configuration. Would it be possible to put in a simple keyboard tool in the panel? If not, can someone please write out the exact procedure to get a Norwegian keyboard to work?

Artie

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Norwegian keyboard?
« Reply #1 on: March 22, 2009, 10:31:51 AM »
See the FAQ:
http://www.tinycorelinux.com/faq.html#keyboard

Only change the keymap to the one you need, I guess it would be no-latin1?
The only barriers that can stop you are the ones you create yourself.

Offline Artie

  • Newbie
  • *
  • Posts: 20
Re: Norwegian keyboard?
« Reply #2 on: March 23, 2009, 06:52:35 AM »
Sorry but I do not understand the faq. Please someone spell the procedure out for me.

Artie

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: Norwegian keyboard?
« Reply #3 on: March 23, 2009, 02:17:26 PM »
click the "x" button in the upper right corner of the screen, select "exit to prompt."

at the prompt enter:

sudo loadkmap < /usr/share/kmap/no-latin1.kmap

important note! "no-latin1,kmap" is a guess. it may be called something else. perhaps try this:

ls /usr/share/kmap

for a list of keymaps.

after you've used sudo loadkmap < /usr/share/kmap/no-latin1.kmap enter:

startx

using tc will let you know if you used the right keymap. to save changes, determine the location of your tce directory (if you've created one, you should know where it is.) open "appbrowser" from the menu and install kmaps.tce

install leafpad from the appbrowser, and open a term. type sudo leafpad /opt/bootlocal.sh

add this command:

loadkmap < /usr/share/kmap/no-latin1.kmap

Offline Artie

  • Newbie
  • *
  • Posts: 20
Re: Norwegian keyboard?
« Reply #4 on: March 23, 2009, 02:42:45 PM »
Installed kmaps.tce tried ls /usr/share/kmap no Norwegian keyboard in there. Thanks anyway.

Artie

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: Norwegian keyboard?
« Reply #5 on: March 23, 2009, 04:30:34 PM »
based on this http://forum.tinycorelinux.net/index.php?topic=135.0

it may be possible to add the norwegian layout. i don't understand the process well enough to know if we need your keyboard or not, but i suspect kmaps.tce can be updated with this in the future. not speaking for those maintaining the extension, though.

Offline Artie

  • Newbie
  • *
  • Posts: 20
Re: Norwegian keyboard?
« Reply #6 on: March 30, 2009, 06:31:48 AM »
I would really like to use TinyCore but I need the Norwegian keyboard map badly so can someone please add it?

Artie

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Norwegian keyboard?
« Reply #7 on: March 30, 2009, 09:23:32 AM »
According to google, both the keymaps no.kmap and no-latin1.kmap are meant for norwegian keyboards. Is there some issue with them?
The only barriers that can stop you are the ones you create yourself.

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: Norwegian keyboard?
« Reply #8 on: March 30, 2009, 03:14:08 PM »
According to google, both the keymaps no.kmap and no-latin1.kmap are meant for norwegian keyboards. Is there some issue with them?

are you certain tinycore includes them?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Norwegian keyboard?
« Reply #9 on: March 31, 2009, 09:06:12 AM »
The only barriers that can stop you are the ones you create yourself.

Offline tobiaus

  • Suspended
  • Hero Member
  • *****
  • Posts: 599
Re: Norwegian keyboard?
« Reply #10 on: March 31, 2009, 09:45:50 AM »
.list

oh right, i was just mentioning .list thanks.

Offline Artie

  • Newbie
  • *
  • Posts: 20
Re: Norwegian keyboard?
« Reply #11 on: March 31, 2009, 12:15:51 PM »
Did not find Norwegian keyboard on the list on the screen but was on the list in the link here. Norwegian keyboard works initially but not when I reboot. What is wrong with the procedure below?

Clicked X upper right
Exit to prompt
OK
startx
appbrowser
connect
TCE
kmaps.tce
Install Selected
Close
leafpad.tce
Install Selected
Close
Close appbrowser
Aterm
sudo leafpad /opt/bootlocal.sh
leafpad opens

#! /bin/sh
# put other system startup command here
loadkmap < /usr/share/kmap/no-latin1.kmap
return
File
Save
Close leafpad
Close terminal
Uncheck backup
Reboot
tinycore waitusb=5

Artie


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Norwegian keyboard?
« Reply #12 on: March 31, 2009, 01:29:50 PM »
This part caught my attention:

Quote
Uncheck backup

If you don't backup your personal files, bootlocal.sh won't be around after a reboot either.
The only barriers that can stop you are the ones you create yourself.

Offline Artie

  • Newbie
  • *
  • Posts: 20
Re: Norwegian keyboard?
« Reply #13 on: April 01, 2009, 06:49:34 AM »
I thought any change would be automatically saved in the tce file I created on sda1 as I can see when I boot that TC picks up Opera and all the other stuff I installed with the appbrowser. What must I do in my procedure to make a backup to make the Norwegian keyboard stick? If possible please write out the procedure like I did.

Artie

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Norwegian keyboard?
« Reply #14 on: April 01, 2009, 07:00:39 AM »
Any extension in /tce will be loaded on boot, but files which are not in any extension will need to be backed up in order to be restored on boot.

The backup is controlled by two files - /opt/filetool.lst and /opt/xfiletool.lst - you list the files/folders you want to be saved in the first file and the files/folders you do not want to be saved in the second file (a subset of the files named in the first list).

Once you have filetool.lst set up, you use the backup button in the panel to define where your backup will be stored and the files will be saved on shutdown thereafter.