LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-26-2011, 06:50 PM   #1
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
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.
 
Old 06-26-2011, 10:16 PM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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.
Old 06-27-2011, 06:29 PM   #3
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Original Poster
Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ 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.
 
Old 06-27-2011, 07:21 PM   #4
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Original Poster
Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ 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.
 
Old 06-27-2011, 08:33 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
You're welcome. Glad you got it sorted. Your Ethernet cards are likely named by udev depending on when they show up.

Good luck. ;-)
 
Old 05-27-2012, 05:58 AM   #6
jalmod
LQ Newbie
 
Registered: Jun 2007
Posts: 5

Rep: Reputation: 0
Smile

Quote:
Originally Posted by T3RM1NVT0R View Post
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.
 
Old 10-04-2013, 12:30 AM   #7
aktar_alam
LQ Newbie
 
Registered: Jul 2009
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by T3RM1NVT0R View Post
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.
 
Old 04-18-2014, 04:01 AM   #8
jalmod
LQ Newbie
 
Registered: Jun 2007
Posts: 5

Rep: Reputation: 0
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;
}; */
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Atheros AR8132 Ethernet not detected in BIOS or Ubuntu Linux on Acer Aspire One D250. lupusarcanus Linux - Newbie 9 01-18-2010 03:37 AM
Atheros AR8132 PCI-E FE Controller conflict? arbitraryantonym Linux - Hardware 4 12-26-2009 10:07 PM
Unable to allocate PCI Ethernet controller. Too many PCI devices already configured. tirtildim Linux - Software 2 04-17-2008 08:18 AM
Suse is the Linux and do not have a driver for this ULi PCI Fast Ethernet Controller capmarvel Linux - Networking 1 12-28-2006 08:57 AM
Marvell Yukon 88E8036 pci-e fast ethernet controller driver _ major nightmare to find ozzie_penguin Fedora 0 08-16-2005 11:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration