[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: console-data broken for PowerPC



On Fri, Jan 14, 2000 at 11:04:11PM -0800, Renaud Dreyer wrote:
> I get the following error when installing console-data:
> 
> Please report this bug: no keymaps described for architecture powerpc/
> in /var/lib/dpkg/info/console-data, config line 652, <STDIN> chunk 4.
> 
> Any idea where I can get a console-data working for PowerPC?
> 
> I then get an error when configuring console-tools, which is probably
> related to the above: after asking me if I want the kernel's
> default keymap to be loaded, the script just freezes and doesn't
> do anything no matter what I type, I have to exit through
> control-C.
> 
> I noticed that after I rebooted, the console became extremely slow to refresh,
> compared to when I was running the install.
> 
> 
> --  
> To UNSUBSCRIBE, email to debian-powerpc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 

I solved this for apus, by applying this patch to the installed
/var/lib/dpkg/info/console-data.config (or whatever file it was).

here is the patch, just adapt it to your case.

a similar thing could be done with the various others subarches. This is a
release critical bug, and needs to be fixed before potato is released. Since
console-data is part of base, and anyway, kbd-data, is no more present in the
archive.

Friendly,

Sven LUTHER

--- console-data.config.orig	Thu Jan 13 22:20:23 2000
+++ console-data.config	Thu Jan 13 22:19:53 2000
@@ -226,6 +226,31 @@
 	},
     },
 };
+$keymaps->{powerpc} = {
+    'amiga' => {
+	'Germany' => {
+	    'Standard' => 'amiga-de',
+	},
+	'Spain' => {
+	    'Standard' => 'amiga-es',
+	},
+	'France' => {
+	    'Standard' => 'amiga-fr',
+	},
+	'Italy' => {
+	    'Standard' => 'amiga-it',
+	},
+	'Sweden' => {
+	    'Standard' => 'amiga-se',
+	},
+	'Swiss German' => {
+	    'Standard' => 'amiga-sg',
+	},
+	'US' => {
+	    'Standard' => 'amiga-us',
+	},
+    },
+};
 
 
 #


Reply to: