LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Internet is not working in RHEL server 5 (https://www.linuxquestions.org/questions/linux-newbie-8/internet-is-not-working-in-rhel-server-5-a-774377/)

kumar.chakram 12-08-2009 10:44 PM

Internet is not working in RHEL server 5
 
Hi,

I installed RHEL server 5 in my PC, windows XP is already running in my system. I am not able to connect to internet from Linux, but internet is working in windows XP.

I struggled a lot but no luck, can you help me to resolve this problem.

I identified the below information in lspci -vv output.

01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 01)
Subsystem: Intel Corporation Unknown device d607
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at 1000 [size=256]
Region 2: Memory at 90000000 (64-bit, non-prefetchable) [size=4K]
Expansion ROM at 90200000 [disabled] [size=128K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [48] Vital Product Data
Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable-
Address: 0000000000000000 Data: 0000



I got the below error while restarting network under /etc/rc.d/init.d


[root@localhost init.d]# ./network restart
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: 3c501 device eth0 does not seem to be present, delaying initialization.
[FAILED]
[root@localhost init.d]#

mdever44 12-08-2009 11:07 PM

Here's a thread with a similar problem: http://www.linuxquestions.org/questi...e1000e-725849/
They were recommended to compile a module, upgrade to a later RHEL, or ask RHEL support.

mail4vijay 12-08-2009 11:59 PM

Quote:

Originally Posted by mdever44 (Post 3784929)
Here's a thread with a similar problem: http://www.linuxquestions.org/questi...e1000e-725849/
They were recommended to compile a module, upgrade to a later RHEL, or ask RHEL support.

I am running RHEL 5 in my desktop with vmware workstation software which you can download from internet. And the best is you do not reboot my PC if go to Win XP .. you can run both OS in same time by creating RHEL as virtual PC.But you have atleast 1/2 GB ram in your Desktop for better performance.

lupusarcanus 12-09-2009 01:34 AM

Maybe, google the Linux driver you need (01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller rev 01) in Windows XP. Then download the driver to your desktop in Windows XP. After that, mount your Windows partition to your linux one, and transfer the driver from your Windows Desktop to your linux one. From there, you can install and hopefully get using the internet.

kingston 12-09-2009 01:48 AM

How many ethernet controllers are ther?
what is the output of "mii-tool eth0"
whether it is pinging properly with the loopback?
Is it a direct internet connection or running with proxy?

fpmurphy 12-09-2009 08:52 AM

You need to load the r8101 module and alias eth0 to it.

kumar.chakram 12-13-2009 02:01 AM

Quote:

Originally Posted by fpmurphy (Post 3785502)
You need to load the r8101 module and alias eth0 to it.

Hi,

Thanks all for your help. Now internet is working in RHEL5.

I downloaded the RTL8101 driver after searching in goole and i ran the fllowing commands provided in readme file after untar the downloaded driver.

# make install
# depmod -a
# modprobe r8101


Could you please tell me how to mount the windows partition in Linux. Here I copied the RTL8101 driver from windows to linux using pendrive.


Thanks
Ravi.K

kingston 12-13-2009 11:31 PM

just share the drives "C" "D". Then fire the following command
#mount -t cifs //windowshostname/sharename /mountpoint -o user=administrator
Now it will prompt you for the password.

The next way is install the following rpms
dkms*
dkms-fuse*
fuse*
fuse-ntfs-3g*
Then again
#mount -t ntfs-3g /dev/hda5 /mnt
suppose hda5 is ur windows partition

Cheers!


All times are GMT -5. The time now is 11:41 AM.