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 am new to linux and have just installed my first installation on a partition, dual booting with Windows. I have installed CentOS v5 (from what I read it is the best for server use). I also read that it is about the same as Red Hat.
I'm not real sure how any of the commands work. After doing a bit of research, I have tried a few things but nothing has actually worked.
After the installation, I opened up Firefox and I am not connected to the internet. I have tried configuring my internet settings for both DHCP as well as assigning an IP address to myself. The only possible conclusion I could come to is that I need to install the network card driver.
I have download a few.. I am not really sure which one I am suppose to use though. When I try to install them, this is the error that I am getting.
My network card works on my windows partition (where I am posting from now).
Whenever I do the "make clean modules" and "make install" commands, I get errors.
I am a complete linux noob and have no idea what I am doing when it comes to the terminal. Could someone please shed some light on this for me? It has been driving me crazy for about 3 days now.
Also, whenever it is in the boot up process, when it is going through the OK and Failed process.. it says Failed for eth0 and under it says.. eth0 has different MAC address than expected, ignoring.
Last edited by WebTraffic; 11-16-2009 at 01:03 PM.
I am no expert but there is a few thing you can check before somebody else answer your post, post the output of lspci to list your pci cards. Also i see that you did (make clean) should be something like (make then make install), have you check the provided readme files in (r8101-1.001.00/readme) for proper installation.
I tried this. It tries to connect to the internet to download it, but I cannot connect to the internet because I am disconnected and trying to install my NIC driver so that I can get online lol
Code:
[root@localhost ~]# yum install kernel-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=addons error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot find a valid baseurl for repo: addons
is there some way I can download the files onto a flash drive then install them onto centos that way?
The kernel devel should be available onto your installation dvd, most of what you'll need will probably be onto that dvd.
Also since you said your dual booting you should be able download whatever you need to your windoz and access it from within your Linux install through /mnt/YourWindozPartition
I wouldn't know about how going about downloading the kernel devel. I have followed the link given in the mirror list links... do I just download these files? How would I go about installing kernel devel without internet access?
how about installing the ethernet drivers through insmod or modprobe,that should work i guess.
Is the nic card being detected in windows,that is are u able to browse the net from windows? If not might be an issue with ur nic card and try doing a mii-tool eth0 and see what it says.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.