Re: Printer marker levels -

2011-02-04 Thread Tim Waugh
On Fri, 2011-01-28 at 13:04 -0600, Steven Stern wrote: > I get the same thing for my HP inkjet and it seems unrelated to the > amount of ink in the cartridge. Yes, it was a bug in the HPLIP package, now fixed: https://bugzilla.redhat.com/show_bug.cgi?id=675151 Tim. */ signature.asc Descripti

Re: Printer marker levels -

2011-01-28 Thread Steven Stern
On 01/28/2011 10:04 AM, Bob Goodwin wrote: > > I am plagued with the cryptic message: > > Printer "Brother-HL-5140": ";marker-supply-low". > > > This seems to have begun recently, perhaps with the installation of > F-14, I'm not certain? If I knew what it means I might be ab

Re: Printer marker levels -

2011-01-28 Thread Tim Waugh
On Fri, 2011-01-28 at 12:06 -0500, Bob Goodwin wrote: > [[u'none'], [u';marker-supply-low-warning'], [u'none']] OK, so it's been reported to CUPS that way, with a semi-colon. So, two things: 1. Something, either the printer, the USB adapter, or the driver, is reporting low ink 2. Whateve

Re: Printer marker levels -

2011-01-28 Thread Bob Goodwin
On 28/01/11 11:46, Tim Waugh wrote: python<<"EOF" import cups c=cups.Connection() print [x['printer-state-reasons'] for x in c.getPrinters().values()] EOF I could not copy/paste that notice and had to manually copy it from system-config-printer, but I assure you the s

Re: Printer marker levels -

2011-01-28 Thread fred smith
On Fri, Jan 28, 2011 at 04:46:21PM +, Tim Waugh wrote: > On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote: > > This seems to have begun recently, perhaps with the installation of > > F-14, I'm not certain? If I knew what it means I might be able to > > fix something, alternative

Re: Printer marker levels -

2011-01-28 Thread Tim Waugh
On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote: > This seems to have begun recently, perhaps with the installation of > F-14, I'm not certain? If I knew what it means I might be able to > fix something, alternatively how to eliminate it if I can't satisfy > whatever it's objec

Re: Printer marker levels -

2011-01-28 Thread David
On 1/28/2011 11:04 AM, Bob Goodwin wrote: > > I am plagued with the cryptic message: > > Printer "Brother-HL-5140": ";marker-supply-low". > > > This seems to have begun recently, perhaps with the installation of > F-14, I'm not certain? If I knew what it means I might be abl

Re: Printer marker levels -

2011-01-28 Thread Robert G. (Doc) Savage
On Fri, 2011-01-28 at 11:04 -0500, Bob Goodwin wrote: > I am plagued with the cryptic message: > > Printer "Brother-HL-5140": ";marker-supply-low". > > > This seems to have begun recently, perhaps with the installation of > F-14, I'm not certain? If I knew what it means I might

Printer marker levels -

2011-01-28 Thread Bob Goodwin
I am plagued with the cryptic message: Printer "Brother-HL-5140": ";marker-supply-low". This seems to have begun recently, perhaps with the installation of F-14, I'm not certain? If I knew what it means I might be able to fix something, alternatively how to eliminate it