Monitoring HP inkjet ink [SOLVED]

Hello,
I used to work with a Epson inkjet printer and I use Mtink to monotorize the remaining ink quantity.
But I've change to a HP Photosmart C3180 and I haven't found a similar app that works with it.
Can someone help me in this task?
Thank's

from the command-line you can use
$ hp-levels
HP Linux Imaging and Printing System (ver. 1.6.10)
Supply Levels Utility ver. 1.0
Copyright (c) 2003-6 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
Using device: hp:/usb/Deskjet_5700?serial=TH54613021049T
Black cartridge
Part No.: 94 (C8765WN)/96 (C8767WN)
Health: Good/OK
|////////////////////////////////////////////////// | (approx. 50%)
Tri-color cartridge
Part No.: 95 (C8766WN)/97 (C9363WN)
Health: Good/OK
|//////////////////////////////// | (approx. 32%)
Photo cartridge
Part No.: 99 (C9369WN)
Health: Not installed

Similar Messages

  • MacBook Air is getting hot when external monitor is connected - restart solves the problem

    I have a two weeks old Mac Book Air 11" (128GB / 4GB / i5). Sometimes when I connect it to my external monitor, the FAN is getting loud and the MacBook becomes very warm on the surface near the "F3 button". The activity monitor says CPU is at 0-1% and there's no process that causes any CPU load (I switched to "show all processes" of course). Nevertheless something makes the Mac becoming hot. A simple restart while the external monitor is connected solves the issue completely, temperature and fan speed are instantly decreasing. Is this a issue related to the graphics driver? For me it seems the behavior is caused by the graphics processor rather than by the i5 CPU as activity monitor does not show any process causing high CPU load.
    Known issue?
    Thanks!

    I was runnig into the same problem. Plugging in to the apple 23" display at work worked well, but when I plugged in my Dell 23" at home the fan started being noisy...
    ALTERNATIVE SOLUTION: it seems to me that putting the air to into SLEEP MODE and back solves it as well!!
    I will confirm later on.

  • Looking for an elegant dual monitor auto-configure solution (SOLVED)

    I am currently using XFCE becuase Gnome and KDE are both too heavy for my weak little laptop with intel onboard graphics.  The number one thing I miss is auto-detect and configuration when I plug or unplug my monitor.
    I can't find anything that works automatically in an elegant way, the only thing I can do is poll the system every second.  There appears to be a way to make a udev rule but that is a little bit out of my depth.
    My current solution is below, does anybody have a suggestion for something more elegant?  It would be awesome if there was something in the AUR.
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    dmode="$(cat /sys/class/drm/card0-VGA-1/status)"
    export DISPLAY=:0
    export XAUTHORITY=~/.Xauthority
    # actual script
    while true
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    else /usr/bin/xrandr --auto
    fi
    sleep 1s
    done
    SOLVED using inotify see below and thanks for all the help
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    # http://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes/181543#181543
    export MONITOR2=/sys/class/drm/card0-VGA-1/status
    while inotifywait -e modify,create,delete,open,close,close_write,access $MONITOR2;
    dmode="$(cat $MONITOR2)"
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    echo "${dmode}"
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    echo "${dmode}"
    else /usr/bin/xrandr --auto
    echo "${dmode}"
    fi
    done
    Last edited by originalsurfmex (2013-10-28 20:51:45)

    Thanks very much for pointing me to inotify.  This is exactly the type of solution I was looking for!  I wasn't too excited about creating some udev tool.  Here is the script using inotify:
    #!/bin/bash
    #inspired of:
    # http://unix.stackexchange.com/questions/4489/a-tool-for-automatically-applying-randr-configuration-when-external-display-is-p
    # http://ozlabs.org/~jk/docs/mergefb/
    # http://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes/181543#181543
    export MONITOR2=/sys/class/drm/card0-VGA-1/status
    while inotifywait -e modify,create,delete,open,close,close_write,access $MONITOR2;
    dmode="$(cat $MONITOR2)"
    do
    if [ "${dmode}" = disconnected ]; then
    /usr/bin/xrandr --auto
    echo "${dmode}"
    elif [ "${dmode}" = connected ];then
    /usr/bin/xrandr --output VGA1 --auto --right-of LVDS1
    echo "${dmode}"
    else /usr/bin/xrandr --auto
    echo "${dmode}"
    fi
    done
    I am marking this as solved.  If you have more critique or suggestions I'd be open to improve the script.

  • Hardware Monitor Setup Freeze (K7T266Pro2) [SOLVED]

    1.Product Type: K7T 266 Pro2 (6380 v2)
    2.BIOS version: AMI V3.70
    3.External VGA Type: ATI Radeon VE 7000 AGP 128Mo
    4.CPU Type: Athlon XP 1600+
    5.Memory Type: 2*256 Mo DDR PC2100 PQI
    6.Power Supply Type: Heden PSXA870 380W with -5V output
    7.Operating System: Win XP Pro Sp2
    8.Problem Description:
    When accessing to hardware monitor setup page in BIOS, I get a freeze that I can olny escape by Ctrl Alt Suppr.
    I have made an update of Bios to V3.70 because a new module of memory I have bought make problems. This update do not change anything, so I remove this new module and don't use anymore.
    But by updating, my CPU clock down to 1050 Mhz instead of 1333Mhz, due to FSB set to 100Mhz.
    And impossible to access the page to set the parameter at 133Mhz due to a freeze.
    How to solve the problem and get back the right configuration I had before ?
    I have read that the problem may come from the power supplies that don't have -5V. I don't know what produce my PS, but how to prevent BIOS to check this -5V ?
    EDIT : I have check my PS and it produce -5V.
    Many thanks for your hlep.
    Regards.
    OLIVIER THIEBAUT

    Merry Chrismas everydody.
    Back with happy news :
    - I have flash with v3.7 : flash OK
    - Still getting the problem : hardware monitor page setup freeze, and unable to set FSB to 133Mhz and get the right CPU clock.
    So, my solution :
    - Looking for editing the AMI Bios file.
    - I have load v3.70 Bios file in editor, and only change one parameter : I have set not active the -5V check in hardware monitor module.
    - Save my new bios file (called it v3.71)
    - Then, flash with that edited bios file
    - And manage to access the Hardware Monitor Setup page to set the FSB at 133Mhe. No more freeze.
    I don't know how to call this type of solution, but it works well.
    For moderators, you can modify the subject by adding [solved] if you want.
    Many thanks for everybody.

  • Strange behavior of the monitor after latest update (solved)

    The new kernel seems to be working well except for one thing and I am not sure where the blame lies.  About once every 4 or 5 hours, the monitor screen goes blank.  If I hit any key it comes right back with nothing lost.  Minor thing but kind of irritating.  It did not do this with kernel 2.6.29 but it has started doing this since I updated to 2.6.30.  As I said, not a biggie but it is irritating as it should not be happening.  I don't know if there is a mismatch with my GPU (NVIDIA 9600GT) or if the difference lies within the kernel itself.
    FInally it worked out right.  Thanks all for the suggestions.  Just had to give them time to work through.
    Last edited by rhomp2002 (2009-08-05 03:04:25)

    Change made.  For some reason there was no ServerFlags section in the generated xorg.conf.  I added it and then added these options to it.  We shall see if this stops the blanking of the screen.  I hope so.
    Thanks for the idea.

  • Inkjet ink question

    I have a Canon i560 printer and have been using Staple's inks for the last 3 1/2 years with good results. I've been told by friends that I should switch to Canon inks. Is there any reasoning for using Canon inks in a Canon printer, will they give me better results? Are branded inks formulated to better standards than off brand inks?
    The Staple inks seem to last forever and I am more than satisfied with the results. Any advice or input would be appreciated.
    Thank you

    Hi Frank
    If you think the Staple's inks are fine keep using them. I have a Canon and use their inks for photographs as they have a higher colourfastness (less inclined to fade) as well as the pigment dye is purer and gives better colour. But just for printing web pages I use cheap mail order inks just to get some print on copy paper. This necessitates changing the two ink cartridges but is little trouble and is a great saving as it preserves the the high quality for photos, for which I use I Canon paper.
    The most noticeable difference between the two inks I use is one is water soluble and Canon's is not, but from the sound of it, the Staple's inks are good quality.
    I don't know about Canon but Epson makes more money from selling inks than selling printers, so it's definitely overpriced, and hence brings competition to the ink market, which would be a good business to be in.
    regards roam

  • Monitoring file permission changes [ solved, kind of]

    I have a configuration file on my server for a program that runs on Windows desktops.  For some reason, the permissions on that file keep getting changed, and it isn't being done manually by anyone.  I'm not sure why this is happening, and it seems to happen at random intervals.
    Is there a way to monitor when the permissions on this file get changed?
    Last edited by timm (2009-04-03 19:47:00)

    http://fileschanged.sourceforge.net/
    fileschanged is a GNU/Linux command-line utility that reports when files have been altered.
    You'll need either fam or gamin installed to use this. I was gonna write a similar program myself. It'll most likely be better than having an infinitely look in a script or having crontab calling a script every second.

  • Second monitor not detected anymore(SOLVED)

    In dolphin file manager i removed the home icon from the side panel and now my second monitor won't work.I tried reinstalling xorg and my nvidia drivers but have had no luck.Any help with this would be appreciated.Thx
    Btw - Most of my user files disappeared from my home directory when i deleted the icon.
    Last edited by unilx (2011-04-20 08:21:32)

    I managed to get it working again but i can't get the resolution higher then 640x480, It should be 1920x1080
    edit:
    I had to unplug my monitor and reboot.Then i pluged it back in and used gksu/kdesu nvidia-settings and got a resolution of 640x480.After that i just had to reboot again and everything was back to normal.
    Also ,the files that were missing from my /home/user/ where easily replaced from the /etc/skel directory and any others that were missing like my .rtorrent.rc just had to be re-downloaded and configured again.
    Last edited by unilx (2011-04-20 08:32:01)

  • What does "inkjet" mean/refer to?

    Hello, I am wondering what exactly "inkjet" means/refers to.  I am shopping used printers and am just a rube in need of a little education.  Thank you.
    This question was solved.
    View Solution.

    Hi walkenhair,
    I can help you with your inquiry. Some printers use an inkjet ink system, others use toner, these are laserjets.
    I found a PDF document that discusses Inkjet VS. Laser. You may find this either very helpful, or very overwhelming and more than you were looking for!
    I found a video on YouTube you can watch instead if you would like. It is only about 3-4 minutes long and is non bias. This gentleman speaks strictly about Laser and inkjet and makes no references to specific brands.
    Ultimatly, to best answer your question in the most straightforward fashion, inkjet is liquid ink and toner is powder ink.
    Personally, your best option is to speak with somebody in sales. Discuss with them what your needs are and see what they recommend. Some of the high end inkjet printers have all the same benefits of a laser and more. It all depends on the model.
    I hope this is helpful and resolves your inquiry.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • I have a L7680 All in with two new print heads but the new cyan/magenta shows yellow monitor status.

    I have a L7680 All in with two new print heads but the new cyan/magenta shows yellow monitor status. Ink status, cyan more than 50% and magenta is a 25% w/no low ink warnings... Just ran a clean print head again, print out looks good now but the status of the new cyan/magenta shows yellow monitor status. Is it time to buy another..When I purchased this printer it had to be replaced 3 times because of problems... Just a lemon?
    thx for your help in advance...
    Jim

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • HT3235 HP external monitor

    What adaptor do I use to hook up my new MacBook Pro with an HP monitor

    I think I have solved the problem. I bought a minidisplay to DVI cord from amazon and it seems to have fixed the issue. http://www.amazon.com/gp/product/B003OBXHPC/ref=oh_details_o01_s00_i00

  • How to safely monitor Thinkpad temps w/o lm_sensors​?

    I was messing around with monitoring temps on my Thinkpad R40 (Debian Lenny) and installed lm_sensors. Then I discovered warnings that it could damage some Thinkpad models' EEPROM, making them unbootable. I removed the package and decided to try using conky and acpi to monitor temps. Is conky safe or does it cause problems with the i2c sensors also? Some info I found on the 'net seemed to indicate that the problem was caused by the sensor-detect scan,  but other info advocated avoiding any related software. Any advice? I'd like to monitor temps safely.
    Solved!
    Go to Solution.

    The only thinkpads that were vulnerable to lm_sensors are in museums nowadays, I'm pretty sure. But while safe, lm_sensors will not read out temperature on thinkpads, so its pointless to try.
    You need to use ACPI. Its perfectly safe. You can use conky if you like. 

  • Screen saver on external monitor malfunction

    I am running a mid 2009 MPB with a Fujitsu Siemens 17" DVI monitor in portrait mode. The screen saver produces the worst form of visual noise when it kicks in on the external monitor. Clearing it requires unplugging the monitor from the display port connector. This arrangement has worked well with the previous 2 system upgrades.
    see this vid for what it looks like
    https://dl.dropboxusercontent.com/u/2940244/IMG_2921.MOV
    -peter

    Same here also.  Second monitor is a Gateway LP2207. Mac Mini late 2009.  Installed Mavericks upgrade from 10.8.5.
    Second monitor is rotated portrait.  First issue was with screen saver, same as OP above.  Also Firefox would not start up on main monitor, always started reduced on second.  Same issue on startup with Finder.  Dragging Finder to second monitor did not always work. . . sometimes it mirrored.   Putting the second monitor in Landscape (normal) solved all problems, but is unusable for me.  Tried every orientation and all did the same except Landscape (normal) mode.
    Will not install Mavericks on my other machines until this is fixed. . . unusable for me!

  • Dual monitor for M Series ThinkCentr​e with Intel hd graphics + i5 650 processor?

    I have a  M Series (My guess it is M90) ThinkCentre desktop with Intel hd graphics + i5 650 processor (detailed info in pictures below), one vga port on the central unit, I would like to upgrade dual monitors to extend desk. 
    I checked online, someone said a Intel hd graphics doesn't support dual monitor, but some said yes. My questions are:
    1, could I upgrade to dual monitors with the Intel hd Graphics+i5 650 processor instead of upgrading a ATI video card?
    2, if 1 is yes, can I attach a vga 15-pin splitter to connect dual monitors? Thanks. 
    Solved!
    Go to Solution.

    That model does support 2 monitors, the 2nd using the DisplayPort (DP.)   Not many monitors support DP as yet, if needed, a DP to DVI, HDMI or VGA can be bought.   Lenovo sells them, or I also recommend an AMD approved adapter :  
    http://support.amd.com/en-us/recommended/eyefinity​-adapters
    you need a single-link (if DVI), passive adapter.   And not mini-DP.  
    Search on "M90, monitor" in the search engine above right for more information.  

  • Epson Status Monitor

    Can anyone help me with this issue?
    We have an Epsons Aculaser C900 - the great thing about it is that it has a Status Monitor that lets us know what the go is re cartridges, etc...
    Since installing a new progam on the mac, the status monitor for the epson has disappeared, never to be found again! We have been told by Epson and our techies that Epson doesn't do a printer driver for 10.4, but it was working just fine prior to the installation...
    Any ideas?
    Thanks

    Hi Tom!
    Look here:
    http://gimp-print.sourceforge.net/
    Gutenprint is the new name for Gimp. The latest update works well.
    As a matter of interest I could never access the Epson driver's status monitor to check ink levels etc or ask it to clean. But I recently had to do an archive and install, which also meant re-installing both the original Epson driver for OS X, and the driver for my Epson Scanner. Now everything works! The trick is to add your printer to the list so that you can choose which driver you are using.

Maybe you are looking for

  • How to cancel a BPM workflow?

    Hi all, I've misconfigured my process so now it's waiting for new messages in a loop forever, and its workflow in SXMB_MONI_BPM is in state STARTED. I need to cancel this workflow somehow and stop the instance from waiting for new messages. I changed

  • Event handling order

    When dealing with nested panels, I was curious if there is any specified order that event handlers are called. The idea here is that if the applet or the group isn't enabled, then the button wouldn't recieve the mouse down. So which mouseDown is call

  • Import Network Model from Shapefile

    Hello, How to import shapefile of roads network (network data model) into oracle spatial? (Oracle+Spatial 10.2g) http://www.oracle.com/technology/software/products/spatial/files/shape2sdojava.zip deals only with normal (non-network) spatial data.. Hu

  • Can't change password on 10.0.0.1

    I can get to the change my password screen, but when I enter an new 8 character alphanumeric password, I get "This is a required field" in red. Also, is my present password "password" or is it the Network Key.  I have a Wireless Gateway 1.

  • Tomcat Startup problems using eclipse

    Hello together! I want to create a JSP page in eclipse. I use eclipse-wtp-1.0 and tomcat 5.5.12. I have set the JAVA_HOME, TOMCAT_HOME and CATALINA HOME. I included this 2 directories in eclipse. But now I get the following error: 23.02.2006 08:37:31