|
Bugzilla – Full Text Bug Listing |
| Summary: | lp printer don't works | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Jean-Daniel Dodin <jdd> |
| Component: | YaST2 | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsmeix, polacek |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | yast logs | ||
|
Description
Jean-Daniel Dodin
2005-09-09 16:41:22 UTC
Jean-Daniel, could you please attach y2logs as decribed in the openSUSE wiki and then set the status of the bug back to assigned? Created attachment 49457 [details]
yast logs
yast logs for printing problem
Notice that after an evening shutdown and subsequent morning boot, the printer works fine. The but is so probably something very small, like a service to restart (not cups, I tried this one) Argh.. I'm not awaiken :-( - read "the bug", not "the but" :-( sorry :-) This bug looks similar to my problem. With my computer I'm using 3 different printer - one local connected via LPT - one networked via SMB - one networked via LPD As I boot Suse 9.1, everythink works fine. When I boot SUSE 10.0 RC1, no one is printing! I've checked twice I configured with YaST these printers in the same way - no success. Jobs for LPT printer are just waiting in spool, jobs for networked printers I've never seen. Can you try it with restart /etc/init.d/cupsrenice service Maybe this will help I've tried it without any success. Maybe it's useful information that "Hello world" test to my parallel printer doesn't work too. Maybe it's some kernel problem with using ecp protocol http://lists.debian.org/debian-user/2005/05/msg00377.html "ECP mode" and "DMA write timed out" => duplicate of bug #116655 Yes, it is a problem in the parport kernel modules. In particular see https://bugzilla.novell.com/show_bug.cgi?id=116655#c52 and following comments. (But here it has worked until RC1 but not for RC2.) Soultion for 10.0: Disable ECP/DMA mode in the BIOS. All modes without DMA (e.g. EPP mode) should work well. What is crucial for printing speed even under very high load is whether or not it works interrupt-driven because in polling mode the parport stuff may almost starve when other processes do a lot of interrupt-driven stuff. *** This bug has been marked as a duplicate of 116655 *** For your information regarding http://lists.debian.org/debian-user/2005/05/msg00377.html According to what I know using a "HP 710c" needs a special driver for the proprietary HP PPA printer language (e.g. /usr/bin/pnm2ppa which we have in our filters package) because it is actually a Windows-only printer but this has nothing to do with the plain data transfer via parallel port. I.e. using an appropriate driver is sufficient even if the parallel port is in the slow generic SPP polling mode. |