That's not the one I was thinking of, but it's pretty darn handy, too.

Thanks.
Seth

Bob Doolittle wrote:
> Just run /opt/SUNWut/sbin/utfwload to see all the firmware revs
> (not the Location field, but not everyone uses that anyway).  And,
> you can use utfwload to do the upgrade as well.
> 
> Something like the below was required in older versions of firmware,
> probably 3.0 and earlier.
> 
> -Bob
> 
> Seth Galitzer wrote:
>> James,
>>
>> That's the patch that fixed my problem with my Type 7 USB keyboards.
>> Make sure all your DTUs got the firmware update by either looking at
>> each one in the web admin console, or something like this bash script I
>> wrote:
>>
>> #!/usr/bin/bash
>>
>> for dtu in `/opt/SUNWut/sbin/utdesktop -l|grep -v Desktop| \
>>             grep -v -- ----|awk '{print $1}'`; do
>>     /opt/SUNWut/sbin/utdesktop -p $dtu | \
>>         /usr/xpg4/bin/grep -e 'Desktop' -e 'Firmware' -e 'Location';
>>     echo;
>> done
>>
>> I pulled the Location field so I could identify the DTU physically, if
>> you don't want/need it, you can leave it off.  It seems to me that I
>> once saw a command that listed properties of all DTUs that was easier
>> than mine above, but for the life of me, I couldn't find it again.  The
>> above works, though.  I actually ran it as a one-liner.  YMMV, etc. ...
>>
>> Seth
>>
>>
>> James Tan wrote:
>>  
>>> Hi,
>>>
>>> what is the fw version that is supposed to fix this? I tried "3.1
>>> _120879-06_2007.03.13.15.14" and it still failed on some.
>>>
>>> thanks,
>>> James
>>>     


-- 
Seth Galitzer
Systems Coordinator
Computing and Information Sciences
Kansas State University
[EMAIL PROTECTED]
785-532-7790
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to