Bug 105920 - printing on Samsung ML-1750 does not work
Summary: printing on Samsung ML-1750 does not work
Status: RESOLVED DUPLICATE of bug 104874
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Printing (show other bugs)
Version: Beta 2
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Johannes Meixner
QA Contact: Johannes Meixner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 19:41 UTC by peter czanik
Modified: 2005-08-22 07:24 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
YaST2 logs (237.45 KB, application/x-compressed-tar)
2005-08-19 19:42 UTC, peter czanik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peter czanik 2005-08-19 19:41:06 UTC
My printer (a Samsung ML-1750 laser printer) is found on installation, but
printing does not work. In the syslog I get this, when I try to print a test
page from YaST2:

Aug 19 21:37:07 linux kernel: pnp: Device 00:0b activated.
Aug 19 21:37:07 linux kernel: parport: PnPBIOS parport detected.
Aug 19 21:37:07 linux kernel: parport0: PC-style at 0x378, irq 7
[PCSPP,TRISTATE,EPP]
Aug 19 21:37:07 linux kernel: parport0: Printer, Samsung ML-1750
Aug 19 21:37:07 linux kernel: lp0: using parport0 (interrupt-driven).
Aug 19 21:37:07 linux kernel: pnp: Device 00:0b disabled.
Aug 19 21:37:07 linux kernel: pnp: Device 00:0b activated.
Aug 19 21:37:07 linux kernel: parport: PnPBIOS parport detected.
Aug 19 21:37:07 linux kernel: parport0: PC-style at 0x378, irq 7
[PCSPP,TRISTATE,EPP]
Aug 19 21:37:07 linux kernel: parport0: Printer, Samsung ML-1750
Aug 19 21:37:21 linux hp: unable to open /var/run/hpiod.port: No such file or
directory: prnt/hpijs/hplip_api.c 75
Aug 19 21:37:21 linux hp: unable to connect hpiod socket 50000: Connection
refused: prnt/hpijs/hplip_api.c 693
Aug 19 21:37:21 linux hp: unable to send ProbeDevices: Broken pipe
Aug 19 21:37:51 linux hp: unable to open /var/run/hpiod.port: No such file or
directory: prnt/hpijs/hplip_api.c 75
Aug 19 21:37:51 linux hp: unable to connect hpiod socket 50000: Connection
refused: prnt/hpijs/hplip_api.c 693
Aug 19 21:37:51 linux hp: unable to send ProbeDevices: Broken pipe
Aug 19 21:37:53 linux hp: unable to open /var/run/hpiod.port: No such file or
directory: prnt/hpijs/hplip_api.c 75
Aug 19 21:37:53 linux hp: unable to connect hpiod socket 50000: Connection
refused: prnt/hpijs/hplip_api.c 693
Aug 19 21:37:53 linux hp: unable to send ProbeDevices: Broken pipe

I'll also attach yast2 logs.
Comment 1 peter czanik 2005-08-19 19:42:25 UTC
Created attachment 46725 [details]
YaST2 logs
Comment 2 Johannes Meixner 2005-08-22 07:24:59 UTC
Parallel port printer => very likely a duplicate of bug #104874

The hplip erreor messages should have nothing to do with your non-HP printer.

To verify on your machine do as root after booting:
  lsmod | egrep 'lp|parport'
and you should get at least the modules parport, parport_pc, lp

Now start YaST printer config tool and do again
 lsmod | egrep 'lp|parport'
and you may see that now lp is missing.
If yes, do "modprobe lp" and testpage printing in YaST should work.


*** This bug has been marked as a duplicate of 104874 ***