It might be as easy as loading a kernel module to make this work. Try this: 1) log in as root 2) type "lsmod" and see if "lp", "parport_pc" and "parport" show up 3) If they don't show up, you'll have to see if you have them: Look in /lib/modules/YOUR_KERNEL_REV/misc for lp.o, parport_pc.o, and parport.o If they are there, try "insmod parport parport_pc lp" (or something like that). If they are not there, you'll need to install the kernel modules package or empark on building them yourself. 4) Run "lsmod" again and you should now see them (as in step 2). 5) Once they show up in "lsmod", try: cat SOME_TEXT_FILE > /dev/lp0 Let us know how it goes, or if we can be of further help. Later, Andy -- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA USA http://www.wlug.org On Thursday 03 May 2001 11:22, gwlt@ma.ultranet.com wrote:
All right,
Thank you for the assistance all. It has been helpful. I took Andy & Jeff's lead to check the Kernel and sure enough there is no such device. Is my best bet to try to load a newer version? I am less afraid of this prospect after fighting my way through X problems in 6.0 before going to 7.1. Any words to the wise before embarking on this adventure? Up until now I have used off the shelf disks to get the job done. How much more treacherous is trying to grab stuff on-line?
COLIN
Basic stuff: if you cannot cat a file to /dev/lp0, then you probably
have
a kernel related problem. That will need to be fixed first. Jeff's earlier e-mail explains in brief how to do this.
Try something like this:
cat/.cshrc > /dev/lp0
OK, once that works, you know that the kernel is OK.
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- Andy Stewart, Founder Worcester Linux Users' Group Worcester, MA USA http://www.wlug.org