Настройка принтера hp1010 в Debian
Для принтеров HP существует пакет hplip.
Установка
Запускаем утилиту hp-check с опцией -r и читаем далее
Ищем в текущем каталоге файл Saving output in log file: hp-check.log.
В файле ищем строки содержащие error или warn
Разрешаем зависимости и прочие недочеты.
Если все ошибки устранены.
Запускаем
Запуститься мастер настройки.
P.S Пользователь должен быть добавлен в группы lp и lpadmin
Установка
#apt-get install hplip
$ hp-check -r HP Linux Imaging and Printing System (ver. 3.10.6) Dependency/Version Check Utility ver. 14.3 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. Note: hp-check can be run in three modes: 1. Compile-time check mode (-c or --compile): Use this mode before compiling the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper dependencies are installed to successfully compile HPLIP. 2. Run-time check mode (-r or --run): Use this mode to determine if a distro supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the proper dependencies installed to successfully run. 3. Both compile- and run-time check mode (-b or --both) (Default): This mode will check both of the above cases (both compile- and run-time dependencies). Saving output in log file: hp-check.log Initializing. Please wait...
В файле ищем строки содержащие error или warn
Разрешаем зависимости и прочие недочеты.
Если все ошибки устранены.
Запускаем
$ hp-setup
P.S Пользователь должен быть добавлен в группы lp и lpadmin
# usermod -a -G lp,lpadmin username
Комментарии
Отправить комментарий