Results 1 to 8 of 8

Thread: Howto: Ubuntu Linux setting up my (or your) printer

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default Howto: Ubuntu Linux setting up my (or your) printer

    Task: Hook up the printer and set up with Ubuntu Linux

    Solution:
    My old distribution was unable to detect and install printer. But everything seems to work with Ubuntu Linux.

    To configure / setup printer under Ubuntu Linux
    1) Open GNOME CUPS Manager (Common Unix Printing System) by clicking on System > Administration > Printing menu option

    2) Printers box will be opened on screen.

    3) Double click the New printer option to add a Printer.

    4) It will open “Add a Printer” dialog box

    5) Now select Local printer or network printer. Since I am adding a local printer, I did selected Local Printer and Select port

    6) Now just follow on screen instructions.

    7) You can do the print test page.

    Save the configuration.

    9) If you need to start or stop cups print service use command:

    Code:
    sudo /etc/init.d/cupsys restart
    sudo /etc/init.d/cupsys stop
    sudo /etc/init.d/cupsys start
    Life is easy with Ubuntu Linux. It is really newbie friendly distribution.

  2. #2
    Senior Member monk's Avatar
    Join Date
    Jan 2005
    Location
    Tibet
    Posts
    641
    Thanks
    5
    Thanked 42 Times in 37 Posts
    Rep Power
    14

    Default

    You can also use web based user interface. Open your web browser and setup printer or modify properties. Type the url:

    Code:
    http://127.0.0.1:631/
    http://localhost:631/
    http://server-ip-address:631/

  3. #3
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,384
    Thanks
    17
    Thanked 755 Times in 496 Posts
    Rep Power
    10

    Default

    Also if you wanna - sharing a CUPS printer queue, see url:
    http://www.cyberciti.biz/tips/linuxu...ter-queue.html
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default How to Add a Printer in Linux

    Navigate your internet browser to the Linux Foundation OpenPrinting Database (see Resources).

    Click on "Show" and select the manufacturer brand of your printer (Example: Canon, HP, Epson).

    Select the model of your printer. Model numbers are usually located on the front of the printer or in the user manual.

    Click on the driver download link for your printer model and download the driver to your desktop.

    Install the driver to complete setup of the printer.

  5. #5
    Never say die nixcraft's Avatar
    Join Date
    Jan 2005
    Location
    BIOS
    Posts
    4,384
    Thanks
    17
    Thanked 755 Times in 496 Posts
    Rep Power
    10

    Default

    Quote Originally Posted by markroberson View Post
    Samuru : clicking on the show button is not showing the brand of my printer but showing all the other printer names...Can anyone have a better solution for that?
    Can you tell us about your printer brand and make / model?
    All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]


  6. #6
    Junior Member
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    find it on the printer !~

  7. #7
    Junior Member
    Join Date
    Dec 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Thank you good work

  8. #8
    Junior Member trickynapzter's Avatar
    Join Date
    Apr 2011
    Location
    10°18'N 123°54'E
    Posts
    21
    Thanks
    8
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    for ubuntu 11 or 12, i always find it on Printer Menu then wait for it to detect a network printer ,,, thanks for this How To...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ubuntu 7.04 doesn´t print with HP K550 printer latest firmware
    By joaquinnegrete in forum Linux hardware
    Replies: 0
    Last Post: 13th June 2007, 05:31 PM
  2. Howto Restart inetd Ubuntu Linux
    By raj in forum Getting started tutorials
    Replies: 0
    Last Post: 20th March 2007, 08:36 PM
  3. Static ip address in Ubuntu Linux howto
    By raj in forum Networking, Firewalls and Security
    Replies: 0
    Last Post: 18th January 2007, 03:18 AM
  4. Replies: 1
    Last Post: 17th July 2006, 06:30 PM
  5. Howto Dual Boot Ubuntu Linux and Windows XP?
    By jerry in forum Linux software
    Replies: 4
    Last Post: 6th July 2006, 12:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41