[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2012-01-20 Thread Till Kamppeter
Please try the CUPS package of my PPA

https://launchpad.net/~till-kamppeter/+archive/ppa

It contains a USB backend which uses the newer libusb 1.0.x. Perhaps
this works.

Otherwise, this problem could be a kernel problem, bug 917148.

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2012-01-20 Thread Mantas Kriaučiūnas
** Also affects: baltix
   Importance: Undecided
   Status: New

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-11 Thread SPud
It still happens. It really rare with Splix. Using Splix does not solve
the problem, but makes it less frequent.

I did small test. I've created my own backend (bash script), which
redirects stdin to some file, and when it is finished sends file to
/dev/usb/lp0. It is working well even with Samsung driver. When my
script redirects directly to stdout, it produces problem.

So: the same content, but sent in single not interrupted stream makes
difference. It may suggest that it is some timing issue, which should be
addressed in usbbackend and not in Splix or Samsung driver.

I think that interrupt in input stream is interpreted by Samsung printer
as end of job. If uploaded data is not complete, printer tries to print
as plain text, and does not wait for rest of job.

I'd like to try cups' filter ability in order to implement buffering,
but it is out of my knowledge. If you may suggest something I'm open to
try your suggestions.

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package splix - 2.0.0+20111206-0ubuntu1

---
splix (2.0.0+20111206-0ubuntu1) precise; urgency=low

  * New upstream release
 - SVN snapshot from Dec 6, 2011
 - Added Samsung SCX-3200 (LP: #898385).
  * debian/rules: Run "make clean" also with "DISABLE_JBIG=1", otherwise
"make clean" falls into an infinite loop without the JBIG library
being present and the package FTBFS.
 -- Till KamppeterTue, 06 Dec 2011 23:37:46 +0100

** Changed in: splix (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/898385

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-07 Thread Till Kamppeter
Slawek, thank you very much. If we have packaged SpliX with the new PPD
added, users without Samsung's driver installed will automatically get
this PPD.

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-07 Thread Slawek Pudlis
Auto setup is not working. It looks like ppds are looked for in
/usr/share/cups/model and not /usr/share/ppd/. I've added sym link to
custom and then it starts to recognize and installs automatically.

Additionally I had to remove ppd file provided by Samsung driver,
because it takes precedence over ppd file in custom directory. In my
opinion, if more then one ppd file matches, user should have chance to
make decision.

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-06 Thread Till Kamppeter
Attached is the new PPD file. Please try it out. If you place it in
/usr/share/ppd/custom/ and remove all queues for your printer and after
that unplug the printer from the USB and plug it in again, you can test
the auto setup for your printer. Please tell whether this works. After
the test remove the PPD file from /usr/share/ppd/custom/ so that when
new SpliX packages with the PPD file included appear it is assured that
only an up-to-date PPD file is on your system.

** Attachment added: "scx3200.ppd"
   
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/898385/+attachment/2622264/+files/scx3200.ppd

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-06 Thread Till Kamppeter
Added Samsung SCX-3200 in upstream SVN repository of SpliX.

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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


[Bug 898385] Re: Chromium-generated PDF does not print on Samsung SCX-3200 on USB via Samsung's driver

2011-12-06 Thread Till Kamppeter
** Changed in: splix (Ubuntu)
   Status: Triaged => In Progress

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

Title:
  Chromium-generated PDF does not print on Samsung SCX-3200 on USB via
  Samsung's driver

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

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