Unix Technical Forum

Setting up Full Duplex

This is a discussion on Setting up Full Duplex within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> Hi Anyone know how to force the le0 nic to full duplex. ndd command does'nt work. Operating system is ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-12-2008, 07:37 AM
Tommy Fallsen
 
Posts: n/a
Default Setting up Full Duplex

Hi

Anyone know how to force the le0 nic to full duplex. ndd command does'nt
work.
Operating system is SunOS 5.3

Tommy Fallsen


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-12-2008, 07:37 AM
Derkjan de Haan
 
Posts: n/a
Default Re: Setting up Full Duplex


"Tommy Fallsen" <tommyf@kongsberg.com> schreef in bericht
news:409a004b@193.71.169.73...
> Hi
>
> Anyone know how to force the le0 nic to full duplex. ndd command does'nt
> work.
> Operating system is SunOS 5.3


IIRC the 'le' interface runs always at 10 Mbit / half duplex and has no
tunables.


regards,

Derkjan


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-12-2008, 07:37 AM
Paul Hodkinson
 
Posts: n/a
Default Re: Setting up Full Duplex

"Tommy Fallsen" <tommyf@kongsberg.com> wrote in message news:<409a004b@193.71.169.73>...
> Hi
>
> Anyone know how to force the le0 nic to full duplex. ndd command does'nt
> work.
> Operating system is SunOS 5.3
>
> Tommy Fallsen


Hi,
unfortunately "le" interfaces do not support full duplex.

See Sunsolve Doc ID 12605

In principle you either write a script like /etc/rc2.d/S99xyz that does this:


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

or place in /etc/system

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

Cheers,

Paul.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-12-2008, 07:37 AM
Tommy Fallsen
 
Posts: n/a
Default Re: Setting up Full Duplex


"Paul Hodkinson" <big_hoddy@hotmail.com> wrote in message
news:aca4ecea.0405060641.432f849d@posting.google.c om...
> "Tommy Fallsen" <tommyf@kongsberg.com> wrote in message

news:<409a004b@193.71.169.73>...
> > Hi
> >
> > Anyone know how to force the le0 nic to full duplex. ndd command does'nt
> > work.
> > Operating system is SunOS 5.3
> >
> > Tommy Fallsen

>
> Hi,
> unfortunately "le" interfaces do not support full duplex.
>
> See Sunsolve Doc ID 12605
>
> In principle you either write a script like /etc/rc2.d/S99xyz that does

this:
>
>
> 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
>
> or place in /etc/system
>
> set hme:hme_adv_autoneg_cap=0
> set hme:hme_adv_100T4_cap=0
> set hme:hme_adv_100fdx_cap=1
> set hme:hme_adv_100hdx_cap=0
> set hme:hme_adv_10fdx_cap=0
> set hme:hme_adv_10hdx_cap=0
>
> Cheers,
>
> Paul.



Thanks. I'll install a Fast Ethernet SBUS card in it.

Tommy Fallsen


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:25 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com