PDA

View Full Version : HOW-TO: Install MyPS2 on a hard drive.


sk545
03-31-2006, 01:26 PM
Well, i finally got myps2 (version 1.2) installed on a hard drive (using a chubby PS2, not sure if this how-to will work with the slim PS2's). There were some complications, so i thought maybe i would just write up a how-to. So, here goes:

1) Use the DMS format tool to make a entirely separate empty partition. Name it whatever you want, except for MYPS2 (naming it MYPS2 might work, but lets just be safe). I'll call this partition, MYPARTITION ( all caps, case sensitive) in this how-to.

2) You should have downloaded MyPS2 1.2 (http://www.norcalmods.com/bin/myps2/myPS2_v1.2.rar) on your computer, so go ahead and unrar that. You should get a folder which contains inside of it many different folders and files. Keep that structure, in other words, have one folder with everything inside of it. Name that folder whatever you want, i am gonna call it MYFOLDER here (all caps, yeah case matters).

3) Go inside MYFOLDER and open up CONFIG.DAT with notepad (its recommended that you use notepad+, but i didn't have much of an issue with regular windows notepad). At the end of that file, put in these two lines:

hdd_boot_part = hdd0:+MYPARTITION
hdd_boot_path = /MYFOLDER/

Now, its critical that you follow a few rules when you have added the above lines:

a) Make sure there are no spaces between each line.
b) Everything is case sensitive, so MYPARTITION can't be called mypartition.
c) Leave a empty line after "hdd_boot_path = /MYFOLDER/".

For a more through explanation, with a picture, look here:

http://www.ps2-scene.org/forums/showthread.php?t=44699

Failure to follow the above rules will lead to the dreaded "Loading GUI String Table...FAILED" error.

Now, save the CONFIG.DAT file and close notepad.


4) Use a ftp tool (such as UltraFXP (http://fileforum.betanews.com/detail/UltraFXP/1056421264/1)) to upload the MYFOLDER from your computer to that partition that you just made (MYPARTITION).

5) Using any ps2 launcher application, navigate to MYFOLDER and execute the MYPS2.ELF file. It should start up, and if you don't get any errors, then congrats!

6) When you first start up MyPs2, it will ask you to make a new partition. Say 'yes' and let it do so (you have to specify a size, i think minimum is 128MB). Keep in mind, this will be a partition, not a folder (Partition will be named +MYPS2). It will be automatically mounted at startup, so no need to edit config.dat for mounting it.

NoTES: when you go into the myps2 settings option, and change/save some settings, it might mess up CONFIG.DAT. So, on your next boot into myps2 will give errors since CONFIG.DAT got messed up. The solution to this is to ftp into your ps2 and edit the CONFIG.DAT making sure that all the lines are where they are supposed to be. Then try again.

Getting Other things to work after the install.

MyPs2 lets you do other things such as automatically mount paritions of the PS2's hard drive, ftp support, use Samba to access shares on your computer, and use a usb device.


FTP support

Basically, MyPS2 automatically starts up the ftp server when you run myps2.
The ip address is the one you specified in the IPCONFIG.DAT file (see the myps2 readme), on port 21. One thing you can change in the settings of MyPS2 is have the server login anonymously rather using a login name or password. This is easily enabled via the settings menu of myps2. Other than that, you just need a ftp client (like Ultrafxp) and use it from your pc to connect to myps2. Here is a tutorial on using UltraFXP:

http://www.sksapps.com/index.php?page=ExecFTP_Tutorial.html
(scroll down to the middle of the page, ignore execftp part).

One thing that differs in myps2 is that some partitions are automatically mounted....so check in pfs folder first to see whats mounted. Otherwise you will get a error if you run a command like "SITE MNT /pfs/0/ hdd:+MYFS".



USB support (thx to Snakehands and broodje)

Ftp into your memory card (mc:0) and make a folder in there called 'SYS-CONF' (all caps). In there, put in the USBD.IRX file attached at the bottom of this post. Disconnect ftp client, and restart PS2/MyPS2 and try plugging in a usb device such as a usb keychain or a drive. It should show up under the 'mass' folder in MyPS2.

I have tried putting in USBD.IRX in the MYPS2 installation folder on the HD, but that didn't work. Guess it only works from the MC for now.



Automatically mount paritions

Using a ftp program, get the CONFIG.DAT file from your MyPS2's install folder.
In this How-to, that folder was called MYFOLDER. Either delete CONFIG.DAT file from the folder or edit it right from the folder, if you can. In any case, the CONFIG.DAT file needs to have this line along with all the others:


part_mount_list = hdd0:+PARTITION

PARTITION is whatever you named your partition which you want myps2 to automatically mount at startup. Its case sensitive, so be careful there. Also, make sure that the above line is not at the end of the CONFIG.DAT file. You can't do that since you need to have the other two lines at the end (hdd_boot_part and hdd_boot_path). Failure to do so, will give you that "Gui String Table error". I am not sure that if you wanted to add more partitions, you would just stick it in the same line. It appears that you could, since the label is part_mount_list, and a list could mean more than one?? Dunno, i haven't tested this, if anyone does, let us know.

Also, please do not attempt to mount the partition that myps2 is installed in with the above command. The myps2 partition is automatically mounted upon startup, hence there is no need to put in a command to mount it again. If you do, there will be a error.



Samba support (thx to just about everyone)

The Samba support is a tad difficult to get working, so you're gonna need some patience. I'll show here how to get it working on a Windows xp computer (i am using windows xp pro, not sure if that matters).

1) Select a folder or a drive on your PC and enable sharing on it. Basically, you right click on a folder or drive, select properties and go the the sharing tab. Then you click on the proper check boxes and hit apply, then ok. Here is a pic:

http://i1.tinypic.com/v4rxb5.png

Be careful with the "Allow network users to change my files". This doesn't have to be enabled for myps2 to work and if you don't think its safe, leave it unchecked.

2) Disable Netbios over TCP/IP. To do this, go to "My Network Places > view network connections > Right click on the proper connection > Properties > Select Internet Protocol TCP/IP > click on the properties box > Click Advanced at the bottom > Select Wins Tab > Select "Disable Netbios over TCP/IP" at the bottom > Click Apply, then ok.

3) Open up CONFIG.DAT on your MyPS2's install folder, located on your PS2.
Edit the workgroup entry and make sure its named the same as your workgroup. You can check to see what your PC's workgroup name is by right clicking on 'My Computer > Properties > Computer Name'. Its case sensitive, so make sure to keep that in mind. Save CONFIG.DAT and exit.

4) Make a 'lmhosts' file and copy it over to the root of the memory card (mc:0). To make a lmhosts file, navigate over to "C:\WINDOWS\system32\drivers\etc\hosts" and copy the file "hosts" to another place. Then rename this file to "lmhosts". Open up the lmhosts file, and add a entry similar to this (the ip addresses and names will differ from computer to computer):


