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.
Sometimes after a job is canceled, the next job cannot be printed properly.
A job was canceled, but the printer did not eject the sheet that was being printed.
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.
The [Custom Paper Size] dialog box is not displayed any more.
![]() |
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. |
![]() |
Sometimes after a job is canceled, the next job cannot be printed properly. |
![]() |
The recovery procedure is described below: 1. Delete all jobs. 2. Then execute one of the following:
|
![]() |
A job was canceled, but the printer did not eject the sheet that was being printed. |
![]() |
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 does not start. |
![]() |
The printer registered to the spooler may have stopped. Open the CUPS Web interface (http://localhost:631/), and check the status of the printer. |
![]() |
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 machine 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 machine cover while the machine is printing several pages, subsequent printing is sometimes disabled. |
![]() |
If the machine is printing a document that is several pages long and you open the machine 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 [Deny TCP connections to Xserver] check box on the [Security] tab. 3. Log out and then log back in again.
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. |
![]() |
The [Custom Paper Size] dialog box is not displayed any more. |
![]() |
If [Custom...] is already set for [Paper Size], select another paper size and then select [Custom...] again. |
![]() |
When I register the printer with the lpadmin command in openSUSE 10.3, 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 |