Results 1 to 6 of 6

Thread: New ADSL connection on new PC necessary?

  1. #1
    Join Date
    Oct 2010
    Location
    Leibnitz/Austria
    Beans
    52
    Distro
    Ubuntu

    New ADSL connection on new PC necessary?

    Hi, all
    Far two years I have collected several brands of Ubuntu and others on my Desktop PC.
    Logging into Internet was always done automatically with "dhcp"with any new distro.
    I have aFritzbox router 7140SL and it always comes up smoothly with the blinking leds
    when I boot up any new Linux I installed. The leds settle and I can always connect into internet.

    But !!!! Bought a new computer, ASROCK FM2A55, with GbLAN !! I plugged the network cable into the new PC
    The router comes up with the leds ok exactly the same as with the former desktop PC
    I installed the new Linux Mint 16. OK But it doesn't find my network
    I installed the new UBUNTU 14.04 (Beta) , but it doesn't find my router either

    "ifconfig" doesn't show my ethernet eth0 on the new PC.

    My question , where to begin ???? with . Do I have to completely reinstall and set up my

    router settings

    Thank you for your patience

    jackson

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: New ADSL connection on new PC necessary ??

    Probably the first step would be to identify the particular network hardware

    Code:
    sudo lshw -C network -sanitize
    
    lspci -nnv | grep '\[02.0\]'
    Then we can search for any known hardware / firmware / driver issues

  3. #3
    Join Date
    Oct 2010
    Location
    Leibnitz/Austria
    Beans
    52
    Distro
    Ubuntu

    Re: New ADSL connection on new PC necessary ??

    Thank you steel driver
    Please be patient, because I have to change the computers

    jackson

  4. #4
    Join Date
    Oct 2010
    Location
    Leibnitz/Austria
    Beans
    52
    Distro
    Ubuntu

    Re: New ADSL connection on new PC necessary ??

    To steeldriver,
    the "sudo" suggestion provided PCI (sysfs)

    The "lspci" suggestion provided no result
    The fact is that on the new machine in "ifconfig" or "netstat" produces only the "lo" interface with 127.0.0.0 and nothing else.

    Very strange, that the router is not recognized at all.


    Thank you anyway steeldriver,

  5. #5
    Join Date
    Jun 2009
    Location
    0:0:0:0:0:0:0:1
    Beans
    5,169
    Distro
    Kubuntu

    Re: New ADSL connection on new PC necessary ??

    if you are only getting lo the system is not seeing the gigabit lan on the pc let alone the router on the other end
    post the output of lspci -vv that will be a lot of text
    make sure the gigabit lan is enabled in the bios (check motherboard manual)
    is is possible the lan on the board is doa, but it is too early to know that for sure
    the onboard lan on my system is not reliable and requires i cut power to the system to get it to work again
    Laptop: ASUS A54C-NB91 (Storage: WD3200BEKT + MKNSSDCR60GB-DX); Desktop: Custom Build - Images included; rPi Server
    Putting your Networked Printer's scanner software to shame PHP Scanner Server
    I frequently edit my post when I have the last post

  6. #6
    Join Date
    Oct 2010
    Location
    Leibnitz/Austria
    Beans
    52
    Distro
    Ubuntu

    Re: New ADSL connection on new PC necessary ??

    Thank you all, solved, A new network card PCI Express Ethernet card. Plugging in the router and everything is ok.

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
  •