Skip to content

Instantly share code, notes, and snippets.

@BrianSidebotham
Last active June 29, 2023 12:17
Show Gist options
  • Save BrianSidebotham/3b5cbaa246d784e439902f1661a8fc8d to your computer and use it in GitHub Desktop.
Save BrianSidebotham/3b5cbaa246d784e439902f1661a8fc8d to your computer and use it in GitHub Desktop.

Driver comes from http://foo2hbpl.rkkda.com/ :

wget -O foo2zjs.tar.gz http://foo2zjs.rkkda.com/foo2zjs.tar.gz
tar xf foo2zjs.tar.gz
cd foo2zjs && make
sudo make install

Settings->Printers->(Unlock)->Add

Select the printer (Assuming network connection is OK)

Printer->Settings->Details->Select From Database

Select the Dell C1765 - and start printing :)

@punsalad
Copy link

This was a great help to me as the foo2hbpl package I previously used seems to have been dropped from Fedora 33.

Buglet: there should be a tar command after the wget above, for example:

tar xzvf foo2zjs.tar.gz

@BrianSidebotham
Copy link
Author

In later Fedora versions you can simply do sudo dnf install foo2hbpl and that'll get you C1765 support that works. I've just tested this in Fedora 38 at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment