Thursday, April 24, 2008

Install Asus Onboard LAN in Ubuntu

Download the proper Driver:

http://atl1.sourceforge.net/

and unzip that.

install Linux-Headers:

apt-get install linux-headers-$(uname -r)

go to src folder of Driver:

make
make install
modprobe atl1

add eth1 to /etc/network/interface.

No comments: