Установка HP LaserJet MFP M132nw в Ubuntu 18 — различия между версиями
Материал из m6a
Vshpagin (обсуждение | вклад) |
Vshpagin (обсуждение | вклад) (→Инструкции) |
||
| Строка 10: | Строка 10: | ||
hp-makeuri NPI327A15.sln | hp-makeuri NPI327A15.sln | ||
vi /etc/cups/printers.conf | vi /etc/cups/printers.conf | ||
| − | hp:/net/HP_LaserJet_MFP_M129-M134?hostname=NPI27D377-2.sln | + | <Printer M132> |
| + | UUID urn:uuid:3fd3bd3d-202f-3bf6-645c-a20f0db33227 | ||
| + | Info M132 | ||
| + | MakeModel HP LaserJet MFP m129-m134, hpcups 3.17.10 | ||
| + | DeviceURI hp:/net/HP_LaserJet_MFP_M129-M134?hostname=NPI27D377-2.sln | ||
| + | State Idle | ||
| + | StateTime 1537442204 | ||
| + | ConfigTime 1537442204 | ||
| + | Type 36876 | ||
| + | Accepting Yes | ||
| + | Shared Yes | ||
| + | JobSheets none none | ||
| + | QuotaPeriod 0 | ||
| + | PageLimit 0 | ||
| + | KLimit 0 | ||
| + | OpPolicy default | ||
| + | ErrorPolicy retry-job | ||
| + | </Printer> | ||
service cups restart | service cups restart | ||
| + | |||
==Заключение== | ==Заключение== | ||
[[Category:Ubuntu|Ubuntu]] | [[Category:Ubuntu|Ubuntu]] | ||
Версия 10:35, 20 ноября 2018
Задача
Окружение
Требования
Квалификация
Инструкции
driverless ipp://NPI27D377.sln:631/ipp/print lpadmin -p M132 -E -v ipp://NPI27D377-2.sln:631/ipp/print -m drv:///hpcups.drv/hp-laserjet_mfp_m129-m134.ppd apt-get -y install sane sane-utils libsane-extras xsane hp-makeuri NPI327A15.sln vi /etc/cups/printers.conf <Printer M132> UUID urn:uuid:3fd3bd3d-202f-3bf6-645c-a20f0db33227 Info M132 MakeModel HP LaserJet MFP m129-m134, hpcups 3.17.10 DeviceURI hp:/net/HP_LaserJet_MFP_M129-M134?hostname=NPI27D377-2.sln State Idle StateTime 1537442204 ConfigTime 1537442204 Type 36876 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy retry-job </Printer> service cups restart