Sigh. Setting up a printer may grow you white hair. So after using one Samsung printer which worked "out of box", this HP M1132 MFP decided to screw me over.
HP + CUPS/LPD + HPLIP. Now apparently HPLIP drivers must now see u(lpt) device in /dev or everything breaks down. So I recompiled kernel. But they load up as soon as you plug in the printer. So I had to delete .ko files manually.
CUPS installed, devfs.rules check, cupsd.conf set to Allow all god mode, CUPS_BASE_OVERWRITE="YES" check ,my room is vacuumed, check.
So, the test page. Now CUPS shows that page is printing, but unless I lost my mind, no page is coming out of the printer. CUPS is happy, printer is more than happy. All is good except there's no page. And that log file shows a bunch of line consisting of:
I crawled Google and deep web and the printer does seem to be supported.
LPD is another story. I used to never set it up, but I decided to give it a go. Followed every step along the way in handbook, double checked with @Wblock's nice summary here.
In /var/log/messages I get this:
Any clue that moves me forward is appreciated. But hurry since I'm about to go "Office Space" style on this printer.
HP + CUPS/LPD + HPLIP. Now apparently HPLIP drivers must now see u(lpt) device in /dev or everything breaks down. So I recompiled kernel. But they load up as soon as you plug in the printer. So I had to delete .ko files manually.
CUPS installed, devfs.rules check, cupsd.conf set to Allow all god mode, CUPS_BASE_OVERWRITE="YES" check ,my room is vacuumed, check.
So, the test page. Now CUPS shows that page is printing, but unless I lost my mind, no page is coming out of the printer. CUPS is happy, printer is more than happy. All is good except there's no page. And that log file shows a bunch of line consisting of:
Code:
X [13/Nov/2012:13:01:48 +0100] kevent() returned Bad file descriptor
I crawled Google and deep web and the printer does seem to be supported.
LPD is another story. I used to never set it up, but I decided to give it a go. Followed every step along the way in handbook, double checked with @Wblock's nice summary here.
In /var/log/messages I get this:
Code:
Nov 13 13:02:06 test1 lpd[5597]: lp: job could not be printed (cfA001test1)
Nov 13 13:02:06 test1 lpd[5597]: mail sent to user root about job <unknown> on printer lp (FATALERR)
Any clue that moves me forward is appreciated. But hurry since I'm about to go "Office Space" style on this printer.