<?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 accessing printers via Samba in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736125#M67791</link>
    <description>I'm trying to set up Samba so I can serve up files from our HP-UX 11i server to our WinXP workstations.  So far, we can access the data no problem.  It's when we try to setup the printers that I'm running into a brick wall.  We got two new servers in and hooked them to our network.  I set them up and are able to print via the UNIX server and two unix boxes.  I edited my smb.conf file as follows:&lt;BR /&gt;&lt;BR /&gt;[printers]&lt;BR /&gt;      printable = yes&lt;BR /&gt;      print command = /usr/bin/lpr -r %s&lt;BR /&gt;      printer = All Printers&lt;BR /&gt;      public = yes&lt;BR /&gt;      path = /tmp&lt;BR /&gt;      read only = yes&lt;BR /&gt;      guest only = yes&lt;BR /&gt;      valid users = @users&lt;BR /&gt;&lt;BR /&gt;My /etc/printcap shows 'hplj_bw' and 'hplj_color', but when I go to the WinXP boxes, I am not able to add them (they aren't even seen).&lt;BR /&gt;&lt;BR /&gt;Anyone have any experience with setting up printers via samba and can help me see what I'm doing wrong??&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Feb 2006 11:02:07 GMT</pubDate>
    <dc:creator>George Broadrick</dc:creator>
    <dc:date>2006-02-21T11:02:07Z</dc:date>
    <item>
      <title>accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736125#M67791</link>
      <description>I'm trying to set up Samba so I can serve up files from our HP-UX 11i server to our WinXP workstations.  So far, we can access the data no problem.  It's when we try to setup the printers that I'm running into a brick wall.  We got two new servers in and hooked them to our network.  I set them up and are able to print via the UNIX server and two unix boxes.  I edited my smb.conf file as follows:&lt;BR /&gt;&lt;BR /&gt;[printers]&lt;BR /&gt;      printable = yes&lt;BR /&gt;      print command = /usr/bin/lpr -r %s&lt;BR /&gt;      printer = All Printers&lt;BR /&gt;      public = yes&lt;BR /&gt;      path = /tmp&lt;BR /&gt;      read only = yes&lt;BR /&gt;      guest only = yes&lt;BR /&gt;      valid users = @users&lt;BR /&gt;&lt;BR /&gt;My /etc/printcap shows 'hplj_bw' and 'hplj_color', but when I go to the WinXP boxes, I am not able to add them (they aren't even seen).&lt;BR /&gt;&lt;BR /&gt;Anyone have any experience with setting up printers via samba and can help me see what I'm doing wrong??&lt;BR /&gt;&lt;BR /&gt;Thanks!!!&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736125#M67791</guid>
      <dc:creator>George Broadrick</dc:creator>
      <dc:date>2006-02-21T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736126#M67792</link>
      <description>Hi&lt;BR /&gt;Try with only the foll options under smb.conf:&lt;BR /&gt;printers]&lt;BR /&gt;printable = yes&lt;BR /&gt;print command = /usr/bin/lpr -r %s&lt;BR /&gt;printer = All Printers&lt;BR /&gt;public = yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does it make a difference.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 21 Feb 2006 11:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736126#M67792</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-02-21T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736127#M67793</link>
      <description>Try configuring the global option:&lt;BR /&gt;&lt;BR /&gt;load printers = yes</description>
      <pubDate>Tue, 21 Feb 2006 12:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736127#M67793</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-02-21T12:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736128#M67794</link>
      <description>I am able to see the printers now and 'add' them via the GUI, but the info line under the printer says 'access denied, unable to connect'.&lt;BR /&gt;&lt;BR /&gt;I changed [printers] to [hplj_color] and was able to see this printer as well (same printer, different share name) and I get the same 'access denied, unable to connect' message.  &lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 21 Feb 2006 12:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736128#M67794</guid>
      <dc:creator>George Broadrick</dc:creator>
      <dc:date>2006-02-21T12:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736129#M67795</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which printing system do you use? (Try CUPS)&lt;BR /&gt;What does the command lpstat -t say?&lt;BR /&gt;&lt;BR /&gt;Try to add:&lt;BR /&gt;use client driver = yes&lt;BR /&gt;print command = lpr -P %p -o raw %s -r # using client side printer drivers.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Arno</description>
      <pubDate>Fri, 24 Feb 2006 05:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736129#M67795</guid>
      <dc:creator>Arno Kuyper_1</dc:creator>
      <dc:date>2006-02-24T05:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: accessing printers via Samba</title>
      <link>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736130#M67796</link>
      <description>In the printer section of your smb.conf is the option "guest ok = yes" appearing?  From what I can tell "guest ok = no" is the default.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Steven</description>
      <pubDate>Thu, 02 Mar 2006 16:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/accessing-printers-via-samba/m-p/3736130#M67796</guid>
      <dc:creator>Procnus</dc:creator>
      <dc:date>2006-03-02T16:36:57Z</dc:date>
    </item>
  </channel>
</rss>