127.0.0.1 localhost
192.168.1.1 router
192.168.1.112 leomachine
192.168.1.101 PS2


There were comments on top of this file when i first opened it up. I removed the comments, although its doubtful that there would be a problem if they were left in there. Make sure you either disable any software firewalls (windows built-in, zonealarm, etc) or enable the settings in them so that the above addresses can communicate.

Note: lmhosts might or might not be necessary to make. For me, i had to make it, otherwise samba didn't work. Other people have reported that they got away with having no lmhosts file at all. Its recommended that you make one since myps2 expects the file to be there.

5) Now, the part that makes all this work...go into your MyPS2's install folder and open up samba.xml. You will have to edit it like so:


<shares>

<share>
<name>Network(SMB)</name>
<path>smb://Leo:0000@leomachine/Music/</path>
</share>

</shares>


So the above says that the name of your network as it will show up in MyPS2 will be "Network(SMB)". The username that myps2 will use to login to your computer will be "Leo", the password to your PC will be "0000" , the name of your machine will be "leomachine" (same name that you put in the lmhosts file) and the shared folder on your machine is called "Music". All of these names will be different depending on your machine, ofcourse. This is just an example. Oh, speaking of examples, make sure you delete the "<-----example" comment from samba.xml. In other words just use the above, and substitute your username, password and share folder/drive. So, for example, say you wanted to be able to view all the folders on your D: drive, you would use this syntax:


smb://Leo:0000@leomachine/d/


Or if you just wanted to be able to see a folder named "stuff" on drive d: , you would use this:


smb://Leo:0000@leomachine/stuff/


Other people have used this:


smb://Leo:0000@leomachine/Leo/


Which probably means that anything that is shared under the Leo username on the PC will be viewable via MyPS2. I haven't verified this method, so i can't say for sure.

Another example posted by flamingo24 for samba (no password required, haven't verified it personally, but it should work):

samba.xml


<shares>

<share>
<name>network (samba)</name>
<path>smb://SAMBA/C/</path>
</share>

</shares>

__________________________________________________ ____________

network (samba) = label that will appear in the myps2 browser

smb://SAMBA/ = computer name* (changable) or computers IP address

C/ = share name of the folder on the network (changable)

*=not workgroup (side note on workgroup it is changeable in both myps2 and windows)


lmosts


127.0.0.1 localhost = loop ip address
192.168.1.1 router = default gateway address
192.168.1.100 SAMBA = computer IP/computer name (changable)
192.168.1.110 PS2 = PS2 IP address



A few notes:

-The username and passwords are case sensitive. For me, lowercase username and a lowercase password worked. So if nothing is working, it might just be a case problem. Actually, the shared drive or folder that i used was also put into myps2 as lowercase.

-You don't have to provide the full path to the shared folder in samba.xml. Just the name is good enough.

-Disabling Netbios over TCP/IP may or may not have a negative impact on your other LAN enabled PC's. If all your PC's on the LAN are Windows XP, then there shouldn't be a problem. Otherwise, check out the following thread
(posts 11-18):

http://www.ps2-scene.org/forums/showthread.php?t=44594

Thats it for Samba!



Skinning MyPS2

Check out the following post/thread for information on how to apply different skins to MyPS2:

http://www.ps2-scene.org/forums/showpost.php?p=322125&postcount=56

Installation:
copy/replace the entire "skins" folder with the one included in this package! uLaunchELF works the best for this (copy & paste)

Switch Skins:
enter Settings-Skins-(Choose Skin from the list of skins in the menu); it should take a few
seconds while myps2 parsings the skin on the fly. when the new skin is appied just save settings
if you wish for that skin to be your defualt on boot/reboot :-)




Good luck, hope this HOW-TO helps someone.:)

BTW, if you're a n00b, then here are some websites to help you with your journey with ps2 hacking:

http://www.ntba2.de/?p=myps2 (official myps2 website)

http://www.exploitstation.com

http://console.iscentral.net

http://ps2dev.org

http://www.ps2hd.com

http://ps2drives.x-pec.com/

http://www.sksapps.com

http://en.wikipedia.org/w/index.php?
title=PS2_Independence_Exploit&oldid=33927710



And ofcourse, this website itself.

meepus
03-31-2006, 01:33 PM
Nice guide. The only thing I'd say you're missing for the sake of completeness is a guide on getting Samba working well, but even if you have the PS2 communicating successfully on the network, it crashes half the time anyway.

sk545
03-31-2006, 01:36 PM
yeah, i didn't wanna complicate matters further with things like usb support (which requires a USBD.IRX file) and Samba. I figured, the first thing would be to get the thing installed, then the rest is straightforward in the myps2 readme file. Its just that the installation had a few hiccups which i wanted to address.

barf
04-05-2006, 04:55 AM
Remember to use the "+" in the front of the partition name!
That's why it failed for me, I forgot.

Hmm it still does not work for me, what should be put inside

hdd0:+Homebrew/PROGRAMS/MYPS2/

Ok it works now, I dumped all the files that came with MyPS inside, so it does not install from USB to desired location.

Next problem for me is Samba, it sees my bookmark called Mystic450
I click Mystic 450, inside is:

IPC$
ADMIN$

What are those? When clicking those both deal in apathy.

Ok, adding a valid path to smb://<<IP>>/validPath/
removed IPC$ and ADMIN$ entries in the list.

Snakehands
04-05-2006, 02:49 PM
Next problem for me is Samba, it sees my bookmark called Mystic450
I click Mystic 450, inside is:

IPC$
ADMIN$

What are those? When clicking those both deal in apathy.

Ok, adding a valid path to smb://<<IP>>/validPath/
removed IPC$ and ADMIN$ entries in the list.

I am at the same spot, I don't have a user/pass for my computer so I use a similar string for path but it doesn't work. I read in another thread discussing Samba where people got it working by tweaking their existing network settings. I have tried some of that but it doesn't work yet. BTW I got shoutcast and ftp to work fine by editing CONFIG.DAT but Samba is brand new to me so I don't know anything about .conf files and how to edit them to make this work. This guide did help me launching MyPS2 off my HDD and I appreciate that. :)

sk545
04-05-2006, 03:00 PM
yeah, if anyone figures out how to get samba and other things to work, please post the methods.

I coudn't get usb support to work either, so thats another issue. Shoutcast and ftp do work.

barf
04-05-2006, 03:18 PM
Samba works for me.

This worked for me

smb://<<user>>:<<pass>>@<<IP>>/<<user>>/

broodje
04-05-2006, 04:20 PM
yeah, if anyone figures out how to get samba and other things to work, please post the methods.

I coudn't get usb support to work either, so thats another issue. Shoutcast and ftp do work.


try this USB.IRX its from an homebrew app, forgot the name.
i haver put it in mc0:/ works excellent with my DATA TRAVALER 2 USB stick.

barf
04-05-2006, 04:37 PM
What is a good shoutcast station?

