Difference between revisions of "Add a USB printer"

From LinuxMCE
Jump to: navigation, search
Line 35: Line 35:
 
*Click "Next"
 
*Click "Next"
 
*Select the radio dial for network printer and click "Next"
 
*Select the radio dial for network printer and click "Next"
*
+
*Click the radio for "Connect to this Printer and fill in the blank
 +
::*ex. \\192.168.80.1:631\printer\'what_you_named_your_printer . You will be asked for your LMCE password and it should connect to the printer. After that you will just have to tell windows what type of printer it is and specify the driver and you should be set.
  
  

Revision as of 21:13, 2 February 2009

link on wikipedia


You can look at "edit" of this page to see how the following simple markup works:

Adding a USB Printer

You can easily add a USB printer to your core or to an MD to share over the network, even with windows PC's.

Installing the Printer on a pc

  • Connect the USB printer to the pc (in my case I chose to connect to the core so the printer would be in my server closet).
  • Using LMCE navigate to the KDE desktop.
  • Navigate to System settings and select the "Printers" icon. This should bring up the Printer System Settings menu.
  • Click on the dropdown for "Add", and select "Add Printer/Class". This will bring up the Add Printer Wizard, click "Next"
  • you may experience a known bug with KDE here. Sometimes the radio button where you would select "Local printer(parallel,serial,USB)" will be unavailable/grayed out. If you know that your USB ports and Printer are both functioning properly try using this command from a terminal.
 cd /etc/cups
 sudo cp cupsd.conf.default cupsd.conf
 sudo /etc/init.d/cupsys restart
  • Select the radio button for "Local Printer", then select your printer from the list.
  • KDE has quite alot of printer drivers already available in the OS so you should be able to select your printer Brand and Model in the next screen.
  • Once you do so it will bring up a list of possible drivers that you can select and test to see which one works best. Once you are done click "Finish".

You have now installed your USB printer to this PC.


Share Printer on Local Network

You can now share your newly installed printer with other PC's on your network.

  • Navigate back to System Settings and select the "Printers" icon.
  • Select the drop down for "Print Server", then select "Share Printers on Local Network". Click "Enable Sharing" on the popup.


Adding Shared printer to a Windows PC

Now that you have your printer installed and set to share on your network, you will need to show windows how to get to the printer. My windows laptop running Vista would not automatically locate this printer, so this is how I set it up.

  • On your windows machine go to Start>Control Panel>Printers and Faxes.
  • Select "add a printer"
  • Click "Next"
  • Select the radio dial for network printer and click "Next"
  • Click the radio for "Connect to this Printer and fill in the blank
  • ex. \\192.168.80.1:631\printer\'what_you_named_your_printer . You will be asked for your LMCE password and it should connect to the printer. After that you will just have to tell windows what type of printer it is and specify the driver and you should be set.


  1. This is an ordered (numbered) list
    1. I think these can be nested as well
    2. They can
  2. Next ordered (numbered) list
    1. Nested
    2. Nested


This will be indented
Indented more


Lines starting with a space will be "preformatted", and placed in one of those typical dotted boxes.


Italic text

bold text

italic and bold


Urls are automaticly recognized, but there are more possibilities. For example: http://some.domain/page.html shows the URL 'as is' [1] shows up as an increasing number alternative text shows up as "alternative text"

other wiki page link to other_wiki_page, shows as "other wiki page" alternative text link to other_wiki_page, shows as "alternative text"


this will stop the wiki from applying formatting, useful if you don't want url's turned into links for instance: http://some.domain/page.html


Alternatively you can also use the standard HTML tags.

Third Level: You unnest by removing one level of equal signs

You can easily add a USB printer to your core or to an MD to Samba share over the network, even with windows PC's.

Just connect the USB printer to the pc (in my case I chose to connect to the core so the printer would be in my server closet). Then using LMCE navigate to the KDE desktop. Once in KDE desktop navigate to System settings and select the "Printers" icon. This should bring up the Printer System Settings menu. Click on the dropdown for "Add", and select "Add Printer/Class". This will bring up the Add Printer Wizard, click "Next"

   you may experience a known bug with KDE here. Sometimes the radio button where you would select "Local printer(parallel,serial,USB)" will be unavailable/grayed out. If you know that your USB ports and Printer are both functioning properly try using this command from a terminal.

cd /etc/cups sudo cp cupsd.conf.default cupsd.conf sudo /etc/init.d/cupsys restart

Now, select the radio button for "Local Printer", then select your printer from the list. KDE has quite alot of printer drivers already available in the OS so you should be able to select your printer Brand and Model in the next screen. Once you do so it will bring up a list of possible drivers that you can select and test to see which one works best. Once you are done click "Finish".

You have now installed your USB printer to this PC.

Sharing the printer over the Network.