LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-10-2010, 11:03 AM   #1
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
daft question about printers


I have recently upgraded tux, to a nice, much faster penguin. However he seems to have forgoten about printers I have HP Deskjet (which has worked un Karmic b4) what do I need to install?

When I goto System->Printing the add menu item is grayed out
 
Old 03-10-2010, 11:16 AM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
You likely need to install the cups packages or alternately packages for your specific printer, what do you get when you enter
Code:
rpm -qa | grep -i cups
 
1 members found this post helpful.
Old 03-10-2010, 11:24 AM   #3
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by rweaver View Post
You likely need to install the cups packages or alternately packages for your specific printer, what do you get when you enter
Code:
rpm -qa | grep -i cups
not quite, but some of the configy stuff for cup-hp helps, I'll let yah know. BTW using Ubuntu Karmic, so rpms ==alien I have to convert them
 
Old 03-10-2010, 11:59 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Please tell me that CUPS is automatically included in any upgrade or fresh install of Ubuntu or Fedora........

Regardless, be sure that HPLIP is also installed.

I would think that all you need to do is just re-install the printer.
 
Old 03-10-2010, 12:26 PM   #5
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by pixellany View Post
Please tell me that CUPS is automatically included in any upgrade or fresh install of Ubuntu or Fedora........

Regardless, be sure that HPLIP is also installed.

I would think that all you need to do is just re-install the printer.
Oh yeah cups is there, but apperently the configy bits are missing, installed suitable for my hp deskjet, and still no joy
 
Old 03-10-2010, 12:31 PM   #6
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by pixellany View Post
Please tell me that CUPS is automatically included in any upgrade or fresh install of Ubuntu or Fedora........

Regardless, be sure that HPLIP is also installed.

I would think that all you need to do is just re-install the printer.
right we are getting somewhere, oh yeah cups is there but it ait starting will start it ....
 
Old 03-10-2010, 12:32 PM   #7
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by johnh10000 View Post
right we are getting somewhere, oh yeah cups is there but it ait starting will start it ....
BINGO it works.

Oh I forgot, when I played with Fedora, the other week, It gave a web interface to configure the printer. |I didn't I was just looking for something for the box in the bedroom to do., my webserver has gone back in there now.

Last edited by johnh10000; 03-10-2010 at 12:34 PM.
 
Old 03-11-2010, 12:39 PM   #8
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Oh I forgot, when I played with Fedora, the other week, It gave a web interface to configure the printer.
The 'buntus prefer you to set up printers through System Admin Printers or somesuch.

To enable the usual web interface for cups:

1] Set a password for root by using the terminal ( it is a good thing to have a password for root )
Code:
sudo passwd root
Enter your password, then root's, twice.

2] Now, in your browser http://localhost:631
You will eventually be asked to login
Username= root
PW= root's_password

Back to the usual cups interface

And you can still sudo with your password, if you prefer that.
 
Old 03-11-2010, 12:53 PM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You just pushed my "Ubuntu button".....

In addition to the no-root-user silliness---if you have something as good as the native CUPS tool, why would you need to invest resources in developing something different? In all of my distro-hopping, I have NEVER seen a printer utility that can match using the native tool. (To be fair, I quit looking many months ago.)
 
Old 03-11-2010, 01:28 PM   #10
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by tredegar View Post
The 'buntus prefer you to set up printers through System Admin Printers or somesuch.

To enable the usual web interface for cups:

1] Set a password for root by using the terminal ( it is a good thing to have a password for root )
Code:
sudo passwd root
Enter your password, then root's, twice.

2] Now, in your browser http://localhost:631
You will eventually be asked to login
Username= root
PW= root's_password

Back to the usual cups interface

And you can still sudo with your password, if you prefer that.
thanks for that, but unde ubuntu once cups was acctually runing it found by it's self.
 
Old 03-11-2010, 01:33 PM   #11
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Quote:
Originally Posted by johnh10000 View Post
not quite, but some of the configy stuff for cup-hp helps, I'll let yah know. BTW using Ubuntu Karmic, so rpms ==alien I have to convert them
In that case you'd want dpkg -l and apt-get install the packages, you can also do an apt-cache search cups to get a list of the installable packages.

Also make sure you add it to your system startup so when you reboot it doesn't break again.
 
Old 03-11-2010, 02:05 PM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
If slightly off-topic, apologies.

@ pixellany:
Quote:
You just pushed my "Ubuntu button"..... no-root-user silliness
Well, I hate it too, but it's fixable. And when I switched from Mand[rake | riva] to kubuntu 6.06, it was "better". apt-get .... is awesome.

But I soon set a PW for root. Otherwise it's a pain if, for some good reason, you cannot login as yourself ( "Where's that knoppix CD?" ).

Right now I'm distro-hopping, again, after a few years of relative stability .... Arch, maybe soon. I really hate KDE4 and grub1.97Beta is causing lots of headaches.
 
  


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
daft question ->startup confermation johnh10000 Linux - Newbie 1 03-07-2010 06:20 AM
Question regarding Printers and RedHat activair Linux - Newbie 5 11-29-2007 10:57 AM
This has got be a daft question.. how do I log in??? pilot11 Linux - Newbie 24 10-02-2006 02:37 AM
daft desktop / gnome question gsd750 Linux - Newbie 2 09-10-2004 10:55 AM
Another daft newbie question Scamps Linux - Newbie 2 11-24-2001 01:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:07 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