Ubuntu Version:
Ubuntu 24.04.3 LTS
Desktop Environment (if applicable)
Xubuntu
Problem Description:
I have an old LPT Zip drive I still enjoy using. My computer has an old PCI port and I had a PCI LPT card, so I stuck it in, but it functions in SPP mode as near as I can tell (I’ve tested before, and this thing transfers data about 3 times as fast on EPP as on SPP or ECP. (My PCIe LPT card did the same thing btw.) I’d like to change it to EPP; the results below are on the PCI card.
What I’ve Tried:
I found AI instructions for this that sounded plausible. They said to run dmesg | grep parport, which returns:
[ 3.184033] parport_pc 0000:03:00.0: enabling device (0100 -> 0101)
[ 3.184228] parport0: PC-style at 0xd050 (0xd040), irq 16, using FIFO [PCSPP,TRISTATE,COMPAT,EPP,ECP]
[ 3.187183] parport0: Device ID was 64 bytes while device told it would be 63 bytes
[ 3.187233] parport0 (addr 0): SCSI adapter, IMG VP1
[ 3.234913] lp0: using parport0 (interrupt-driven).
It says to use the number on parport for the following: in terminal, run echo 0x80 > /dev/parport#. So I ran sudo echo 0x80 > /dev/parport0, but it returns:
bash: /dev/parport0: Permission denied
If I run the echo command after switching to sudo (sudo -i), it returns:
-bash: echo: write error: Invalid argument