LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Aspire One D250 wlan/ethernet not working on centos 5.4 (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/aspire-one-d250-wlan-ethernet-not-working-on-centos-5-4-a-789738/)

vsaggu 02-17-2010 11:14 AM

Aspire One D250 wlan/ethernet not working on centos 5.4
 
Aspire One D250 wlan/ethernet not working on centos 5.4

i have tried alot, searching
on net to findout the both lan card drivers for my new aspire one d250 but coudn't find out. Please help me in finding and installing the drivers. infact i have seen alot people searching for the same but no one has successfully installed any of the lan.

reed9 02-17-2010 11:38 AM

Based on your other post, you have a AR8132 ethernet card. To double check post the output of
Code:

/sbin/lspci -vnn
But assuming that is the case you need the atl1c driver, which is relatively new.

To get it, you must enable a 3rd party repository, the ELRepo. Instructions on their site.

Then do
Code:

su -c 'yum install kmod-atl1c'

Chuck56 02-17-2010 06:21 PM

Quote:

Originally Posted by vsaggu (Post 3867075)
Aspire One D250 wlan/ethernet not working on centos 5.4

i have tried alot, searching
on net to findout the both lan card drivers for my new aspire one d250 but coudn't find out. Please help me in finding and installing the drivers. infact i have seen alot people searching for the same but no one has successfully installed any of the lan.

This is for Slackware but it provides hints that can help with CentOS:
http://www.linuxquestions.org/questi...0-1417-774261/

The fix requires a more recent kernel and/or installation of more recent drivers.

vsaggu 02-18-2010 10:40 AM

Quote:

Originally Posted by reed9 (Post 3867094)
Based on your other post, you have a AR8132 ethernet card. To double check post the output of
Code:

/sbin/lspci -vnn
But assuming that is the case you need the atl1c driver, which is relatively new.

To get it, you must enable a 3rd party repository, the ELRepo. Instructions on their site.

Then do
Code:

su -c 'yum install kmod-atl1c'

When i run yum --enablerepo=elrepo

it says error getting repository data for elrepo. repository not found

Well, both the network is not working so i do not have internet on the machine, how do i run yum.

reed9 02-18-2010 10:57 AM

Ah, both aren't working. You can download the package to a USB drive and transfer it over to your CentOS machine to install

Code:

su -c 'rpm -ivh packagename.rpm'
I'm not sure if it needs any dependencies, though.

And just to throw out there, CentOS is an Enterprise oriented distro, not really designed for netbooks. If you don't have a compelling reason to use it, you might consider switching to a more netbook friendly distro. The latest Ubuntu/Fedora/etc. should have the ethernet drivers available out of the box.


All times are GMT -5. The time now is 10:42 PM.