Difference between revisions of "Adding an HDA networked printer"

From Amahi Wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
* Restart the Samba server by executing '''/etc/init.d/smb restart'''
 
* Restart the Samba server by executing '''/etc/init.d/smb restart'''
* Next go to a machine on your network that you want to install the printer.  For Windows, from the ''run'' option, enter '''\\hda''' followed by your user ID and password if required. [[image:Printer1.PNG]]
+
* Next go to a machine on your network that you want to install the printer.  For Windows, from the ''run'' option, enter '''\\hda''' followed by your user ID and password if required.  
 +
[[image:Printer1.PNG]]
 
* You should see the printer now.
 
* You should see the printer now.
 
[[image:Printer2.PNG]]
 
[[image:Printer2.PNG]]

Revision as of 16:03, 19 July 2008

To set up a network printer attached to the HDA from Windows, you need to perform a few simple steps. Each machine that will need access to the printer will also need the drivers installed. This will be accomplished at the time you connect them to the printer.

  • Connect the printer to the HDA (parallel or USB) and ensure it is powered on. It should automatically detect the printer and set it up for you.
  • As user root, add the following lines to the end of /var/samba/smb.conf file and save:
[printers]
       comment = All Printers
       browseable = no
       path = /tmp
       printable = yes
       guest ok = yes
;      writable = No
       create mode = 0700
       printer admin = root
  • Restart the Samba server by executing /etc/init.d/smb restart
  • Next go to a machine on your network that you want to install the printer. For Windows, from the run option, enter \\hda followed by your user ID and password if required.

Printer1.PNG

  • You should see the printer now.

Printer2.PNG