Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: network connection problem

  1. #1
    Join Date
    Apr 2011
    Beans
    37

    network connection problem

    i need to change my net speed from 100Mb/s to 10 Mb/s how can i do it ? thanks for answering
    Last edited by Iowan; August 10th, 2011 at 11:16 PM. Reason: Normalize font

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: network connection problem

    In a terminal, do:
    Code:
    sudo ethtool -s eth0 speed 10
    If it works as expected, add the command to rc.local:
    Code:
    sudo gedit /etc/rc.local
    Add one line above exit 0:
    Code:
    ethtool -s eth0 speed 10
    Proofread, save and close gedit.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Apr 2011
    Beans
    37

    Re: network connection problem

    i do that command and i got

    code
    sudo: ethtool: command not found

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: network connection problem

    Then let's install it:
    Code:
    sudo apt-get install ethtool
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Apr 2011
    Beans
    37

    Re: network connection problem

    i do wat u told me here're the result
    mohamed@ubuntu:~$ sudo apt-get install ethtool

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package ethtool is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: network connection problem

    Do you instead have mii-tool?
    Code:
    sudo mii-tool -F 10baseT-FD eth0
    The entry in rc.local will be as above without sudo.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Apr 2011
    Beans
    37

    Re: network connection problem

    thanks alot man.it solved

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: network connection problem

    Glad to hear it's working! Would you please use thread tools at the top and Mark Solved?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Apr 2011
    Beans
    37

    Re: network connection problem

    hello .... i got little problem
    when i restart my notebook i got no connection again ....and to get connected i must retype the last code again ......
    and i type
    mii-tool -F 10baseT-FD eth0
    in rc.local as u said above no change happen
    can any one help me to avoid it ?

  10. #10
    Join Date
    Apr 2011
    Beans
    37

    Re: network connection problem

    Quote Originally Posted by mohamed1042002 View Post
    hello .... i got little problem
    when i restart my notebook i got no connection again ....and to get connected i must retype the last code again ......
    and i type
    mii-tool -F 10baseT-FD eth0
    in rc.local as u said above no change happen
    can any one help me to avoid it ?

    any kind of help here plsssssssssssssssssss

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •