Thus spake Michael Ward Cole: > Okay, Perhaps I need to reword this. I am getting the instruction on bootup > that my parports are identified as 0 and 1, but that I need to 'use procfs to > enable interrupt-driven operation.' I don't know what this means and really > would appreciate someone directing me to some instructions on this matter. > Does it mean that I have to compile the kernel with this procfs.h included? > Thanks, > Michael > > > On Wed, Sep 19, 2001 at 07:23:14AM -0400, Michael Ward Cole wrote: > > I have two parallel ports and have parport and parport-pc modules installed > > into linux 2.2.19pre17. I get messages on boot up that the two ports are > > identified but it gives me an instruction to use procfs to enable > > interrupt-driven operation. The only file procfs on my system is a header > > file. What does this message mean and what am I suppose to do about it? > > Thanks, > > Michael > > As far as I can gather from your post, oyu're not having trouble printing, are you? Interrupt-driven operation is something that some newer printers use for higher speeds. Most older printers (and most new printers, AFAIK) use 'polling', a different method for the CPU to monitor the port. It basicaly has to do with CPU usage and efficiency in making sure the right bits get to the right places. If you're printing just fine, don't worry about it, IMHO. If you've researched your printer, and it should be using interrupts, and you feel like recompiling your kernel to include procfs, go for it. That is what the error message means. Good luck, Steve
-- :wq