LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-07-2006, 12:02 PM   #1
ErrorBound
Member
 
Registered: Apr 2006
Posts: 280

Rep: Reputation: 31
Kubuntu Dapper doesn't find printer drivers


I've updraded from Kubuntu Breezy to Dapper and now I'm trying to set up my printer again. It is a HP Laserjet 1012 connected directly to USB. I'm logged in as root and trying to add a new printer in System Settings -> Printers. Using the add wizard, my printer is detected correctly. (some other random printers are detected on parallel ports as well, although i'm definetely not using parallel ports for anything, if in fact I have any at all.) I go through the wizard, which lists 4 possible printer drivers, however none of them can be found when I try them. If I try printing a test page I get 9 blank pages instead. This puzzles me because when I was using Breezy, the same printer was no problem to set up.

Also, trying to add the printer using http://localhost:631/ asks for a username and password for CUPS. Neither my login nor the root login will allow access.

Thanks,

Last edited by ErrorBound; 06-08-2006 at 07:21 PM.
 
Old 06-08-2006, 05:41 PM   #2
ErrorBound
Member
 
Registered: Apr 2006
Posts: 280

Original Poster
Rep: Reputation: 31
Could a moderator move this thread to the Ubuntu specific forum please?
 
Old 06-09-2006, 12:09 PM   #3
ErrorBound
Member
 
Registered: Apr 2006
Posts: 280

Original Poster
Rep: Reputation: 31
Cool

I have found a solution to this problem. Apparently CUPS got "broken" in going from 1.1 to 1.2. This is resolved by doing
Code:
sudo foomatic-cleanupdrivers
then reinstalling the printer.

I hope this may be of use to ease someone's suffering.
 
Old 06-09-2006, 03:48 PM   #4
blair
LQ Newbie
 
Registered: Apr 2005
Posts: 28

Rep: Reputation: 15
See the tail end of this post here:

http://www.linuxquestions.org/questi...d.php?t=331050

I spent literally months f*-king around with Ubuntu trying to get it to print. The post referenced above details my sorry saga. Finally gave up and moved on to other distros. Found Mepis to work flawlessly. Did an A-B comparison, found numerous differences in config settings but identical processes, daemons, versions of executables, etc. Conclusion: Its all in the config settings. So in theory if these config settings work on Mepis, they should work on Ubuntu. BINGO BABY !!!

My bottom line advice for Ubuntu users is: If you want out of the box printing, you are hunting up the wrong distro. Try Mepis instead. If you insist on using Ubuntu - Kubuntu - Xubuntu, save yourself some torture and just pull actually useful config files off Mepis.

Warning: There is a risk that a s/w upgrade could toast your config files. I recommend archiving a copy of the Mepis /etc/cups folder and treating it as a data file to keep backed up. In the event printing mysteriously breaks, try reapplying the Mepis config files and see if printing is restored.

good luck.

Last edited by blair; 06-09-2006 at 03:49 PM.
 
Old 06-30-2006, 02:42 PM   #5
short_handle
LQ Newbie
 
Registered: Jun 2005
Distribution: Kubuntu
Posts: 7

Rep: Reputation: 0
Dapper printer problems

There seems to some real problems with printer setup in Dapper and a number of solutions that work for some but not others. I'll just detail what it finally took to install my HP Deskjet as a local USB printer.
Code:
sudo foomatic-cleanupdrivers
sudo adduser cupsys shadow
sudo dpkg-reconfigure cupsys
Select the proper printer interface. For the rest, the defaults worked for me.
You should be part of the lpadmin group -- if not, add yourself.
(The printer should be turned on of course.)
At this point the KDE tools still can't find more than four HP printer drivers, so open a browser window at http://localhost:631/. The password problem should now be fixed.

Click on Administration and the printer should be listed.
Click to add the correct printer.
Click Set As Default.

I'd still like to know how to get the KDE tools to see all the printer drivers if anyone has a solution.
 
Old 08-23-2006, 02:34 PM   #6
Sputnikc
Member
 
Registered: Feb 2006
Location: Belgium
Distribution: Debian stable/testing/unstable
Posts: 32

