Re: lp.o module will not load

2000-05-24 Thread Ray Olszewski
Try modprobe'ing instead of insmod'ing (assuming you've done a depmod on the new modules0. Or insmod parport first; I think that is where the unresolved symbols point to. Or possibly parport_pc. At 10:12 PM 5/23/00 +, Pollywog wrote: I recompiled my 2.2.15 kernel with printer support as a

lp.o module will not load

2000-05-23 Thread Pollywog
I recompiled my 2.2.15 kernel with printer support as a module and this is what I get when I insmod the module. What could be wrong, and is it a problem with this kernel? #insmod /lib/modules/2.2.15/misc/lp.o /lib/modules/2.2.15/misc/lp.o: unresolved symbol

Re: lp.o module will not load

2000-05-23 Thread Rolf Schillinger
Hi, you seem to not have compiled the parport module. You can find it under General Setup in menuconfig. hth, Rolf On Tue, 23 May 2000, Pollywog wrote: I recompiled my 2.2.15 kernel with printer support as a module and this is what I get when I insmod the module. What could be wrong, and is

Re: lp.o module will not load

2000-05-23 Thread Pollywog
I just recompiled my kernel from fresh source and the errors stopped. Then, I installed printtool and surprise, a test page was printed. :) I need to find out how to enable EOF, because the page was not ejected, though it printed perfectly. thanks -- Andrew On Tue, 23 May 2000, you wrote: