Results 1 to 3 of 3

Thread: Cannot setup ADSL because no eth is recognised

  1. #1
    Join Date
    May 2008
    Beans
    17

    Question Cannot setup ADSL because no eth is recognised

    Hi,
    I'm trying to set an IBM Thinkpad T43 laptop with Ubuntu 7.10
    The machine can connect to an ASDL modem from Windows XP, but when I run "sudo ppoeconf", none of the three eth's in the system are recognised, and I cannot get connected.
    Any suggestions ?
    Thanks,
    Ron.

  2. #2
    Join Date
    May 2007
    Location
    STL, MO
    Beans
    1,283
    Distro
    Kubuntu Karmic Koala (testing)

    Re: Cannot setup ADSL because no eth is recognised

    A couple of things to see if your card is working. Can you find your card in the output of
    Code:
    lspci
    ? Does
    Code:
    ifconfig
    return anything for eth0 (usually your wired connection but it may be something else). If the card is found in lspci, but not in ifconfig, try to run
    Code:
    sudo ifconfig eth0 up
    , which will bring the interface up. It may be worth trying to substitute eth1 also.

  3. #3
    Join Date
    May 2008
    Beans
    17

    Re: Cannot setup ADSL because no eth is recognised

    Quote Originally Posted by jbrown96 View Post
    A couple of things to see if your card is working. Can you find your card in the output of
    Code:
    lspci
    ? Does
    Code:
    ifconfig
    return anything for eth0 (usually your wired connection but it may be something else). If the card is found in lspci, but not in ifconfig, try to run
    Code:
    sudo ifconfig eth0 up
    , which will bring the interface up. It may be worth trying to substitute eth1 also.
    Thanks for the suggestions, JB.
    My LAN cards are seen by ubunto (see the attached 'script' output file).
    I found that my MTU was not to ubuntu's liking, and I changed it to 1500, so there're no complints of wrong mtu now.
    However, still no luck in configing ADSL

    Bye,
    Ron.
    Attached Files Attached Files

Tags for this Thread

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
  •