Bug 457570
| Summary: | Printer will not print at all | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Finnigan <paul> | ||||
| Component: | cups | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 9 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-08-02 11:34:38 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: | |||||||
| Attachments: |
|
||||||
|
Description
Paul Finnigan
2008-08-01 15:23:27 UTC
Please use the trouble-shooter: System->Administration->Printing, then select Help->Troubleshoot. Attach the resulting troubleshoot.txt file here using the link below. Thanks. Created attachment 313220 [details]
troubleshoot.txt for gutenprint driver and test page
It looks like the permissions on /dev/usb/lp0 are incorrect. The group should
be 'lp', but it is 'usb' (which isn't a group that exists on my Fedora 9
installation, at least).
{'getfacl_output': [('/dev/usb/lp0',
['# file: dev/usb/lp0',
'# owner: root',
'# group: usb',
'user::rw-',
'group::rw-',
'other::---'])]}
What does '/usr/sbin/lpinfo -v' say when your printer is connected and switched on?
[paul@ewing ~]$ /usr/sbin/lpinfo -v network socket network beh direct hal:///org/freedesktop/Hal/devices/usb_device_4a9_10a5_614668_if0_printer_noserial file cups-pdf:/ direct hpfax direct hp network http network ipp network lpd direct scsi serial serial:/dev/ttyS0?baud=115200 network smb [paul@ewing ~]$ Tim I have found the problem! You are correct about group usb. I created it to get usb devices working on VirtualBox. I had thought that I had tidied up after myself. Removing my udev rule that put devices into this group has solved the problem. Apologies for wasting your time. I have closed it off as not a bug, a very nice way to say that it was my own stupid fault. |