Bug 2012698
Summary: | The printer cannot be configured Xerox Phaser 3140 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mike <mixask8> | ||||
Component: | cups | Assignee: | Zdenek Dohnal <zdohnal> | ||||
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 34 | CC: | twaugh, zdohnal | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-10-12 05:05:05 UTC | Type: | Bug | ||||
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
Mike
2021-10-11 06:25:06 UTC
Hi Mike, thank you for reporting the issue! Your printer should be supported by splix package, would you mind checking if it works for you? The steps are: $ sudo dnf -y install splix $ lpadmin -p <name> -v <device_uri> -m drv:///splix/splix-xerox.drv/ph3140.ppd -E <name> is a name for print queue <device_uri> is an uri how to connect to the printer - f.e. ipp://IP_or_hostname:631/ipp/print , socket://IP_or_hostname , usb://smth - check output of 'lpinfo -l -v' if you're not sure. Regarding official drivers from Xerox, we in Fedora don't support software which aren't in Fedora repos, so it would be great if splix driver worked. Thanks for solution. After i entered this commant in terminal: lpadmin -p "Xerox Phaser 3140" -v usb://Xerox/Phaser%203140%20and%203155?serial=3871369657...... -m drv:///splix/splix-xerox.drv/ph3140.ppd -E this device_uri was shown by the program. Output: lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS. In gnome-control-center printer appeared, but after send anything to print - the queue was stuck with the status "in progress". I remove printer and added from gnome-control-center. Now drivers set automatically right - Phaser 3140 and everything works! (In reply to Mike from comment #2) > In gnome-control-center printer appeared, but after send anything to print - > the queue was stuck with the status "in progress". IMHO it was due the name you've chosen - queue names don't accept whitespaces. > I remove printer and added from gnome-control-center. Now drivers set > automatically right - Phaser 3140 and everything works! Ok, closing as WORKSFORME. |