Thanks LeRoy, I'll have to go look at the other system but I know that I
looked at the /etc/init.c/network file.
I have two Debian i386 configurations here, one bo (the one I am now
using) and one hamm. Everything on the bo system works. The mystery to
me is that when things seem to be config
Hi Bill,
In the boot process /etc/init.d/network is run. Here is a sample
from my home machine.
#! /bin/sh
#
#Setup loopback
#
/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0
#
# Attach ethernet device
#
/sbin/ifconfig eth0 up
/sbin/ifconfig eth0 patches-place netmask 255.255.255
I think I had this same problem. Let me have a look at your
/etc/init.d/network.
I thought it was something that I scewed up during the install but it looks
like it might be a bug. It sets the local interface as the default route rather
than setting it to what is supposed to be the gateway. (loo
I have installed debian hamm (on an EIDE Pentium about a week ago).
Kernel 2.0.29 (since configured, compiled, and installed a 2.0.30
kernel).
There are two weird problems that I am experiencing...
The first problem is that the ethernet module is not loading.
But typing "insmod /lib/modules/2.0.
4 matches
Mail list logo