summaryrefslogtreecommitdiff
path: root/Distrib
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-11-15 17:42:26 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-11-15 17:42:26 +0000
commitc2c49f738d010ba7de693d578b1c6bd9783e0701 (patch)
tree72b2267adbde8125285375a246a5ebbce52b44ff /Distrib
parent5d0da2dd825620c6984bd6ea2d2bbc496a9ef6a6 (diff)
none
Diffstat (limited to 'Distrib')
-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]]