Bug 145757
Summary: | CUPS doesn't know about the HP DeskJet 3650. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Mielke <dave> |
Component: | cups | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-01-21 09:47:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dave Mielke
2005-01-21 05:44:23 UTC
The way I define the printer without using CUPS is as follows: Go to the HP DeskJet 3650 page at LinuxPrinting.org: http://www.linuxprinting.org/show_printer.cgi?recnum=HP-DeskJet_3650 Click "download PPD", and save the file "HP-DeskJet_3650-hpijs.ppd" into the directory "/usr/share/cups/model/". Then do (all on one line): foomatic-configure -s cups -n lp1 -N 'HP DeskJet 3650' -L 'Office' -p HP-DeskJet_3650 -d hpijs -c 'usb://3650?serial=<serial-number>' --ppd '/usr/share/cups/model/HP-DeskJet_3650-hpijs.ppd' The printer's serial number can be determined by looking for the S: SerialNumber= line for the printer in "/proc/bus/usb/devices". In case it'll help with adding support for autodetection, here's the entire entry (serial number masked out) in "/proc/bus/usb/devices" for the HP DeskJet 3650: D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=03f0 ProdID=7204 Rev= 1.00 S: Manufacturer=hp S: Product=deskjet 3600 S: SerialNumber=xxxxxxxxxxxx C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=usblp E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms Use the CUPS configuration tool we ship (System Settings->Printing), which knows about all of the foomatic models. |