From: Boris B. <bo...@ki...> - 2002-06-30 21:48:24
|
On Sun, Jun 30, 2002 at 11:34:12PM +0200, Svetoslav Slavtchev wrote: ---- snip snap ---- > how did you compiled keyboard interface, > handle_scancode and kbd_ledfunc are still in drivers/input/keybdev.c, but they > are removed from drivers/char/keyboard.c where they used to be exported, > -->> unresolved symbols in keybdev.o -->> the kernel doesn't support keyboards > > any ideas You mentioned you run ruby code on 2.4? maybe there's your problem with unresolved symbols.. i applied ruby on top of vanilla 2.5.24 and the first problem i got was keyboard/built_in.o..there was no such file, apparently Makefiles don't match.. So i linked it to keybdev.o? (which was wrong) and got till atkbd.o module. The kernel image compiled/linked fine tho, but i didn't try it :) -- With best regards, Boris B. |