CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - Networking Support
  Network card Installation help Urgently needed

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  xarex
      xarex
Network card Installation help Urgently needed
#1
Newbie
Joined: 2007/5/16
From
Posts: 6
Hi All,

OK, here is my system spec's

AMD2 6000+ Duo Core
4 GB Ram
GeForce 8600 512mb Graphics,
320 Gb Hdd.


I have a dual boot Xp / Centos 5.1

The MB is Biostar TA770 A2+
according to the manual the onboard ethenet is...
Marval 88E8056 10/100/1000

can somebody please tell me in step by step terms how to set up the ethenet card, to connect to my network.

My Gateway is 192.168.0.1 and my subnet is 255.255.255.0

thanks

Kenny
Posted on: 2008/1/29 14:33
Create PDF from Post Print
Top
  •  Lenard
      Lenard
Re: Network card Installation help Urgently needed
#2
Professional Board Member
Joined: 2005/11/29
From Indiana
Posts: 2283
See the wiki: http://wiki.centos.org/HardwareList/RealTekRTL8111b

You can also try the dkms-r1000 driver from rpmforge;
http://dag.wieers.com/rpm/FAQ.php#B
yum install kernel-devel dkms dkms-r1000

Note if the dkms-r1000 driver from rpmforge does not work then grab the dkms-r1000.spec file and edit for the newer Realtek r8169 driver found here(choose one all are direct links):

ftp://210.51.181.211/cn/nic/r8169-6.005.00.tar.bz2
ftp://61.56.86.122/cn/nic/r8169-6.005.00.tar.bz2
ftp://152.104.238.19/cn/nic/r8169-6.005.00.tar.bz2


An example modified from the rpmforge the dkms-r1000.spec file (rename to dkms-r8169.spec);
# $Id: dkms-r1000.spec 4979 2006-12-11 11:10:21Z thias $
# Authority: matthias
# Dist: nodist

Summary: Driver for RealTek RTL8169S/8110S, RTL8169SB/8110SB, and RTL8110SC
Name: dkms-r8169
Version: 6.005.00
Release: 1
License: GPL
Group: System Environment/Kernel
URL: http://www.realtek.com.tw/
Source: r8169-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
Requires: gcc
Requires(post): dkms
Requires(preun): dkms

%description
Driver (Linux kernel module) for RealTek RTL8169S/8110S, RTL8169SB/8110SB, and RTL8110SC
Ethernet controllers.

%prep
%setup -n r8169-%{version}

%build

%install
%{__rm} -rf %{buildroot}

%define dkms_name r8169
%define dkms_vers %{version}-%{release}
%define quiet -q

# Kernel module sources install for dkms
%{__mkdir_p} %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/
%{__cp} -a src/* %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/

# Configuration for dkms
%{__cat} > %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/dkms.conf << 'EOF'
PACKAGE_NAME=%{dkms_name}
PACKAGE_VERSION=%{dkms_vers}
BUILT_MODULE_NAME[0]=%{dkms_name}
DEST_MODULE_LOCATION[0]=/kernel/drivers/net
AUTOINSTALL="YES"
EOF

%clean
%{__rm} -rf %{buildroot}

%post
# Add to DKMS registry
dkms add -m %{dkms_name} -v %{dkms_vers} %{?quiet} || :
# Rebuild and make available for the currenty running kernel
dkms build -m %{dkms_name} -v %{dkms_vers} %{?quiet} || :
dkms install -m %{dkms_name} -v %{dkms_vers} %{?quiet} --force || :

%preun
# Remove all versions from DKMS registry
dkms remove -m %{dkms_name} -v %{dkms_vers} %{?quiet} --all || :

%files
%defattr(-, root, root, 0755)
%doc release_note.txt readme
%{_usrsrc}/%{dkms_name}-%{dkms_vers}/

%changelog

_________________
CentOS: The Sysadmins choice
Congratulations NedSlider
Posted on: 2008/1/29 15:47
Create PDF from Post Print
Top
  •  AlanBartlett
      AlanBartlett
Re: Network card Installation help Urgently needed
#3
Moderator
Joined: 2007/10/22
From ~/Earth/UK/England/Suffolk
Posts: 5934
Kenny,

There are two other pieces of information that will be useful to know. What is output by:

uname -rm and also lspci -v

Just copy a paste the relevant section relating to your NIC from the output of the last command.

Alan.

EDIT: I see that Lenard has given you comprehensive details. You can ignore the above . . .
_________________
Alan.

100% Unix & Linux. Co-founder of the ELRepo Project.
Posted on: 2008/1/29 15:50
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com