If you've got a printer attached to a NETGEAR PS121 mini print server on your local network, here's how to configure the Aspire One to access it.
1. Be sure you've got the latest version of cups. From a terminal prompt, enter
2. Once cups updates have been installed, open the advanced menu (R-click on empty portion of desktop), select Settings, Printer. This opens the Printer configuration tool.
(In the following steps, use the "Forward" button to advance through the various panels.)
3. Click "New printer" and choose "LPD/LPR Host or Printer" as the device. (If this choice is not available, then cups probably wasn't updated properly in step 1. Personal experience...
)
4. Enter the PS121's IP address as the Hostname and "P1" (no quotes) as the printer name.
5. Select your printer manufacturer and model from the next two screens
6. Enter the printer name, description, and location (last two are optional). Printer name can be whatever you want--it's what shows up in the list of available print devices after configuration.
7. Check the settings and click "Apply." The new printer will be added. Click the "Print test page" button on the Setting tab (which should be visible once the printer has been added) to verify that all is well.
After the printer is installed, you can set many options via the Printer configuration tool's "Printer options" and "job options" panels.
Hope this helps.
1. Be sure you've got the latest version of cups. From a terminal prompt, enter
Code:
sudo yum update cups
(In the following steps, use the "Forward" button to advance through the various panels.)
3. Click "New printer" and choose "LPD/LPR Host or Printer" as the device. (If this choice is not available, then cups probably wasn't updated properly in step 1. Personal experience...
4. Enter the PS121's IP address as the Hostname and "P1" (no quotes) as the printer name.
5. Select your printer manufacturer and model from the next two screens
6. Enter the printer name, description, and location (last two are optional). Printer name can be whatever you want--it's what shows up in the list of available print devices after configuration.
7. Check the settings and click "Apply." The new printer will be added. Click the "Print test page" button on the Setting tab (which should be visible once the printer has been added) to verify that all is well.
After the printer is installed, you can set many options via the Printer configuration tool's "Printer options" and "job options" panels.
Hope this helps.