Several Linux distributions support full bidirectional IEEE1284 parallel port compatibility. Most modern Linux distributions, such as
Ubuntu,
Debian, and
Fedora, include support for IEEE1284 parallel ports through the parport and parport_pc kernel modules. These modules provide the necessary drivers and support for bidirectional communication.
To ensure your system supports IEEE1284, you can check if these modules are loaded by running the following commands in the terminal:
If the modules are not loaded, you can load them manually with:
Code:
sudo modprobe parport
sudo modprobe parport_pc
I don't know about all the distro's but for Fedora/Redhat clones you'll need to install this package.
libieee1284.x86_64: A library for interfacing IEEE 1284-compatible devices