Debian :: Hplip Fails To Kick In GUI

Aug 28, 2010

Whoever has trouble with hplip GUI mode, install not only qt4 but also python-qt4.

View 1 Replies


ADVERTISEMENT

Server :: Hplip Fails To Install Correctly

Apr 9, 2011

Installing support for Phototsmart 7150 on Ubuntu 10.10 server (no desktop).Installed 3.10.6 and 3.11.3a.
Installation hangs at the point where the printer is supposed to be detected (after the prompt to restart).At that point I break out with Ctrl-C.I then run hp-setup and select usb. That process complains about missing dbus file but prompts for the printing of a test page. The job begins but only a few lines are printed before the page is ejected, some more lines print, the page is ejected and so on.Have tried to uninstall with make uninstall but since there's no desktop I suppose the hp files are in the home folder?Please inform of proper uninstall for my case.I have also installed hplip via the webmin config. That install proceeds smoothly with no errors but print result is same.

View 4 Replies View Related

Ubuntu :: Warning: Printer Is Not HPLIP Installed. Printers Must Use The Hp: Or Hpfax: CUPS Backend To Function In HPLIP

Feb 15, 2010

Deskjet-F4400-series
--------------------
Type: Unknown
Installed in HPLIP?: No, not using the hp: or hpfax: CUPS backend.
Device URI: usb://HP/Deskjet%20F4400%20series?serial=CN9C1CK70705C5
PPD: /etc/cups/ppd/Deskjet-F4400-series.ppd

[code]....

how do I get the printer installed in hplip? I can print but cannot scan. xsane will not recognize printer. Jaunty 64bit 2GB Ram 350GB HD

View 1 Replies View Related

Debian :: HPLIP - When Starting Hp-toolbox - Get The Error

Jul 16, 2009

Debian/Lenny: HPLIP installed fine from debian repositories; But when starting hp-toolbox, I get the error:

Code:

error: Unable to communicate with device (code=12): hp:/usb/Photosmart_C4200_series?serial=MY71TCQ11504VP

warning: Device not found

When logged in as root, all is well; logged in as user, above error occurs

View 6 Replies View Related

Debian :: HPLIP Network Printer On Lenny System

Oct 18, 2009

I just installed HPLIP using Synaptic package manager. One of the configure parameters (shown by 'hp-check -r') is

Code:

Am I correct in assuming that this means that a network printer will not work? Is there a way to override this while still using synaptic package manager? Would I then be able to use a network printer?

I have my eye on the HP photosmart plus B209A - and it looks like HPLIP supports it (there is a ppd file for it).

View 1 Replies View Related

Debian Hardware :: HPLIP Installation Hangs After Root Password

Jul 1, 2015

I have tried to install the newer version of hplip on Debian 7.8 because the standard version does not support my printer.

So I proceeded the installation according to the instructions in hplipopensource.com, but the installation hangs after I enter the root password as this image: [URL] ....

View 1 Replies View Related

Debian Hardware :: Unable To Set Up CUPS / HPLIP And Network Printers

Jan 12, 2012

I'm having a devil of a time trying to set up printing with 3 network printers: an HP Laserjet P4014n, an HP Laserjet 5200tn, and an HP Officejet Pro 8500 a909a. The three printers are connected directly to the office intranet and have their own ip addresses. The system I'm trying to configure is running Wheezy, and HPLIP and Cups are both installed. I have confirmed (from [URL] ....) that all printers are supported.

First, running "hp-setup -i" (hplip-gui is not installed -- I do not wish to pull in half of KDE simply to configure printing), the program only finds the 2 laserjets. Adding one of them creates a printer in CUPS with an "hp:/net/<printer name>" connection. Attempting to printing a test page through CUPS fails with message "/usr/lib/cups/backend/hp failed".

Interestingly enough, running "hp-probe -bnet" finds all three printers. However, running "hp-makeuri" with each printer's ip address fails with "error: Device not found". Hmmm, so HPLIP can apparently go from seeing everything to seeing nothing. Very useful.

Moving to the CUPs browser interface, clicking "Find New Printers" under the "Administration" tab also only shows the 2 laserjets, although each is listed three times(!). The only difference that I can see among the three versions of each printer is in the connection uri:

