It describes the frequently asked questions and troubleshootings.
Click the following link to check the solution for the question.
Sometimes the status information displayed on the status monitor does not change.
A print error occurs after the job hold operation is executed.
When I use GIMP to print a rectangle, several unwanted dot-shaped marks appear on the right side.
Printing is interrupted if the CUPS printer settings are changed while data is printed.
Sometimes I cannot print a document at the specified size.
![]() |
Sometimes the status information displayed on the status monitor does not change. |
![]() |
The status display does not change until printing starts. |
![]() |
Data cannot be printed properly when the computer has only a small amount of free space available on the hard disk. |
![]() |
This condition occurs more easily when printing is canceled frequently. |
![]() |
A print error occurs after the job hold operation is executed. |
![]() |
The cause of the problem is that the Linux USB driver is not equipped with a device reset and cannot execute printer reset. The recovery procedure is described below: 1. Delete all jobs. 2. Then execute one of the following:
|
![]() |
When I use GIMP to print a rectangle, several unwanted dot-shaped marks appear on the right side. |
![]() |
This is a problem in the application. |
![]() |
Printing is interrupted if the CUPS printer settings are changed while data is printed. |
![]() |
If you use the CUPS Web interface or the lpadmin command to change the CUPS printer setting while the printer is printing, the print job is forcibly canceled and printing is interrupted. If the above condition occurs, perform the procedure below: 1. Delete all jobs. 2. Then execute one of the following:
3. Stop and then start the printer by the the CUPS Web interface. |
![]() |
If I open the printer cover while the printer is printing several pages, subsequent printing is sometimes disabled. |
![]() |
If the printer is printing a document that is several pages long and you open the printer cover immediately after paper is ejected at a page break, subsequent printing may be canceled. If the above condition occurs, perform the procedure below and then reexecute the print jobs. 1. Delete all jobs. 2. Then execute one of the following:
|
![]() |
Sometimes I cannot print a document at the specified size. |
![]() |
The other application may overwrite the driver settings with its print setting save function. You may be able to solve this problem by opening .cups/lpoptions or .lpoptions located on the user's home directory with an editor and deleting the corresponding section. |
![]() |
When I run the cif command with the --gui option, the "cannot open display" message appears and the Driver UI does not start. |
![]() |
This is caused by inadequate display settings in Linux.
1. Run the gdmsetup command. 2. Uncheck the [Always disallow TCP connections to X server (disables all remote connections)] check box on the [Security] tab. 3. Reboot the system.
1. Start YaST. 2. Start the /etc/sysconfig editor in the system menu. 3. Select [Desktop] and then [Display manager], and change the settings of the following items:
DISPLAYMANAGER_REMOTE_ACCESS: yes 4. Reboot the system. |
![]() |
When I print a document from Firefox Version 1.5.0.7 in Fedora Core 6, Firefox is exited even though the print operation is performed properly. |
![]() |
Update Firefox to Version 1.5.0.8 or later. |
![]() |
Depending on the specified locale, I cannot print an image file and a text file with the cngpij and lpr commands in openSUSE 10.2. |
![]() |
You cannot print an image file such as BMP, TIFF, JPEG, and PNG and a text file with the cngpij and lpr commands if you select one of the following languages as the locale. Czech, Danish, German, Spanish, Finnish, French, Greek, Hungarian, Italian, Dutch, Norwegian, Polish, Portuguese, Russian, Swedish, Turkish Select English for locale at printing. |
![]() |
When I register the printer with the lpadmin command in openSUSE 10.2, the default paper size is set to Letter. |
![]() |
Log in as root and perform the following settings: 1. Delete the printer from the spooler. Example: If the printer is registered as PRINTER # /usr/sbin/lpadmin -x PRINTER 2. Open /etc/cups/cupsd.conf with an editor and add the following line at the end according to the language environment. Example: In the English environment DefaultLanguage en_GB 3. Restart CUPS. # /etc/init.d/cups restart 4. Register the printer to the spooler again. Example: If you want to register the printer as PRINTER (input the PPD file name in "canonxxxxx.ppd") # /usr/sbin/lpadmin -p PRINTER -m canonxxxxx.ppd -v cnij_usb:/dev/usb/lp0 -E |