How can I share my printer with a linux pc, so that I could add this printer as a network printer from a windows pc OR another linux pc?<br><br>What's the best solution? Is there any?<br><br>I already tried in samba:<br>
<br>[printers]<br>comment = All Printers<br>browseable = No<br>path = /var/spool/samba<br>printable = Yes<br>guest ok = No<br>read only = Yes<br>create mask = 0700<br><br>[print$]<br>comment = Printer Drivers<br>path = /var/lib/samba/printers<br>
browseable = Yes<br>read only = Yes<br>guest ok = No<br><br><br>Ok, I can see the printer, if I type: e.g.: "\\192.168.1.244" in "RUN" under a windows xp machine, I can print too  (I have to install printer driver first).<br>
<br>But I just can't set this printing from a Linux machine :( I tried system-config-printer under GNOME but I just can't find out, what's the printers address??  (I can see the printer within the workgroup, I can add it, but when I want to print, it just does nothing...theres no firewall that may block it..)<br>
<br>smb://<a href="http://192.168.1.244/iP1800-series">192.168.1.244/iP1800-series</a>?<br>ipp://<a href="http://192.168.1.244/iP1800-series">192.168.1.244/iP1800-series</a>?<br><br>please help me... I didn't thought that I need severel hours to just add a network printer under Linux (Debian Lenny) :(<br>
<br>Are there any good docs?? (no, not google....)<br><br><br>here's the samba script I use to share the printer: <a href="http://pastebin.com/m2899c0e9">http://pastebin.com/m2899c0e9</a><br>smbclient output: <a href="http://pastebin.com/m23e183aa">http://pastebin.com/m23e183aa</a><br>