Can someone post a version of how to get network going in 3 year old instructions?
I have tried the wiki guide and it doesnt work for me
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
Can someone post a version of how to get network going in 3 year old instructions?
I have tried the wiki guide and it doesnt work for me
What do you want to do exactly ?
I wanna be able to add stuff for code breaker
and maybe get it where I can do the firmware upgrade via network
Ok.
First, you have to configure your PS2 IP address within Boot Manager. The IP address have to match the network address of your PC. To know it, simply double clic on the interface small icon on the bottom right of your screen on Windows.
Two possibilities :
- You are behind a router. Your IP address should be something like 192.168.0.100. Just use 192.168.0.10 for your PS 2 (or other address of the same network).
- You are directly connected to the Internet. Your IP address starts with something else than 192.168.x.x, 10.x.x.x or 172.x.x.x. Then you have to configure your network interface to add a new private IP address (192.168.x.x).
Then, plug your Ethernet Cable and test your configuration with the following command line :
if 192.168.0.10 is the IP address you've chosen in Boot Manager configuration.Code:ping 192.168.0.10
It should reply with something like this :
(perhaps it's a little different for you as I'm on Mac OS X).Code:ping -c 3 192.168.0.5 PING 192.168.0.5 (192.168.0.5): 56 data bytes 64 bytes from 192.168.0.5: icmp_seq=0 ttl=64 time=1.139 ms 64 bytes from 192.168.0.5: icmp_seq=1 ttl=64 time=1.094 ms 64 bytes from 192.168.0.5: icmp_seq=2 ttl=64 time=1.123 ms --- 192.168.0.5 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.094/1.119/1.139/0.019 ms
Your PS2 is linked to your PC, congratulations !
Now, just follow the wiki to upgrade your firmware and BM. You should try to install an APP first.
ok I got this
looks ok so far
ping 192.168.1.101
Pinging 192.168.1.101 with 32 bytes of data:
Reply from 192.168.1.101: bytes=32 time<1ms TTL=128
Reply from 192.168.1.101: bytes=32 time<1ms TTL=128
Reply from 192.168.1.101: bytes=32 time<1ms TTL=128
Reply from 192.168.1.101: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.101:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
| « Previous Thread | Next Thread » |