how to detect network adapter atheros AR8151 on ubuntu lucid

Posted: December 3, 2010 in Uncategorized

punten,,, dah lama nih ga nge-blog,, hehe, kali ini ane mau ngepost tentang cara biar ubuntu kita bisa ngedetect ethernet card dengan chipset atheros ar8151,,,,

sebernernya tadi sore ane mw instalin router, cuma ane kesulitan ketika install ubuntu nya,, ternyata mainboardnya itu keluaran baru, dan c ubuntu ga bisa detect ethernet onboardnya yang setelah saya cari tau chipset eternet card nya itu atheros ar8151,, thanks buat ubuntuforums yang udah kasih cara buat nyelesein masalah ini..

cara nya ini nih,,,

1. download source tarbal driver atheros nya..  AR81Family-linux-v1.0.1.14.tar.gz

2. upload file .tar.gz tadi ke ubuntu nya,

3. pastikan paket build-essential dan linux-headers-generic , kalau belum, install aja, caranya

#sudo apt-get install build-essential linux-headers-generic

4.  #sudo lshw -C network

 

*-network UNCLAIMED
       description: Ethernet controller
       product: AR8151 v1.0 Gigabit Ethernet
       vendor: Atheros Communications
       physical id: 0
       bus info: pci@0000:03:00.0
       version: c0
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vpd bus_master cap_list
       configuration: latency=0
       resources: memory:f0400000-f043ffff ioport:3000(size=128)

5. misal driver atheros nya sudah di simpan di /home/imam .

#mkdir ateros

#mv AR81Family-Linux-v1.0.1.9.tar.gz /home/imam/ateros

#cd /home/imam/ateros
#tar -zxvf AR81Family-Linux-v1.0.1.9.tar.gz

#sudo su
#make install
#modprobe atl1e
#reboot

6. setelah reboot, cek kembali apakah interface sudah terdetek oleh ubuntu?? ifconfig -a atau ip a s atau mii-tool
nanti bakalan keliatan kalo interfacenya sudah terdetek,,,

saya coba di lucid lynx 64bit dan berhasil alhamdulillah,,,
silahkan mencoba, semoga bermanfaat :) 
Advertisement
Comments
  1. I need the Atheros drivers for my Acer laptop. However, the Atheros website appears down and I cannot locate them anywhere. Do you still have a copy of the tar.gz anywhere? Any help is appreciated.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s