Ken Januski wrote: > > I'm wondering if I could have chosen something else in menuconfig that > would interfere with parallel printing but if so I sure can't figure out > what it is. > There are *three* options that need to be in place in the kernel build (look in your .config file):
CONFIG_PARPORT (in general setup) CONFIG_PARPORT_PC (in general setup) CONFIG_PRINTER (in character devices) This comes up all the time, since it's confusing.