Ubuntu 10.04 ethernet controller issue - Dell Optiplex
After the installation of Ubuntu 10.04 on Dell optiplex 790, we found that the Ethernet controller is not working on it.
After some research I found that there are no Ethernet driver e1000e was installed as there was a bug in that & resolved very soon.
The driver e1000e installation steps as follows.
Happy Networking...Enjoy... :)
After the installation of Ubuntu 10.04 on Dell optiplex 790, we found that the Ethernet controller is not working on it.
After some research I found that there are no Ethernet driver e1000e was installed as there was a bug in that & resolved very soon.
The driver e1000e installation steps as follows.
- Download the driver e1000e.
- unzip the package.
- Make a cd to the src folder inside the e1000e folder.
- execute make command before that ensure gcc installed.
- execute make install command.
- execute modprobe e1000e to add the module.
- Now you should see the network should be working fine.
Happy Networking...Enjoy... :)