Adding an HDA networked printer

From Amahi Wiki
Revision as of 16:11, 19 July 2008 by Bigfoot65 (talk | contribs)
Jump to: navigation, search

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

  • Right click on the printer and select connect. Answer Yes to install when it prompts to install the printer.

Printer3.PNG

  • Now, it won’t find the drivers, so select OK as we will install the drivers from the printer disk.

Printer4.PNG

  • You should now see the add printer wizard. If your driver is in the list, select it. Otherwise, select Have Disk and point it to your drive where the printer driver disk is located.

Printer5.PNG

  • Once you install the driver, you can check the Printers and Faxes to see if it is installed. Although it says “Access denied, unable to connect” it is working. For some reason, it only periodically displayes “Ready” on my machine, but it is connected. You should be able to print a test page. If works well, you should see a test page in a matter of seconds.

Printer6.PNG

This worked great on my network, but may require some additional adjustments for others. For more assistance, see the FAQ regarding how to attach a printer to the HDA.