From c2c49f738d010ba7de693d578b1c6bd9783e0701 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 15 Nov 2006 17:42:26 +0000 Subject: none --- Distrib/DebianAfterInstall.mdwn | 14 +++++++++----- 1 file 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 ### [[Distrib/DebianAptOffline]] -- cgit v1.2.3