You are not logged in.
Pages: 1
Hello,
I just purchased a Brother MFC-J8390CDW multifunction printer.
I installed the driver, which is available on AUR : https://aur.archlinux.org/packages/brother-mfc-l8390cdw
The installation went smoothly.
Unfortunately, the print on the sheet is offset by 1.7 cm in height and 2 mm to the left.
How can I correct this offset?
Thank you for your reply.
Last edited by Pafrapé (2025-06-17 01:28:18)
Offline
You probably have to set the correct PaperType with brprintconf_mfcl8390cdw -pt ...
Offline
Thank you
I wrote "brprintconf_mfcl8390cdw"
This is the answer : "brprintconf_mfcl8390 : command not found"
Offline
That was literally copied from the linked AUR package.
pacman -Ql brother-mfc-l8390cdw | grep brprintconf
ls -l /usr/bin/brprintconf*
In any case, you could just edit the file directly
ls /usr/share/brother/Printer/*/inf/br*rc
setting PaperType= appropriately.
(Given that the package is installed correctly.)
Offline
Pages: 1