SUMMARY: two questions to gurus.

From: Riccardo Veraldi (Riccardo.Veraldi@bo.infn.it)
Date: Thu Mar 30 2000 - 09:14:43 CST


thanks first of all to

Steve Perez
German, Vinnie
W. Frank Lowe
Jarrett Carver
Phil Nguyen
Brendan Choi

and I apologizse if I forgot someone else.
Te original questions were:

>1) how can I see the name of the model of the graphic board on my ultra
5?

well noone exaclty told me the exact method to do it but I figure out it
myself from the various useful contributes I had.
The way to see informatoin on the graphic board is to look in the
directory /usr/sbin directory for an executable called

m64config or
ffbconfig

m64config is hte program for settiung up M64 graphic accelerator and
ffbconfig is the program to setting up FFB graphic 3D accelerator.

i my /dev directory I have a /dev/fbs/ffb0 file so I guess I had a 3D
accelerator in fact running
ffbconfig -prconf it tells me all the information I needed.

2) how can I Set up my hme0 interface to run full duplex ?

ndd -set /dev/hme instance 0
ndd -set /dev/hme adv_autoneg_cap 0
ndd -set /dev/hme adv_100fdx_cap 1
ndd -set /dev/hme adv_100T4_cap 0
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_10fdx_cap 0
ndd -set /dev/hme adv_10hdx_cap 0

and to enable it at every bootstrap put this in the /etc/system file

set hme:hme_adv_autoneg_cap=0
set hme:hme_adv_100fdx_cap=1
set hme:hme_adv_100T4_cap=0
set hme:hme_adv_100hdx_cap=0
set hme:hme_adv_10fdx_cap=0
set hme:hme_adv_10hdx_cap=0

bye

Rick



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:14:05 CDT