summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Distrib/DebianAfterInstall.mdwn14
1 files changed, 9 insertions, 5 deletions
diff --git a/Distrib/DebianAfterInstall.mdwn b/Distrib/DebianAfterInstall.mdwn
index 6c21dd1a..1c8554b7 100644
--- a/Distrib/DebianAfterInstall.mdwn
+++ b/Distrib/DebianAfterInstall.mdwn
@@ -12,14 +12,18 @@ Time to get to work.
Check if your NIC was detected by GNU Mach:
- devprobe eth0
+ # devprobe eth0
-_devprobe_ will print _eth0_ on successful detection.
+_devprobe_ (run as user _root_) will print _eth0_ on successful detection. If it doesn't, your NIC was not detected correctly. You can then try to do the following (also as user _root_) for getting details:
-If it was detected:
+ # cat /dev/klog > ~/klog
+ [Wait a second, then press `Ctrl-C'.]
- settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 \
- -a 192.168.1.3 -g 192.168.1.1 -m 255.255.255.0
+Now examine the _~/klog_ file.
+
+If the NIC was detected:
+
+ # settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a 192.168.1.3 -g 192.168.1.1 -m 255.255.255.0
### <a name="_Distrib_DebianAptOffline_apt_of"> </a> [[Distrib/DebianAptOffline]]