Re: [SLE] epson ink level - SuSE-10 oss
Anyone managed to check epson ink level using the kde printing manager. Seems to require raw mode, but then you can't specify a printer driver! mtink compiles but doesn't run, kink won't compile.
Thanks for the tip on these! This is cool. Aso for kInk, have you installed libinklevel? -- kai ponte www.perfectreign.com linux - genuine windows replacement part
On Tue January 31 2006 6:02 pm, Kai Ponte wrote:
Thanks for the tip on these! This is cool.
Aso for kInk, have you installed libinklevel?
I added libinklevel.h and am trying to compile kink. I get this error: kink.cpp: In member function ‘void KInk::add_device_to_list(int, int, unsigned char*)’: kink.cpp:160: error: invalid conversion from ‘unsigned char*’ to ‘const char*’ make[2]: *** [kink.o] Error 1 here is line 160: cmbDevices->insertItem(QString::fromAscii((const char *)model,strlen(model)) + " on " + (type==PARPORT ? "/dev/lp" : "/dev/usb/lp0") + QString::number(port)); ( I changed lp to lp0, my epson is /dev/usb/lp0) I'm not a programmer, so I have no clue what's wrong, any ideas? -- Paul Cartwright Registered Linux user # 367800
participants (2)
-
Kai Ponte
-
Paul Cartwright