Operating System - Tru64 Unix
1832790 Members
3095 Online
110045 Solutions
New Discussion

Re: Tru64 5.1B - version of Tulip driver?

 
Michael BUTOW
Frequent Advisor

Tru64 5.1B - version of Tulip driver?

Hello,

How do I determine the version of the Tulip Ethernet driver on Tru64 5.1B?

PK3 is installed.

Best regards,
Michael
6 REPLIES 6
Michael Schulte zur Sur
Honored Contributor

Re: Tru64 5.1B - version of Tulip driver?

Hi,

why do you need it?

greetings,

Michael
Michael BUTOW
Frequent Advisor

Re: Tru64 5.1B - version of Tulip driver?

I need it for validation activities of our product on the particular hard- and software.
Ross Minkov
Esteemed Contributor

Re: Tru64 5.1B - version of Tulip driver?


Hmmm... I just spent some time trying to figure out where can one get the version of the tulip driver and no luck -- I checked /var/adm/messages, sys_check output, even tried Google... nothing.

I can get the Gigabit card driver rev from the messages file though:
alt0: Driver Rev = V2.0.14

Sorry, I guess I'm not much help...

Regards,
Ross
Ravi_8
Honored Contributor

Re: Tru64 5.1B - version of Tulip driver?

Hi,

The boot process shows the hardware used,

(may in one of the log file under /var/adm)
never give up
Ralf Puchner
Honored Contributor

Re: Tru64 5.1B - version of Tulip driver?

no the tulip drivers will not offer the version number of the driver itself, only for the found chipset.

Maybe another approach is to use the "what" command on the driver file itself telling you the revision of the driver....
Help() { FirstReadManual(urgently); Go_to_it;; }
Michael BUTOW
Frequent Advisor

Re: Tru64 5.1B - version of Tulip driver?

I am not sure where the driver file is located. Is it /sys/BINARY/tu.mod ?
If it is, then I suppose I could use the Revision number of if_tu.c (1.1.199.6) below:

# what /sys/BINARY/tu.mod
/sys/BINARY/tu.mod:
$RCSfile: if_tu.c,v $ $Revision: 1.1.199.6 $ (DEC) $Date: 2003/03/12 20:15:39 $
.
. (others deleted)
.

Thanks for the help,
Michael