You may already have printer port support in your kernel. If not, you must install the necessary kernel modules (see the appendix on setting up kernel printer port support). If your kernel does not allow modules, you should think about upgrading your kernel.
You can check for printer port support by looking at the boot messages using dmesg, and filtering the output using a pipe to grep.
If you have a standard PC with a parallel port, the output should look something like this:
$ dmesg | grep parport parport0: PC-style at 0x378 [PCSPP,EPP] parport0: Printer, printer-name parport_pc: Via x86A parallel port: io=0x378 lp0: using parport0 (polling). $ |
![]() | This section is untested |
---|---|
I do not have a USB printer, so this is my 'best guess' at how to install one. If you get a USB printer working please let me know (<feedback.chrislale@coolscience.co.uk>) and I will update this document. |
$ dmesg | grep usb |