|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Operating Systems > Linux, Unix | |
How to share Linux printers with windows
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Multi-Quote King
![]() |
This is pretty much a note to myself in case I have to do this again...
1. Get the printer hooked up in Linux, make sure it works 2. Download Samba 3. I'm not sure how much configuring is necessary, but I think you copy/paste this and enter the names of your workgroup and Linux computer into /etc/samba/smb.conf Code:
[global] workgroup = WORKGROUPNAME server string = COMPUTERDESCRIPTION security = share [Shared] path = /home/USERNAME/FOLDER available = yes browsable = yes public = yes writable = yes guest ok = yes create mask = 0777 directory mask = 0777 5. Turn on the windows computer (which is on the same workgroup) 6. Open a browser and go to http://<IP of Linux computer>:631 7. Go to Printers 8. Click the printer you want to add 9. The address in the browser URL bar should be something along the lines of http://<IP of linux computer>:631/printers/<name of printer> 10. Copy that 11. Go to Add a printer in windows. Of course choose add network printer... 12. Don't browse, don't select server (or whatever the 2nd option is, assuming we're working in XP here); use the 3rd option and paste that in there. It should be obvious. 13 Hit next, choose the driver, and be on your merry way.
__________________
"I just talk the way I see things... If that's offensive to you... I'm sorry; you're a loser." - Michael Savage "But you would be amazed by how many people think that the only reason to have a computer is to play games, and that playing games is all that anyone with a computer does." - dangerousHobo
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Programmer
![]() |
This is actually a pretty nice guide, I'm sure someone will find it useful
__________________
OCN Wallpapers - OCN music lovers I, II & III Amazing widescreen digital abstract art wallpapers Programming tutorials and resources
|
|||||||||||||
|
|
|
|
|
#3 (permalink) | ||||||||||||||
|
PC Gamer
![]() |
I asked this question of the Ubuntu forum myself a month or 2 ago, I'll see if I can dig out a link as the procedure that worked for me wasn't the same as what you've got here
Edit: Here it is
__________________
Quote:
Last edited by chemicalfan : 06-15-09 at 07:26 AM |
||||||||||||||
|
|
|
![]() |
| Tags |
| linux, printer, printing, sharing, windows |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|