I only know daap myself.

Snakehands
04-05-2006, 07:25 PM
Samba works for me.

This worked for me

smb://<<user>>:<<pass>>@<<IP>>/<<user>>/

I have tried a lot of different strings with and without password as I changed my user settings.

smb://user:pass@computer.name/user/shared
smb://user:pass@computer.name/C/shared
smb://user:pass@Computer.IP/C/shared
smb://computer.name/C/shared
smb://computer.IP/C/shared
smb://computer.name.or.IP/user/shared

None of this has worked. My Workgroup is WORKGROUP and that is the default in MyPS2 as well, I even tried changing that to computer.name in hopes it would work but nothing. This is my first time using Samba so I am still picking things up. Do I do anything on the PC end when trying to do this, all I did was download Samba 3.0.22 and unzipped it to a directory on my desktop. Is there more to it? Any help will be highly appreciated. Thanks :banghead:

sk545
04-05-2006, 10:32 PM
Do I do anything on the PC end when trying to do this, all I did was download Samba 3.0.22 and unzipped it to a directory on my desktop. Is there more to it? Any help will be highly appreciated. Thanks
Dude, i didn't think you had to download samba separately....don't you just select windows sharing, and share the folder, then just configure myps2's samba.xml file to connect to that folder? I thought thats how we were supposed to do it. I'll try it tommorrow...

try this USB.IRX its from an homebrew app, forgot the name.
i haver put it in mc0:/ works excellent with my DATA TRAVALER 2 USB stick.
I put it in on the HD where i installed Myps2, from the readme:
"myPS2 will look for the USBD.IRX module in the installation directory first."

Maybe i put in the wrong USBD.IRX module then...i'll give yours a try. Mines was from naplink.

barf
04-06-2006, 01:52 AM
My samba server is just windows sharing under sharing of the preferences in MacOS X.

sk545
04-06-2006, 12:34 PM
My samba server is just windows sharing under sharing of the preferences in MacOS X.

So you didn't download anything else? Just right clicked on the folder or drive, and shared it?

barf
04-06-2006, 02:22 PM
I just turned on sharing for the user barf

and then the home directory for the user barf: /Users/barf/ is available as:

smb://barf:barfster@themawg.lan/barf/ in MyPS2 however barf in this line is the username, not the folder it seems.

Snakehands
04-06-2006, 03:54 PM
I just turned on sharing for the user barf

and then the home directory for the user barf: /Users/barf/ is available as:

smb://barf:barfster@themawg.lan/barf/ in MyPS2 however barf in this line is the username, not the folder it seems.


I tried this to no avail, you said in another post that all your issues were resolved after you made a MyPS2 partition. Did samba start working for you after that? Thnks for helping out here.

barf
04-06-2006, 05:10 PM
Yes, I made a 2GB MyPS2 partition, however MyPS2 does not reside on that partition.

I have MyPS2 in +Homebrew/PROGRAMS/MYPS2/MYPS2.ELF

Snakehands
04-06-2006, 05:27 PM
PARTITION is whatever you named your partition which you want myps2 to automatically mount at startup. Its case sensitive, so be careful there. Also, make sure that the above line is not at the end of the CONFIG.DAT file. You can't do that since you need to have the other two lines at the end (hdd_boot_part and hdd_boot_path). Failure to do so, will give you that "Gui String Table error". I am not sure that if you wanted to add more partitions, you would just stick it in the same line. It appears that you could, since the label is part_mount_list, and a list could mean more than one?? Dunno, i haven't tested this, if anyone does, let us know.


My partition is called +Homebrew and inside it I have a folder called /MyPS2 where I boot the MYPS2.ELF from, so here's what my config.dat looks like
part_mount_list = hdd0:+Homebrew
hdd_boot_part = hdd0:+Homebrew
hdd_boot_path = /MyPS2/


When I try to load MyPS2 like this I get the following message
Set ELF path:pfs1:/MyPS2
Mounting partitions in mountlist: 1 Error

I didn't add the line at the very end and also tried it in other places but still doesn't mount the partition automatically. Where did you add the line in your config.dat? TY

barf
04-06-2006, 05:51 PM
Do you have a folder in the partition Homebrew that is called MyPS2 ?

Remember it's casesensitive

Snakehands
04-06-2006, 06:24 PM
Do you have a folder in the partition Homebrew that is called MyPS2 ?

Remember it's casesensitive

Yea, I checked that its fine, I think the position of the line could be the issue here because MYPS2.ELF was booting up fine from the HD. I am still struggling with my smb.xml. I have shared a folder called Music on my D drive. My computer name is Leomachine and my user login is Leo without a password. My Workgroup is WORKGROUP. I tried
<path>smb://Leo@Leomachine/Leo/Music<path> and it didn't work. Then I setup a small password and tried again with
<path>smb://Leo:0000@Leomachine/Leo/Music<path> nothing again. I also put a lmhosts file in the MyPS2 directory with this setup 127.0.0.1 localhost
192.168.1.1 router
192.168.1.112 leomachine
192.168.1.101 PS2 and still no luck. I am gonna keep trying till I get all this working. Thanks for all the tips guys.:banghead:

sk545
04-06-2006, 07:05 PM
My partition is called +Homebrew and inside it I have a folder called /MyPS2 where I boot the MYPS2.ELF from, so here's what my config.dat looks like

Code:

part_mount_list= hdd0:+Homebrew
hdd_boot_part= hdd0:+Homebrew
hdd_boot_path= /MyPS2/

Why are you trying to mount +Homebrew twice? I don't think you can do that since +Homebrew should be available for you to use when you go into Myps2's browsers (Pictures, files) already. This is why in the How-to, i wanted to have the user make a separate partition for myps2. Otherwise it might lead to confusion. But, if you do take out 'part_mount_list= hdd0:+Homebrew', does +Homebrew not show up in Myps2's browsers? Thats strange...i mean, we are already mounting it with the command "hdd_boot_part= hdd0:+Homebrew", right? At least thats what i thought. I'll attach my CONFIG.DAT anyways, if it helps. Let me know how it works out for you (heh, sorry, i have weird partition names, hope thats alright).

As for samba, i tried most of the things you tried, and couldn't get it to work.
Maybe something to do with windows xp, since barf is using MacOsx.

Snakehands
04-06-2006, 07:43 PM
Why are you trying to mount +Homebrew twice? I don't think you can do that since +Homebrew should be available for you to use when you go into Myps2's browsers (Pictures, files) already. This is why in the How-to, i wanted to have the user make a separate partition for myps2. Otherwise it might lead to confusion. But, if you do take out 'part_mount_list= hdd0:+Homebrew', does +Homebrew not show up in Myps2's browsers? Thats strange...i mean, we are already mounting it with the command "hdd_boot_part= hdd0:+Homebrew", right? At least thats what i thought. I'll attach my CONFIG.DAT anyways, if it helps. Let me know how it works out for you (heh, sorry, i have weird partition names, hope thats alright).

As for samba, i tried most of the things you tried, and couldn't get it to work.
Maybe something to do with windows xp, since barf is using MacOsx.

+Homebrew is not available to me under MyPS2 browsers, only mc0 and cdfs, it appears only when I go under settings -->partition, and even then when I mark it by pressing square and save settings it still doesn't load up the +Homebrew partition although it does boot the MYPS2.ELF from the /MyPS2 folder within it. By following your guide I was able to get rid of "Loading GUI String Table...FAILED" error so when MyPS2 booted into the browser area after adding lines to config.dat I figured I was on the right track.

dlanor
04-06-2006, 09:46 PM
+Homebrew is not available to me under MyPS2 browsers, only mc0 and cdfs, it appears only when I go under settings -->partition, and even then when I mark it by pressing square and save settings it still doesn't load up the +Homebrew partition although it does boot the MYPS2.ELF from the /MyPS2 folder within it. By following your guide I was able to get rid of "Loading GUI String Table...FAILED" error so when MyPS2 booted into the browser area after adding lines to config.dat I figured I was on the right track.
When you boot MyPS2 from a partition on HDD, it always tries to mount two partitions of the HDD, even if you have not chosen any in those settings you mentioned. Those two partitions are "+MYPS2" mounted to pfs0 and whatever partition you started the MyPS2 elf from mounted to pfs1.

Like many others I tried to make this work right without letting MyPS2 create its own partition, but that never worked. Apparently it simply gives up on the HDD if it can't find the first partition it looks for, as described above. That also explains another problem, seen by those who try to boot MyPS2 from its own partition, because then the initialization fails in mounting pfs1 as described above, because that needs the same partition already mounted to pfs0.

So the correct HDD setup requires that you let MyPS2 create its own partition, but that you still launch MyPS2 from some other partition. Then it will succeed in mounting both the partitions it looks for in the initialization described above, and will then also proceed to mount the partitions chosen in the settings you mentioned. However, the partition that you mention selecting in those settings should not be specified there, since it is the one you start MyPS2 from, so it will be mounted to pfs1 automatically, and thus made available to all the browser menus of MyPS2

Best regards: dlanor

sk545
04-06-2006, 09:50 PM
So the correct HDD setup requires that you let MyPS2 create its own partition, but that you still launch MyPS2 from some other partition. Then it will succeed in mounting both the partitions it looks for in the initialization described above, and will then also proceed to mount the partitions chosen in the settings you mentioned. However, the partition that you mention selecting in those settings should not be specified there, since it is the one you start MyPS2 from, so it will be mounted to pfs1 automatically, and thus made available to all the browser menus of MyPS2

man, hopefully my English is that good someday.;)

Yeah, i think thats what i said too, no? In other words, there needs to be a separate partition with all your other stuff named something else. MyPS2 should have its own. Something like so:

part_mount_list= hdd0:+STUFF
hdd_boot_part= hdd0:+THEMYPS2PARTITION
hdd_boot_path= /MyPS2/

Could you attach the config.dat? I wanna see how it looks. Thx.

Snakehands
04-06-2006, 10:42 PM
Ok, I got the partitions to load up normally once I let MyPS2 make a partition. So I figured Samba would work too now but nothing. Thanks a lot again guys for all the help, this has been driving me nuts.

For samba.xml my computer name is leomachine (192.168.1.112), user is leo without a password and drive d has a shared folder called music I am trying to access over the network. The folder is shared over my WinXP network and is accessible by typing //leomachine/music in any explorer window from any computer that's connected within the network. My Workgroup is WORKGROUP and I have changed that within MyPS2 as well. I have tried all different combinations of smb:// string mentioned and I am yet to hit the right one. I have no idea what to do next except think that I need something Samba related on the Windows end before MyPS2 will see the share/s. Not that it matters but I should mention that I do have ftp and shoutcast working fine.

I am attaching my config.dat and samba.xml here.:chinscrat

dlanor
04-06-2006, 11:35 PM
man, hopefully my English is that good someday.;)
Well, it's just my second language, but I started learning it at 8 years of age, so I've had some time to get familiar with it.

Yeah, i think thats what i said too, no?
Yes, but sometimes it helps to have two people explain the same thing. Then the very differences between how they each state the case can help clarifying the situation for others.

Could you attach the config.dat? I wanna see how it looks. Thx.
OK, here it is.

Best regards: dlanor

dlanor
04-06-2006, 11:58 PM
Ok, I got the partitions to load up normally once I let MyPS2 make a partition. So I figured Samba would work too now but nothing. Thanks a lot again guys for all the help, this has been driving me nuts.

For samba.xml my computer name is leomachine (192.168.1.112), user is leo without a password and drive d has a shared folder called music I am trying to access over the network. The folder is shared over my WinXP network and is accessible by typing //leomachine/music in any explorer window from any computer that's connected within the network. My Workgroup is WORKGROUP and I have changed that within MyPS2 as well. I have tried all different combinations of smb:// string mentioned and I am yet to hit the right one. I have no idea what to do next except think that I need something Samba related on the Windows end before MyPS2 will see the share/s.
You do NOT need any Samba related software at the Windows end, because Samba hooks into the native file sharing system of the Windows OS. That means a Windows system will see the requests coming from a Samba client on another machine just as if that had been another Windows system requesting the same stuff. (This is oversimplified of course, but basically true.)

Having glanced at your setup I notice two things that may possibly cause problems. One is that you do not use the 'name:password' syntax for the samba shares. I use passwords myself, so I can't test what the proper syntax is to do without them, but I guess MyPS2 might dislike that the ":" character is missing.

The other thing is that you simply refer to your PC as "leomachine", without stating how MyPS2 is supposed to find out the real IP address. I do that by defining the machine name and the IP address it's associated with in the "lmhosts" file, which you don't mention at all. Do you even have any on your PS2 ?

I took the file "C:\WINDOWS\system32\drivers\etc\hosts" in which I have defined entries for all my machines (including PS2). So I simply renamed a copy of this to "lmhosts" and moved it to the root of mc0 on the PS2.

Btw: This is one feature I hate about MyPS2, that it requires the lmhosts file to be stored in the root of the MC, which is not really a valid location for any file. Sure, storing it there does work, but Sony software regards it as MC corruption.

Best regards: dlanor

Snakehands
04-07-2006, 12:27 AM
You do NOT need any Samba related software at the Windows end, because Samba hooks into the native file sharing system of the Windows OS. That means a Windows system will see the requests coming from a Samba client on another machine just as if that had been another Windows system requesting the same stuff. (This is oversimplified of course, but basically true.)

Thanks for reading my post and clearing this up.

Having glanced at your setup I notice two things that may possibly cause problems. One is that you do not use the 'name:password' syntax for the samba shares. I use passwords myself, so I can't test what the proper syntax is to do without them, but I guess MyPS2 might dislike that the ":" character is missing.

