Realtek has a new gigabit chipset which is appearing on various motherboards, including the Asus M2A-VM board. At the time of writing (with kernel 2.6.22 being the default), this driver is not yet included in the default kernel tree.
Thanks to Realtek's wonderful support for linux, they have the driver source for various Unix/Linux flavours available for download on their website.
Download the driver from the official download site.
First, have your dependencies in order by having the following:
Once all that is in order, extract the source:
# tar xjf r8168-8.003.00.tar.bz2 # cd r8168-8.003.00
If you are running the target kernel, you should be able to run:
# make clean && make modules # make install
To finish the install, do:
# depmod -ae
Load the driver (from anywhere) with:
# modprobe r8168
To check whether the module loads:
# lsmod | grep r8168 r8168 32592 0
You should also be able to see the interface with:
# ifconfig -a
Configure the network interface like you would normally.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |