Bugzilla – Bug 105920
printing on Samsung ML-1750 does not work
Last modified: 2005-08-22 07:24:59 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.
Created attachment 46725 [details] YaST2 logs
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 ***