Atheros AR8151 - CentOS 5.7

Issues related to configuring your network
Post Reply
rileks
Posts: 2
Joined: 2011/09/27 01:52:43

Atheros AR8151 - CentOS 5.7

Post by rileks » 2011/09/29 02:43:37

I'm newbie, how to find network ethernet adapter Atheros AR8151 in CentOS 5.7?
Thanks

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Atheros AR8151 - CentOS 5.7

Post by AlanBartlett » 2011/09/29 03:43:41

Welcome to the [i]CentOS[/i] fora.

The recommended reading for all new members starts with the [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url].

Your simple question which, unfortunately does not provide sufficient information, can best be answered by referring you to the [url=http://elrepo.org/tiki/FAQ]FAQ[/url] at the [b]ELRepo Project[/b]'s website.

rileks
Posts: 2
Joined: 2011/09/27 01:52:43

Re: Atheros AR8151 - CentOS 5.7

Post by rileks » 2011/09/29 05:20:13

@Alan, thanks for your information.

[Admin@localhost ~]$ /sbin/lspci | grep -i net
01:00.0 Ethernet controller: Atheros Communication AR8151 v2.0 Gigabit Ethernet (rev c0)

[Admin@localhost ~]$ /sbin/lspci -n | grep '01:00.0'
01:00.0 0200: 1969:1083 (rev c0)

Searching for the vendor:device ID pairing of 1969:1083 shows that kmod-atl1e should work with this Ethernet controller.

But I go to Network Configuration and Create New - Ethernet connection - Forward - Adapter, and I can't find, so which Adapter?

Thanks
Regards,
Rileks

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Re: Atheros AR8151 - CentOS 5.7

Post by AlanBartlett » 2011/09/30 00:48:10

[quote]
Searching for the vendor:device ID pairing of 1969:1083 shows that kmod-atl1e should work with this Ethernet controller.
[/quote]
Great. You are nearly there. The next steps are to:

(1) download the correct [b]kmod-atl1e[/b] package for your architecture (32- or 64-bit) and kernel type (standard, PAE (if 32-bit) or xen) -- http://elrepo.org/tiki/Download
(2) copy it to some form of removable medium (USB memory stick, perhaps)
(3) take that removable medium to the target system
(4) install the package with --

[code]
[b]rpm -ivh kmod-atl1e-*.rpm[/b]
[/code]
(5) configure the system
(6) reboot the system

slamtonio
Posts: 24
Joined: 2007/07/23 18:11:20

Atheros AR8151 - CentOS 5.7

Post by slamtonio » 2013/09/19 16:46:13

Thanks Alan, This worked for me. I did skip step 5 and upon reboot, the card was recognized and assigned an IP via DHCP. Once again, you have very helpful. Much appreciated.

Post Reply