Bug 219046
| Summary: | Always asks to 'Specify Printer Driver' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | vfiend |
| Component: | desktop-printing | Assignee: | David Zeuthen <davidz> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | mclasen, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-01-21 20:30:10 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 207681 | ||
|
Description
vfiend
2006-12-10 00:23:12 UTC
1. What does '/usr/sbin/lpinfo -l -v' say? 2. Also what does 'lpstat -s' say? [chris@icarus ~]$ /usr/sbin/lpinfo -l -v
Device: uri = socket
class = network
info = AppSocket/HP JetDirect
make-and-model = Unknown
device-id =
Device: uri = beh
class = network
info = Backend Error Handler
make-and-model = Unknown
device-id =
Device: uri =
hal:///org/freedesktop/Hal/devices/usb_device_4a9_1073_20CIDY_if0_printer_noserial
class = direct
info = Canon i550
make-and-model = Canon i550
device-id = MFG:Canon;MDL:i550;CLS:PRINTER;
Device: uri = usb://Canon/i550
class = direct
info = Canon i550 USB #1
make-and-model = Canon i550
device-id =
MFG:Canon;CMD:BJL,BJRaster3,BSCC,TXT01;MDL:i550;CLS:PRINTER;DES:Canon
i550;VER:1.01;STA:10;
Device: uri = hp:/no_device_found
class = direct
info = hp no_device_found
make-and-model = Unknown
device-id =
Device: uri = http
class = network
info = Internet Printing Protocol (http)
make-and-model = Unknown
device-id =
Device: uri = ipp
class = network
info = Internet Printing Protocol (ipp)
make-and-model = Unknown
device-id =
Device: uri = lpd
class = network
info = LPD/LPR Host or Printer
make-and-model = Unknown
device-id =
Device: uri = parallel:/dev/lp0
class = direct
info = LPT #1
make-and-model = Unknown
device-id =
Device: uri = scsi
class = direct
info = SCSI Printer
make-and-model = Unknown
device-id =
Device: uri = serial:/dev/ttyS0?baud=115200
class = serial
info = Serial Port #1
make-and-model = Unknown
device-id =
Device: uri = smb
class = network
info = Windows Printer via SAMBA
make-and-model = Unknown
device-id =
[chris@icarus ~]$ lpstat -s
system default destination: Canoni550
device for Canoni550: usb://Canon/i550
I believe it originally had a hal://.... device, I changed it to a usb://...
device using system-config-printer, same issue both ways
Can you try keeping it 'hal://...' just so we can make sure it really does still happen then? It doesn't currently know how to compare the hal names with the usb names, so that would explain it. I'd just like to be sure about what the scope of the problem is. Thanks. Sure, I deleted it in system-config-printer and then readded it using the
default hal://... device. Same issue, and here's the new output.
[chris@icarus ~]$ /usr/sbin/lpinfo -l -v
Device: uri = socket
class = network
info = AppSocket/HP JetDirect
make-and-model = Unknown
device-id =
Device: uri = beh
class = network
info = Backend Error Handler
make-and-model = Unknown
device-id =
Device: uri =
hal:///org/freedesktop/Hal/devices/usb_device_4a9_1073_20CIDY_if0_printer_noserial
class = direct
info = Canon i550
make-and-model = Canon i550
device-id = MFG:Canon;MDL:i550;CLS:PRINTER;
Device: uri = usb://Canon/i550
class = direct
info = Canon i550 USB #1
make-and-model = Canon i550
device-id =
MFG:Canon;CMD:BJL,BJRaster3,BSCC,TXT01;MDL:i550;CLS:PRINTER;DES:Canon
i550;VER:1.01;STA:10;
Device: uri = hp:/no_device_found
class = direct
info = hp no_device_found
make-and-model = Unknown
device-id =
Device: uri = http
class = network
info = Internet Printing Protocol (http)
make-and-model = Unknown
device-id =
Device: uri = ipp
class = network
info = Internet Printing Protocol (ipp)
make-and-model = Unknown
device-id =
Device: uri = lpd
class = network
info = LPD/LPR Host or Printer
make-and-model = Unknown
device-id =
Device: uri = parallel:/dev/lp0
class = direct
info = LPT #1
make-and-model = Unknown
device-id =
Device: uri = scsi
class = direct
info = SCSI Printer
make-and-model = Unknown
device-id =
Device: uri = serial:/dev/ttyS0?baud=115200
class = serial
info = Serial Port #1
make-and-model = Unknown
device-id =
Device: uri = smb
class = network
info = Windows Printer via SAMBA
make-and-model = Unknown
device-id =
[chris@icarus ~]$ lpstat -s
system default destination: Canoni550
device for Canoni550:
hal:///org/freedesktop/Hal/devices/usb_device_4a9_1073_20CIDY_if0_printer_noserial
So it sounds like it isn't actually adding the queue. It seems to be working properly now, I just updated desktop-printing to the latest FC6 updates a few days ago and that seems to have fixed it. |