dnssd://<printer name>._printer._tcp.local/
dnssd://<printer name>._pdl-datastream._tcp.local/
dnssd://<printer name>._ipp._tcp.local/

Adding any one of them seems to work, although I do not understand why there are three of them (presumably different protocols, though what they are and the differences between them are, I don't know).

Logging into the officejet control panel and browsing at its network configuration, I see mDNS, SNMP, and WINS are disabled, although SLP is enabled. Looking in '/etc/cups/cupsd.conf', I see 'BrowseLocalProtocols' is set to only CUPS and DNSSD, so I add SLP and restart CUPS. No change; the officejet still doesn't show. I go back into the officejet control panel and enable mDNS (which, if I understand correctly, is essentially the same as DNSSD). Nothing; the officejet still doesn't show.

View 5 Replies View Related

Fedora :: How To See Which SE Rule Kick In And Denies Access

Dec 13, 2009

How can I see which SELinux rule kicks in at a given point. Is there something like debug-mode for SELinux? The problem is that SELinux Troubleshooter does not show any errors at all when denial happens.

View 4 Replies View Related

General :: Boot Label Changes Using Kick Start

Jan 30, 2011

I am customizing CentOS and doing the entire procedure through ks.cfg file. Everything is been configured properly except the boot label. I would want Boot label to be customized rather than the default one. Is it possible to achieve this using kickstart?

View 2 Replies View Related

Server :: Kick Start Inastallation In Rhel 5

Jan 18, 2010

I have problem while configuring kickstart installation in rhel 5.2 .

I have followed bellow listed steps.

i, Copied iso.img into my server

ii, # mount �o loop iso.img /tmp/iso # cp -a /tmp/iso/* /tmp/iso_new/ # system-config-kickstart - - generate ks.cfg ( creating kickstart configuration file) # cp /root/ks.cf /tmp/iso_new/isolinux/ ( As suggested by red hat I have copied ks.cgf file into /isolinux/ folder.

iii) mkisofs -R -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o /tmp/new_1.iso /tmp/ iso_new # to create bootable disk

iv) Then started the system using this newly created iso image through HP ILO console and the system got booted successfully with boot prompt.

v) After executing the linux ks=cdrom:/ks.cfg from the boot prompt, we got a error by saying there is no CDROM deducted in your Machine and the installation got terminated .

vi) As per my understanding the ISO image is mounted as Virtual CD-ROM (/dev/scd0) in HP ILO.

Why the we are getting CD-ROM related Error ? How we can avoid this error? Is there any other set of configuration to achieve this ?

View 2 Replies View Related

Ubuntu Networking :: Automatically Ban/kick Peers Which Have Chocked?

Feb 26, 2011

I am presently using Ktorrent .

Previously, I used Transmission & Vuze

Is there a way to automatically ban/kick peers which have chocked?

May be in some other client ?

View 1 Replies View Related

Ubuntu :: Remotely Kick Off A 100% Automated System Update?

Jun 17, 2011

I have a client that needs 5 machines updated. They are all running Ubuntu 9.04. Long story short, I can only log in over VPN for the time being (as they're in another city).

That said, is there any good way to remotely update the systems without the need to remain logged in (e.g.via SSH)? I'd like to simply kick off the updates and check back in at a later time.

View 6 Replies View Related

Ubuntu :: Kick Off A Custom Process From Screensaver In Kubuntu

May 10, 2011

I am running Kubuntu 11.04 and I use the standard "Blank Screen" screensaver. I want to start a command every time the screensaver starts and to stop it when the screensaver stops.

My idea is to copy the "Blank Screen" screensaver and add a couple of my own lines in the source code ...
but I have some trouble finding the correct files.

View 1 Replies View Related

General :: Enter The Boot Prompt For Red Hat 5.3 Kick Start?

Apr 5, 2010

I have ks.cfg and file.iso burned to a DVD. Both files are at the root of the DVD. Besides that, I also created a folder and keep some drivers in the folder.

I inserted the CD and reboot the server ( which already has a red hat 5.3 that I installed before, I want to erase it using kick start ).

Howver, I just can't get into the much said "boot prompt".

Do we need to press certain hot key during certain stage of reboot?

View 5 Replies View Related

Slackware :: Kick Off Dolphin From Terminal Emulator Inside KDE

Apr 8, 2010

I try to kick off dolphin from regular user account after executing "su -" from terminal emulator inside KDE, but got a error:

Code:

Is this something to do with xwindow authorization?

View 9 Replies View Related

Ubuntu :: Chmod: Cannot Access 'afk-kick' File Or Directory Not Exist?

Oct 22, 2010

here is the most importent part of the file setup.shhere link to pastebin:http://pastebin.com/mwQ1UArHand here the part:

cd
chmod 777 ../bin/panel
cd ../bin/panel

[code]....

View 2 Replies View Related

Fedora :: Screensaver Doesn't Kick In Or Display Doesn't Suspend/sleep?

Jul 25, 2009

Anyone noticing intermittent problems with the screensaver not kicking in or the display not sleeping? This is in gnome under F11.I have the Power Management Preferences set to put the display to sleep after 30 minutes of inactivity and gnome screensaver is configured for 5 minutes idle time.On a regular basis, I'll leave my computer come back anda) the screensaver hasn't kicked inorb) the screensaver kicked in, but the power management features didn't kick in to put the display to sleep.It seems to be an intermittent problem and usually it goes away after I restart X, but then at some point it comes back. In the past, I've gotten in the habit of being logged in for weeks/months at a time but I find that I can't go more than a few hours without logging out and back in or else the screen won't go to sleep.

View 14 Replies View Related

Server :: Use Already Configured RHEL Server To Kick Other Servers

Aug 16, 2011

I have a RedHat box that I have configured, security, audit rules, latest updates, etc. I want to be able to "image" that configuration so I can kick other boxes with that "image", that way no other configuration/updating needs to be done on the newly kicked boxes. What is the best way to accomplish this? To make things more difficult, it would be near to impossible for me to pull any software off the internet for this.

View 5 Replies View Related

Ubuntu :: Hplip No Improvement 10.04?

May 2, 2010

I see that the latest hplip is by default (3.10.2 in synaptic)great I thought but unlike the 3.10.2 version which was previously downloaded from the web(for 9.04) this default version STILL cannot produce photos without borders? In trying to install the web version (over the default version) which allows for exact printer settings. my printer then went haywire! Its for this reason only that I must go back to windows for HP essential. its a pity because this problem has been known for ages

View 2 Replies View Related

Ubuntu :: Removing Hplip From 10.04?

Jan 28, 2011

I would like to upgrade my current hp printer driver 3.10.9 to the latest version 3.11.1 According to 'Google' the command to remove the driver is sudo apt-get remove hplip but when I type this in terminal I get:liz@lizubuntu:~$ sudo apt-get remove hplipReading package lists... DoneBuilding dependency treeReading state information... DonePackage hplip is not installed, so not removed0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.

I installed 3.10.9 as per the Launchpad website - it looks like Ubuntu is not 'seeing' hplip although it is installed and working. I guess I need a more subtle command to get rid of all the hp driver files. Or could I just install 3.11.1 over the top? (Would have thought best to remove 3.10.9 first).

View 1 Replies View Related

Fedora :: Hplip Block On LPT Printer

Oct 15, 2009

I installed a LPT1 printer a hp office jet T65 to add this printer was requested hplip I install the software that should de printer driver, when I print a file the file remain only in processing it wont go forwarder then that.I hope I was explicitly enough.

View 3 Replies View Related

Fedora :: Borderless Printing With HPLIP?

Oct 31, 2010

Anyone knows how to do borderless printing with HPLIP? I have an HP Photosmart C5550. On XP it is able to print borderless (without the white edges on 4 sides) on letter size (both plain and photo paper),but in F13 I always have a white border (~5mm or 0.2 inch) on the 4 sides of plain or photo paper.

Some old postings around 2008 said I should
- run hp-toolbox
- select "Print Settings" tab
- choose "fullbleed" (eg. 1200dpi fullbleed) in "print quality".

When I tried to follow this posting, I see no "fullbleed" selection in F13. Did I miss anything?

View 1 Replies View Related

Fedora :: Can't Install HPLIP Re Libjpeg

Apr 4, 2011

I have now two computers running Fedora 14 64 bit. The previous installation was a couple years ago and i have had no problem getting HPLIP installed - at least not a lot of trouble. This time, however, the install disk has installed the latest version but without a number of its dependencies. The .run shell only tells me that it can't install this or that dependency, in this case sane-backends-devel. When I use the command su -c "yum -d 10 -e 1 install sane-backends-devel" the dependencies are located and the debugger starts. The install proceeds until the more recent libtif 64 bit file is found already on my computer but the desired but older 32 bit version has been set up for install. This stops the business with an error. I have struggled with this until my backend is no longer sane.

I am not sure where to go from here. It looks to me as though the sane-backends-devel dependencies will always prevent an install. Is there a command I could insert to prevent this from happening - such as eliminating the d 10 switch or otherwise? Is there a way to skip one error and go on, for instance? I have not always used the shell to install, and there are several other methods out there, but without this dependency I will not be able to scan, which is what I have to do.

View 12 Replies View Related

OpenSUSE Hardware :: Hplip Fax Not Working?

Dec 28, 2009

I've set up hplip and added a "fax" device. However, when I go into open office and try to fax something, it says it's doing it, then pops up a window saying "step 3 of 5" asking me to add files to the fax (there are no others to add) and only the "cancel" button is clickable. Then in HP Device Manager, it shows the fax as having a job but it never does anything.

View 6 Replies View Related

OpenSUSE Hardware :: Printing Through IPP - HPLIP

Jan 4, 2011

I have following setup on my one of the customer where we had suplly thin client. Customer have their old system with SuSE Linux Enterprise Desktop 10.2 with HP LaserJet P1008. They had configure this printer thru foo2xqx & HPLIP 2.8.10. Our Thin Client which we had supplied with SuSE Linux Enterprise Desktop 11.1 & HPLIP 3.10.2.

I am able to install HP printer on my thinclient but thru IPP but, when we fire any print command I am getting "Stopped: /usr/lib/cups/filter/foomatic-rip-hplip failed" error. If I can connect printer on thinclient I am able to print. But, thru IPP share I am not able to print. Also, customer have their old thinclient also on which they share this printer so, I am not able to detach this printer from that system.

View 3 Replies View Related

Ubuntu :: HPlip Not Working-no Systray?

Jun 23, 2010

All of a sudden on startup this morning my systray has disappeared. I had installed "screenlets" and that icon has diappeared as well

View 1 Replies View Related

Ubuntu :: Need To Install HPlip After Download

Jul 19, 2010

I am planning on purchasing a new printer, HP 8500 all in one. I downloaded hplip.net. it is listed in the downloads. Now how do I install hplip? I want to ready for the new printer. Chef Robert Here in the Land Of Enchantment.

View 3 Replies View Related

Ubuntu :: How To Install HPLIP Patch

Dec 20, 2010

I have been having the issue with my printer, where it will not print using both cartridges, and just mixes the colours to try and make black....I have found the following patch, but would like to know how to apply it?

[URL]

View 6 Replies View Related

Ubuntu :: HPLIP Software - Unable To Run ?

Jan 19, 2011

After the latest updates on my Ubuntu 10.10 the system is unable to connect to my HP all-in-one printer.

I downloaded the latest HPLIP software, it is now sitting in my downloads but I am unable to run the software, when I click on the file the message is "Couldn't add corrupt torrent"

View 13 Replies View Related

Hardware :: HPLIP - Printer Does NOT Work

Nov 4, 2009

I have Ubuntu 9.04, and a HP laserjet 1018 printer.

I install the printer using:

And when it ask me about plugin I give the path to it. (the 3.9.2 version of the plugin, because Ubuntu 9.04 has the 3.9.2 version of hplip)

well I install the printer, everything works perfectly. .... but, when I turn off the PC, and turn it on again, the printer does NOT work!, I send work for being printed but mothing happens , Ubuntu tells me that the job was printed but ... no case, my printer does not print it. I have to install it again since cero. what can I don to stop install it every time I turn off the computer ?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved