[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-09-01 Thread Launchpad Bug Tracker
This bug was fixed in the package foomatic-db - 20110831-0ubuntu1

---
foomatic-db (20110831-0ubuntu1) oneiric; urgency=low

  * New upstream release
 - The Lexmark E120n does not work in PostScript mode when using
   generic PostScript PPD files. Updated comment and removed support
   by Postscript driver. Rated down to Mostly (LP: #802285).
 - Removed Halftoning Algorithm option, it does not work any more
   with current Ghostscript (LP: #659398).
 - Updated entry for the Lexmark E230: Added Device ID, support by
   PCL-5e drivers (LP: #821818).
 - Added the Brother HL-2070N (LP: #778620).
 -- Till Kamppeter till.kamppe...@gmail.com   Wed, 31 Aug 2011 16:21:03 +0200

** Changed in: foomatic-db (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-31 Thread Till Kamppeter
** Changed in: foomatic-db (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-30 Thread Till Kamppeter
Fixed entry for the Lexmark E230 in foomatic-db upstream. Now the device
ID is added and also PPDs for PCL 5e.


** Changed in: foomatic-db (Ubuntu)
   Importance: Low = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Silviu C.
silviu@silviu-lucid:~$ sudo /usr/lib/cups/backend/usb  usb_ids.txt
[sudo] password for silviu: 
DEBUG: list_devices_libusb
DEBUG: usb_find_busses=3
DEBUG: usb_find_devices=7


This is a problem even in natty. I do not remember if 10.10 had it but it was a 
regression. Lucid has no problem letting me know that it found the printer and 
choosing the right driver for it (even if the driver is buggy) .

** Attachment added: usb_ids.txt
   
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/821818/+attachment/2259535/+files/usb_ids.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Till Kamppeter
Thank you for the device ID. I will add it to foomatic-db.

There actual problem seems to be in the interpretation of the device ID
by system-config-printer. Added system-config-printer task.

** Also affects: system-config-printer (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: foomatic-db (Ubuntu)
   Status: Incomplete = Triaged

** Changed in: system-config-printer (Ubuntu)
   Status: New = Confirmed

** Changed in: system-config-printer (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Till Kamppeter
The bug in system-config-printer is present in Natty and Oneiric. To
reproduce it without having the printer, run the commands

cd /usr/share/system-config-printer
python /usr/share/system-config-printer/newprinter.py --setup-printer 
file:/tmp/printout --devid 'MANUFACTURER:Lexmark International;COMMAND SET:PCL 
6 Emulation, PostScript Level 3 For Mac Emulation, NPAP, PJL;MODEL:Lexmark 
E230;CLS:PRINTER;DES:Lexmark E230;CID:Lexmark_Internationa0D83, 
Lexmark_InternationaCC02, Lexmark_Internationa9D12, 
Lexmark_Internationa5DD3;COMMENT:ECP1.0, LV_043D, LP_009A, LF_0035;'

It is enough only to do

cd /usr/share/system-config-printer
python /usr/share/system-config-printer/newprinter.py --setup-printer 
file:/tmp/printout --devid 'MFG:Lexmark International;CMD:PCL6;MDL:Lexmark 
E230;'

The bug disappears if the field COMMAND SET (or CMD) is not supplied
at all or empty:

cd /usr/share/system-config-printer
python /usr/share/system-config-printer/newprinter.py --setup-printer 
file:/tmp/printout --devid 'MFG:Lexmark International;MDL:Lexmark E230;'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Till Kamppeter
The problem is that due to the Ghostscript bug the pxlmono driver is
blocked in system-config-printer (put down to a very low priority, even
lower than generic PPD files (and strangely enough, the pxlcolor
driver did not get blocked). I will remove that priority exception, so
that pxlmono PPDs get auto-selected again.


** Changed in: system-config-printer (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Till Kamppeter
** Changed in: system-config-printer (Ubuntu)
   Status: Triaged = In Progress

** Changed in: foomatic-db (Ubuntu)
   Importance: Medium = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Launchpad Bug Tracker
This bug was fixed in the package system-config-printer -
1.3.5+20110801-0ubuntu2

---
system-config-printer (1.3.5+20110801-0ubuntu2) oneiric; urgency=low

  * debian/patches/23_unblock-pxlmono-driver.patch: Due to a bug
in Ghostscript producing huge output files when using the PCL-XL driver
(pxlmono/pxlcolor) the pxlmono driver got set to a very low
priority in system-config-printer so that PCL-5e drivers get preferred.
This is not needed any more as the Ghostscript bug is fixed in version
9.04. So we remove this priority exception now. In addition, this
caused problems with printers which had only a PCL-XL driver assigned
but not a PCL-5c/e driver (LP: #821818).
 -- Till Kamppeter till.kamppe...@gmail.com   Sun, 07 Aug 2011 16:31:19 +0200

** Changed in: system-config-printer (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/system-config-printer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-06 Thread Silviu C.
** Attachment added: file on which pxlmono chokes
   
https://bugs.launchpad.net/bugs/821818/+attachment/2257586/+files/IP100_Installation_Guide.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ghostscript/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-06 Thread Till Kamppeter
Can you try a live CD of Oneiric (Alpha 3 or newer, do all updates)?
Does the problem persist there?

** Changed in: ghostscript (Ubuntu)
   Status: New = Incomplete

** Also affects: foomatic-db (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ghostscript (Ubuntu)
   Importance: Undecided = Medium

** Changed in: foomatic-db (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-06 Thread Silviu C.
I downloaded an alpha 3, 64 bit Oneiric image and did all the updates.
It did have updates for cups and related stuff.

The bad:

When firing off th Add printer wizard it suggests Generic goes to
PCL 6 printers and lists the e230 pxlmono driver but recommends the
pxcolor driver.

The good:

I selected the pxlmono driver, downloaded the PDF on which it usually
choked and it printed fine.

Note: Before updating, if I attempted to print with the pxlmono driver,
it would spit gibberish on multiple pages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-06 Thread Till Kamppeter
This looks like that the Ghostscript problem is fixed in Oneiric.
Closing the Ghostscript task ...

** Changed in: ghostscript (Ubuntu)
   Status: Incomplete = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 821818] Re: pxlmono driver does not work with lexmark E230

2011-08-06 Thread Till Kamppeter
To get the automatic driver assignment correctly working, I need
additional info. Can you run the following command in a terminal window
and post the output here:

sudo /usr/lib/cups/backend/usb

This way we will get the exact printer ID so that it gets associated
with its database entry.

** Changed in: foomatic-db (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/821818

Title:
  pxlmono driver does not work with lexmark E230

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/foomatic-db/+bug/821818/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs