Yeni cups 1.4.x paketi, bir çok yeniliği de beraberinde getiriyor.
Yapılandırma dosyalarındaki söz dizimi değişikliklerinden dolayı lütfen yeni bir cupsd.conf dosyası kullanın.
/etc/cups/cupsd.conf.default adlı dosyayı bu amaçla dilediğiniz değişiklikleri yaparak kullanabilirsiniz.
USB Yazıcılar
USB yazıcıların çalışabilmesi için, usblp modülü rc.conf dosyanızda pasif hale getirmelisiniz. Modülü pasif hale getirmek için rc.conf dosyanızda aşağıdakine benzer bir değişiklik yapmalısınız:
MODULES=(!usblp)
archin:
HP Officejet 5610 marka/model bir USB-Yazıcı kullanmaktayım. Cups 1.4′ ü yükledim ve MODULES=(!usblp) aynen uyguladım. ve ayrıca Arch-wiki’ de konuyla ilgili CUPS bölümünde yer alan tüm bilgileri tek tek aynen uyguladım ve gerekli yüklemeleri yaptım. Ancak buna rağmen yazıcımı bir türli çalıştıramıyorum. http://localhost:631‘e bağlanabiliyorum, yazıcımın modelini görebiliyorum ancak (ppd dosyasını da Cups-Model kısmına konsolde eklediğim halde ) yazıcıyı eklemek bir türlü mümkün olmuyor. Neden acaba ? Ben Archlinux’ u XFCE arayüzü ile kullanıyorum. Printing ile ilgili GNOME dosyalarını da eklemem gerekiyormu ? Veya başka ne olabilir ?
15 Kasım 2009, 4:43 pmAlper KANAT:
@archin: Bu soruyu e-posta listelerinden sormanı da tavsiye ederim. Tavsiyem, öncelikle Google’da yazıcının markası ve modelini yazıp arkasından PPD yazman ve muhtemelen OpenPrinting.* diye başlayan sitede “şu paketle/sürücüyle çalıştığı bilinmektedir” şeklindeki kısma bakmak. Daha sonra o paketi kurduğunda Cups’ın ağ arayüzünde yazıcın için doğru PPD dosyası otomatik olarak seçilecektir.
15 Kasım 2009, 5:01 pmarchin:
Sorun çözüldü. Şu şekilde oldu;
# hp-setup -i -a
HP Linux Imaging and Printing System (ver. 3.9.10)
Printer/Fax Setup Utility ver. 9.0
Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
——————————–
| SELECT CONNECTION (I/O) TYPE |
——————————–
Num Connection Description
Type
——– ———- ———————————————————-
0* usb Universal Serial Bus (USB)
1 net Network/Ethernet/Wireless (direct connection or JetDirect)
Enter number 0…1 for connection type (q=quit, enter=usb*) ? 0*
error: Please enter a number between 0 and 1, or “q” to quit.
Enter number 0…1 for connection type (q=quit, enter=usb*) ?
Using connection type: usb
Using device: hp:/usb/Officejet_5600_series?serial=CN73GD70GV04B2
Setting up device: hp:/usb/Officejet_5600_series?serial=CN73GD70GV04B2
———————
| PRINT QUEUE SETUP |
———————
Using queue name: Officejet_5600
Locating PPD file… Please wait.
error: No PPD found for model officejet_5600 using new algorithm. Trying old algorithm…
Found PPD file: drv:///hp/hpcups.drv/hp-officejet_5600_series.ppd
Adding print queue to CUPS:
Device URI: hp:/usb/Officejet_5600_series?serial=CN73GD70GV04B2
Queue name: Officejet_5600
PPD file: drv:///hp/hpcups.drv/hp-officejet_5600_series.ppd
Location:
Information: Automatically setup by HPLIP
——————-
| FAX QUEUE SETUP |
——————-
Using queue name: Officejet_5600_fax
Adding fax queue to CUPS:
Device URI: hpfax:/usb/Officejet_5600_series?serial=CN73GD70GV04B2
Queue name: Officejet_5600_fax
PPD file: lsb/usr/HP/HP-Fax-hpcups.ppd.gz
Location:
Information: Automatically setup by HPLIP
——————–
| FAX HEADER SETUP |
——————–
———————
| PRINTER TEST PAGE |
———————
warning: hp-testpage should not be run as root/superuser.
HP Linux Imaging and Printing System (ver. 3.9.10)
Testpage Print Utility ver. 6.0
Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
warning: Qt/PyQt 4 initialization failed.
error: hp-testpage -u/–gui requires Qt4 GUI support. Entering interactive mode.
Printing test page to printer Officejet_5600…
Test page has been sent to printer.
note: If an error occured, or the test page failed to print, refer to the HPLIP website
note: at: http://hplip.sourceforge.net for troubleshooting and support.
Done.
Done.
——————————————-
Her şey için teşekkür ederim.
15 Kasım 2009, 7:15 pmarchin