<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
what kind of network card are you using? I had a similar problem with<br>
the bcm5700 running AS2.1.  I did the following, found it on the<br>
redhat knowledge base:<br>
<br>
edit /etc/modules.conf<br>
if no entry for eth0 exists add it<br>
<br>
alias eth0 <NIC module you are using><br>
save file<br>
<br>
now run:<br>
<br>
service network stop<br>
lsmod<br>
modprobe <module for your nic><br>
lsmod<br>
service network start<br>
ifconfig<br>
<br>
<br>
-G<br>
<br>
<br>
Dan O'Berry wrote:<br>
<blockquote type="cite"
 cite="mid1084383314.13955.10.camel@doberry-rw512">
  <pre wrap="">I don't believe so.  They've been running now for about 2 years, but I
think it was a fairly generic (mostly defaults) install.  Is there a way
to check to see if that's what I need?

On Wed, 2004-05-12 at 11:43, Marco Ferretti wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Dan O'Berry wrote:

    </pre>
    <blockquote type="cite">
      <pre wrap="">I just ran 'up2date -fui kernel' on one of my servers and when trying to
boot to the new kernel (2.4.20-28.7), my eth0 will not come up.  I can
still boot to my older kernel (2.4.7-10).
Any ideas?

Thanks,

Dan O


_______________________________________________
rhn-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rhn-users@redhat.com">rhn-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/rhn-users">https://www.redhat.com/mailman/listinfo/rhn-users</a>

 

      </pre>
    </blockquote>
    <pre wrap="">Did you have to compile some hard-linked modules to make your sys. run ? 
if so you probably have to recomplile the kernel w/t the modules in , at 
least that's what I have to do with one of my machines with integrated 
net adapter
    </pre>
  </blockquote>
  <pre wrap=""><!---->

_______________________________________________
rhn-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rhn-users@redhat.com">rhn-users@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/rhn-users">https://www.redhat.com/mailman/listinfo/rhn-users</a>

  </pre>
</blockquote>
</body>
</html>