I'm having trouble getting printing to work. If I cat to the lp devices I get `no such device', so I figure it is a problem with missing kernel support. If I try to add the parport.o module (which claims no dependencies) I get the following errors:
insmod parport.o parport.o: unresolved symbol __wake_up_R083f3f66 parport.o: unresolved symbol proc_unregister_R5b07a6f5 parport.o: unresolved symbol sleep_on_R7b30b432 parport.o: unresolved symbol proc_root_R42af2bd1 parport.o: unresolved symbol proc_register_Raa0375b6 lp.o depends on parport.o so now I'm stuck. Does anyone have any suggestions? Eric