Previously I have given my username a password of 0000 and tested it out without rebooting windows and it didn't work, but I will give this a shot again.

The other thing is that you simply refer to your PC as "leomachine", without stating how MyPS2 is supposed to find out the real IP address. I do that by defining the machine name and the IP address it's associated with in the "lmhosts" file, which you don't mention at all. Do you even have any on your PS2 ?

I took the file "C:\WINDOWS\system32\drivers\etc\hosts" in which I have defined entries for all my machines (including PS2). So I simply renamed a copy of this to "lmhosts" and moved it to the root of mc0 on the PS2.

Btw: This is one feature I hate about MyPS2, that it requires the lmhosts file to be stored in the root of the MC, which is not really a valid location for any file. Sure, storing it there does work, but Sony software regards it as MC corruption.

Best regards: dlanor

I do have a lmhosts file but I had it in the hd:+Homebrew/MyPS2 directory which is where I was running MYPS2.ELF from. Now I have moved it to the root of mc0. I don't have the "C:\WINDOWS\system32\drivers\etc\hosts" file for some reason on my XP Pro machines, I don't even have an etc folder in the \system32 folder. So I just made my own lmhosts which consists of 127.0.0.1 localhost
192.168.1.1 router
192.168.1.112 leomachine
192.168.1.101 PS2
and I tested really quickly again after moving the lmhosts to the memory card and no luck yet. I'll keep trying until I get this and muchas gracias senor for helping again.

yeah, i didn't wanna complicate matters further with things like usb support (which requires a USBD.IRX file) and Samba.

I got the USB support working i.e. my Sandisk Cruzer is in the filebrowser in MyPS2. I found the USBD.IRX from a Naplink site and placed it in mc0:SYS-CONF folder and it was seen by MyPS2 upon startup. Then I tried booting MyPS2 off the USB Drive and it did not give me the "Loading GUI String Table....FAILED" error. So I have it working from the HDD and USB drive now except for damn Samba but I will get it, just have to keep at it. Cheers ;)

dlanor
04-07-2006, 01:06 AM
I do have a lmhosts file but I had it in the hd:+Homebrew/MyPS2 directory which is where I was running MYPS2.ELF from. Now I have moved it to the root of mc0. I don't have the "C:\WINDOWS\system32\drivers\etc\hosts" file for some reason on my XP Pro machines, I don't even have an etc folder in the \system32 folder.
I also use XP Pro on my main PC, and here the "hosts" file does exist in the path I stated, but please note that "etc\" is not supposed to be directly inside "system32\", but in "system32\drivers\".

So I just made my own lmhosts which consists of 127.0.0.1 localhost
192.168.1.1 router
192.168.1.112 leomachine
192.168.1.101 PS2
That looks fine to me.

and I tested really quickly again after moving the lmhosts to the memory card and no luck yet. I'll keep trying until I get this and muchas gracias senor for helping again.You're welcome, but now on to the real reason I posted again. There are two more things I should have said earlier.

I didn't mention file sharing setup earlier, because I simply forgot about it, as I've had my current settings for ages. But you may need to set yours up now to make sure the drive you want the PS2 to access is shared.

You can do this by opening an explorer window to "My Computer" (or whatever you have renamed it to) and right-clicking a drive to get the popup menu where you select "Properties", and in the dialog box that then appears you choose the "Sharing " tab to fix your settings for that drive. Don't forget to also click the "Permissions" button to check that those are set correctly, though this shouldn't be a problem when you use your normal user account.

The second thing is something I just noticed in the samba.xml file you attached. Its 3rd line contains the string "<!--" which starts a comment, which is not closed until the string "-->" is reached in the 8th line. If this is indeed exactly what you use with MyPS2, then what it says is correct, and you have zero shares defined, since the only one in this file is 'commented out'...

Best regards: dlanor

Snakehands
04-07-2006, 02:06 AM
I also use XP Pro on my main PC, and here the "hosts" file does exist in the path I stated, but please note that "etc\" is not supposed to be directly inside "system32\", but in "system32\drivers\".

I found it must've missed it earlier.

You can do this by opening an explorer window to "My Computer" (or whatever you have renamed it to) and right-clicking a drive to get the popup menu where you select "Properties", and in the dialog box that then appears you choose the "Sharing " tab to fix your settings for that drive. Don't forget to also click the "Permissions" button to check that those are set correctly, though this shouldn't be a problem when you use your normal user account.

I have a C and D drive with folders shared on them and I did check on the sharing and permissions tab under properties and they are setup fine too. The folder I want to share is under drive D: and its called Music.

The second thing is something I just noticed in the samba.xml file you attached. Its 3rd line contains the string "<!--" which starts a comment, which is not closed until the string "-->" is reached in the 8th line. If this is indeed exactly what you use with MyPS2, then what it says is correct, and you have zero shares defined, since the only one in this file is 'commented out'...

So if I changed my user/pass to Leo/0000 should my samba.xml look like this <shares>
<!-- example entry -->
<!--
<share>
<name>Network(SMB)</name>
<path>smb://Leo:0000@Leomachine/Music<path>
</share>
-->
</shares>

or this? <shares>
<!-- example entry -->
<share>
<name>Network(SMB)</name>
<path>smb://Leo:0000@Leomachine/Music</path>
</share>
</shares>

CHEERS :)

barf
04-07-2006, 02:22 AM
If Music is the name of the share? I think you are right.

However what worked for me was the equivilent of: smb://Leo:0000@Leomachine/Leo

Drive letters on the PC has no meaning as far as I know.

I asume that the path is either the user name or local path for the logged in user, or hopefully name of share.

Snakehands
04-07-2006, 02:39 AM
WooHoo, thanks dlanor for picking up the Samba.xml fault. I had never even heard of Samba until last week so I would have never picked that out. Now I get 1 parsed share when loading and it even shows up under the file/music browser under MyPS2 but when I click on it nothing happens so I am still not a 100% clear on setting this but definitely not far now, I will keep plugging away with different combinations again until I get it working. This is what worked for me <shares>
<!-- example entry -->
<share>
<name>Network(SMB)</name>
<path>smb://192.168.1.112/Music/</path>
</share>
</shares>

I have been trying different strings and none work so far but the shares get parsed and appear under MyPS2 browsers, I'll try more in the morning. Peace Out!

dlanor
04-07-2006, 05:28 AM
I have a C and D drive with folders shared on them and I did check on the sharing and permissions tab under properties and they are setup fine too. The folder I want to share is under drive D: and its called Music.
That's one way of doing it of course, but then you have to setup share properties for every folder you want to share, which I find to awkward. I prefer to set properties and share name for each drive instead, and then I can access all contents of those drives from the PS2, even though I didn't set any properties for individual folders.

So if I changed my user/pass to Leo/0000 should my samba.xml look like this
----- snip ----- re: 2 variations on the samba.xml contents

