web-search.txt file removed as its content covered by search-web.txt file.
-*- mode: outline; coding: utf-8 -*-* CUPS** What is CUPS?See http://www.cups.org/ http://en.wikipedia.org/wiki/Common_Unix_Printing_System** How access to web interface of CUPS?Go to http://localhost:631** Installing on GNU/Debian. $ sudo apt-get cupsys $ sudo apt-get cupsys-client** List of printers. $ lpstat -vdevice for HL2070N: lpd://192.168.1.102/binary_p1** What printer default? $ lpstat -dsystem default destination: HL2070Nor more verbose $ lpstat -ssystem default destination: HL2070Ndevice for HL2070N: lpd://192.168.1.102/binary_p1* HP printers.** Where find driver for HP printers?Go to http://hplipopensource.comand follow instructions.** How about LJ 1020?This printer is supported by the foo2zjs free software printer driver.The printer is faster than the LaserJet 1000 and has a USB connection. It has only 2 MB ofRAM and 32 kB of ROM.The firmware of the printer must be uploaded after turning it on. You can use ahotplug/udev script which comes with foo2zjs, or do it manually: cat /usr/share/foo2zjs/firmware/sihp1020.dl > /dev/usb/lp0* brother printers.** Работают ли принтеры brother под Linux x86_32/x86_64.Да.** Как настроить принтер.Следует: * установить поддержку печати в Unix CUPS * установить, если потребуеться, драйвер принтера * добавить принтерМануал производителя находиться по адресу: http://solutions.brother.com/linux/en_us/instruction_prn1a.html*** GNU/Debian x86_32.Инсталируем 2 пакета, полученых с сайта производителя: $ sudo dpkg -i brhl2070nlpr-2.0.1-1.i386.deb $ sudo dpkg -i cupswrapperHL2070N-2.0.1-2.i386.deb*** GNU/Debian x86_64.Инсталируем 2 пакета, полученых с сайта производителя (да, игнорируем что онипредназначены для i386): $ sudo dpkg -i --force-all --force-architecture brhl2070nlpr-2.0.1-1.i386.deb $ sudo dpkg -i --force-all --force-architecture cupswrapperHL2070N-2.0.1-2.i386.deb** Добавляем принтер (на примере HL 2070NR) в CUPS.Пакет cupswrapper добавляет принтер, нам осталось его сконфигурировать (приизменении настроек может затребуеться аутентификация, в качестве user/passwordиспользуем root/<root-pass>): * на странице http://127.0.0.1:631/ выбираем принтер * меню "Modify Printer" * меню "LPD/LPR Host or Printer for Device" * адрес lpd://192.168.1.102/binary_p1 * выбрать производителя из списка (Brother) * выбрать модель (HL 2070NR не было, выбрал HL 2060N) * установить этот принтер по умолчанию - "Set As Default" * добавить пользователей, которые имеют право на печать - "Set Allowed User"Пробуем напечатать пробную страницу.