Thanks for the really quick replies.

Bud Rogers wrote:

>
>
> You probably need to add "static" to that line.  And you will need to
> add at least address and netmask entries for that interface.  Man
> interfaces for details.
>
> iface eth1 inet static
> address 192.168.1.1
> netmask 255.255.255.0

I added these lines and the static option ( thanks for the man reference
).  However, I still get the same error when I use  #ifup eth1.


Leen Besselink wrote:

> Are you sure the module loaded ? sounds like some kind of driver problem. > 'lsmod' will tell you more about that, also you could take a look at the
> output of 'dmesg'. Maybe that will tell you what went wrong.
>
> Hope this helps.

I am as sure as I can be with my experience.  That is, I have full web
access and am sending this email over the eth0 card with that module.
I did #lsmod

Module                  Size  Used by
loop                    7808   0  (unused)
tulip                  30680   1
sound                  57356   0  (unused)
soundlow                 344   0  [sound]

No errors were found when I looked at dmesg.

tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED]
eth0: Digital DC21041 Tulip rev 33 at 0xc400, 00:80:C8:6C:61:3C, IRQ 5.
eth0: 21041 Media table, default media 0800 (Autosense).
eth0:  21041 media #0, 10baseT.
eth0:  21041 media #4, 10baseT-FD.
eth0: 21143 10baseT link beat good.
eth0: 21143 10baseT link beat good.


However, there were some errors that flew by at boot that are not
there.  From what I saw they were modprobe errors complaining about my
lp module.  How can I see the complete log of what flashes by at boot?
I looked at the man dmesg, but the -n switch just returned no messages
at all.  I had some trouble with modules but I thought that had been
resolved with a fresh install this morning and the recompiled kernel
from fresh sources.  ( I have been fighting with this problem on and off
for over a month, but I will fix it today if the coffee holds out)

By the way, I have a gnome ( with helix gnome ) desktop.  Currently,
using Mozilla for mail since my local mail also isn't yet working.  Is
there a way to directly send standard output to the gnome "clipboard"
instead of dmesg > dmesg.txt and then cutting from there?

Thanks

Sean


Reply via email to