ethernet card

What command do I use to show mw the ethernet card, I have tried ipconfig -a

I am not certain of what you are asking, but try dmesg | grep eth
Should give you:

eth1: Broadcom <output truncated>

and/ or ethtool eth0 to view current state of the interface.