June 5, 2009 4:09pm
Today, I finally figured out how to make my ubuntu laptop print to a Sharp MX-4501N workgroup copier. It was hell.
Basically, you need to get the .ppd from sharp - that part is easy. Then, if like my office, yours bases everything off of the 'user number' in the windows, you'll need to add this little bit to the .ppd before install. I put it right before all of the %== constraints lists and options.
*% **** Account number
*JCLOpenUI *JCLMXaccount/numero: PickOne
*OrderDependency: 80 JCLSetup *JCLMXaccount
*DefaultJCLMXaccount: A#####
*JCLMXaccount A#####/#####: "@PJL SET ACCOUNTNUMBER=<22>#####<22><0A>"
*JCLCloseUI: *JCLMXaccount
Make ##### your user number. You can probably change numero to number, but, I pulled this off of a spanish site, it works, and I'd prefer not to mess with it.

