From: Burkhard K. <bu...@bu...> - 2001-01-07 22:38:10
|
John Simpson > Hi > > I'm having trouble installing the ieee12844 modules from hpoj-0.7 > > My kernel seems to be configured correctly; the output from > /proc/config.gz shows the following: > > CONFIG_PARPORT=m > CONFIG_PARPORT_PC=m > CONFIG_PNP=y > CONFIG_PNP_PARPORT=m > > The parport modules all load ok, but the ieee12844 modules fail with > unresolved symbols as follows: > > ieee12844.0 - global_bh_lock, synchonize_bh These function calls will be undefined when you have compiled the ieee12844 modules with SMP support and try to load them with a non-SMP kernel environment. Depending on what you really want, you have to reconfig your kernel or recompile it. Or you might force non-SMP support by defining FORCE_SMP with a value different than "SMP" in the ieee12844/Makefile. > ieee12844pp,o - same, plus tqueue_lock, mlcp_unregister, mlcp_register These should all be consequences of ieee12844.o not being loaded. Burkhard -- Burkhard Kohl bu...@bu... |