LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux won't detect my Onboard LAN card. Foxconn (https://www.linuxquestions.org/questions/linux-newbie-8/linux-wont-detect-my-onboard-lan-card-foxconn-812863/)

albertwahlang 06-08-2010 06:57 AM

Linux won't detect my Onboard LAN card. Foxconn
 
[SIZE="4"][SIZE="4"]Hi,

I have just install Redhat Enterprise Linux5, 2.6 kernel,Foxconn motherboard,model 45GMX-V but Linux did not detect the Onboard LAN card.Although when i use winxp it detects the card as RTL8139/810x.Will anyone help me please.I lost the motherboard CD also :(

g33ky 06-08-2010 07:02 AM

Hmm 'kay, but which distro are you using please ? :)

albertwahlang 06-08-2010 07:52 AM

I installed Redhat Enterprise Linux 5, 2.6 kernel

g33ky 06-08-2010 08:45 AM

Ok thanx,

Well the RTL8139 module doesn't work with RHEL5 (as it's specified to be compatible...).

#1 Go here and download the proper driver named 'LINUX driver for kernel 2.6.X and 2.4.X (Support x86 and x64)'
#2 Do :
Code:

$ su -
Go to the folder where the file has been downloaded, then :

Code:

#tar -xvf r8101-1.016.00.tar.bz2
Now go to the folder where the files have been extracted and :

Code:


#make clean modules
#make install
#depmod -a
#insmod ./src/r8101.ko

(or r8101.o for kernel 2.4.x)
Code:

reboot
After the reboot, the server should be correctly connected (consider that the parameters are ok -eg. DHCP or IP address).

If not, type :

Code:

#/sbin/services network restart
That's it... Just keep me up about it plz.

Thanx

albertwahlang 06-09-2010 12:13 AM

Thankyou,thankyou,thankyou, it works.Am new to linux,now i can start.


All times are GMT -5. The time now is 07:10 PM.