On Tue, Dec 4, 2012 at 2:02 PM, Mike C. <[email protected]> wrote:

> Reading through the threads I realized this has become somewhat of a
> convoluted topic. I wanted to figure out a sure-fire, quick and simple
> approach not only for Rich but for myself and others that could be followed
> and would help folks determine where the problem might be.
>
> So here's the method, I've come up with.
>
> 1. Run the command "ifconfig" from a terminal shell.
>    It the command results show an "eth" interface with a "HWaddr" then the
> OS sees the NIC. Which means the NIC drvier module is loaded. Go to step 5
> *
> *
> *ifconfig eth0*
> *eth0      Link encap:Ethernet  HWaddr 00:1c:25:18:3c:78  *
> *          UP 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:1000 *
> *          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)*
> *          Interrupt:20 Memory:fe000000-fe020000 *
>
> 2. If you don't see any "eth" interfaces listed then run the command "dmesg
> | grep Ethernet" to get information on the physical card
>
> *lspci | grep Ethernet*
> *00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network
> Connection (rev 03)*
> *
> *
>
Things can be simpler here.   ifconfig won't list devices that have not
been up at least once.
replace it with 'the command ip link".  I haven't tested recently but I
also believe that any ethernet
devices known by the kernel via pci bus even without a configured driver
will be identified.

3.* *Then run the command "dmesg | grep Network" to get driver information
> *
> *
> *dmesg | grep Network*
> *[    1.382194] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k*
> *
> *
> 4. Then run the command "lsmod | grep <network driver>". In this example
> the command would be "lsmod | grep e1000e"
> _______________________________________________
> PLUG mailing list
> [email protected]
> http://lists.pdxlinux.org/mailman/listinfo/plug
>
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to