Results 1 to 8 of 8
I have two Pcs peer to peer, and i would like to know how i can get the machines networked together
One is running Slackware 9.1.0
the other Win Xp ...
- 11-04-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 15
Networking a linux machine with windows Xp machine
I have two Pcs peer to peer, and i would like to know how i can get the machines networked together
One is running Slackware 9.1.0
the other Win Xp home edition
At present my printer is connected to the Xp machine and i would like to be able to print from the linux machine
Can anyone give me a step by step procedure to accomplishing this or indicate the software i need to accomplish this
- 11-05-2004 #2
If you share the printer on Windows, you can use cups to install the networked printer. You need to have samba installed, though, but you don't have to do anything via samba as cups does that automagically. Once you start cups, you can point your browser to 'localhost:631' to access the cups configuration. From there, hit Printer Administration and go to Add Printer. When it asks for device, use the "URL" smb://host/printersharename
Just post if you have any other q's.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 11-05-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 15
thanks, will try it
- 11-05-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
I've occationally had problems with CUPS setting up Samba printers. In the past, I've had to use smb://authorized_user@host/printersharename
Guest as user didn't work, although in Windows I had set it up to accept any user.
Just some thoughts,
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 11-10-2004 #5Just Joined!
- Join Date
- Nov 2004
- Posts
- 3
I am a new Linux user.
How to run "cups" program ?
Used "find" command, but can not find the program "cups".
- 11-10-2004 #6Just Joined!
- Join Date
- Sep 2004
- Location
- Manchester
- Posts
- 50
you can start the cups demon by using /etc/rc.d/re.cupsd {start:stop:reload:restart}
you can setup the printer by using the printer setup program
if you need full cups info tr www.linuxprinting.org.
- 11-10-2004 #7
start cups
chmod +x /etc/rc.d/rc.cupsd
then
/etc/rc.d/re.cupsd {start:stop:reload:restart}
- 11-23-2004 #8Just Joined!
- Join Date
- Nov 2004
- Posts
- 3
Thank you. Got it install and works..


Reply With Quote
