Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
06-26-2011, 06:50 PM
|
#1
|
Senior Member
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385
|
Unable to find Atheros AR8132 PCI-E Ethernet Controller driver for my CentOS
Hello everyone,
I am unable to find Atheros AR8132 PCI-E Ethernet Controller driver for CentOS which is installed on my netbook.
I contacted DELL to provide me the driver and they said that they do not support Linux on netbook and I have to arrange it myself.
I told them that I don't need help in installing I just need the driver file to which they said that they don't have driver for Linux.
NIC is getting detected and works fine on the same netbook (Am dual booting Windows7/CentOS) with Windows7
When I type: ls -l /dev/ it does not show up eth0. Same result with ifconfig. When I type lspci | grep net it does show up something like Atheros Communications AR8132 L1 PCI Gigabit
Please help me in finding the driver.
Last edited by T3RM1NVT0R; 06-26-2011 at 07:10 PM.
|
|
|
06-26-2011, 10:16 PM
|
#2
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
Hi T3RM1NVT0R, Welcome to LQ. Looks like there is a driver here.
http://partner.atheros.com/Drivers.aspx
Good luck. ;-)
|
|
1 members found this post helpful.
|
06-27-2011, 06:29 PM
|
#3
|
Senior Member
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385
Original Poster
|
@ Reply
Hi there,
Thank you for the link. I downloaded the one which says Linux l1 but when I am trying to do rpmbuild -tb filename.tar.gz it gives me a lot of error. Also when I try to do make install it shows me couple of errors saying unable to find the directory atl1-1-1.1 even when the directory is there.
I am sorry but am unable to post the exact error message the reason being there is no networking on CentOS and can't copy paste. Also there are number of errors so couldn't write them.
Please let me know if there .rpm driver file which I can download and simply install it.
|
|
|
06-27-2011, 07:21 PM
|
#4
|
Senior Member
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385
Original Poster
|
@ Reply
Hi there,
I got it fixed!!! :-)
I downloaded the driver from the following link: https://bugzilla.redhat.com/attachment.cgi?id=355728
It was giving me some error earlier related to redefining structure, I edited the header file and removed the redundant structure. Then I ran make install --> depmod -a atl17.gz --> reboot and Whop!!! I got my network card detected. See I am writing this post from my CentOS.
There is just a little problem that my ethernet is appearing as eth1 instead of eth0. Not sure why, but I am good as of now as I have got networking on my CentOS.
Thanks for your help.
Last edited by T3RM1NVT0R; 06-27-2011 at 07:29 PM.
|
|
|
06-27-2011, 08:33 PM
|
#5
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
You're welcome. Glad you got it sorted. Your Ethernet cards are likely named by udev depending on when they show up.
Good luck. ;-)
|
|
|
05-27-2012, 05:58 AM
|
#6
|
LQ Newbie
Registered: Jun 2007
Posts: 5
Rep:
|
Quote:
Originally Posted by T3RM1NVT0R
Hi there,
I got it fixed!!! :-)
I downloaded the driver from the following link: https://bugzilla.redhat.com/attachment.cgi?id=355728
It was giving me some error earlier related to redefining structure, I edited the header file and removed the redundant structure. Then I ran make install --> depmod -a atl17.gz --> reboot and Whop!!! I got my network card detected. See I am writing this post from my CentOS.
There is just a little problem that my ethernet is appearing as eth1 instead of eth0. Not sure why, but I am good as of now as I have got networking on my CentOS.
Thanks for your help.
|
Hi T3RM1NVT0R,
I have exactly the same problem.
Can you please tell me what is the name of the header file you changed and how?
Many thanks.
|
|
|
10-04-2013, 12:30 AM
|
#7
|
LQ Newbie
Registered: Jul 2009
Posts: 14
Rep:
|
Quote:
Originally Posted by T3RM1NVT0R
Hi there,
I got it fixed!!! :-)
I downloaded the driver from the following link: https://bugzilla.redhat.com/attachment.cgi?id=355728
It was giving me some error earlier related to redefining structure, I edited the header file and removed the redundant structure. Then I ran make install --> depmod -a atl17.gz --> reboot and Whop!!! I got my network card detected. See I am writing this post from my CentOS.
.
|
Hi,
Can you tell me what header files that you edited. Bcoz I am also stuck at this point.
Thank in advance for your help.
|
|
|
04-18-2014, 04:01 AM
|
#8
|
LQ Newbie
Registered: Jun 2007
Posts: 5
Rep:
|
To resolve make install error
edit the file kcompat.h and comment lines from: 1568 to:1573
/* NAPI API changes in 2.6.24 break everything
struct napi_struct {
used to look up the real NAPI polling routine
int (*poll)(struct napi_struct *, int);
int weight;
}; */
|
|
|
All times are GMT -5. The time now is 05:46 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|