General :: Configure Printing Using The C652_SERIES_LINUX_v3?
Feb 16, 2010
I have unzipped a Konica Minolta file at: [URL] I currently have it stored in a CUPS folder, unfortunately it is in my home directory. I am running 9.10 Ubuntu on a Dell latitude D830. Whats the correct path to install the CUPS folder so I can actually get something to print? Oh, and i am trying to get on a printer at work that is networked. i have full admin privileges as an Ubuntu user, but I am missing something really big. See posts below.
Currently I have tried: sudo mv /home/angela/CUPS1.1/English/KOC652UX.ppd /usr/share/ppd/openprinting/ without success even when restarting the computer.
View 3 Replies
ADVERTISEMENT
Jul 28, 2010
We developed qt based application in linux. I wish to stop ejecting the paper after printing over.How to do it.
View 2 Replies
View Related
May 31, 2010
I expected more from ubuntu 10.4 with regards to printing with exact size photos and with poor auto colour printing but the situation remains unchanged! for instance .. the photo size configurations for ubuntu/fspot/gimp and others are not compatible with my printers (HP and Brother) .. here in Europe a typical standard size photo (10x15inches or 150x100mm are not even on the Ubuntu listing? I have tried all listed possibilities including "custom" (which does not seem to ever work correctly?)and the result at best is photos with uneven boarders or at worse my printer goes a bit crazy with much wasted photo paper and expensive ink ...even photos selected for "no boarders" still produces photos with the self same uneven boarders.
I have tried pretty much everything over time following advice in this forum and including using HPlip and updating drivers required for my Brother printer but the root problem seemingly lies with the Ubunto photo size setup listing. Working with Ubuntu over the years I have found that it can do pretty much everything that Windows can do except for this dam ongoing photo quality and configuration problem.
View 9 Replies
View Related
Jul 12, 2011
i am going throw all files in directory and want to print the files that having more than 1 "%" in their content...what should i exchange in BOLD?
for file in * ;
do awk -F'(%)' '{ t += (NF - 1) } END
{if (t>1) print $file ;}'
$file;done
View 4 Replies
View Related
Aug 9, 2011
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
View 3 Replies
View Related
Jun 7, 2011
I am trying to print a ps file through code using cupsPrintFile..The code is as follows:
Code:
#include <cups/cups.h>
#include<stdio.h>
int main()
{
[Code]....
View 5 Replies
View Related
Feb 1, 2010
I cannot print form firefox 3.6 form linux suse 11.2. All the rest is printing. Piece form error log off cups
D [01/Feb/2010:19:52:00 +0100] [Job 62] page 2 1
D [01/Feb/2010:19:52:00 +0100] Discarding unused job-progress event...
D [01/Feb/2010:19:52:01 +0100] [Job 62] successfully sent print file, 24. packet, 65536 bytes (1536KB) ...
D [01/Feb/2010:19:52:02 +0100] [Job 62] successfully sent print file, 25. packet, 65536 bytes (1600KB) ...
D [01/Feb/2010:19:52:03 +0100] [Job 62] successfully sent print file, 26. packet, 65536 bytes (1664KB) ...
D [01/Feb/2010:19:52:05 +0100] [Job 62] successfully sent print file, 27. packet, 65536 bytes (1728KB) ...
D [01/Feb/2010:19:52:06 +0100] [Job 62] successfully sent print file, 28. packet, 65536 bytes (1792KB) ... .....
D [01/Feb/2010:19:52:08 +0100] Discarding unused printer-state-changed event...
D [01/Feb/2010:19:52:08 +0100] Discarding unused job-completed event...
D [01/Feb/2010:19:52:09 +0100] [Job 62] Unloading...
View 6 Replies
View Related
Nov 18, 2010
I almost never boot windows anymore - but there is one thing I miss
In msword I was able to print addresses on envelopes and/or labels
I have not found that capacity on fedora 13 with Abiword and Open Office writer
Is it there seomwhere?
View 4 Replies
View Related
Oct 6, 2010
Currently i am working with linux code. I need help in printing data in ip packet. In my program i am defined the headers and defined ip packets. But I am having problems with printing data in the ip. I am thinking that for loop has to be used, but what parameters to use
View 2 Replies
View Related
Jul 27, 2011
I have the following command, which works fine:ll /backup/PROD |grep PROD_ |awk -F" " '{print "catalog backuppiece /backup/PROD/"$9";"}'The output is:catalog backuppiece /backup/PROD/PROD_29mi42vn_1_1;BUT... I want single quotes in the result. One before /back.. and one before the ;Like this:catalog backuppiece '/backup/PROD/PROD_29mi42vn_1_1';How do I do that? I tried using ' but it does not work.The following command works, but I get an error message, which prevents me from using the command in a bash file:ll /backup/PROD |grep PROD_ |awk -F" " '{print "catalog backuppiece '''/backup/PROD/"$9"''';"}'awk: warning: escape sequence `'' treated as plain `''
View 3 Replies
View Related
Feb 27, 2011
I am brand new to Ubuntu (1 day). I can find my way round most things but I can't print to my Canon Pixma. I have tried to download Australian drivers from a 2007 thread but when I try to download I get the error message "wrong architecture i386". My computer uses an AMD Athlon IIx3 processor. When I say can't print, the file goes into a print queue but the printer does not respond at all. I can see the printer when I go into system, admin, printing.
View 14 Replies
View Related
May 11, 2010
I need to set up the Printrex 812 under linux, but i can't find any ppd files for it. It can print plain text files in raw mode, but can't print ps or other formats.I can't find anything for that printer for linux. On their website is only drivers for win.
View 1 Replies
View Related
Mar 21, 2011
First of all I must admit that I am quite new with linux, and maybe the problem I am experiencing is something trivial. Nevertheless I don't have any idea about how to handle it. When I try to print a file with Okular or with Acroread what happens is that the applications crashes and I have to terminate it, and the file is not printed.
View 5 Replies
View Related
Apr 23, 2011
How can I do it in ubuntu? OpenOffice 3.2: File - Export to PDF -> Password on copy and print doesn't help. After exporting I can easily copy text from PDF file
View 10 Replies
View Related
Jul 28, 2010
How to print continuously without ejecting the paper in linux.Is it possible?
View 4 Replies
View Related
Feb 17, 2010
When killing a process with kill -9 $PID &>/dev/null in a script, a message is still printed to the terminal after the next command terminates.
View 3 Replies
View Related
Jan 10, 2011
I have a non-root account on a shared server, on which the system administrators do not support printing because of past experience with stalled and runaway jobs. For the same reason, they do not allow installation of a user-land spooler. How can I set up printing without a local queue?
View 4 Replies
View Related
Jan 23, 2010
We are having zebra card printing software, which we have drivers. Recently we encounter the printer solution software company is closed. Their registered keys are not working. Now we download new driver which are working fine. But no proper software to print the cards. Some paid or open source windows or linux base card printing software. The card is regular card like atm, credit card, medical insurance card etc. They are actually plastic card, but no magnetic strip just printing information to be appear.
View 2 Replies
View Related
Jan 20, 2011
I'm running Red Hat Linux and CUPS 1.2.4. I can print a test page to a Win 7 shared printer ok. However, when I issue the lpr command from a user or root, it won't print. The CUPS message is "Remote host did not accept data file (1)" and the job just hangs till I cancel it. The only thing I can tell that is different is that when the test page from CUPS is generated, it uses user "guest". When I try to print it using the lpr command, the user is "eddie" or "root". I tried adding a user account named "eddie" to the Win 7 box, I can print successfully from both CUPS and users on several other Win XP boxes.
View 11 Replies
View Related
Sep 10, 2010
How will I enable dual side printing in the linux ,the option is nowhere to be seem ..
View 4 Replies
View Related
Aug 17, 2010
I have developed an application in Qt.I want to print my text(for e.g "hello") using Qprinter and stop the printer.The text printer but i dont want form feeding after printing.
View 1 Replies
View Related
Mar 16, 2011
I have not been able to print from my PCLinux box through my Windows machine (printer connected and working on that machine).
There are shared files on the Windows machine that can be seen with PCLinuxOS and accessed. PCLinuxOS can supposedly see the printer, but will not print a test page.
View 5 Replies
View Related
Mar 25, 2010
I've got a fresh install of ubuntu 9.10 on a fresh disk and everything was going perfectly. I bought a Usb=>parallel cable to connect my old parallel port printer.When I try and print, sometimes it works and sometimes it doesn't. Sometimes the job will go to the print queue and then nothing happens, in this case if I unplug and replug the usb cable a couple of times it usually prints the document. Sometimes the job doesn't show up in the print queue at all and sometimes it prints the document with no problems.
Whenever I use lsusb, I never see the printer in the list of attached usb devices (even when the printer is printing!). Apart from root hubs, the only two devices ever listed with lsusb are my mouse and scanner.
View 2 Replies
View Related
Feb 16, 2010
What printing protocols are supported by CUPS?
View 1 Replies
View Related
Aug 8, 2010
Is there a way to print a transcript generated using script that is coloured using ansi escape sequences while preserving the colours?
I am on OS X 10.6, but any tool that works on OS X or on Linux that can print or create a pdf file will be extremely helpful.
View 1 Replies
View Related
Aug 31, 2010
I'm trying to print a spreadsheet from Openoffice 3.0.1 (Xubuntu 9.04), I'd like to use the A3 pagesize but the Print dialog shows only A4 and Letter.. Other applications work fine.
The printer is a Ricoh Aficio MPC2000.
View 1 Replies
View Related
May 9, 2011
I'm trying to write a new keyboard layout. I'm testing using Debian Squeeze and Kubuntu 11.04, both with KDE. It is important to solve this issue with a keyboard layout as opposed to playing with xmodmap or scancodes and keycodes because I need to leave other keyboard layouts intact and usable. For the time being the new layout is called Noah, implemented as a variant of US English. If this is done more easily by making whole new layout that is not a variant of another then I am willing to go that route.
First off, I am trying to move the Caps Lock key to the current location of the "B" Key. This is my code (the unshown parts of the files have not been touched):
Code:
The problem is that this configuration is also affecting the US English layout. When I press "B" the keyboard gives a B _and_ a Caps Lock! So typing I get output like this: "keybOARD". How do I restrict the B key to being Caps Lock only in the Noah layout?
Here is the homepage of the Noah layout: [url]
View 8 Replies
View Related
Jun 17, 2011
We want to print PDFs from a Linux server to a HP LaserJet 1320 PCL 6 which is attached to a Windows print server.
The command we use is
lp -d LaserJet sicl_rcpdebtnt_5.pdf
Problem is, the printout comes with the top 10% of the page not printed. i.e. the printing starts from about 10% of the PDF. The header and top information is not printed.
We tried the scaling option:
lp -o scaling=75 -d LaserJet sicl_rcpdebtnt_5.pdf
But that also has no effect. Only the characters become smaller but still the same problem is there.
What can we do to print the entire PDF in ONE page. When we open the PDF in Windows and print it we have to say Fit to printer margins for the printer's page scaling property.
How to set this in command line Linux?
View 2 Replies
View Related
Oct 29, 2010
I have a PDF that I built using BIRT, and that works fine. At this point I'm trying to print it using lpr or some other command. It seems as though I should just be able to type lpr invoice.pdf and it should print to the default printer. However, lpstat -t shows "Empty print file!" for the printer, and the printer doesn't do anything, let alone print the file. lpr -l invoice.pdf prints the file, but unformatted - just a bunch of characters and whitespace on a seemingly infinite number of pages.
View 2 Replies
View Related
Oct 15, 2010
How we can take username from the /etc/passwd which have UID more than or equal to 500.
View 3 Replies
View Related