In Ubuntu 14.04, my Kyocera P2040dn printer prints only from the user that installed the driver. How to make it print under other users?
Asked
Active
Viewed 1.2k times
2 Answers
6
The installation should work flawlessly if you follow these steps:
- Download the
.ziparchive for your printer model from www.kyoceradocumentsolutions.com - Search the archive for the
.ppdfile for your model and extract it. Move it to
/usr/share/cups/model/Kyocera:sudo mv /path/to/"Kyocera ECOSYS P2040dn.PPD" /usr/share/cups/model/Kyocera/Restart
cups:sudo systemctl restart cups- Add the printer using your desktop environment's GUI, be careful to use the new
.ppdfile.
dessert
- 41,116
1
I have had same problem on my FS-1020MFP and Ubuntu 20.04.
This helps me:
wget https://raw.githubusercontent.com/mnorin/kyocera-ppd-installer/master/kyocera_ppds_installer.sh
chmod +x kyocera_ppds_installer.sh
sudo ./kyocera_ppds_installer.sh
And few reinstalling with sudo systemctl restart cups
Good luck!
Jackssn
- 111
-
1Works with Ubuntu 24.04 LTS and FS-1041D as well. – BREMI Dec 11 '24 at 19:45