Printing with HP 2320fxi in Fedora 28
-
I'm trying to get a HP 2320CMFXI printer setup with Fedora 28.
I can get it to print but it's printing the negative of what it should. Meaning everything is black and the writing is white.
I'm sure it's a driver issue but not finding the correct driver.
-
@ccwtech HP has a universal driver, have you tried that?
-
This one:
https://developers.hp.com/hp-linux-imaging-and-printing
Yes, I have tried that one as well... Same result.
-
Looks like it's just when I try to print a web page... UPS label.... I was able to save as a pdf and then print the PDF.
It would be nice to 'fix' but now apparently less of an issue.
-
@ccwtech Ok cool. weird though
-
$ wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz Now unpack it: Unpack: $ tar zxf foo2zjs.tar.gz $ cd foo2zjs Now compile and install it. The INSTALL file contains more detailed instructions; please read it now. Compile: $ make Get extra files from the web, such as .ICM profiles for color correction, and firmware. Select the model number for your printer: $ ./getweb P1005 # Get HP LaserJet P1005 firmware file $ ./getweb P1006 # Get HP LaserJet P1006 firmware file $ ./getweb P1007 # Get HP LaserJet P1007 firmware file $ ./getweb P1008 # Get HP LaserJet P1008 firmware file $ ./getweb P1505 # Get HP LaserJet P1505 firmware file Install driver, foomatic XML files, and extra files: $ su OR $ sudo make install # make install
then go to system-config-printer
-
Which drivers have you tried?
-
I'm not entirely sure... I'm very new at Linux and have just downloaded the HP link as above.