motstudios
October 15th, 2006, 02:49 PM
NOTE: This script seems to not like Edgy. Because of this, I added a second script to remove the question it asks. It still may not work. I don't have a linux distro at this time to test it but will within a few weeks.
Greetings,
This will hopefully be an easy to use howto to get a Lexmark z25 printer to work under Ubuntu, Kubuntu, Xubuntu. It works for me, it "should" work for others, if it doesn't and you know why, let me know. This supposedly will also work with Lexmark printers between z25 and z35 but I've only tested it on a z25.
NOTE: This script comes "as is" and there's no promise it will work. I made this script to automate the process of installing the driver for my printer (Lexmark z25) and it works for me. If there is an error in the script or if it doesn't work for your z25 printer on Ubuntu then let me know and I'll try to fix it.
Getting the Lexmark z25 Printer working:
1. Download this bash script (right click + save as):
Dapper: See attached file
Edgy: See attached file
2. Open a terminal and issue the following commands:
sudo apt-get install alien
chmod u+x /pathtoscript/lexmark-z25-z35-VERSION.sh
cd /pathtoscript
sudo ./lexmark-z25-z35-VERSION.sh
3. Follow the prompts.
4. Once the script finishes, use your favorite printer setup program to setup the printer. On Ubuntu theres a printer setup program under System > Administration > Printing. On Xubuntu I believe you will have to install a printer configuration program. On Kubuntu I'm not sure what program is available.
NOTE: You may have to choose Lexmark z35 driver in the printer setup dialog even if you have a z25 printer. It will still work.
On Xubuntu you can use the following command to install gnome-cups-manager to setup the printer.
sudo apt-get install gnome-cups-manager
once it's installed you can use
gnome-cups-manager
to setup your printer.
That should be all you will have to do. If you want to see the steps the script takes, open the script with a text editor and have a look.
Greetings,
This will hopefully be an easy to use howto to get a Lexmark z25 printer to work under Ubuntu, Kubuntu, Xubuntu. It works for me, it "should" work for others, if it doesn't and you know why, let me know. This supposedly will also work with Lexmark printers between z25 and z35 but I've only tested it on a z25.
NOTE: This script comes "as is" and there's no promise it will work. I made this script to automate the process of installing the driver for my printer (Lexmark z25) and it works for me. If there is an error in the script or if it doesn't work for your z25 printer on Ubuntu then let me know and I'll try to fix it.
Getting the Lexmark z25 Printer working:
1. Download this bash script (right click + save as):
Dapper: See attached file
Edgy: See attached file
2. Open a terminal and issue the following commands:
sudo apt-get install alien
chmod u+x /pathtoscript/lexmark-z25-z35-VERSION.sh
cd /pathtoscript
sudo ./lexmark-z25-z35-VERSION.sh
3. Follow the prompts.
4. Once the script finishes, use your favorite printer setup program to setup the printer. On Ubuntu theres a printer setup program under System > Administration > Printing. On Xubuntu I believe you will have to install a printer configuration program. On Kubuntu I'm not sure what program is available.
NOTE: You may have to choose Lexmark z35 driver in the printer setup dialog even if you have a z25 printer. It will still work.
On Xubuntu you can use the following command to install gnome-cups-manager to setup the printer.
sudo apt-get install gnome-cups-manager
once it's installed you can use
gnome-cups-manager
to setup your printer.
That should be all you will have to do. If you want to see the steps the script takes, open the script with a text editor and have a look.