No matter which pc or laptop you are running. If you are having problem of ehternet, bluetooth or wireless connection with your pc. Than you are in right place for 100% sure solution.
Just download the latest package from link below and save it to the desktop :
http://linuxwireless.org/download/compat-wireless-2.6/
Now, to compile and install the driver Run these commands in Terminal.
Now reboot you pc or laptop, Hopefully your ethernet will work automatically when you get in connect with wired network. If not, than run this command from terminal.
Just download the latest package from link below and save it to the desktop :
http://linuxwireless.org/download/compat-wireless-2.6/
Now, to compile and install the driver Run these commands in Terminal.
sudo apt-get update
sudo apt-get install build-essential
cd ~/Desktop
tar -xjvf compat-wireless-2.6.tar.bz2
cd compat-wireless*
scripts/driver-select atl1c
make
sudo make install
sudo apt-get install build-essential
cd ~/Desktop
tar -xjvf compat-wireless-2.6.tar.bz2
cd compat-wireless*
scripts/driver-select atl1c
make
sudo make install
Now reboot you pc or laptop, Hopefully your ethernet will work automatically when you get in connect with wired network. If not, than run this command from terminal.
sudo modprobe atl1c