I found mine: jme.ko .<br><br>Now I have to download it and install it offline.<br><br>thank you guys<br><br><div class="gmail_quote">On Sun, May 30, 2010 at 9:09 AM, Akemi Yagi <span dir="ltr"><<a href="mailto:amyagi@gmail.com">amyagi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Sun, May 30, 2010 at 5:39 AM, Robert Heller <<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>> wrote:<br>

<br>
> RedHat (and thus CentOS) backports esentual drivers and patches.  Even<br>
> though the kernel version is 2.6.18 (CentOS/RHEL 5), it contains bits<br>
> and pieces from newer kernels.  There is also the elrepo repository,<br>
> which contains a pile of additional kernel modules (drivers mostly) that<br>
> RedHat does not build.  Check the elrepo elrepo repository -- your<br>
> driver might be there.<br>
<br>
</div>You can find if ELRepo has the driver for you by going to FAQ #4 at:<br>
<br>
<a href="http://elrepo.org/tiki/FAQ" target="_blank">http://elrepo.org/tiki/FAQ</a><br>
<br>
Run the command (one line):<br>
<br>
for BUSID in $(/sbin/lspci | awk '{ IGNORECASE=1 } /net/ { print $1<br>
}'); do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done<br>
<br>
to get the the Vendor:Device ID parings. Then look through:<br>
<br>
<a href="http://elrepo.org/tiki/DeviceIDs" target="_blank">http://elrepo.org/tiki/DeviceIDs</a><br>
<br>
To see if yours is there.<br>
<br>
Hope this helps.<br>
<font color="#888888"><br>
Akemi<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br>