Results 1 to 10 of 10

Thread: network card failing

  1. #1
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    network card failing

    Hi people!

    I've got a problem with the network of my new computer.
    The hardware:
    - Gigabyte ga-ep45-ud4p motherboard
    - Core i7-920 (4x 2666 MHz) HT1I12
    (the rest is probably not interesting for this topic).

    I've succesfully installed Ubuntu 8.10 64 bit. Ran into some problems with the graphics card but that seems to be fixed.

    The problem is the network card. It sometimes fails when I reboot the computer. I get no network at all. And I haven't got a clue on why that is.

    I found this topic that describes the exact problem for someone else:
    http://forums.tweaktown.com/f69/ga-e...ork-bug-30741/
    note: I'm not running windows myself..

    He says he gets it fixed by removing all power from the computer and wait a bit. But that isn't really a final solution ofcourse.
    On top of that, it doesn't seem to be working for me at te moment

    Any idea what might be causing this and how I can fix this?
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  2. #2
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    Extra information:
    • My gigabit switch shows a light at 10/100Mbps for the network cable going to my computer. Allthough the motherboard is capable of 1000Mbps... (actual speed seems to be 1000Mbps though)
    • my switch also reports the connection to my router as 10/100Mbps. This should also be 1000Mbps. Can't test the actual speed of that connection, as there is no device on the other side that supports that speed . The switch reports 2 other computers as 1000Mbps, wich is correct. (total of 4 connections used)
    • When the connection is working, Ubuntu reports the connection is 1000Mb/s
    • When my computer boots it shows a list of devices it's found (just after the boot-screen). Sometimes the network controller is NOT in this list. When this is the case the network will NOT work. When it is in the list it sometimes works, sometimes it doesn't.
    • Network is configured using DHCP in Ubuntu.


    Need more information to help find the problem, please let me know what and I'll take care of it.
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  3. #3
    Join Date
    Jan 2007
    Beans
    95

    Re: network card failing

    Have you used ethtool yet? I have a EX58-UD5 with the f5 BIOS patch and when I cold boot the computer with the twisted pair RJ-45 jack connected, ethtool reports the only physical interface on the particular tap as being FIBRE and there is a mismatch where ethtool reports 1000 Mb/s operation while the gigabit switch reports 100 Mb/s operation and thoroughput tests show 100 Mb/s operation. The desired result is to have ethtool report TP (twisted pair) operation and have the speed numbers match.

    My workaround for this is as follows: Shut down and turn off power supply. Unplug Ethernet cable. Turn on and boot up Linux. Once I am to the login prompt, then I plug in the Ethernet cable. Reporting of TP physical interface and real 1 Gb/s operation is now to be had.

  4. #4
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    I'm a little at a blank on how to use ethtool for this problem.
    I'm getting results from ethtool and it reports the following for the device:

    Code:
    ~$ sudo ethtool eth0 
    Settings for eth0:
    	Supported ports: [ FIBRE ]
    	Supported link modes:   1000baseT/Full 
    	Supports auto-negotiation: Yes
    	Advertised link modes:  Not reported
    	Advertised auto-negotiation: Yes
    	Speed: 1000Mb/s
    	Duplex: Full
    	Port: FIBRE
    	PHYAD: 0
    	Transceiver: internal
    	Auto-negotiation: on
    	Supports Wake-on: pumbg
    	Wake-on: g
    	Current message level: 0x00000033 (51)
    	Link detected: yes
    This is with a working line; not sure about the speed at the moment though.
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  5. #5
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    The same command with a network that isn't working:

    Code:
    $ sudo ethtool eth0
    Settings for eth0:
    	Supported ports: [ FIBRE ]
    	Supported link modes:   1000baseT/Full 
    	Supports auto-negotiation: Yes
    	Advertised link modes:  Not reported
    	Advertised auto-negotiation: Yes
    	Speed: 1000Mb/s
    	Duplex: Full
    	Port: FIBRE
    	PHYAD: 0
    	Transceiver: internal
    	Auto-negotiation: on
    	Supports Wake-on: pumbg
    	Wake-on: pumbg
    	Current message level: 0x00000033 (51)
    	Link detected: yes
    I can't find any differences...
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  6. #6
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    Is there any way to install another driver to handle this card?
    Or to tell the OS what driver to use for this card?
    How do I do that?
    DoppyNL
    When I die I'm going to leave my body to science fiction.

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

    Re: network card failing

    Here is a post from a person with this exact motherboard in which the ethernet could not even be detected (!) no matter what!!! His solution is the last post on page 3.

    http://ubuntuforums.org/showthread.php?t=1070631

    There is a bug in there somewhere, reliably turning the card on at boot, perhaps.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #8
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    The solution he had was installing an additional network card and using that card, instead of the onboard one.
    Not really a fix, it's a workaround.

    I allready thought of that allready.
    I'm going to try ndiswrapper now and install a windows driver as linux drivers don't seem to handle this chip correctly.
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  9. #9
    Join Date
    May 2007
    Beans
    51
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: network card failing

    So I've not found any more information about this problem. The problem persisted.

    Then I downloaded Ubuntu 9.04 BETA and installed it.
    The problem dissapeared and the card is now working properly.
    When booting the bios shows the network controller allways as present. Seems that the driver in Ubuntu 8.10 was the cause of the problems. Therefore anyone having this problem in Ubuntu 8.10 should be able to fix this using another driver (not sure wich though)...

    So, for me this problem is solved.

    tnx for the input.
    DoppyNL
    When I die I'm going to leave my body to science fiction.

  10. #10
    Join Date
    Jan 2007
    Beans
    95

    Re: network card failing

    My still fairly new EVGA board works fine. However the exact same components fitted to my older GA-EX58-UD5 = failures all over the place until the system could no longer detect the boot device (among a number of other failures and instabilities). The kicker is the Gigabyte board is still the same way because Gigabyte claims the board "passes all tests" when I RMA'd it after thumbing their noses at me for weeks. What a sham!

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
  •