bpmurray
Still Fresh
This describes how to connect your GP2X to your Windows PC using the new facilities available in the v2.0 firmware. Since I've only just managed to get it to work, this should be updated to clarify any new information, but here's a first attempt.
For the record, the todos are:
- explain how to connect to Linux machines
- explain any other areas I haven't covered here
OK, here we go:
I checked the Samba config file on the GP2X and it looks fine, but I haven't managed to mount the thing yet. - watch this space
For the record, the todos are:
- explain how to connect to Linux machines
- explain any other areas I haven't covered here
OK, here we go:
- First, install the v2.0 firmware. Get it HERE - follow the instructions carefully. Remember that this is an extensive update, and it takes quite a while: be patient.
- Next, download the RNDIS driver from HERE and unzip it into a directory - note the location.
- Boot your GP2X. Go to the new System menu under the Settings menu.
- I turned on all the network stuff, setting them to "ALWAYS ON"...
- First, you need to turn on the network: the default IP address is 192.168.0.2 which works just fine.
- Now, choose your servers. As I mentioned I turned ON the Web Server, the FTP/Telnet server and the SAMBA server. (This probably needs a little more investigation)
- Now, connect the GP2X to a free USB port on your PC.
- The PC will try to install the new RNDIS device - tell it where you unzipped it above. For some reason, this step is quite slow, but it eventually finishes.
- Open your network settings and open the properties for the new connection. By default, it's called something like "Local Area Network #2" - rename it to something you can better recognise.
- Open the TCP/IP settings, and set the IP address to something you're not currently using, something like 192.168.0.200; the mask should be 255.255.255.0. Set the gateway and DNS addresses to those you're using on your usual connection.
- Add the line "192.168.0.2 gp2x" to the file \Windows\system32\drivers\etc\hosts, where "\windows" is your Windows install directory
- Check that it all works by opening a DOS box and typing "ping gp2x". This should give a series of lines of the form "Reply from ....".
I checked the Samba config file on the GP2X and it looks fine, but I haven't managed to mount the thing yet. - watch this space