From: Boris B. <bo...@ki...> - 2002-07-01 16:39:35
|
On Mon, Jul 01, 2002 at 12:12:31AM +0200, Svetoslav Slavtchev wrote: > Quoting Boris Bezlaj <bo...@ki...>: > > > 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 :) > > i've tried 2.5 as well, but with the same result, > have you compiled keybdev in the kernel, or as modules, > if as modules , what said depmod -a System.map at make modules_install > the both functions are in keybdev.c and in normal 2.5 they are exported as > symbols from drivers/char/keyboard.c but are missing in ruby > in ruby they are not defined > i nevere got to modules_install as i have atkbd.c as module (which failed to build) looks like current CVS version is "in between" ..better to wait some time -- With best regards, Boris B. |