That would be ideal, but the drivers are compiled for x86 machines. The mini-workstations we are trying to set up use an unrelated proccessor architecture (ARM). Passive files such as the .ppd's are not a problem, but it chokes on x86-specific executables.
Having access to the Xerox Black and White Conversion mode would be the perfect solution. Is there a way I can call on it from the PPD file? I can't find any reference to it in the PDL reference.
Thanks again for your time and your patience.
Ughh, it's possible someone had already installed the proper driver, so it linked the added features when I used the ppd. (Test lab, no way to know what someone else has done to the little linux test bed.)
If you want to retry the debian driver , try the following steps. They require in some part root access, be careful.
This method was/is required in CUPS 2.2
*PPD-Adobe: "4.3"
*cupsFilter: "text/plain 0 -"
6- Run as root xeroxprtmgr and add the printer!
Thanks again for your help!
Well, that is very interesting. No wonder I couldn't make sense out of it. We're seeing completely different things.
I am using the PPD out of the Xerox download page for the 7830. I ran the executable and copied the 7830 PPD over to the Linux machine. As you can see below, there are barely any options available in each tab.
Are we using different PPD's? Or is it something else?
It's too bad I can't replicate that, it all works just fine here.
CUPS just works, the job prints BW because I set it as the default within CUPS
Thank you for your answer.
The fundamental problem is that I can't find a way to tell the printer that I want a Color document printed in black and white through the PPD. The only way you can do that is by changing global settings on CWIS, which requires the administrator to give random users acces to the machine's setup. That will surely end up badly.
Option 1 could work for another printer, but the 7830 will print the document in color regardless of what the driver says. Option 2 is very clever. However, I tried it, and it doesn't work. The printer will do his thing regardless. Option 3 fails because thew OS will refuse to install the software. That problem was reported elsewhere in the forum. Option 4 seems to have the same problem as option 1.
The annoying part is that you can print the exact same document, in the same format through the CWIS "print" tab with full access to all the machine's features, including color selection.
1. Install 2 printers with the same PPD, then go into CUPS and set if it is BW or color, name each according to whether or not it is color.
2. Remove color from the PPD and save it as a different named, then install a printer named BW using it (Or just completely lie and install a 78XX using the 58XX driver (same printer but BW only)
3. Install the Debian packages (Intel or i686)
4. Completely recode a PPD using the official PDL documentation
Aplication: Library/Public terminals for searching and printing academic work
Hardware: Raspberry Pi B3+
Software: Raspian, CUPS, PPD File
Situation:
My users need the ability to select if they want to print a given document in color or in black and white. I already know there is no alternative in the PPD file to allow them to select the mode, and the normal drivers won't install in those machines.
Is there a way the user can select between color and B/W printing before the document is sent to the printer?
Is there an alternate PPD file or a way to enable the PPD file to select the printing mode?
Thank you for your time.