Results 1 to 10 of 11
otay - have a relatively old laser printer that worked wonderfully until I moved to Ubuntu - trying to get it to work - got my HP ink jet to ...
- 04-20-2010 #1Just Joined!
- Join Date
- Mar 2007
- Location
- severn, md
- Posts
- 14
how do i install a .ppd.bin file?
otay - have a relatively old laser printer that worked wonderfully until I moved to Ubuntu - trying to get it to work - got my HP ink jet to work, but not the Epson ActionLaser 1500 - have determined I probably need a driver and downloaded the following two files, but have NO CLUE where to go after saving them to my desktop!
/home/aleshire/Desktop/Epson-ActionLaser_1100-ljet3.ppd
/home/aleshire/Desktop/OmniEpsonVendor-0.9.2.tar.gz
I also attempted to use //localhost:631 to install cupsys and that failed miserably
So, what do I need to do to install one or the other of the above mentioned files? or, can someone give me step-by-step instructions to get my printer working
- 04-20-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
.PPD files can be put in the following folder:
/usr/share/cups/model
You must have root permissions to move the file to that folder. If you've chosen the correct .PPD file and CUPS is properly installed, you should be able to reboot (or restart CUPS) after moving the PPD file to the above folder, then enter localhost:631 into your web browser location bar to use the CUPS interface for selecting and configuring the printer.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-20-2010 #3Just Joined!
- Join Date
- Mar 2007
- Location
- severn, md
- Posts
- 14
otay - understand where iI need to move the file to - but how do I get root permission to do what you suggest? newb here, so learning!
- 04-20-2010 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Ubuntu uses sudo to gain admin privilages, so you should be able to go to a terminal and run the mv (move) command to move it to the proper folder:
Change the current path to part to where ever you currently have the file to be moved.Code:sudo mv /current/path/to/file_name.ppd /usr/share/cups/model
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-20-2010 #5Just Joined!
- Join Date
- Mar 2007
- Location
- severn, md
- Posts
- 14
many thanks - will try that now
- 04-20-2010 #6forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
If the ppd file still resides in your /home directory as indicated above, the command should be like this:
Assuming that is the correct ppd file for your printer, you get the file moved to the folder as directed above, and cups in properly installed, you should be able to use the cups interface as directed in the prior post above to select and configure your printer.Code:sudo mv /home/aleshire/Desktop/Epson-ActionLaser_1100-ljet3.ppd /usr/share/cups/model
Hope it works for you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-21-2010 #7Just Joined!
- Join Date
- Mar 2007
- Location
- severn, md
- Posts
- 14
otay - still unable to get Ubuntu to recognize the printer - am at wits end!
am thinking perhaps a new printer, such as an ALL-in-One - what kind of printer do others use - notice that most manufacturers say nothing about supporting Linux, just Windows and MAC OS's
- 04-21-2010 #8forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
You'll find that most Brother and HP printers work with Linux, but not all of them.
I personally use Brother laser printers (their HL series) and have been very happy with them. They actually provide Linux drivers for a number of their printers:
Brother Solutions Center : Brother Driver for Linux Distributions
...but most distros already have the drivers included so I rarely resort to the Brother website for any printer drivers.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 04-21-2010 #9Just Joined!
- Join Date
- Mar 2007
- Location
- severn, md
- Posts
- 14
Oz,
thanks for the quick response - was actually leaning toward a Brothjer laser
- 04-21-2010 #10forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Here's a better link for Brother drivers that shows at a glance which of their printers they have drivers for:
Brother Solutions Center : Brother Driver for Linux Distributionsoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote