Profile
Log in
Categories
Archive

You are currently browsing the archives for the Ubuntu category.

Validation & License

Archive for the ‘Ubuntu’ Category

Menginstall Driver Attansic L2 Ethernet Adapter di Ubuntu Hardy

Sunday, January 25th, 2009

Kebetulan abis install Ubuntu 8.04 (Hardy Heron) di motherboard Asus P5GC-MX, ada dua LAN card, satu Attansic, lan card onboard dari Asus, dan satu lagi di slot PCI menggunakan Realtek. Untuk yang realtek sih udah pasti otomatis dideteksi oleh Ubuntu, tapi untuk yang Attansic, Ubuntu mendeteksi card ini, terbukti dari hasil dmesg maupun dari ifconfig, dan juga terdaftar dalam /etc/udev/rules.d/70-persistent-net.rules


$ vi /etc/udev/rules.d/70-persistent-net.rules
# This file maintains persistent names for network interfaces.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-persistent-net-generator.rules
# file; however you are also free to add your own entries.
 
# PCI device 0×1969:0×2048 (ATL2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1f:c6:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
 
# PCI device 0×10b7:0×9055 (RealTek RTL-8029)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="52:54:05:xx:xx:xx", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

Tapi aneh nya meskipun bisa diberikan ip address, dilakukan perintah ifconfig -a, si interfaces muncul tapi lampu indikator nya ga nyala. Setelah googling, ketemu source Atheros, yang bisa didownload di ubuntuforums.org
, berikut merupakan langkah-langkah dalam menginstall driver ini:

(more…)

--!>
More Menu