change network card to just 10mbps instead of 10/100 auto

Discussion in 'Linux' started by simonb, Mar 4, 2009.

  1. simonb

    simonb

    Joined:
    Feb 27, 2009
    Messages:
    5
    Likes Received:
    0
    Hi!


    I have a friend who just purchased an aspire one with linpus linux.


    On his windows computer he had to change the settings of the network card to 10mbps instead of auto detect.
    I can't seem to fins this setting anywhere in linpus. Can some helpful soul out there help me out?


    Regards
     
    simonb, Mar 4, 2009
    #1
  2. simonb

    fweigel

    Joined:
    Oct 24, 2008
    Messages:
    118
    Likes Received:
    0
    ethtool wll let you do this:

    sudo ethtool -s eth0 speed 10 duplex half

    or

    sudo ethtool -s eth0 speed 100 duplex full

    well... you get the idea.
     
    fweigel, Mar 5, 2009
    #2
  3. simonb

    simonb

    Joined:
    Feb 27, 2009
    Messages:
    5
    Likes Received:
    0
    dude, thank you. :) i found that before i read your answer though...


    i go sudo ethtool -s eth0 speed 10 duplex half port tp


    and it works!!!

    the funny thing is that it does not work when i restart/reboot....

    doesn't this setting remain?


    any ideas? or am i just stupid in some kind of way?


    peace
     
    simonb, Mar 5, 2009
    #3
  4. simonb

    fweigel

    Joined:
    Oct 24, 2008
    Messages:
    118
    Likes Received:
    0
    No, it doesn't stick... you need to jam it into a startup file -- try /etc/rc.d/rc.local
     
    fweigel, Mar 6, 2009
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.