Thread: DR800 DRebian
View Single Post
Old 08-10-2011, 04:06 PM   #24
GregorRichards
Connoisseur
GregorRichards doesn't litterGregorRichards doesn't litter
 
Posts: 60
Karma: 151
Join Date: Apr 2010
Device: DR800SG
Quote:
Originally Posted by rvs View Post
btw... how did you get gimp running? It doesn't seem to be on the image you provided.
The image is pretty minimal. I installed it with apt. To do that you'll need to get networking working. To do that:
  • Get usbnet working (see the VNC post I linked before)
  • Configure forwarding on the host. See e.g. http://www.revsys.com/writings/quicktips/nat.html for instructions on that (for a Linux host; for other OSes, you're on your own)
  • Configure the DR to route through the host: route add default gw 192.168.200.1
  • Give the DR nameservers: echo -e 'nameserver 8.8.8.8\nnameserver 8.8.4.4' > /etc/resolv.conf

Then just `apt-get install gimp`. (Or `aptitude install gimp`, or install it with synaptic)
GregorRichards is offline   Reply With Quote