Neither actually, though the latter is nearly correct, but since this is no longer just an example, I'd go for this:<shares>
<share>
<name>Network(SMB)</name>
<path>smb://Leo:0000@Leomachine/Music/</path>
</share>
</shares>

Best regards: dlanor

dlanor
04-07-2006, 05:57 AM
Drive letters on the PC has no meaning as far as I know.
True, but the same is also true about folder names. None of the local names defined on the PC have any meaning at all in "samba.xml". The only way to refer to any share on a PC is by its special share name defined on that PC.

That name is defined only for share purposes, and has nothing to do with the drive name or any physical path. But even so I find it convenient to use matching letters for my drive shares. So on the PC I have defined drive "D:" to have the share name "D" while drive "E:" has the share name "E", etc, and then I can refer to those drives by those one-letter names in samba.xml too.

For the two drives I mentioned that looks like this (with dummy password "aaa"):
<share>
<name>RA1 D==HDD 1b</name>
<path>smb://Ronald:aaa@/ra1/d/</path>
</share>
<share>
<name>RA1 E==HDD 1c</name>
<path>smb://Ronald:aaa@/ra1/e/</path>
</share>Those definitions let me browse the entire folder tree of each of those drives, even though I never set up any shares for any of those folders. That isn't needed when the drive itself has been set up as a share.

I asume that the path is either the user name or local path for the logged in user, or hopefully name of share.
As I think you have already partly realized, each "<path>" section is a construct of several components, which include username, userpassword, machineIP, and the share name defined on that machine. Together these define a virtual path to the physical path of the share, but that physical path is never mentioned in the samba.xml file.

The physical path is only known on the machine which holds that share. This also means that you can change some share names on the PC to switch which drives/folders the PS2 can access, without making any change at all to "samba.xml". (I don't recommend it, but it can be done.)

Best regards: dlanor

dlanor
04-07-2006, 06:05 AM
Now I get 1 parsed share when loading and it even shows up under the file/music browser under MyPS2 but when I click on it nothing happens so I am still not a 100% clear on setting this but definitely not far now, I will keep plugging away with different combinations again until I get it working. This is what worked for me <shares>
<!-- example entry -->
<share>
<name>Network(SMB)</name>
<path>smb://192.168.1.112/Music/</path>
</share>
</shares>

I have been trying different strings and none work so far but the shares get parsed and appear under MyPS2 browsers,
One reason why it might not work is that you have now removed not just the password, but also the username. This means that your PC has no idea which user account to check for permissions, which can't be a good thing. I don't see why you can't use a normal username and password, like I do. You can find some examples of my own share definitions in my previous post, though that is not my entire samba.xml. (I have a lot of shares...)

Best regards: dlanor

sk545
04-07-2006, 07:07 AM
Yeah, i think thats what i said too, no?

Yes, but sometimes it helps to have two people explain the same thing. Then the very differences between how they each state the case can help clarifying the situation for others.

Sorry, that came out wrong. I didn't mean it that way, was just saying that if that was the same thing i had said, because i wasn't sure.

sk545
04-07-2006, 12:18 PM
Meh, i have sort of given up on samba. Tried many different configs, and i can get it to see the share, but it just won't access it. Didn't try to do lmhosts and such...so maybe thats why it won't work. Oh well.

I updated the how-to a little to put in usb support info in there.

Here is what i left the samba.xml as:


<shares>

<share>
<name>My D-Drive (SMB)</name>
<path>smb://myusername:mypassword@localIPaddress/d/</path>
</share>

</shares>



Also tried:


<shares>

<share>
<name>My D-Drive (SMB)</name>
<path>smb://myusername:mypassword@localIPaddress/stuff/d/</path>
</share>
</shares>

Not sure if adding a shared directory 'stuff' matters or not, but in either case, MyPS2 was able to parse the file, and lists 'My D-Drive (SMB)' in the browser.
But i cannot access it (even though i have set the entire D: drive as shared).

I didn't make a lmhosts file, but i do know that if i try to access the share through another computer on my LAN, there is no need for me to put in a username/ password. Wonder if that matters...:chinscrat

barf
04-07-2006, 06:28 PM
/stuff/d/ is wrong

try /stuff/

dlanor
04-07-2006, 07:22 PM
Meh, i have sort of given up on samba. Tried many different configs, and i can get it to see the share, but it just won't access it. Didn't try to do lmhosts and such...so maybe thats why it won't work.
The docs clearly state that you must have that file...

To keep things brief I will keep quoting to a minimum this time:

About Your entry: "<path>smb://myusername:mypassword@localIPaddress/d/</path>"

This is very similar to mine, the only potential difference being the 'localIPaddress part, where I assume you use a numeric IP address, while I use a computer name specified in the "lmhosts" file. And if that 'd' is intended to refer to a drive "D:" on the PC, then you must also have set up that drive for sharing, with the share name defined as "D".

About Your entry: <path>smb://myusername:mypassword@localIPaddress/stuff/d/</path>

This is completely wrong. Where you have put the combined path string "stuff/d" you are really supposed to put a single share name, not a path at all but just a simple name.

Not sure if adding a shared directory 'stuff' matters or not, but in either case, MyPS2 was able to parse the file, and lists 'My D-Drive (SMB)' in the browser.
This only means that the entry filled some basic syntax requirements. It says nothing about the validity of the share.

But i cannot access it (even though i have set the entire D: drive as shared).
Mainly because you told MyPS2 to look for a share named "stuff/d", which isn't a valid share name. There may be other problems too, but this is the main one.

I didn't make a lmhosts file,
I think you have to. Not because it's really needed for resolving addresses, but simply because MyPS2 expects to find it.

but i do know that if i try to access the share through another computer on my LAN, there is no need for me to put in a username/ password.
When you're logged in on one Windows PC and make some access to a share on another PC, the PC you are using will automatically pass on your account info to the other PC for verification. So it's exactly the same procedure there, only hidden from the view of the user.

Best regards: dlanor

sk545
04-07-2006, 09:33 PM
thanks guys for the clarifications. I'll try out the suggestions in the next couple of days and report back.

barf
04-08-2006, 02:38 AM
I do not have an lmhosts file.

sk545
04-08-2006, 08:06 AM
are you using Windows xp, barf?

barf
04-08-2006, 10:34 AM
No MacOSX Tiger with Windows sharing and Ubuntu with Samba

Jones23
04-08-2006, 01:29 PM
I also didn't need a lmhost file. I even didn't use any username or pass, only the ip of my pc. The only things I had to do were to disable the netBIOS over TCP/IP and to enable the WINS server. (At least I think so; tested this about a month ago, so I don't know if I remember everything right.)

It's like I said on another post: Windows and networking has always been and will always be a tricky thing. On most machines it runs like a charm, on others you can turn yourself upside down without any chance to get it work correctly.
Damn Microsoft! :mad:

regards Jones23

Snakehands
04-08-2006, 04:18 PM
I got Samba working too now, apparantly a night's rest helped me look at my settings clearly. I thought I had disabled the netBIOS over TCP/IP when I first started setting things up but I was wrong, I had the "Default" box checked under "Local Area Network Properties" ->"TCP/IP Properties" -> "Advanced" -> "WINS". So I changed that to "Disabled" and I didn't fiddle with the WINS server at all. I do have a lmhosts in mc0 though, so now that it works I will go back to my original setup where all I used was a name to login without a password and try again. I can stream music on my PS2 from my PC right now although the MyPS2 file browser was a bit slow when trying, even froze up a couple of times but it does work. Here's what is working for me now with my PC named "leomachine" and User/Pass:"Leo/0000" to access my "D" drive with a shared folder named "Music" <shares>

<share>
<name>Network(SMB)</name>
<path>smb://Leo:0000@leomachine/Music/</path>
</share>
</shares> Thank you everyone who helped.:)

sk545
04-08-2006, 10:54 PM
hrm, so it was a Netbios issue, eh? What exaclty does this setting do? I mean, if i disable it, will it have a negative impact or sideeffect on the rest of the machines on my LAN? I would rather not touch the setting if thats the case and leave MyPS2 without Samba working.

Oh, and glad to see you got it working, snake. I'll update the guide as soon as i can get it working.....not that i don't trust you, its just that i wanna try and see for myself too.

Snakehands
04-08-2006, 11:19 PM
hrm, so it was a Netbios issue, eh? What exaclty does this setting do? I mean, if i disable it, will it have a negative impact or sideeffect on the rest of the machines on my LAN? I would rather not touch the setting if thats the case and leave MyPS2 without Samba working.

I don't know too much about that stuff someone like Dlanor would be in a good position to explain here. I read about the NetBios and lmhosts in the Readme.html in the docs folder that came with MyPS2 1.2 download and in this thread (http://www.ps2-scene.org/forums/showthread.php?t=44594). I haven't seen any problems on my network, yet, since I disabled NetBios. I went back to my older setup of no password with a User name and it works fine. GoodLuck, hopefully you get this sorted. Please post any issues you might have with your network if you disable NetBios. Cheers ;)

