Code: Select all
# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12082973 errors:0 dropped:0 overruns:0 frame:0
TX packets:12082973 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2146832149 (1.9 GiB) TX bytes:2146832149 (1.9 GiB)
virbr0 Link encap:Ethernet HWaddr 52:54:00:CC:3E:4B
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:539 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:131845 (128.7 KiB)
virbr0-nic Link encap:Ethernet HWaddr 52:54:00:CC:3E:4B
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
#
Code: Select all
# lspci -nn | grep -i net
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. Device [1969:10a1] (rev 10)
#
Code: Select all
# grep 1969 /lib/modules/2.6.32-2.6.32-358.el6.x86_64/modules.* | grep -i 10a1
#
# grep 1969 /lib/modules/2.6.32-2.6.32-358.23.2.el6.x86_64/modules.* | grep -i 10a1
#
So is there any point in me trying further to get the onboard networking running, or would I be best installing a card known to work?