TomSi
08-28-2002, 10:50 PM
Hi ALL,
I have builded someone's console device driver in RH7.3/7.2 (without rebuilding the kernel), when I insmod the driver, the system reply:
unit.o: unresolved symbol vc_allocate
unit.o: unresolved symbol change_console
unit.o: unresolved symbol pckbd_leds
Refering to the /usr/include and kernel source codes, these functions are defined in the vt_kern.h & console.c, but I don't konw how to add the functions to my system, Should I add a driver or module to my system? (but I think it have been in my system.)
Thanks for your help!
I have builded someone's console device driver in RH7.3/7.2 (without rebuilding the kernel), when I insmod the driver, the system reply:
unit.o: unresolved symbol vc_allocate
unit.o: unresolved symbol change_console
unit.o: unresolved symbol pckbd_leds
Refering to the /usr/include and kernel source codes, these functions are defined in the vt_kern.h & console.c, but I don't konw how to add the functions to my system, Should I add a driver or module to my system? (but I think it have been in my system.)
Thanks for your help!