Kent said:
So, post the complete contents of/etc/network/interfaces.
Also post the output of "ifconfig".
Also post the nic-related output of "lspci".
And perhaps post the output of "lsmod".
If you say so:
The /etc/network/interfaces file as it currently stands (the only way it will come up);
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.2
# iface eth0 inet dhcp
----------------------------------
Okay, because you're specifying a static IP, pump won't be running as shown by "ps ax". So you have a decision to make; either use static, or use dhcp. Which do you want?
ifconfig
eth0 Link encap: Ethernet Hwaddr 00:30:65:C7:8E:EA
inet addr: 192:168:1.1 Bcast192.168.1.255 Mask 255.255.255.0
UP BROADCAST RUNNING MTU:1500 Metric:1
Rx packages:0 errors:0 dropped:0 overruns:0 frame:0
Tx packages:36 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:100
lo Link encap: Local Loopback
inet addr: 127.0.0.1 mask 255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
Rx packages:4 errors:0 dropped:0 overruns:0 frame:0
Tx packages:4 errors:0 dropped:0 overruns:0 frame:0
collisions:0 txqueuelen:0
------------------------------------
lspci
00:0b.0 Host bridge: Apple Computer Inc: Unknown device 0020
00:0d.0 PCI bridge: Digital Equipment Corpooration: DECchip 21154
00:10.0 VGA compatible controller: ATI Technologies Inc Rage 128PF
01:02.0 SCSI storage controller: Adaptec AHA-7850 (rev 03)
01:07.0 Class ff00: Apple Computer Inc: unknown device 0022 (rev 03)
01:08.0 USB controller: Apple Computer Inc: unknown device 0019
00:09.0 USB controller: Apple Computer Inc: unknown device 0019
00:10a.0 Firewire (IEEE 1394): Texas InstrumentsTSB12LV23 OHCI compliant 13
94 Controller
Ah; what version of kernel are you running? I think you said earlier it's a 2.2. You might want to upgrade to a 2.4 kernel, say about 2.4.18 or thereabouts. All these "unknown devices" indicate that your NIC is probably not getting recognized properly.
-- Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]