HI, my brother has a Windows XP based PC. I have a Kubuntu / Windows XP dual boot PC. However when my borther wants to print his home work for example i have to reboot into XP which is quite annoying. How can i share a printer that is connected to a Linux Machine with a XP machine. What packages do i need to install and how do i use them. Sorry you must have loads of questions like this but all the other guides i have seen have the printer connected to the windows machine. Thnx in advance Connel.
Announcement
Collapse
No announcement yet.
How to share a printer installed on linux with a Windows XP machine
Collapse
This topic is closed.
X
X
-
Re: How to share a printer installed on linux with a Windows XP machine
You must have the computers networked first, use samba. If you already have the network set up, At the CLI do:
Code:sudo cupsaddsmb -a
In your [global] section add these two lines
printing = cups
printcap = cups
Then add these sections
[PRINTERS]
comment = All Printers
path = /var/spool/samba/
printable = yes
guest ok = yes
case sensitive = no
strict locking = no
read only = no
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
RESTART SAMBA
Code:sudo /etc/init.d/samba restart
- Top
- Bottom
-
Re: How to share a printer installed on linux with a Windows XP machine
thnx 4 the really fast reply! when you say networked what exactly to do you mean? The computers have no links what so ever (ie shard folders if tht is wot u mean) if tht is not what u mean, how to i network my linux machine usin samber? thnx
- Top
- Bottom
Comment
Comment