Jun 20, 2005 #1 jupru MIS Jun 20, 2005 1 US Is there a command that I can run that will tell me if my network interface cards are 1G or 10/100.
Jun 20, 2005 #2 tuka Technical User Jul 6, 2001 438 US ifconfig -a (will show your interfaces) As an example you had a ce0 a quick easy command to identigy the working speed is: netstat -k |grep ifspeed Also you can use the ndd command. Upvote 0 Downvote
ifconfig -a (will show your interfaces) As an example you had a ce0 a quick easy command to identigy the working speed is: netstat -k |grep ifspeed Also you can use the ndd command.
Jun 20, 2005 #3 coffeysm MIS Oct 7, 2004 571 US I also use the dmesg command but if your system is up and running for awhile it will not show it anymore. dmesg | grep -i duplex Upvote 0 Downvote
I also use the dmesg command but if your system is up and running for awhile it will not show it anymore. dmesg | grep -i duplex