Hey I have a HP Deskjet F4180 printer attached to my server computer, which runs Debian. I have a Ubuntu 9.04/Windows XP machine that connects to it fine and can print just fine. I have a second computer which runs Ubuntu 9.04 which used to work just fine up until a few days ago when I ran some updates before upgrading the distribution. Now, when ever any user on the system tries to print, they are prompted for a user name and password in a dialog saying "Authentication Required". Entering user names and passwords into these does not allow it to print, it remains in the queue with the status "held for authentication". Any ideas what this can be? I can't find anything on the internet about this problem, and as I said it works fine on another Ubuntu installation and Windows installation.
http://www.anessen.com "If you focus your mind on the freedom and community that you can build by staying firm, you will find the strength to do it." -Richard M Stallman
I haven't yet figured out how to skip the authentication step, however, you can release a job as follows: 1. Bring up your printer list. ( System > Administration > Printing ) 2. Right click on the printer, select "view print queue" 3. Select one of the "Held for authentication" jobs, right click and choose the "Authenticate" option. You'll then be prompted for the appropriate password, and the job should print. This works for me from an Ubuntu 9.04 desktop machine to a printer shared on a Windows Server 2003 server, which is running as a domain controller.
Last edited by John_T; July 20th, 2009 at 06:02 AM. Reason: Fixed "click button" directionto "right click" description.
I find that feature a bit time-consuming. I don't know if disabling it will open a security hole. Any insights?
As of this morning Ubuntu has been asking me for my password for authentication every time I print on my networked printer. Any ideas how to stop it from asking me?
jdorenbush.deviantart.com
You can set the username and password while configuring itself.. Select " Set Authentication details now " and set the details. This is working for me.
I got rid of the "Authentication Required to Print" dialog by directly editing the file, "/etc/cups/printers.conf", as follows: Step 1. Open a terminal window: [Applications|Accessories|Terminal] (In the lines below, '$' is the prompt character. Type what comes after it.) Step 2. Stop the cups server: $ sudo service cups stop Step 3. Edit the printers.conf file. I use 'vim' for text editing; you can use whatever editor you like. 'gedit' comes standard with Ubuntu: $ sudo vim /etc/cups/printers.conf Near the top of file "/etc/cups/printers.conf" is a line: AuthInfoRequired username,password Insert a "#" char in the first column (or, just delete the line): #AuthInfoRequired username,password Step 4. Save edited file Step 5. Restart cups server: $ sudo service cups start This should fix the problem. I ran thru the printer config dialog after this change, and it did not change the line back. It seems there is no way to change it except by directly editing the printers.conf file. I only have one printer, but you may have to repeat for other printers listed in "/etc/cups/printers.conf".
Last edited by manthony121; August 15th, 2010 at 05:15 PM. Reason: Make directions more explicit
Re: Networked printer "Authentication Required" Had some problem, would not authenticate, clicking remember password did nothing. All the recommended solutions i could find, did not work. Was printing from Windows OK, but not Ubuntu from same machine. I really didn't want to log into Windows unless I needed to use Access. Fixed By Installing CUPS Web interface Logging on http://localhost:631/ on host machine Add Printer from Admin tab Re installed printer again, even though it had already been installed from the System, Admin, Printing menu previously, ensuring that share this printer was ticked Printed without an issue after printer had been added though CUPS web interface
Last edited by howefield; February 4th, 2011 at 12:40 PM. Reason: remove formatting.
Manthony's instructions worked for me, thanks! Is this a bug (I'm using Ubuntu 10.10) that even if you give a user id and password and ask to remember it when configuring the printer, the conf file has this line: AuthInfoRequired username,password there. Anyway, I commented it out and started the cups and now the system does not ask the uid, password every time. ts.
I had the same problem. I tried everything on this page. But I found the problem. I was trying to connect to a network printer. Somehow Ubuntu tried to use the Samba (smb) protocol instead of ipp. I just went into the general add printer window on Ubuntu. I selected "add printer". I clicked on "find printer". Then I entered the ip address of the computer which had the shared printer. It found the printer - but somehow, by default it automatically assumes it is on a samba network. I selected "ipp" near the bottom of the window, added the printer. And everything worked fine. Tip: Just make sure you select IPP protocol instead of SMB, unless you want to use a samba server.
Ubuntu Forums Code of Conduct