How to find version number of eepro100 thats loaded
"Paul J. Sala" <[email protected]> Fri, 11 Apr 2003 09:32:22 -0400
| Newsgroups | gmane.linux.drivers.eepro100.devel |
|---|---|
| Message-ID | <[email protected]> |
I need to force 100 full duplex for my eepro100 driver. At: http://www.scyld.com/network/eepro100.html It states the transceiver options. But I need to know if my driver is 1.15 or greater or 1.14 or less so I know which syntax to use. How can I tell which driver is in use? I looked at the /usr/src/linux-2.4.18-10/drivers/net/eepro100.c file and this is what I saw: static const char *version = "eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100 .html\n" "eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <[email protected]> and others\n"; I am not sure if this means I have v1.09 at rev level 1.36 or if it means I have v1.36 What version is it? I tried using "eepro-diag -v eth0" but it does not show the version number. Is there a way to query the eepro100 version number from the command line? Thanks.......Paul