Originally Posted By: Boelle
btw... can i configure network on the player through putty?

for some reason my old laptop cant find the player through emplode but it can with putty (the drives spins up when opening emplode but it will go on searching for the player forever - if setting it to search my network it finds it in a flash)

i just want to assign the player a fixed ip


If you don't have anything that you care about in the config.ini file, then just connect over serial again, and do this:

## Hit control^C to get a shell prompt, then do:

## Enable read/write access to all disks:
rwm

## Replace config.ini with new contents,
## (edit the IP addresses below to suit your network):
cat << EOF > /empeg/var/config.ini
[Network]
Gateway=192.168.0.1
Netmask=255.255.255.0
IPAddress=192.168.0.9
EOF


## Switch back to read-only disk access again:
rom

## Restart the player s/w:
exit