On Sun, Aug 26, 2001 at 11:54:46AM -0400, Eric Howard wrote: > > 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 ... Did you include the proc file system (most people do, Linux doesn't work much without)? Type ls /proc to check.
Is parport.o for the same kernel as the one you are running (type uname -a to check)? Hope this helps Jakob -- This message is hastily written, please ignore any unpleasant wordings, do not consider it a binding commitment, even if its phrasing may indicate so. Its contents may be deliberately or accidentally untrue. Trademarks and other things belong to their owners, if any.

