Solved CUPS and Canon LASER SHOT LBP-1120

Hello. I try to install USB-printer Canon lbp-1120 on my computer, I did all what I read on FreeBSD Handbook, but I not see the printer.

How I have such settings:

/etc/devfs.rules
Code:
[system=10]
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
add path 'usb/0.3.0' mode 0660 group cups
/etc/rc.conf
Code:
# CUPS
cupsd_enable="YES"
devfs_system_ruleset="system"
Because I had such dmesg output:
Code:
ugen0.3: <Canon Canon CAPT USB Printer> at usbus0
ulpt0 on uhub2
ulpt0: <Canon Canon CAPT USB Printer, class 0/0, rev 1.10/1.00, addr 7> on usbus0
ulpt0: using bi-directional mode

And that is what I have in /dev/usb:
Code:
crw-rw----  1 root  cups  0x90  4 марта 11:16 0.3.0
crw-rw----  1 root  cups  0xaf  4 марта 11:16 0.3.1
crw-rw----  1 root  cups  0xb0  4 марта 11:16 0.3.2
I decided I should set add path 'usb/0.3.0' mode 0660 group cups.

I'm a group mamber 'cups' and 'operator'. I not see available local printers on link http://localhost:631/admin/.

I will be grateful for your help, best regards.
 
Back
Top