<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux to Windows printing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563739#M87299</link>
    <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;I guess you run cups as your spooler, so you have to define this windows printer via cups interface. If you are running graphical mode you have printer administration on KDE. If you are running text mode, cups administration can be donne in web mode. Point your browser to the server machine on port 631 and you will be in cups administration page. You will be asked for root user and password. You have to know that cups has some security issues and you have to configure it to accept logins from remote machines.&lt;BR /&gt;&lt;BR /&gt;Please refer to cups documentation at&lt;BR /&gt;&lt;A href="http://www.cups.org/" target="_blank"&gt;http://www.cups.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps&lt;BR /&gt;xyko</description>
    <pubDate>Tue, 14 Jun 2005 09:03:04 GMT</pubDate>
    <dc:creator>xyko_1</dc:creator>
    <dc:date>2005-06-14T09:03:04Z</dc:date>
    <item>
      <title>Linux to Windows printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563738#M87298</link>
      <description>I've a computer with Suse linux 9.3 connectet in a network through SAMBA and I want to install a HP Deskjet 3820 witch is connected to another computer with a WINDOWS 2000.&lt;BR /&gt;HOw can I do it? I tryed with YaST but it is impossible.&lt;BR /&gt;I'll thank you very much if yo can send me every information about it.&lt;BR /&gt;Jorge K&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2005 07:28:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563738#M87298</guid>
      <dc:creator>jorge K</dc:creator>
      <dc:date>2005-06-14T07:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563739#M87299</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;I guess you run cups as your spooler, so you have to define this windows printer via cups interface. If you are running graphical mode you have printer administration on KDE. If you are running text mode, cups administration can be donne in web mode. Point your browser to the server machine on port 631 and you will be in cups administration page. You will be asked for root user and password. You have to know that cups has some security issues and you have to configure it to accept logins from remote machines.&lt;BR /&gt;&lt;BR /&gt;Please refer to cups documentation at&lt;BR /&gt;&lt;A href="http://www.cups.org/" target="_blank"&gt;http://www.cups.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope it helps&lt;BR /&gt;xyko</description>
      <pubDate>Tue, 14 Jun 2005 09:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563739#M87299</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-14T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563740#M87300</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;here are some stuff from cups documentation that may help you, but I suggest that you go and read all documents.&lt;BR /&gt;&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Printing to LPD Servers&lt;BR /&gt;&lt;BR /&gt;CUPS provides the lpd backend for printing to LPD-based servers and printers. Use a device URI of lpd://server/name to print to a printer on an LPD server, where server is the hostname or IP address of the server and name is the queue name. Additional options can be specified after the remote queue name to control how the LPD requests are sent - consult Appendix B - Common Network Settings for a complete description.&lt;BR /&gt;&lt;BR /&gt;Microsoft Windows NT provides an LPD service under the name "TCP/IP Printing Services". To enable LPD printing on NT, open the "Services" control panel, select the "TCP/IP Printing Services" service, and click on the "Start" button. Any shared printer will then be available via the LPD protocol.&lt;BR /&gt;&lt;BR /&gt;Printing to Windows Servers&lt;BR /&gt;&lt;BR /&gt;CUPS can print to Windows servers in one of two ways. The first way uses the LPD protocol on the CUPS system and the "TCP/IP Printing Services" on the Windows system. You can find out more about this configuration in the LPD section earlier in this chapter.&lt;BR /&gt;&lt;BR /&gt;The second way is through the Microsoft Server Message Block ("SMB") protocol. Support for this protocol is provided with the free SAMBA software package. You can download SAMBA from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.samba.org" target="_blank"&gt;http://www.samba.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To configure CUPS for SAMBA, run the following command:&lt;BR /&gt;&lt;BR /&gt;ln -s `which smbspool` /usr/lib/cups/backend/smb ENTER&lt;BR /&gt;&lt;BR /&gt;The smbspool(1) program is provided with SAMBA starting with SAMBA 2.0.6. Once you have made the link you can configure your printers with one of the following device URIs:&lt;BR /&gt;&lt;BR /&gt;smb://workgroup/server/sharename&lt;BR /&gt;smb://server/sharename&lt;BR /&gt;smb://user:pass@workgroup/server/sharename&lt;BR /&gt;smb://user:pass@server/sharename&lt;BR /&gt;&lt;BR /&gt;The workgroup name need only be specified if your system is using a different workgroup. The user:pass strings are required when printing to Windows NT servers or to shares with passwords enabled under Windows 95 and 98.&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2005 09:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563740#M87300</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-06-14T09:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linux to Windows printing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563741#M87301</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;Please use the subject as issue/problem descriptor in stead of your email address please.&lt;BR /&gt;&lt;BR /&gt;It's sometimes quite a struggle get samba configured and secured well. That's why there are several GUI applications to make live easier for you. Look at &lt;A href="http://us2.samba.org/samba/GUI/" target="_blank"&gt;http://us2.samba.org/samba/GUI/&lt;/A&gt; and choose your favourite one.&lt;BR /&gt;If you want a nice tool to configure more than samba only, webmin is a good choice.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jun 2005 06:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-to-windows-printing/m-p/3563741#M87301</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-06-15T06:04:57Z</dc:date>
    </item>
  </channel>
</rss>

