LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-01-2011, 07:31 AM   #16
HajdukJanko
Member
 
Registered: Sep 2009
Distribution: openSuSE 12.2 LXDE
Posts: 47

Original Poster
Rep: Reputation: 0

There is problem that I haven't realized until today-because I'm silly it is said on the page, but I obviously can't read...

Today I have noticed that printing stops after page 2 every time (I have no printed more than one page until today)...

Is error in cups, because people with other printers (some people with HP D1660) have the same error, or in driver?

This is the error (there is more code but can't attach it and it has 929 rows...)

Code:
Page 1 (Scheduler not running?):
{'cups_connection_failure': False}
Page 2 (Choose printer):
{'cups_dest': <cups.Dest CANON-LBP800>,
 'cups_instance': None,
 'cups_queue': 'CANON-LBP800',
 'cups_queue_listed': True}
Page 3 (Check printer sanity):
{'cups_device_uri_scheme': u'parcapt',
 'cups_printer_dict': {'device-uri': u'parcapt:/dev/parport0',
                       'printer-info': u'CANON-LBP800',
                       'printer-is-shared': False,
                       'printer-location': u'',
                       'printer-make-and-model': u'Canon LBP-800 Foomatic/lbp800 (recommended)',
                       'printer-state': 3,
                       'printer-state-message': u'Printed.',
                       'printer-state-reasons': [u'none'],
                       'printer-type': 10489860,
                       'printer-uri-supported': u'ipp://localhost:631/printers/CANON-LBP800'},
 'cups_printer_remote': False,
 'is_cups_class': False,
 'local_cups_queue_attributes': {'auth-info-required': u'none',
                                 'charset-configured': u'utf-8',
                                 'charset-supported': [u'us-ascii', u'utf-8'],
                                 'color-supported': False,
                                 'compression-supported': [u'none', u'gzip'],
                                 'copies-default': 1,
                                 'copies-supported': (1, 9999),
                                 'cups-version': u'1.4.4',
                                 'device-uri': u'parcapt:/dev/parport0',
                                 'document-format-default': u'application/octet-stream',
                                 'document-format-supported': [u'application/octet-stream',
                                                               u'application/pdf',
                                                               u'application/postscript',
                                                               u'application/vnd.cups-banner',
                                                               u'application/vnd.cups-pdf',
                                                               u'application/vnd.cups-postscript',
                                                               u'application/vnd.cups-raw',
                                                               u'application/vnd.hp-hpgl',
                                                               u'application/x-cshell',
                                                               u'application/x-csource',
                                                               u'application/x-perl',
                                                               u'application/x-shell',
                                                               u'image/gif',
                                                               u'image/jpeg',
                                                               u'image/png',
                                                               u'image/tiff',
                                                               u'image/x-bitmap',
                                                               u'image/x-photocd',
                                                               u'image/x-portable-anymap',
                                                               u'image/x-portable-bitmap',
                                                               u'image/x-portable-graymap',
                                                               u'image/x-portable-pixmap',
                                                               u'image/x-sgi-rgb',
                                                               u'image/x-sun-raster',
                                                               u'image/x-xbitmap',
                                                               u'image/x-xpixmap',
                                                               u'text/css',
                                                               u'text/html',
                                                               u'text/plain'],
                                 'finishings-default': 3,
                                 'finishings-supported': [3],
                                 'generated-natural-language-supported': [u'en'],
                                 'ipp-versions-supported': [u'1.0',
                                                            u'1.1',
                                                            u'2.0',
                                                            u'2.1'],
                                 'ippget-event-life': 15,
                                 'job-creation-attributes-supported': [u'copies',
                                                                       u'finishings',
                                                                       u'ipp-attribute-fidelity',
                                                                       u'job-hold-until',
                                                                       u'job-name',
                                                                       u'job-priority',
                                                                       u'job-sheets',
                                                                       u'media',
                                                                       u'media-col',
                                                                       u'multiple-document-handling',
                                                                       u'number-up',
                                                                       u'output-bin',
                                                                       u'orientation-requested',
                                                                       u'page-ranges',
                                                                       u'print-quality',
                                                                       u'printer-resolution',
                                                                       u'sides'],
                                 'job-hold-until-default': u'no-hold',
                                 'job-hold-until-supported': [u'no-hold',
                                                              u'indefinite',
                                                              u'day-time',
                                                              u'evening',
                                                              u'night',
                                                              u'second-shift',
                                                              u'third-shift',
                                                              u'weekend'],
                                 'job-k-limit': 0,
                                 'job-page-limit': 0,
                                 'job-priority-default': 50,
                                 'job-priority-supported': [100],
                                 'job-quota-period': 0,
                                 'job-settable-attributes-supported': [u'copies',
                                                                       u'finishings',
                                                                       u'job-hold-until',
                                                                       u'job-name',
                                                                       u'job-priority',
                                                                       u'media',
                                                                       u'media-col',
                                                                       u'multiple-document-handling',
                                                                       u'number-up',
                                                                       u'output-bin',
                                                                       u'orientation-requested',
                                                                       u'page-ranges',
                                                                       u'print-quality',
                                                                       u'printer-resolution',
                                                                       u'sides'],
                                 'job-sheets-default': (u'none', u'none'),
                                 'job-sheets-supported': [u'none',
                                                          u'classified',
                                                          u'confidential',
                                                          u'secret',
                                                          u'standard',
                                                          u'topsecret',
                                                          u'unclassified'],
                                 'marker-change-time': 0,
                                 'media-bottom-margin-supported': [510,
                                                                   529,
                                                                   507,
                                                                   524,
                                                                   500],
                                 'media-col-supported': [u'media-bottom-margin',
                                                         u'media-left-margin',
                                                         u'media-right-margin',
                                                         u'media-size',
                                                         u'media-source',
                                                         u'media-top-margin',
                                                         u'media-type'],
                                 'media-default': u'iso_a4_210x297mm',
                                 'media-left-margin-supported': [474,
                                                                 567,
                                                                 499,
                                                                 533,
                                                                 491,
                                                                 507,
                                                                 457,
                                                                 558],
                                 'media-right-margin-supported': [467,
                                                                  567,
                                                                  499,
                                                                  541,
                                                                  491,
                                                                  486,
                                                                  512,
                                                                  444,
                                                                  558],
-------------------------------------------------------------------------------------------------
If anyone have idea where is the error I'll be thankful.

Last edited by HajdukJanko; 03-01-2011 at 07:54 AM.
 
Old 10-19-2013, 07:39 AM   #17
aleksejleonov
LQ Newbie
 
Registered: Oct 2013
Location: Kyiv, Ukraine
Distribution: Ubuntu 12.04
Posts: 2

Rep: Reputation: Disabled
Made complete instruction for setup Canon LBP-800 on Ubuntu (10.10, 12.04, 13.04, 13.10).
Also, should works with other distributives.

Page with instructions: http://aleksejleonov.github.io/lbp800_linux.
Sources on GitHub: https://github.com/aleksejleonov/lbp800_linux.
 
Old 04-23-2014, 10:40 AM   #18
Blister
LQ Newbie
 
Registered: Apr 2014
Location: Italy
Distribution: Ubuntu 12.10 and 14.04 with Unity
Posts: 2

Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by aleksejleonov View Post
Made complete instruction for setup Canon LBP-800 on Ubuntu (10.10, 12.04, 13.04, 13.10).
Also, should works with other distributives.

Page with instructions: ...
Sources on GitHub: ...
thank you very much: the printer is on a pc with kubuntu and finally press thanks to your guide! I would add that the guide needs to be followed on the lan pc, the pc with linux of course. If I can share it with your pc / windows will let you know

A monument!
 
Old 04-23-2014, 12:13 PM   #19
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Blister you are aware that this thread is from January 2011
over 3 YEARS ago
And is for a dead and unsupported version of OpenSUSE
ALL opensuse 11 versions are not supported any longer
 
Old 04-23-2014, 12:24 PM   #20
Blister
LQ Newbie
 
Registered: Apr 2014
Location: Italy
Distribution: Ubuntu 12.10 and 14.04 with Unity
Posts: 2

Rep: Reputation: Disabled
I'm sorry but I needed the old instructions just because the printer is old and since I have resolved I wanted to say thank you.
Excuse me...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Canon LBP 800 compatible w/ Linux or not? exit3219 Linux - Hardware 7 06-16-2005 06:14 AM
Using a printer (Canon LBP-800) Lead Expression Linux - Newbie 3 01-15-2005 02:20 PM
Canon LBP-810 U-ra Linux - Hardware 1 02-28-2004 04:20 PM
Canon LBP-800, will not work AT ALL! hass Linux - Software 1 10-23-2001 10:15 AM
Winprinter.. Linux LBP-800 - Help! hass Linux - Software 0 10-10-2001 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration