summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 23:30:58 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 23:30:58 +0100
commit87c37c0de41f080ae0f91be7bbd7bb373f0c314c (patch)
treef13e6511ff16146c19227a6295e4e061f903ef29 /hurd
parentcb0d7e06b21b46ff2d38c682e144d265a69bfb08 (diff)
Also start the translator immediately, to get debugging messages
Diffstat (limited to 'hurd')
-rw-r--r--hurd/dde/guide.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn
index dbd90f41..92f54f94 100644
--- a/hurd/dde/guide.mdwn
+++ b/hurd/dde/guide.mdwn
@@ -203,14 +203,14 @@ in the boottime grub menu while testing.)
Once there, set up the translators for the driver (as root):
- $ settrans -c /dev/forcedeth /hurd/dde/dde_forcedeth
+ $ settrans -cap /dev/forcedeth /hurd/dde/dde_forcedeth
- $ settrans -c /dev/eth0 /hurd/dde/devnode -M /dev/forcedeth eth0
+ $ settrans -cap /dev/eth0 /hurd/dde/devnode -M /dev/forcedeth eth0
Finally, we can set up the actual network translator,
using something like:
- $ settrans -c /servers/socket/2 /hurd/dde/pfinet -i /dev/eth0 -a 192.168.1.194 -g 192.168.1.254 -m 255.255.255.0
+ $ settrans -cap /servers/socket/2 /hurd/dde/pfinet -i /dev/eth0 -a 192.168.1.194 -g 192.168.1.254 -m 255.255.255.0
For the exact syntax,
see the normal network setup documentation.