|  |  | 
| EnderUNIX İpucuArkadaşıma gönder , Ana Sayfa[ Solaris ] "Ethernet kartının hız ve duplex ayarı" - İsmail Yenigül - (2005-06-27 01:05:26) [4161] Solaris'de hız ve dublex ayarını değiştirmek için aşağıdaki değişkenlerden istenilen hız için olan değer 1 diğerleri 0 yapılmalıdır. Çn tanımlı değer "auto-negotiation" dır. Değişkenler: autoneg_cap : Auto-negotiation adv_100fdx_cap : 100 Mb Full Duplex adv_100hdx_cap : 100 Mb Half Duplex adv_10fdx_cap : 10 Mb Full Duplex adv_10hdx_cap : 10 Mb Half Duplex Örnek: hme0 ethernet kartının hızını 100Mb Full Duplex olarak zorlamak için: ndd -set /dev/hme instance 0 ndd -set /dev/hme adv_100T4_cap 0 ndd -set /dev/hme adv_100fdx_cap 1 ndd -set /dev/hme adv_100hdx_cap 0 ndd -set /dev/hme adv_10fdx_cap 0 ndd -set /dev/hme adv_10hdx_cap 0 ndd -set /dev/hme adv_autoneg_cap 0 hme ethernet arabirimi ile ilgili tüm değişkenler: # ndd -get /dev/hme '?' ? (read only) transceiver_inuse (read only) link_status (read only) link_speed (read only) link_mode (read only) ipg1 (read and write) ipg2 (read and write) use_int_xcvr (read and write) pace_size (read and write) adv_autoneg_cap (read and write) adv_100T4_cap (read and write) adv_100fdx_cap (read and write) adv_100hdx_cap (read and write) adv_10fdx_cap (read and write) adv_10hdx_cap (read and write) autoneg_cap (read only) 100T4_cap (read only) 100fdx_cap (read only) 100hdx_cap (read only) 10fdx_cap (read only) 10hdx_cap (read only) lp_autoneg_cap (read only) lp_100T4_cap (read only) lp_100fdx_cap (read only) lp_100hdx_cap (read only) lp_10fdx_cap (read only) lp_10hdx_cap (read only) instance (read and write) lance_mode (read and write) ipg0 (read and write) Arkadaşıma gönder , Ana Sayfa |  |