Jones23
04-09-2006, 05:28 AM
@ Snakehands and sk545:

For some more info about disabling netBIOS read this thread (http://www.ps2-scene.org/forums/showthread.php?t=44594) posts 11-18.

regards Jones23

sk545
04-10-2006, 04:20 PM
How-To updated to include Samba. I did get it working, w00t. Let me know if i should add or delete content from the guide, since i am not perfect.

Thanks to everyone here, good luck hacking. :)

flamingo24
04-14-2006, 03:08 AM
@sk545

Nice tutorial, :) but having a username & password is not required.

Here is the xml code I have been using to access my C drive from myps2, also people should make sure that they set the proper permissions on any firewall they might have installed.


<shares>


<share>
<name>network (samba)</name>
<path>smb://SAMBA/C/</path>
</share>

</shares>

barf
04-14-2006, 04:17 AM
@sk545

<shares>
<share>
<name>network (samba)</name>
<path>smb://SAMBA/C/</path>
</share>
</shares>However
be aware that C in the "path" of smb is NOT C as in C:
but the name of the sharepoint!

flamingo24
04-14-2006, 05:04 AM
However
be aware that C in the "path" of smb is NOT C as in C:
but the name of the sharepoint!

um yes, I know this! when the heck did I say it stood for C:???

of course it doesnt, it's just the share name!

barf
04-14-2006, 04:33 PM
That is where most people make the mistake...

broodje
04-15-2006, 12:17 AM
relax lol :P

flamingo24
04-15-2006, 01:39 AM
no hard feelings barf, accually I should thank you since I never made it clear in my earlier post that C was the share name :)


samba.xml

<shares>


<share>
<name>network (samba)</name>
<path>smb://SAMBA/C/</path>
</share>

</shares>

__________________________________________________ ____________

network (samba) = label that will appear in the myps2 browser

smb://SAMBA/ = computer name* (changable) or computers IP address

C/ = share name of the folder on the network (changable)

*=not workgroup (side note on workgroup it is changeable in both myps2 and windows)

lmhosts

127.0.0.1 localhost = loop ip address
192.168.1.1 router = default gateway address
192.168.1.100 SAMBA = computer IP/computer name (changable)
192.168.1.110 PS2 = PS2 IP address

make sure that you set the proper promissions on any firewalls you may have installed this includes the Windows XP firewall if enabled. there is no username or password.

I hope this comes to some use in further helping others make use of the networking capabilities of myps2. :)

sk545
04-15-2006, 04:31 PM
thanks, guide updated. :)

Silvio6
05-15-2006, 04:29 PM
Please help me defining the Workgroup , as i find no mention of it anywhere, and myps2 keeps on saying "parsing 0 shares from .xml file then i get that GUI error ...

(Updated). The content of docs folder was empty, and my ps2 was not connected to my lan. now everything works, except the Share, but i'll figure it out, thanks ;-)

barf
05-16-2006, 02:27 AM
Something is not 100% in your config, I had that same problem,
however I only remember correcting the config file...

To see which problems I had in the beginning please look at my first post in this thread.

Silvio6
05-18-2006, 10:53 AM
Hello,

My other LAN computers does not see my Computer after I disabled the "NetBios over TCP IP" in the Wins.

