LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-18-2014, 07:16 AM   #1
boman4235
LQ Newbie
 
Registered: Apr 2014
Posts: 18

Rep: Reputation: Disabled
Help with Printer Set up


Hello!

Windows user forever and brand new to LINUX so pls bear with me:

need to use my Printer; How do I use a set up procedure?

Prior to LINUX install on my hard drive, I naturally booted into Windows XP...now I cannot...any suggestions?

Thanks in advance for any assistance!

Boman
 
Old 04-18-2014, 08:00 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by boman4235 View Post
Hello!

Windows user forever and brand new to LINUX so pls bear with me:

need to use my Printer; How do I use a set up procedure?
Which linux distro are you using?

Quote:
Prior to LINUX install on my hard drive, I naturally booted into Windows XP...now I cannot...any suggestions?
Thanks in advance for any assistance!

Boman
Describe how exactly you installed linux on your hard drive.
jdk
 
Old 04-18-2014, 09:23 PM   #3
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Also, what make and model printer?
 
Old 04-19-2014, 07:11 AM   #4
boman4235
LQ Newbie
 
Registered: Apr 2014
Posts: 18

Original Poster
Rep: Reputation: Disabled
The printer is a:

HP Photosmart C4780

Wireless
 
Old 04-19-2014, 07:40 AM   #5
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
as long as the printer is connected to your network, I think you need to install hplip [assuming fedora]:
Code:
 sudo yum install hplip
 
Old 04-19-2014, 07:58 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
schneidz is quite right. HPLIP is without question the best way to set up and manage an HP printer on Linux.

If you are using a package manager, note that the HPLIP GUI interface (hp-toolbox) is often a separate package.
 
Old 04-20-2014, 07:32 AM   #7
boman4235
LQ Newbie
 
Registered: Apr 2014
Posts: 18

Original Poster
Rep: Reputation: Disabled
installed the hp lip gui interface package

What next?
 
Old 04-20-2014, 10:08 AM   #8
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by boman4235 View Post
installed the hp lip gui interface package

What next?
You must have installed more than hplip-gui, correct? Also hplip and hplip-data. Is that correct?
jdk
 
Old 04-20-2014, 10:40 AM   #9
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,139

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Connect the printer, switch it on, and then run the command "hp-setup" in a terminal.

You can learn a lot of useful things here:
http://hplipopensource.com/hplip-web/index.html

Last edited by DavidMcCann; 04-20-2014 at 10:41 AM.
 
Old 04-21-2014, 06:51 AM   #10
boman4235
LQ Newbie
 
Registered: Apr 2014
Posts: 18

Original Poster
Rep: Reputation: Disabled
JDK..Yes I did install more than the HP GUI.
Do I go back to Package, uninstall and just install HP GUI?
 
Old 04-21-2014, 07:11 AM   #11
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by boman4235 View Post
JDK..Yes I did install more than the HP GUI.
Do I go back to Package, uninstall and just install HP GUI?
No, you need the others, too. AFAIK, the hp-gui package is just a graphical frontend, and it uses those other packages to do its thing.

As a rule of thumb (as far as I know, someone correct me if I'm wrong), if you have two packages, foo and foo-gui, foo will run without foo-gui, but foo-gui will not run without foo. In other words, foo is a dependancy to foo-gui, but foo-gui is not a dependancy for foo.
 
Old 04-21-2014, 08:25 AM   #12
boman4235
LQ Newbie
 
Registered: Apr 2014
Posts: 18

Original Poster
Rep: Reputation: Disabled
Printer

used automatic download hplip 3.14.4 Result: will not let me run.

Went to terminal and typed in Result "cannot run..permission denied"

hopeless, I suppose............Lost!
 
Old 04-21-2014, 08:50 AM   #13
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
You have to run the program as root or use sudo. Is that what you did? If not, you will get a "permission denied" message.
jdk
 
Old 04-21-2014, 09:58 AM   #14
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
If you're going to use the printer wirelessly you might have to set it up in cups. And add the user to some groups.

http://localhost:631
http://127.0.0.1:631

Or whatever applies. Normally it'll support a protocol like IPP. And maybe some networking stuff to connect to the printer which might have to be configured on printer.
 
Old 04-21-2014, 04:23 PM   #15
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Add "sudo " to the front of the command (including a space).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to set printer options when printing from Linux to Windows printer r_ranasinghe69 Linux - General 2 06-27-2011 12:54 AM
Why can't I set up my printer. c j alex Linux - Newbie 2 06-14-2008 10:07 PM
Install printer / Get/set printer ip address on NAT allelopath Linux - Hardware 2 02-21-2007 07:58 PM
Printer set up jhimes Linux - Hardware 0 07-30-2004 12:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:57 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration