LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RHEL 6 64Bit - Network Problem - Network Card Not Recognized? (https://www.linuxquestions.org/questions/linux-networking-3/rhel-6-64bit-network-problem-network-card-not-recognized-4175432568/)

red.hive 10-16-2012 03:05 PM

RHEL 6 64Bit - Network Problem - Network Card Not Recognized?
 
Hello everyone,

I need help with a big networking problem I am having. I just installed a trial version of RHEL 6 on my computer. Already in the installation process I noticed something weird - during the install process, there is a stage where you can choose to configure the network now...that button was grayed out and there was nothing I could do about it.

Once the installation ended and the computer booted, there was no network. If I try to go to /etc/init.d/network, or NetworkManager - it doesn't exist - it gives me an error saying "lines such and such pertaining to network (dont remember the numbers) do not exist in /etc/sysconfig - i.e., there is no network configuration whatsoever.

I have no idea what I can do about this - I think maybe RHEL is not recognizing my network card? How can I know if this is the problem? And how can I solve it?

I have two hard drives in this computer, in one, I have an Ubuntu installation, in the other, I have the RHEL.

This is the info about my network card which I took from the Ubuntu install (which has networking working 100%, out of the box, no extra config needed) - I have regular ethernet card and a wireless card, both in the motherboard:

sudo lshw -class network
*-network
description: Ethernet interface
product: AR8151 v2.0 Gigabit Ethernet
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth1
version: c0
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full firmware=N/A latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s
resources: irq:47 memory:f7d00000-f7d3ffff ioport:e000(size=128)
*-network DISABLED
description: Wireless interface
product: RT3090 Wireless 802.11n 1T/1R PCIe
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rt2800pci driverversion=3.2.0-32-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
resources: irq:17 memory:f7c00000-f7c0ffff

Any help is highly appreciated!

red.hive

John VV 10-16-2012 03:54 PM

if you are NOT going to buy the REQUIRED support license
you will not be able to install any software ( other than on the outdated dvd)

use CentOS 6.3
also cent added a bunch of programs FOR DESKTOP use
RHEL was not meant for use on a home desktop ( it can be , but was NOT designed for it)

buy the rhed license
( and if you have to ask then you WILL need the $299 per year license )
https://www.redhat.com/apps/store/desktop/


then read the red hat install documentation '

https://access.redhat.com/knowledge/...erprise_Linux/


for the network RHEL is very MANUAL there as almost no automatic anything
YOU will need to manually set it up ( cent has some automation)
https://access.redhat.com/knowledge/...onfig-x86.html

red.hive 10-16-2012 04:57 PM

Hello John VV,

I am currently studying for the RHCE certification and in my course, I was given this one month trial DVD, which I was told should be ok to install at home (for the certification studies purpose) - so you say it will not work unless I buy the license and/or install CentOS 6?

I did install from this same trial DVD on a vm machine (on a different computer, which I no longer can use) and it worked fine, so I am guessing the problem is not with the DVD, the problem might be that RHEL currently does not support my specific network card?

Thanks again,

red.hive

John VV 10-16-2012 06:42 PM

unless you buy the required license ( $49 to $299)
you do not install anything that is not on the "out of date" dvd - NO current security updates
RHEL 6.3 is the current ( 2012-06-20)

if you have a rhel6.0 it came out on "2010-11-10"
and is two years ( almost) out dated

if you ARE taking the RHCE
BUY the red hat license and you also might want to buy the red hat books and testing tools for the test

thought you could "get away" with installing CentOS 6.3 .
You will get NO experience using red hat's RHN
Nor any experience in registering a red hat install

also if you buy the required license you also get access to the redhat knowledge base
( some is open to the public- but only a small part)
https://access.redhat.com/knowledge/search


or port the CentOS wiki for use on RHEL
http://wiki.centos.org/

red.hive 10-17-2012 02:06 AM

Hi John VV,

I bought Michael Jang's book and am using it to study.

Not sure I understand what you meant by "thought you could "get away" with installing CentOS 6.3 .
You will get NO experience using red hat's RHN
Nor any experience in registering a red hat install" ?

Also, regarding that specific network card problem, it doesnt seem to be related to the outdated trial version, I read in several places, from people who did buy a license and had the same problem with lack of support of broadcom network cards...so even if I buy the license, I will still encounter this problem and need to solve it :-(

Thanks again,

red.hive

John VV 10-17-2012 03:50 AM

kmod-atl1e
is the driver needed
and it will require a paid for license to install it on RHEL6
buy the license
or install CentOS

you might want to plug in a cable connection

it is also in the elrepo repo
http://elrepo.org/tiki/tiki-index.php
Code:

su -
rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
yum search kmod-atl1e
--- from the list ---
yum install kmod-atl1e

but without a paid for license
that might not work


or direct download
http://elrepo.org/linux/elrepo/el6/x86_64/RPMS/

but on a unregistered copy of RHEL
you will have fun
you can try( no idea if it will work ???? )
download the rpm ( firefox can install it directly from the web page )
or
save to to your home folder and double click on it
and use "the package manager" to install
or
Code:

su -
cd /to/the/location/it/is
yum localinstall kmod-atl1e


red.hive 10-17-2012 03:53 AM

OK, thank you very much for the information, I will follow your advice and let you know how it goes.

Thanks!

red.hive 10-20-2012 03:23 PM

Hi John VV,

After much thought, I decided to switch from the RHEL trial version to CentOS - installed it and it recognized my network card right away.

I hope I will manage to study with centos just as well as I would have with the original RHEL.

Thanks for you help,

red.hive


All times are GMT -5. The time now is 06:37 PM.