Ok, MyPS2 can see the shares, but not my other computer .. :(

Do you have any workaround for being able to use Samba AND Workgroup browsing from other computers ?

I am thinking about creating a hosts entry for each computer, but their ip is dynamic ..

Any help would be appreciated.

Silvio6

nosniktap
06-01-2006, 08:53 PM
hello all

wondering if anyone can help, ive followed the instructions and have my config.dat altered, it runs through the checks fine then i get a screen up to create a myps2 partition.
the problem is i assume there should be a yes or no option but it isnt displayed and pressing any button doesnt do anything.

if it makes any difference i am running launchelf 3.70 from dev1 dms3 to boot off of the hdd partition +APPZ/MYPS2/

many thanks

navi95
06-19-2006, 07:48 PM
Hi,

When i load up MyPS2 everything is OK until it asks for me to create a new partition. Problem lies in that I cannot select Yes/OK or what ever it is as I cant see it :wow:

any suggestions?

flamingo24
06-20-2006, 12:45 AM
the problem is i assume there should be a yes or no option but it isnt displayed and pressing any button doesnt do anything.

When i load up MyPS2 everything is OK until it asks for me to create a new partition. Problem lies in that I cannot select Yes/OK or what ever it is as I cant see it

any suggestions?

hmm, the box is made up of the "dialog_background.png" & "select.png" the yes' and the no' + other texts is taken from the english.xml directed by the dlg_partition1.xml & dlg_partition2.xml...I'm assuming you are both using the default skin so I am posting up some replacement files you can replace with these files posted and see if this solves the problem...

Archive Contains:

language
media
pal

re/place files in the corresponding folders...

nosniktap
07-02-2006, 12:40 PM
Many thanks for your time

I have replaced the language folder with the one in ur archive but i had no "pal" or "media" folders there, however i added these two folders in and still get the same problem? :-(

flamingo24
07-02-2006, 12:58 PM
do you by chance have hdcombo/hdconnect? If so the problem is that myps2 probably doesn?t have support for these ide modifications at this time :(

nosniktap
07-02-2006, 03:02 PM
no i dont have that, i have a v7 dms3, booting ulaunchelf from dev1 myps2 is on hdd

Thumps
07-08-2006, 10:27 PM
Many thanks for your time

I have replaced the language folder with the one in ur archive but i had no "pal" or "media" folders there, however i added these two folders in and still get the same problem? :-(

this might be a long shot but did you look in +APPZ/MYPS2/skins/default/ for those folders?

Mike

DrkShadow
07-10-2006, 03:37 AM
Ok, so I've put myPS2 v1.2 on my hard drive, partition named "Data3" (so the hdd config line says hdd0:+Data3), in a directory named myPS2 (/myPS2/).

I browse to the directory with uLaunchELF and run MYPS2.ELF... and get a black screen. It doesn't matter how long I wait, it just stays black.

As a thought of maybe a corrupt file, I re-extracted the entire archive, unmodified (not even the config file) to my USB stick. Then, with uLaunchELF, I browsed to the USB key and launched the elf again.. exact same thing: a black screen and nothing else.

What's up? :-/

Perhaps it's related, but.. I can't list files with ExecFTP. I changed to uLaunchELF because it had an ftp server that worked. Even with launchelf, though, I can't _make_ a directory.. it reports success, but the directory doesn't exist. This despite a HD change (and thus format and such) and redoing my MC exploit multiple times. I'm just not seeing the problem.. (I've also changed MC's, PS2 units, removed the HD completely and tried ftp with MC only.. the _only_ common piece was the network adapter.)

Well.. give me thoughts :-/

*Update:
Well, by combining odd search terms I got 7 matches on google, one of which said: I needed to use an unpacked myPS2 elf with my version of uLaunchELF (3.48). Course, I didn't realize I had such an old version, so I upgraded and now I don't need the unpacked version. All works just great :-D now if only it looked better and stretched to cover the screen :-/ it looks best in NTSC-JP..

-DrkShadow

Ettornio
08-13-2006, 09:56 PM
I'm having an issue with myPS2 1.2 on HDD. I'm using DMS 4 PRO with ToxicOS 0.41. I've followed this guide perfectly. Only trouble is, it boots up, loads the XML GUI for skins, then I get a new screen that says it's still loading. It stays there forever! What's going on? It's so frustrating... So close, yet so far. Please help!

barf
08-14-2006, 04:02 AM
When you have such questions, why not paste the content of your xml files here?

Ettornio
08-14-2006, 03:43 PM
Oh, right. Sorry about that. Here you go.

CONFIG.DAT:


scr_adjust_x = 0
scr_adjust_y = 0
scr_mode = 255
scr_screenshot = 1
scr_path = host:/
tbn_caching = 1
tbn_cache_path = pfs0:/THUMBCACHE/
net_enable = 1
net_ip = 192.168.1.102
net_netmask = 255.255.255.0
net_gateway = 192.168.1.1
net_dns = 192.168.1.1
net_smb_workgroup = X
net_smb_debug = 0
ftp_enable = 1
ftp_port = 21
ftp_anonymous = 1
ftp_login = ps2
ftp_password = ps2
radio_cache_list = 0
part_mount_list = hdd0:+PS2
lang_file = english.xml
lang_charset = ISO-8859-1
skin_name = default
hdd_boot_part = hdd0:+PS2
hdd_boot_path = /PROGRAMS/MYPS2/



samba.xml


<share>
<name>X</name>
<path>smb://192.168.1.100/</path>
</share>


I am very sure I am doing something wrong with the Samba settings. My bro did all the SMB stuff for the xbox, so I am totally clueless. I would like the PS2 to access c:\x\ because that's where all of my multimedia stuff is. I'm fairly sure the SMB has no password. I checked the xbox's SMB settings and there seems to be no password needed.

skin.xml


<skin>
<name>myPS2 default skin</name>
<default>pal</default>
</skin>


I'm using a V10 NTSC PS2 with a romeo mod, Official 40GB Sony HDD (FFXI Kit), DMS 4 PRO with ToxicOS 0.41. Adjust the settings above appropriately, please. Thanks! :)

geHuC
08-23-2006, 11:23 AM
I have a few problems with myPS2 1.2
First with that samba thing, I've connectet my PC to the PS2 via my second lan card (i use my first for my i-net connectin). I'm not using user and pass to accsess my pc so my samba.xml file looks like this
<shares>
<share>
<name>My Music</name>
<path>smb://geHuC/My Music/</path>
</share>
<share>
<name>Source</name>
<path>smb://geHuC/source/</path>
</share>
<share>
<name>Downloads</name>
<path>smb://geHuC/Downloads/</path>
</share>
</shares>
I use my comp. name (geHuC) 'cuz i can't find my ip (i have two for each connection but i don'n know which one to use :( ) The problem is that when i start myPS2 and tri to enter the shares it seems like it's thinking a little and then nothing happens :(
And the other thing is how to share my i-net connection between the two cards to be able to play i-net radio :?
i'm starting myPS2 from the mc usin uLaunchELF CD

Cloudhunter
08-23-2006, 11:47 AM
You use internet connection sharing to share your connection. Best to use the home networking wizard if you don't know what you are doing.

If you use the ipconfig then your ip address should be the one that starts like 192.168 etc.

Also remember that when you use internet connection sharing, the adapter connected to the PS2 changes to 192.168.0.1.

Cloudy

geHuC
08-23-2006, 12:08 PM
Well ther's a problem with the internet connection sharing when i share it (using the wizard) i cant connect with the net :( that probably 'cuz the net goes via PPPoE using user and pass (and taht user and pass works onli for my IP adres :@ )
Also none of the IPs i use is like 192.168. they all start 169.254.
P.S. what "etc." mean ?

alca
08-29-2006, 01:56 PM
Cloudy probably means that 192.168 etc. is 192.168 and so on like 192.168.1.20. But it depends on your Internet provider. This is your case, your ip is 169.254.x.y That's ok. Simply change ip of one network card to something absolutely different. Try internet, if still works then you are configuring card you share your connection. Set the ip address to value you want(also completely different range than inet card). This new address is for your myPS2 and other guys you share inet to. Hope it helps :)

geHuC
08-30-2006, 07:02 AM
well it didn't work :(
i'm considering to buy switch/router/hub but i don't know what's the difference between them :( but i'll find out (hopefuly soon :D)

arpanet80
04-18-2007, 06:42 PM
vber util is the post

Tanks