| Author |
Message |
davec51
Joined: 13 Apr 2006 Posts: 474 Location: Virginia
|
Posted: Sun 24 Sep 2006, 13:03 Post subject:
How to network Puppy and XP? |
|
I'm hopeless, I know, but I'm trying to network an old computer (400mhz, with Puppy and W98 dual boot) and a new 2900mhz machine with XP installed (I can boot that one from my CD -- version 2.10 in both.
I used Samba on the old machine, and it seems I have established some sort of network. What next? Can I network an XP and Puppy?
|
|
Back to top
|
|
 |
marksouth2000
Joined: 05 Apr 2006 Posts: 620
|
Posted: Sun 24 Sep 2006, 14:03 Post subject:
|
|
Menu | Network | LinNeighbourhood Samba client
-- does that work for you, or is the problem a different one (in which case, more info needed)?
|
|
Back to top
|
|
 |
davec51
Joined: 13 Apr 2006 Posts: 474 Location: Virginia
|
Posted: Sun 24 Sep 2006, 14:34 Post subject:
Network |
|
My problem is I don't know how to access files from one computer to the other, or print.
|
|
Back to top
|
|
 |
trapster

Joined: 28 Nov 2005 Posts: 1966 Location: Maine, USA
|
Posted: Sun 24 Sep 2006, 16:27 Post subject:
|
|
I created the appropriate directories in puppy then run this from my desktop on my puppyoffice203 laptop to mount the xp laptop. I can't remember if you have to set up xp to share or not. I would guess you need to.
| Code: | #!/bin/bash
rxvt -e smbmount //192.168.1.101/'My Documents' /root/mnt/windowsxp & |
Of course, you'll need to know the address of the your xp machine and plug it into the script above.
To connect from xp to my puppy laptop I use betaftpd but can't remember the steps, sorry that's the wife's and I am not on that one too much. (way too slow).
We use a printer wirelessly from each so I can't help with the shared printer thing either.
_________________ trapster
Maine, USA
Asus eeepc 1005HA PU1X-BK
Frugal install:Puppeee4.31 + 1.0, Puppy4.10 + Lupu52
Currently using Puppeee-1.0 AND lupu52 w/ fluxbox
|
|
Back to top
|
|
 |
WhoDo

Joined: 11 Jul 2006 Posts: 4441 Location: Lake Macquarie NSW Australia
|
Posted: Mon 25 Sep 2006, 03:18 Post subject:
Re: Network |
|
| davec51 wrote: | | My problem is I don't know how to access files from one computer to the other, or print. | Ok, I can help with a part of that.
To access files on your Windows XP machine from your Puppy machine, you need to have shared a directory or directories on your XP machine. Simply right click on any folder icon and choose the Sharing and security .. option from the menu.
Once you have the directory shared, then you can use LinNeighbourhood Samba Client to connect to the shared directory on your XP machine. Of course you need to know the machines network address or hostname and the name of your workgroup.
Open LinNeighbourhood Samba Client from the Network menu in Puppy and choose Edit - Preferences. Enter the name of your workgroup and be sure to select "Always scan as user" and "Use Samba port 139". Then under the Miscellaneous tab, enter your default user name and password.
Leave everything else unaltered, Save your preferences and choose Options-Browse Entire Network and you should see your workgroup name come up. Double click that and keep burrowing down until you find your shared folder. Highlight and mount that folder and you should end up with an open window onto your XP box.
Hope that helps
Cheers
|
|
Back to top
|
|
 |
davec51
Joined: 13 Apr 2006 Posts: 474 Location: Virginia
|
Posted: Mon 25 Sep 2006, 12:56 Post subject:
Network |
|
Once again, thanks, WhoDo. And you, too, Trapster. I easily made a script and can now share the documents on the XP with the Puppy installation.
I still can't figure out the printing thing, however. The printer wizard under settings doesn't seem to have provision for a network printer, and Samba says I have a print$ possibility, but I can't get it to work.
|
|
Back to top
|
|
 |
marksouth2000
Joined: 05 Apr 2006 Posts: 620
|
Posted: Mon 25 Sep 2006, 16:07 Post subject:
|
|
Somebody posted a CUPS dotpup in the forum somewhere over the weekend, you could try installing that. It's definitely network aware.
You're welcome, BTW.
|
|
Back to top
|
|
 |
davec51
Joined: 13 Apr 2006 Posts: 474 Location: Virginia
|
Posted: Mon 25 Sep 2006, 17:34 Post subject:
|
|
Thanks to you, too, MarkSouth2000. I tried CUPS a number of times, without much luck. I do have the DotPup and I'll go at it.
Did you realize your initials are the same as Microsoft's?
|
|
Back to top
|
|
 |
|