* On Tue, 24 Dec 2002 at 14:55 +0100, Laurent Decreusefond wrote: > I am trying to compile a new kernel on my PowerBook G3 (under woody) to > enable ip_masquerading (if there exists one such precompiled kernel, I am > interested). I downloaded 2.4.21 sources, make xconfig, make dep, make > clean, make vmlinux, make modules, make modules_install, copied vmlinux in > Linux Kernels on my MAC OS files system, copied System.map in /boot. > The reboot is OK except that my keyboard is totally erratic (1 is mapped > to e, 2 to r and so on). > Is there something special in the configuration I missed ?
You might have enabled CONFIG_MAC_ADBKEYCODES in your kernel configuration (section Macintosh device drivers). Turn it off, or add append "keyboard_sends_linux_keycodes=1" to your boot configuration. Hint: http://www.debian.org/ports/powerpc/keycodes -- Adalbert GPG welcome, request public key: mailto:[EMAIL PROTECTED]

