Author Topic: network attached printer howto lxde 2012.01  (Read 952 times)

Offline collins601

  • Jr. Member
  • **
  • Posts: 29
network attached printer howto lxde 2012.01
« on: February 25, 2012, 08:54:09 AM »
I've just installed LXDE 1012.01 (full dvd) and am loving it, but unfortunately you are left to your own devices (pun intended) when it comes to printing support.
1. In the Configure your computer screens - Hardware - Configure printing and scanning, the Setup the printers ... selection has red + - icons and does absolutely nothing.

2. cups is not actually installed by default

Fortunately I have been here before, so, here's what to do.

1. Install cups and foomatic-db (you need foomatic to provide the correct ppd information for most printers created in the past 10 years). I (old dinosaur) use apt-get command line for this  :), but you can probably figure out the synaptic alternative. As root user in a terminal,

    apt-get update
    apt-get install cups foomatic-db

Other prerequisites will be included. Enter 'y' to do the install.

2. Open a browser and go to http://localhost:631. You will be prompted for the root user and password.

3. Click the link Adding printers and classes.

4. Click the button Add printer. cups will waste some time looking for a printer, but most likely not find one.

5. I have a Brother HL-4040CN network attached printer. Your mileage may vary at this point. In my case, all I do is select IPP printers, then enter the uri http://192.168.0.n:631/ipp  (the ip address of my printer on my home network), select Brother and HL-4040CN (that selection is provided by foomatic) and continue, then accept the default settings.

6. voila, I have a printer.

Enjoy,




Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: network attached printer howto lxde 2012.01
« Reply #1 on: February 25, 2012, 09:44:13 AM »
I've just installed LXDE 1012.01 (full dvd) and am loving it, but unfortunately you are left to your own devices (pun intended) when it comes to printing support.
1. In the Configure your computer screens - Hardware - Configure printing and scanning, the Setup the printers ... selection has red + - icons and does absolutely nothing.

2. cups is not actually installed by default

Fortunately I have been here before, so, here's what to do.

1. Install cups and foomatic-db (you need foomatic to provide the correct ppd information for most printers created in the past 10 years). I (old dinosaur) use apt-get command line for this  :), but you can probably figure out the synaptic alternative. As root user in a terminal,

    apt-get update
    apt-get install cups foomatic-db

Other prerequisites will be included. Enter 'y' to do the install.
     

It is strongly recommended that you use Synaptic. Do a reload, mark all upgrades, apply and apply. Install task-printing or task-printing-scanning.     
It is important that upgrading/updating be done prior to installing software.     
This information has been posted previously. A forum search should turn up several posts on the subject.     

Quote
2. Open a browser and go to http://localhost:631. You will be prompted for the root user and password.

3. Click the link Adding printers and classes.

4. Click the button Add printer. cups will waste some time looking for a printer, but most likely not find one.

5. I have a Brother HL-4040CN network attached printer. Your mileage may vary at this point. In my case, all I do is select IPP printers, then enter the uri http://192.168.0.n:631/ipp  (the ip address of my printer on my home network), select Brother and HL-4040CN (that selection is provided by foomatic) and continue, then accept the default settings.

6. voila, I have a printer.

Enjoy,
     
collins601,     
PCLinuxOS is a dynamic distribution, i.e. a rolling release distro. Updating should always be done before installing new apps. Searching the forum on the subject of printing and the use of Synaptic versus the use of apt-get will give you lots to read.