[HowTo] Install Network Driver for P5GC-MX Under Ubuntu

July 16, 2008 · Filed Under Ubuntu 

I was installing Ubuntu on Asus P5GC-MX, the install process was flawlessness, however the onboard lan wasn’t love my Ubuntu, it wont detect the onboard LAN adapter. Therefore, i dig around in internet and finally i found a solution as below:

  1. Download atl2-204tar and extract it
  2. tar -vxzf atl2-2.0.4.tar.bz
  3. cd atl2-2.0.4
  4. make
  5. sudo cp ./atl2.ko /lib/modules/`uname -r`/kernel/drivers/net
  6. sudo depmod -a
  7. sudo modprobe atl2
  8. dmesg
  9. ifconfig -a

And…..CONGRATUTION!!!!! I got it working YEAH!!!

Comments

One Response to “[HowTo] Install Network Driver for P5GC-MX Under Ubuntu”

  1. Vinicius on August 1st, 2008 12:44 pm

    Hi, I first install ubuntu 8.04 and didn’t get install the driver, so I install ubuntu 7.10 kernel 2.6.22-14 and get install the drive correctly, using this tips. perhaps the lights of the network card doesn’t turns on and i don’t got use this car
    The card is working correctly in windows.

    do you knows what could be????

    thanks

Leave a Reply