Lbp7010c ошибка связи

I recently bought a Canon I-SENSYS LBP7010C printer, but I am having issues getting it to work on my Linux Mint 17 system. I installed the drivers from Canon’s website successfully, but when I try to print something, it gets stuck on «Sending data to printer».

Driver

This is the driver I installed from Canon’s website. It’s called CAPT Printer Driver for Linux Version 2.70 (64-bit).

Following Ubuntu’s DebuggingPrintingProblems

The printer is connected and powered on.

Open a terminal/console and check if the usb kernel modules are loaded

$ lsmod | grep usb
usblp                  22891  0 
usbhid                 52659  0 
hid                   106148  2 hid_generic,usbhid

Unplug the USB printer cable from your computer and enter this command:

$ tail -f /var/log/syslog 

Reconnect the USB printer cable, you should see some messages appearing.

Mar 30 14:55:09 mm-desktop kernel: [  506.224058] usb 1-8: new high-speed USB device number 5 using ehci-pci
Mar 30 14:55:09 mm-desktop kernel: [  506.361176] usb 1-8: New USB device found, idVendor=04a9, idProduct=271c
Mar 30 14:55:09 mm-desktop kernel: [  506.361182] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 30 14:55:09 mm-desktop kernel: [  506.361186] usb 1-8: Product: Canon CAPT USB Device
Mar 30 14:55:09 mm-desktop kernel: [  506.361189] usb 1-8: Manufacturer: Canon
Mar 30 14:55:09 mm-desktop kernel: [  506.361192] usb 1-8: SerialNumber: 0000A2F0Q78n
Mar 30 14:55:09 mm-desktop kernel: [  506.362903] usblp 1-8:1.0: usblp1: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x04A9 pid 0x271C
Mar 30 14:55:09 mm-desktop mtp-probe: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8"
Mar 30 14:55:09 mm-desktop mtp-probe: bus: 1, device: 5 was not an MTP device
Mar 30 14:55:09 mm-desktop udev-configure-printer: add /devices/pci0000:00/0000:00:1d.7/usb1/1-8
Mar 30 14:55:09 mm-desktop udev-configure-printer: device devpath is /devices/pci0000:00/0000:00:1d.7/usb1/1-8
Mar 30 14:55:09 mm-desktop udev-configure-printer: MFG:Canon MDL:LBP7010C/7018C SERN:- serial:0000A2F0Q78n
Mar 30 14:55:10 mm-desktop kernel: [  507.492381] usblp1: removed
Mar 30 14:55:10 mm-desktop kernel: [  507.496039] usblp 1-8:1.0: usblp1: USB Bidirectional printer dev 5 if 0 alt 0 proto 2 vid 0x04A9 pid 0x271C
Mar 30 14:55:10 mm-desktop hp[13602]: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 30 14:55:10 mm-desktop python: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 30 14:55:10 mm-desktop udev-configure-printer: URI contains USB serial number
Mar 30 14:55:10 mm-desktop udev-configure-printer: URI match: usb://Canon/LBP7010C/7018C?serial=0000A2F0Q78n
Mar 30 14:55:10 mm-desktop udev-configure-printer: URI of detected printer: usb://Canon/LBP7010C/7018C?serial=0000A2F0Q78n, normalized: canon lbp7010c 7018c serial 0000a2f0q78n
Mar 30 14:55:10 mm-desktop udev-configure-printer: URI of print queue: ccp://localhost:59787, normalized: ccp localhost 59787
Mar 30 14:55:10 mm-desktop udev-configure-printer: URI of print queue: usb://Canon/LBP7010C/7018C?serial=0000A2F0Q78n, normalized: canon lbp7010c 7018c serial 0000a2f0q78n
Mar 30 14:55:10 mm-desktop udev-configure-printer: Queue ipp://localhost:631/printers/LBP7010C-7018C has matching device URI

As you may see in the output, I have added two different CUPS entries for this printer. One was added as the printer was automatically detected by CUPS and one through the steps listed in CanonCaptDrv190.

Check whether the printer gets correctly detected by the USB subsystem and determine its USB vendor/product IDs and the USB bus and device addresses:

$ lsusb
Bus 001 Device 006: ID 04a9:271c Canon, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0603:00f2 Novatek Microelectronics Corp. Keyboard (Labtec Ultra Flat Keyboard)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c05a Logitech, Inc. M90/M100 Optical Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Check whether the device files for the printer get created and the ownerships («root lp») and permissions (non-HP: «crw-rw-r—«, HP: «crw-rw-r—+») correctly set:

$ ls -l /dev/usb/lp* /dev/bus/usb/*/*
crw-rw-r-- 1 root root 189,   0 mar 30 14:46 /dev/bus/usb/001/001
crw-rw-r-- 1 root lp   189,   5 mar 30 14:57 /dev/bus/usb/001/006
crw-rw-r-- 1 root root 189, 128 mar 30 14:46 /dev/bus/usb/002/001
crw-rw-r-- 1 root root 189, 129 mar 30 14:46 /dev/bus/usb/002/002
crw-rw-r-- 1 root root 189, 256 mar 30 14:46 /dev/bus/usb/003/001
crw-rw-r-- 1 root root 189, 257 mar 30 14:46 /dev/bus/usb/003/002
crw-rw-r-- 1 root root 189, 384 mar 30 14:46 /dev/bus/usb/004/001
crw-rw-r-- 1 root root 189, 512 mar 30 14:46 /dev/bus/usb/005/001
crw-rw---- 1 root lp   180,   1 mar 30 14:57 /dev/usb/lp1

There seems to be a problem here I didn’t see before. /dev/usb/lp1 is actually missing read permission for others.

Determine the printer’s device ID strings:

$ sudo usb_printerid /dev/usb/lp1
GET_DEVICE_ID string:
MFG:Canon;MDL:LBP7010C/7018C;CMD:CAPT;VER:3.0;CLS:PRINTER;DES:Canon LBP7010C/7018C

Find out if your printer gets detected by CUPS:

$ lpinfo -v
network ipp14
direct usb://Canon/LBP7010C/7018C?serial=0000A2F0Q78n
direct ccp
network lpd
network http
network ipp
network https
network socket
serial serial:/dev/ttyS0?baud=115200
network ipps
network smb
direct parallel:/dev/lp0

syslog

What follows is my syslog for the process of plugging in and turning the printer on, adding it through system-config-printer and then attempting to print out a test page when prompted.

Mar 23 15:29:39 mm-desktop kernel: [ 4318.648033] usb 1-8: new high-speed USB device number 9 using ehci-pci
Mar 23 15:29:39 mm-desktop kernel: [ 4318.783740] usb 1-8: New USB device found, idVendor=04a9, idProduct=271c
Mar 23 15:29:39 mm-desktop kernel: [ 4318.783746] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 23 15:29:39 mm-desktop kernel: [ 4318.783749] usb 1-8: Product: Canon CAPT USB Device
Mar 23 15:29:39 mm-desktop kernel: [ 4318.783753] usb 1-8: Manufacturer: Canon
Mar 23 15:29:39 mm-desktop kernel: [ 4318.783756] usb 1-8: SerialNumber: 0000A2F0Q78n
Mar 23 15:29:39 mm-desktop kernel: [ 4318.785433] usblp 1-8:1.0: usblp1: USB Bidirectional printer dev 9 if 0 alt 0 proto 2 vid 0x04A9 pid 0x271C
Mar 23 15:29:39 mm-desktop mtp-probe: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-8"
Mar 23 15:29:39 mm-desktop mtp-probe: bus: 1, device: 9 was not an MTP device
Mar 23 15:29:39 mm-desktop udev-configure-printer: add /devices/pci0000:00/0000:00:1d.7/usb1/1-8
Mar 23 15:29:39 mm-desktop udev-configure-printer: device devpath is /devices/pci0000:00/0000:00:1d.7/usb1/1-8
Mar 23 15:29:39 mm-desktop udev-configure-printer: MFG:Canon MDL:LBP7010C/7018C SERN:- serial:0000A2F0Q78n
Mar 23 15:29:40 mm-desktop kernel: [ 4319.829770] usblp1: removed
Mar 23 15:29:40 mm-desktop kernel: [ 4319.832654] usblp 1-8:1.0: usblp1: USB Bidirectional printer dev 9 if 0 alt 0 proto 2 vid 0x04A9 pid 0x271C
Mar 23 15:29:40 mm-desktop hp[3477]: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 23 15:29:40 mm-desktop python: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 23 15:29:40 mm-desktop udev-configure-printer: no corresponding CUPS device found
Mar 23 15:30:13 mm-desktop dbus[520]: [system] Activating service name='org.freedesktop.hostname1' (using servicehelper)
Mar 23 15:30:13 mm-desktop dbus[520]: [system] Successfully activated service 'org.freedesktop.hostname1'
Mar 23 15:30:13 mm-desktop kernel: [ 4352.312742] systemd-hostnamed[3500]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
Mar 23 15:30:18 mm-desktop dbus[520]: [system] Activating service name='org.opensuse.CupsPkHelper.Mechanism' (using servicehelper)
Mar 23 15:30:18 mm-desktop dbus[520]: [system] Successfully activated service 'org.opensuse.CupsPkHelper.Mechanism'
Mar 23 15:30:18 mm-desktop kernel: [ 4357.479407] usblp1: removed
Mar 23 15:30:18 mm-desktop kernel: [ 4357.490463] usblp 1-8:1.0: usblp1: USB Bidirectional printer dev 9 if 0 alt 0 proto 2 vid 0x04A9 pid 0x271C
Mar 23 15:30:18 mm-desktop hp[3524]: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 23 15:30:18 mm-desktop python: io/hpmud/pp.c 627: unable to read device-id ret=-1
Mar 23 15:30:43 mm-desktop colord: Profile added: Canon-LBP7010C-7018C-Gray..
Mar 23 15:30:43 mm-desktop colord: Profile added: Canon-LBP7010C-7018C-RGB..
Mar 23 15:30:43 mm-desktop colord: Device added: cups-Canon-LBP7010C-7018C
Mar 23 15:30:47 mm-desktop kernel: [ 4386.398394] usblp1: removed

There are no messages in /var/log/cups/error_log.

Things I have tried

  • Installed the drivers for my MacBook and got it to work there.
  • Restarted the printer, computer and cups service.
  • Installing printer-driver-cjet.
  • Adding myself to lp and lpadmin groups.
  • Following the Ubuntu guide CanonCaptDrv190. Most notably I added the printer again with lpadmin (see below) and installed a broken dependency for captfilter. Doing this, I discovered a new entry in /dev/usb/lp1 (shown above).

Update: printer thorugh lpadmin

Using the new printer I added, jobs finish, but nothing is really printed. Running captstatusui -P LBP7010C shows the UI saying «Communication error».

Update: /dev entries

After making some changes, I discovered a new entry: /dev/usb/lp1. I tried setting both that and /dev/lp0 as devpath in ccpd.conf.

# Canon Printer Daemon for CUPS Configuration Data

<Path>
# CUPS configuration file path.
#  Default  /etc/cups/

CUPS_ConfigPath   /etc/cups/

# Log directory path.
#  LogDirectoryPath /var/log/CCPD/

</Path>

<Printer LBP7010C>
DevicePath /dev/usb/lp0
</Printer>

<Ports>
# Status monitoring socket port.
#  Default 59787
UI_Port  59787
PDATA_Port  59687
</Ports>

Update: Printing!

I don’t know exactly what I did, but I can now sometimes print pages. It works at least after just restarting the printer, though the printed pages are very faint. I don’t know the cause of this, but following Canon’s FAQ suggests the toner cartridges have run out. I fail to see how this can be the case with a brand new printer, but nothing else on that list seems plausible.

У вас уже есть продукция Canon? Зарегистрируйте свои продукты для доступа к программному обеспечению и обновлениям встроенного ПО, а также подпишитесь на рассылку, чтобы получать персонализированные советы и эксклюзивные предложения

Поддержка

Загружайте драйверы, ПО, встроенное ПО и руководства, а также получите доступ к материалам поддержки для вашего продукта серии i-SENSYS.

Драйверы

Для выполнения подключения некоторых устройств к компьютеру может потребоваться драйвер. На этой вкладке вы найдете соответствующие драйверы для своего устройства или, в случае отсутствия драйверов, описание совместимости устройства с каждой операционной системой.

Полезная информация. Доступ к программному обеспечению, руководствам и другим материалам можно получить с помощью вкладок, расположенных выше.

Операционная система Обнаруженная операционная система

Программное обеспечение

Программное обеспечение загружать необязательно, но оно обеспечивает дополнительные функции и позволяет максимально эффективно пользоваться возможностями устройства. На этой вкладке можно просмотреть и загрузить доступное программное обеспечение для вашего устройства.

Операционная система Обнаруженная операционная система

Программное обеспечение

Программное обеспечение загружать необязательно, но оно обеспечивает дополнительные функции и позволяет максимально эффективно пользоваться возможностями устройства. На этой вкладке можно просмотреть и загрузить доступное программное обеспечение для вашего устройства.

Операционная система Обнаруженная операционная система

Руководства пользователя

Руководства для вашего устройства или программного обеспечения перечислены ниже.

Приложения и функции

На этой вкладке можно посмотреть доступные приложения и функции, совместимые с вашим устройством.

Встроенное ПО

Встроенное ПО — это постоянное программное обеспечение, установленное на устройстве и обеспечивающее его корректную работу. Canon может периодически выпускать обновления для этого встроенного ПО, и если обновление доступно, его можно загрузить ниже.

FAQs

На этой вкладке вы найдете ответы на часто задаваемые вопросы и другую полезную информацию, которая поможет вам в решении вопросов и проблем.

Важная информация

На этой вкладке вы найдете подборку часто задаваемых вопросов, которые, на наш взгляд, будут вам интересны.

Коды ошибок

Код ошибки или сообщение об ошибке может появиться на устройстве по различным причинам. С помощью поля поиска можно найти полезную информацию о конкретном коде ошибки, где будут указаны причина ошибки и необходимые действия по ее устранению.

Технические характеристики

Ниже приведены все технические характеристики данного продукта.

Полезные ссылки

  • Home
  • Forum
  • The Ubuntu Forum Community
  • Ubuntu Official Flavours Support
  • General Help
  • [SOLVED] Problem with Canon LBP7010 laser printer

  1. Question Problem with Canon LBP7010 laser printer

    Installation seem to go OK, but printing a test page results in an error message saying «Unable to send data to printer».

    sudo lsusb give the following output when printer is connected:

    Apr 14 17:42:14 linux kernel: [ 5746.848153] usb 1-2: new high-speed USB device number 4 using ehci_hcd
    Apr 14 17:42:14 linux kernel: [ 5746.976161] usb 1-2: device descriptor read/64, error -71
    Apr 14 17:42:15 linux kernel: [ 5747.160161] hub 1-0:1.0: unable to enumerate USB device on port 2
    Apr 14 17:42:15 linux kernel: [ 5747.504145] usb 4-2: new full-speed USB device number 2 using ohci_hcd
    Apr 14 17:42:15 linux kernel: [ 5747.644090] usb 4-2: device descriptor read/64, error -62
    Apr 14 17:42:15 linux kernel: [ 5747.888159] usb 4-2: device descriptor read/64, error -62
    Apr 14 17:42:15 linux kernel: [ 5748.128134] usb 4-2: new full-speed USB device number 3 using ohci_hcd
    Apr 14 17:42:16 linux kernel: [ 5748.268729] usb 4-2: device descriptor read/64, error -62
    Apr 14 17:42:16 linux kernel: [ 5748.512129] usb 4-2: device descriptor read/64, error -62
    Apr 14 17:42:16 linux kernel: [ 5748.752153] usb 4-2: new full-speed USB device number 4 using ohci_hcd
    Apr 14 17:42:17 linux kernel: [ 5749.160149] usb 4-2: device not accepting address 4, error -62
    Apr 14 17:42:17 linux kernel: [ 5749.296126] usb 4-2: new full-speed USB device number 5 using ohci_hcd
    Apr 14 17:42:17 linux kernel: [ 5749.704146] usb 4-2: device not accepting address 5, error -62
    Apr 14 17:42:17 linux kernel: [ 5749.704178] hub 4-0:1.0: unable to enumerate USB device on port 2

    Any suggestion what to do?

    Last edited by leifwi; August 14th, 2013 at 11:53 AM.


  2. Re: Problem with Canon LBP7010 laser printer

    I think most folks would perceive you as being a bit light on the details………….

    Installation seem to go OK

    ………tell us more………………

    I would infer you are using Ubuntu !! 32bit or 64bit? version 12.10 ?

    from here

    http://www.canon.co.uk/Support/Consu…ownload&page=1

    Canon Europe would seem to feel the CAPT driver is the one for you; I have an LBP printer and I see the 7018K.ppd also covers your 7010C printer ………I enclose a snapshot of the ppd

    ……..so I sense we are heading towards guiding you on how to the install the CAPT driver………if you have a 32bit system, life will be simpler …………………(much simpler)

    but if we hear from you first?


  3. Re: Problem with Canon LBP7010 laser printer

    My system is the 12.04 32 bit version. I have installed the Canon CAPT driver.
    localhost:631/printers show my printer as:
    «LBP7010C-7018C (Processing, Accepting Jobs, Shared)».
    Description: Canon LBP7010C/7018C
    Location: linux
    Driver: Canon LBP7010C/7018C CAPT (UK) (color, 2-sided printing)
    Connection: usb://Canon/LBP7010C/7018C?serial=0000A2BA6JsS
    Defaults: job-sheets=none, none media=iso_a4_210x297mm sides=one-sided

    When I try to print a test page the state is changed to «Sending data to printer.» but nothing happens.
    The printer is working fine with Windows XP on the same PC.

    After installation the error log show following errors:
    E [15/Apr/2013:10:21:29 +0300] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    E [15/Apr/2013:10:26:17 +0300] Unknown directive SystemGroup on line 16 of /etc/cups/cupsd.conf.
    W [15/Apr/2013:11:05:30 +0300] failed to CreateProfile: org.freedesktop.ColorManager.AlreadyExistsrofile id ‘LBP7010C-7018C-Gray..’ already exists
    W [15/Apr/2013:11:05:30 +0300] failed to CreateProfile: org.freedesktop.ColorManager.AlreadyExistsrofile id ‘LBP7010C-7018C-RGB..’ already exists
    W [15/Apr/2013:11:05:30 +0300] failed to CreateDevice: org.freedesktop.ColorManager.AlreadyExists:device id ‘cups-LBP7010C-7018C’ already exists

    Last edited by leifwi; April 15th, 2013 at 09:16 AM.

    Reason: Added error log


  4. Re: Problem with Canon LBP7010 laser printer

    thanks;

    when you say you installed the Capt driver;

    I find this guide

    http://doc.ubuntu-fr.org/tutoriel/in…lote_canon_lbp

    the best: it is in french so if you use google translate or somesuch

    in my setup, the connection is described as ccp://localhost:59787 ………as shown in the attached thumbnail

    as described also here

    https://help.ubuntu.com/community/CanonCaptDrv190

    eg for you it would be

    sudo /usr/sbin/lpadmin -p LBP7010C -m CNCUPSLBP7018CAPTK.ppd -v ccp://localhost:59787 -E


  5. Re: Problem with Canon LBP7010 laser printer

    Did not work:
    wikberg@linux:~$ sudo /usr/sbin/lpadmin -p LBP7010C -m CNCUPSLBP7018CAPTK.ppd -v ccp://localhost:59787 -E
    [sudo] password for wikberg:
    lpadmin: Unable to copy PPD file.


  6. Re: Problem with Canon LBP7010 laser printer

    There was an error in the file name, so now the copy command is OK but the printer is still not working.
    On the cups page a new printer has appeared:
    Description: LBP7010C
    Location:
    Driver: Canon LBP7010C/7018C CAPT (UK) (color, 2-sided printing)
    Connection: ccp://localhost:59787
    Defaults: job-sheets=none, none media=iso_a4_210x297mm sides=one-sided

    Printing a test show status as completed, but nothing actually happens.

    After rebooting, printing a test page now results in status «Can’t connect to CCPD: Connection refused»

    Last edited by leifwi; April 15th, 2013 at 10:43 AM.

    Reason: Cahanges after reboot.


  7. Re: Problem with Canon LBP7010 laser printer

    You tell us your problems; and I guess you are asking for comment and/or assistance;

    You don’t tell us what you have done and that makes it all harder;

    I would have started with the latest version of the CAPT driver: 2.5 that you can get from here

    http://support-asia.canon-asia.com/c…100459601.html

    then the french sivella guide has the details

    …. please tell us if your system is a standard type; ie standalone computer with printer connected by USB cable;

    so the command

    sudo / usr / sbin / ccpdadmin-p LBP7010C-o / dev/usb/lp0

    should have given a reply

    eg

    Usage:
    ccpdadmin [-p Printer-name-o Printer-dev-path]
    ccpdadmin [x-Remove-Printer-name]

    CUPS_ConfigPath = / etc / cups /
    LOG Path = None
    UI Port = 59787

    Entry Num: Spooler: Backend: FIFO path: Device Path: Status
    ————————————————— —————————
    [0]: LBP7010C: ccp: / / localhost: 59787: / dev/usb/lp0: New!

    then sivella says to doand then check with I am a great believer in 1 2 3 4 5 6 7 8 9 ……..you get the picture?

    If you read Sivella tutorial again, he talks about /etc/ccpd.conf and I enclose a snapshot of mine and my LBP is hooked to lp1 as I have 2 printers but you can check what yours says………..


  8. Re: Problem with Canon LBP7010 laser printer

    I am using the 2.50 version CAPT driver. My system is stand alone, printer connected with usb cable.

    I have done the installation according to the instructions above and the documentation in the CAPT driver package.

    sudo / usr / sbin / ccpdadmin-p LBP7010C-o / dev/usb/lp0 command gives the answer that it cannot find the command.


  9. Re: Problem with Canon LBP7010 laser printer

    thanks;

    so the command you quote

    sudo / usr / sbin / ccpdadmin-p LBP7010C-o / dev/usb/lp0

    is to install the ccpd printer daemon

    …………before that……………….

    one needs to have restarted CUPS after installing the printer drivers with the command that Canon recommend of

    sudo /etc/init.d/cups restart

    and then Register the printer (PPD) with the print spooler.

    /usr/sbin/lpadmin -p LBP7010C -m CNCUPSLBP7018CCAPTK.ppd -v ccp://localhost:59787 –E

    and then to install the printer daemon Canon say

    /usr/sbin/ccpdadmin -p [Printer Name] -o [Printer Device Path]

    which should look like

    sudo /usr/sbin/ccpdadmin -p LBP7010C -o /dev/usb/lp0

    whereas if I understand you correctly you wrote

    sudo / usr / sbin / ccpdadmin-p LBP7010C-o / dev/usb/lp0

    ………I realise now that the Sivella documentation has crucial spaces in the wrong spots……………you have spaces where you should have none………and are lacking spaces where there should be spaces!

    If I suggest you start again: delete your entry with

    /usr/sbin/ccpdadmin -x LBP7010C

    then register the printer with the spooler and then second command as I suggest above to register the ccpd print daemon

    ie

    /usr/sbin/lpadmin -p LBP7010C -m CNCUPSLBP7018CCAPTK.ppd -v ccp://localhost:59787 –E

    then

    sudo /usr/sbin/ccpdadmin -p LBP7010C -o /dev/usb/lp0

    then

    sudo /etc/init.d/ccpd start

    to start the ccpd daemon

    and

    ………..it should give you an OK……..if so, try to print something………………..

    Last edited by pdc; April 16th, 2013 at 07:43 AM.


  10. Re: Problem with Canon LBP7010 laser printer

    Some progress, I managed to print a test page, but after that the status monitor shows that there is a
    communication error and ask to check if cable is connected and power on.

    I think I had done all the things you suggested in your previous answer, but something must have gone wrong. Also now I had to change the localhost to
    59787 as suggested earlier.

    So now there is only the communication error. I already tested with another cable and another usb port on my PC.
    That did not help. Turning off and on the power, the status monitor shows that the printer is initializing, but after that
    the communication error message returns.


Bookmarks

Bookmarks


Posting Permissions

Pa

В окне состояния принтера появляется сообщение

Примените способы устранения согласно инструкциям в отображаемом сообщении.

Тип сообщения зависит от значка.

Отображается сервисный запрос.

« Ошибка техобслуживания»

Не удается установить связь с принтером.

« Несовместимый принтер» « Ошибка сетевой платы»

« Не удается установить связь с

« Не удается установить связь с принтером»

сервером»

« Ошибка связи» « Неправильный порт»

Возникли неполадки принтера, требующие устранения.

« Не удается выполнить печать» « Недостаточно места на диске»

« Не удается выполнить печать» « Проверьте принтер»

« Проверка выходного материала» « Недостаточно памяти»

« Открыта верхняя крышка» « Бумага отсутствует или ее невозможно

подать»

« Застревание бумаги внутри принтера» « Проверьте бумагу»

Ошибка техобслуживания

<Причина> Отклонения в состоянии принтера.

Способ

Выполните процедуру, описанную в разделе «Если отображается сообщение <Ошибка

устранения

техобслуживания>«.

Несовместимый принтер

<Причина> Подключенный принтер невозможно использовать.

Способ

Выполните подключение к поддерживаемому принтеру.

устранения

g

e 37 of 73Электронное р

у

ководство LBP6020/6020B

15/11/2012file://S:\Sara\For Chris\LBP6020

_

Russian\Manuals\Source\contents\

p

rint

_

cha

p

ter.html?c

Pa

Не удается установить связь с сервером

<Причина> Компьютеруклиенту не удается установить связь с сервером печати.

Способ

Проверьте состояние сервера печати и компьютера.

устранения

Ошибка связи

<Причина> USB-кабель не подключен или НЕ ВКЛЮЧЕН принтер.

Способ

устранения

Подсоедините USB-кабель.

1

Способ

устранения

ВКЛЮЧИТЕ принтер.

2

Ошибка сетевой платы

<Причина> Кабель локальной сети не подсоединен к сетевому адаптеру. Или сетевой адаптер и

принтер НЕ ВКЛЮЧЕНЫ.

Способ

устранения

Подсоедините кабель локальной сети к сетевому адаптеру.

1

Способ

устранения

ВКЛЮЧИТЕ принтер и сетевой адаптер.

2

Не удается установить связь с принтером

<Причина 1> Поскольку функция двунаправленной связи отключена, компьютеру не удается

установить связь с принтером.

Способ

Включите двунаправленную связь и перезапустите компьютер и принтер.

устранения

«Основные операции/Различные сведения для ОС Windows»

<Причина 2> Компьютеру не удается установить связь с принтером, перенаправленным в среду

подключения терминала.

Способ

Причиной могут быть параметры брандмауэра или другие параметры.

устранения

Проверьте параметры связи сервера, компьютеровклиентов и других устройств.

Неправильный порт

g

e 38 of 73Электронное р

у

ководство LBP6020/6020B

15/11/2012file://S:\Sara\For Chris\LBP6020

_

Russian\Manuals\Source\contents\

p

rint

_

cha

p

ter.html?c

Pa

<Причина> Принтер подключен к порту, который не поддерживается принтером.

Способ

Проверьте порт.

устранения

«Основные операции/Различные сведения для ОС Windows»

Не удается выполнить печать

<Причина> Не удается выполнить печать изза ограничений безопасности.

Способ

Обратитесь к администратору.

устранения

Не удается выполнить печать

<Причина> Время передачи данных на принтер истекло или произошла ошибка передачи.

Способ

Чтобы продолжить печать, щелкните [ ] (Устранение ошибки).

устранения

Однако сообщение об ошибке может появиться повторно.

1

Способ

Отмените задание печати, а затем выполните печать снова.

устранения

«Отмена задания»

2

Проверка выходного материала

<Причина> Возможно, не удастся получить надлежащие результаты печати.

Способ

Чтобы продолжить печать, щелкните [ ] (Устранение ошибки).

устранения

Однако сообщение об ошибке может появиться повторно.

1

Способ

Отмените задание печати, а затем выполните печать снова.

устранения

«Отмена задания»

2

Открыта верхняя крышка

<Причина> Открыта верхняя крышка.

Способ

Закройте верхнюю крышку.

устранения

Застревание бумаги внутри принтера

<Причина> Произошло замятие бумаги.

g

e 39 of 73Электронное р

у

ководство LBP6020/6020B

15/11/2012file://S:\Sara\For Chris\LBP6020

_

Russian\Manuals\Source\contents\

p

rint

_

cha

p

ter.html?c

Pa

Не удаляйте смятую бумагу с усилием, а удаляйте ее согласно процедуре, описанной в

Способ

Электронном руководстве.

устранения

«Замятие бумаги»

Недостаточно места на диске

<Причина> Недостаточно места на диске компьютера или сервера.

Удалите ненужные файлы.

Способ

Нажмите кнопку [ ] (Устранение ошибки), чтобы возобновить печать после удаления

устранения

ненужных файлов.

Проверьте принтер

<Причина 1> Картридж с тонером не установлен.

Способ

Установите картридж с тонером.

устранения

«Замена картриджа с тонером»

<Причина 2> Бумага застряла внутри принтера.

Способ

Удалите застрявшую бумагу.

устранения

«Замятие бумаги»

Недостаточно памяти

<Причина> Недостаточно памяти на компьютере или сервере.

Способ

Выйдите из ненужных приложений.

устранения

Бумага отсутствует или ее невозможно подать

<Причина> Бумага отсутствует или ее невозможно подать надлежащим образом.

Загрузите бумагу надлежащим образом, а затем нажмите клавишу [ ] (Бумага) на

Способ

принтере.

устранения

«Загрузка бумаги»

Проверьте бумагу

<Причина> Формат бумаги для текущего задания отличается от формата бумаги для предыдущего

задания.

Способ

Загрузите бумагу надлежащего формата, а затем нажмите кнопку [ ] (Устранение

g

e 40 of 73Электронное р

у

ководство LBP6020/6020B

15/11/2012file://S:\Sara\For Chris\LBP6020

_

Russian\Manuals\Source\contents\

p

rint

_

cha

p

ter.html?c

Pa

устранения

ошибки).

1

«Загрузка бумаги»

Способ

Нажмите кнопку [ ] (Устранение ошибки), чтобы разрешить принтеру выполнить

устранения

печать на загруженной бумаге.

2

g

e 41 of 73Электронное р

у

ководство LBP6020/6020B

15/11/2012file://S:\Sara\For Chris\LBP6020

_

Russian\Manuals\Source\contents\

p

rint

_

cha

p

ter.html?c

Понравилась статья? Поделить с друзьями:
  • Lbp 810 ошибка принтера
  • Lbp 7010 ошибка калибровки
  • Lenovo g505s видеокарта ошибка 43
  • Lenovo g50 30 ошибка 0x000000a5
  • Lba 256 ошибка 5 при записи на устройство