Rep: Reputation: 15
This posting has been very usefull for me to get printing going in Kubuntu dapper in no-time.
Thanks a lot.

I hope the same method will work to get printing working again in debian etch..
after a upgrade suddenly the drivers didn't work anymore.
allways very weird signs on a lot of pages.

Well i'll try it tomorrow.
 
Old 08-30-2006, 02:43 AM   #7
Robb
LQ Newbie
 
Registered: Feb 2002
Location: Brisbane Australia
Distribution: Latest Mandrake Distro
Posts: 1

Rep: Reputation: 0
I new if I searched long enough, I'd find a solution for my printer problems
tks
 
Old 09-04-2006, 07:15 PM   #8
WWolfe
LQ Newbie
 
Registered: Dec 2005
Location: London, UK
Distribution: Kubunu + Debian derivations
Posts: 1

Rep: Reputation: 0
Wink One line fixed it for me

Hi, thanks for your shared comments. This fixed it for me. I had the same problem when adding a printer, even in Admin mode. I'm using Kubuntu 6.06 Dapper.

Unable to load the requested driver: Unable to create the Foomatic driver [name of driver]. Either that driver does not exist, or you don't have the required permissions to perform that operation.

Just the one line in a Konsole window fixed mine :- sudo foomatic-cleanupdrivers
then back to the System Settings->Printing Manager to add the printer.
 
Old 01-16-2007, 05:21 PM   #9
abejarano
Member
 
Registered: May 2006
Distribution: Kubuntu
Posts: 96

Rep: Reputation: 15
Thank You.

Finally something that worked for the complete tyro! My Laserjet 2100 is connected to the parallel printer port. I thought this was lpt1 but it didn't set up successfully as such. My printer model was listed under "other printer" and it worked when I made that selection and went through the rest of it after following your suggestions. Following your suggestions removed all problems with any driver installing. BTW only 4 printer drivers were listed under HP, but the other hundred-odd were listed under Hewlett Packard.

Thanks again,
Anthony Bejarano

Last edited by abejarano; 01-16-2007 at 05:22 PM.
 
Old 08-11-2007, 10:34 AM   #10
stenquist
LQ Newbie
 
Registered: Jan 2005
Location: Houston, TX (previously Sweden)
Distribution: Debian Woody 3.0
Posts: 3

Rep: Reputation: 0
Kprinter install new printer works now!

Quote:
Originally Posted by ErrorBound
I have found a solution to this problem. Apparently CUPS got "broken" in going from 1.1 to 1.2. This is resolved by doing
Code:
sudo foomatic-cleanupdrivers
then reinstalling the printer.

I hope this may be of use to ease someone's suffering.
Thank you! I had the "Unable to create the Foomatic driver" when trying to reinstall my HP895C printer after a Kububtu upgrade, and the
>sudo foomatic-cleanupdrivers
did it. Printer works fine now THANKS!

Carl S.
 
Old 09-19-2007, 02:23 PM   #11
KeithFisher
LQ Newbie
 
Registered: Sep 2007
Location: Montreal
Distribution: Debian/Mepis/Ubuntu
Posts: 1

Rep: Reputation: 0
Upgrading Debian disables "Add Printer/Class"...

I've experienced this issue too.

Opening a terminal window and pasting:
sudo foomatic-cleanupdrivers
into it resolved the issue.
 
  


Reply

Tags
cups, cupsys, hp, kubuntu, mepis, printer, printing, ubuntu, xubuntu



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
Knetwork manager fails at 28% - Kubuntu Dapper mykrob Ubuntu 7 03-31-2008 12:18 PM
choppy video playback kubuntu dapper flight 7 raph_ch Ubuntu 3 05-29-2006 10:40 PM
TV card sound problem in Kubuntu Dapper broxtor Linux - Hardware 0 05-02-2006 12:50 PM
accessing fedora lvm on Kubuntu Dapper cerealdaemon Ubuntu 1 04-26-2006 02:49 AM
Kubuntu Dapper Problems on Dell Inspiron 8600 kubuntudapper Linux - Laptop and Netbook 1 02-24-2006 06:01 PM

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

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