I recently needed to install CUPS drivers for Xerox Phaser 3020 printer on an rpm-ostree system. The manufacturer provides the driver as a tar with pre-built binaries and install.sh script that throws files around the system, so it’s not compatible with an immutable distro.
I built an RPM for this driver for personal use and now I’m wondering what is the best way to share it to help others.
At first I thought about Copr, but looks like projects in Copr needs to have a compatible license, which this binary driver doesn’t seem to have.
Next I thought about RPM Fusion, but looks like it’s not suitable for newcomers who don’t have existing status in Fedora and don’t know someone who can sponsor them.
My default would be to put it on GitHub for people to build themselves, but I wondered if there’s a better way to make installation easier for people and keep it up-to-date with new Fedora versions.
While it is admirable that you want to help others, I suggest you look into the driver’s license terms and the topic of redistribution. Without having checked the terms, I would assume that Xerox grants users a license to use the driver but probably not to redistribute it.
Hi, any progress on this one? I am trying to get my Xerox Phaser 3020 woking with Fedora 43. So far I’ve managed to get it printing by using Samsung ML-2160 driver. It works but the image is rotated a bit. I’d rather use the driver for Phaser 3020 if possible. Also I checked Xerox site and the driver link for Linux does not work anymore.
Interestingly it’s still available when I download it from a DigitalOcean server in Frankfurt, maybe it’s a geo-locked resource
# curl https://download.support.xerox.com/pub/drivers/3020/drivers/linux/en_GB/Xerox_Phaser_3020_Linux-Driver.tar.gz | file -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6988k 100 6988k 0 0 82.6M 0 --:--:-- --:--:-- --:--:-- 83.2M
/dev/stdin: gzip compressed data, last modified: Tue Apr 22 11:02:18 2014, from Unix
In any case, it looks like there’s experimental support for Xerox Phaser 3020 in Splix, an open-source driver. Would you like to try it, and report on their issue if it worked? (I’ll also try it later)
Blockquote
Interestingly it’s still available when I download it from a DigitalOcean server in Frankfurt, maybe it’s a geo-locked resource
Yes, so it seems. I was able to download it by creating a virtual machine located in Germany.
Blockquote
In any case, it looks like there’s experimental support for Xerox Phaser 3020 in Splix, an open-source driver. Would you like to try it, and report on their issue if it worked? (I’ll also try it later)