Re: Kingston KNE111TX NIC supported ???
From: Allen McIntosh (mcintosh_at_nospam.com)
Date: 09/02/04
- Next message: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Previous message: anybody: "memtest86 hangs, but Linux and Windows run okay"
- Maybe in reply to: Tauno Voipio: "Re: Kingston KNE111TX NIC supported ???"
- Next in thread: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Reply: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 02 Sep 2004 18:35:46 GMT
In article <7687bfbd.0409020652.7c2f4c30@posting.google.com>,
Linux Lover <linuxlover992000@yahoo.com> wrote:
>The strange thing is that as installed, the NIC seems to be identified
>and acccessed properly. Even the green lights at its back are on and
>when I ping another host in the network, one of the green lights blink
>each time a ping is sent.
Then it's more likely the hardware is up and the interface is
misconfigured. The error message your original posting is
consistent with this statement.
Some things you can check:
1) Does /etc/modules.conf contain a line reading
alias eth0 tulip
or is there something else in place of tulip. If so, what?
If something else, use it in place of tulip in what follows.
2) Does the driver appear in the output of lsmod?
3) Is there information for eth0 in the output of
ifconfig -a
4) Ditto, without the -a
If the answer to (3) is yes, it's a pretty good bet your interface
hardware is behaving. (I suppose the cable could be bad or some such).
Post the output of "route -n"
To see if the driver is loading, run
tail -f /var/log/messages
in one window (may need to be root), then
ifdown eth0
(if ifconfig -a says it's there)
modprobe -r tulip
(or rmmod tulip, if lsmod says it's there)
modprobe tulip
(should see messages from the driver in /var/log/messages)
ifup eth0
(should see other stuff, including complaints if DHCP dies)
- Next message: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Previous message: anybody: "memtest86 hangs, but Linux and Windows run okay"
- Maybe in reply to: Tauno Voipio: "Re: Kingston KNE111TX NIC supported ???"
- Next in thread: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Reply: Allen McIntosh: "Re: Kingston KNE111TX NIC supported ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|