D
Deleted member 2077
Guest
Hi, I have the following printer:
It works fine under Windows 7. I went though the handbook and installed CUPs and the foo2zjs driver. Under CUPs web interface I see the printer and add it. Everything appears fine. I even print a test job and CUPs says it was successful, but doesn't print.
In CUPs it shows this:
I tried both of them.
dmesg
I also tried building kernel without ulpt (but keeps auto loading it I guess?). I also tried the hplip drivers, but my printer doesn't show up.
/etc/rc.conf
/etc/devfs.rules
There are no errors in any of my logs. Everything indicates that it's working fine (test page says "Success"). How do I troubleshoot this?
It's a standard black/white printer, no color, no scanner, no fax, etc. This is FreeBSD 9 btw, most guides I've found on google are for 8 or below.
Code:
<Hewlett-Packard HP LaserJet 1020, class 0/0, rev 2.00/1.00, addr 2>
It works fine under Windows 7. I went though the handbook and installed CUPs and the foo2zjs driver. Under CUPs web interface I see the printer and add it. Everything appears fine. I even print a test job and CUPs says it was successful, but doesn't print.
In CUPs it shows this:
Code:
HP LaserJet 1020 (HP LaserJet 1020)
HP LaserJet 1020 USB FN22LTV HPLIP (HP LaserJet 1020)
dmesg
Code:
uhub4: 8 ports with 8 removable, self powered
ugen1.2: <PIXART> at usbus1
ums0: <PIXART USB OPTICAL MOUSE, class 0/0, rev 1.10/1.00, addr 2> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
ugen4.2: <Hewlett-Packard> at usbus4
ugen4.3: <vendor 0x058f> at usbus4
uhub5: <vendor 0x058f product 0x6254, class 9/0, rev 2.00/1.00, addr 3> on usbus4
ugen1.3: <Lite-On Technology Corp.> at usbus1
ukbd0: <Lite-On Technology Corp. HP Basic USB Keyboard, class 0/0, rev 1.10/1.04, addr 3> on usbus1
kbd0 at ukbd0
uhub5: 4 ports with 4 removable, self powered
ulpt0: <Hewlett-Packard HP LaserJet 1020, class 0/0, rev 2.00/1.00, addr 2> on usbus4
ulpt0: using bi-directional mode
ulpt0: <Hewlett-Packard HP LaserJet 1020, class 0/0, rev 2.00/1.00, addr 2> on usbus4
ulpt0: using bi-directional mode
I also tried building kernel without ulpt (but keeps auto loading it I guess?). I also tried the hplip drivers, but my printer doesn't show up.
/etc/rc.conf
Code:
cupsd_enable="YES"
devfs_system_ruleset="system"
/etc/devfs.rules
Code:
[system=10]
add path 'ulpt0' mode 0660 group cups
add path 'usb/4.2.0' mode 0660 group cups
There are no errors in any of my logs. Everything indicates that it's working fine (test page says "Success"). How do I troubleshoot this?
It's a standard black/white printer, no color, no scanner, no fax, etc. This is FreeBSD 9 btw, most guides I've found on google are for 8 or below.