There is indeed no setting "Tray 5" defined in the the PPD file
(upstream bug).
Try the following:
- Set manual feed if an appropriate option is available
- Simply insert a sheet into the bypass tray. Does the printer take this
sheet or does it use the tray which was selected by software?
- Edit the PPD file (in /etc/cups/ppd/) inserting the following new
entry
*InputSlot 5thTray/Tray 5: "
4 dict begin
/MediaPosition 4 def
currentpagedevice /InputAttributes get dup 4 known
{4 get dup null eq
{ pop }
{ /MediaClass get /MediaClass exch def } ifelse
}
{ pop } ifelse
/DeferredMediaSelection true def
/ManualFeed false def
currentdict end setpagedevice
"
*End
into the "*OpenUI InputSlot ... *CloseUI InputSlot" section. After that
restart CUPS and try whether the new "Tray 5" setting selects the bypass
tray.
--
Ignores bypass tray in PPD
https://bugs.launchpad.net/bugs/110242
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs