Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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]#
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.
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.
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?
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.