usb 打印机问题

1
2
3
4
5
6
7
8
9
10
11
brian@isaiah:~$ lpinfo -v
network socket
network beh
direct hpfax
direct usb://HP/LaserJet%201200
direct hp:/usb/HP_LaserJet_1200?serial=00CNC6063798
network http
network ipp
network lpd
direct scsi
network smb
1
2
3
4
5
6
7
8
9
10
As a general rule for upgrading to cups 1.4 when something regarding
local usb printers doesn't work:1. disable kernel usblp: CONFIG_USB_PRINTER=n
2. delete /etc/cups
3. (re-)install cups 1.4 with USE="usb"
4. configure printer(s) from scratch via the cups webinterface
5. if your printer is a multifunction device, be sure you got the udev rules
setting the device permissions in shape so cups can access the deviceIf for whatever reason (broken/old printer drivers) that doesn't work
out there's still the way to install CUPS 1.4 with USE="-usb" to get
the old CUPS 1.3 behaviour back.