diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-23 01:53:45 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-23 01:53:45 +0100 |
commit | f08826f63374bb72c23d0f70e76963c0c4a7d2fd (patch) | |
tree | e006ef74b76e3ac5a3b16fa84de14f4c702952ea | |
parent | 87c37c0de41f080ae0f91be7bbd7bb373f0c314c (diff) |
Make warning about mixture fatter
-rw-r--r-- | hurd/dde/guide.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 92f54f94..0cea6655 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -66,7 +66,8 @@ Get DDE code: $ mkdir dde && cd dde Note: here, use dde-debian instead of dde if you have gnumach >= -2:1.3.99.dfsg.git20120219-1 already installed and running. +2:1.3.99.dfsg.git20120219-1 already installed and running. Otherwise you will +get "vm_allocate_contiguous: (ipc/mig) bad request message ID" error messages. $ git clone git://git.sv.gnu.org/hurd/incubator.git -b dde hurd @@ -205,6 +206,11 @@ Once there, set up the translators for the driver (as root): $ settrans -cap /dev/forcedeth /hurd/dde/dde_forcedeth +If that spews error "vm_allocate_contiguous: (ipc/mig) bad request message ID", +you are mixing things: either use the debian kernel and the dde-debian incubator +branch, or use your kernel built from the master-user_level_drivers branch and +the dde incubator branch, but don't make any mixture. + $ settrans -cap /dev/eth0 /hurd/dde/devnode -M /dev/forcedeth eth0 Finally, we can set up the actual network translator, |