NX3031 Multifunction 1/10-Gigabit Server Adapter not detected in ubuntu 16.04












0















I installed Ubuntu server on an HP ML380 G6. Unfortunately, the embedded NIC wasn't detected.



Here is the output from lshw -class network:



  *-network:0 UNCLAIMED   
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0
bus info: pci@0000:06:00.0
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:fae00000-faffffff memory:f8000000-f9ffffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.1
bus info: pci@0000:06:00.1
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f7e00000-f7ffffff memory:f4000000-f5ffffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.2
bus info: pci@0000:06:00.2
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f3e00000-f3ffffff memory:f0000000-f1ffffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.3
bus info: pci@0000:06:00.3
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:efe00000-efffffff memory:ec000000-edffffff


I installed hp-firmware-nic-netxen-5.6.3-1.1



./nxflash.bin -i p2p1 -a nic_fw/phantom_romimage
nxflash error : No such device
nxflash error : No such device


uname -a returns



 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


lspci -nnk | grep 0200



 06:00.0 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.1 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.2 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.3 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)


I don't know what to do ...










share|improve this question

























  • Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

    – chili555
    Jan 10 '18 at 14:11
















0















I installed Ubuntu server on an HP ML380 G6. Unfortunately, the embedded NIC wasn't detected.



Here is the output from lshw -class network:



  *-network:0 UNCLAIMED   
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0
bus info: pci@0000:06:00.0
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:fae00000-faffffff memory:f8000000-f9ffffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.1
bus info: pci@0000:06:00.1
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f7e00000-f7ffffff memory:f4000000-f5ffffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.2
bus info: pci@0000:06:00.2
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f3e00000-f3ffffff memory:f0000000-f1ffffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.3
bus info: pci@0000:06:00.3
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:efe00000-efffffff memory:ec000000-edffffff


I installed hp-firmware-nic-netxen-5.6.3-1.1



./nxflash.bin -i p2p1 -a nic_fw/phantom_romimage
nxflash error : No such device
nxflash error : No such device


uname -a returns



 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


lspci -nnk | grep 0200



 06:00.0 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.1 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.2 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.3 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)


I don't know what to do ...










share|improve this question

























  • Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

    – chili555
    Jan 10 '18 at 14:11














0












0








0








I installed Ubuntu server on an HP ML380 G6. Unfortunately, the embedded NIC wasn't detected.



Here is the output from lshw -class network:



  *-network:0 UNCLAIMED   
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0
bus info: pci@0000:06:00.0
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:fae00000-faffffff memory:f8000000-f9ffffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.1
bus info: pci@0000:06:00.1
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f7e00000-f7ffffff memory:f4000000-f5ffffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.2
bus info: pci@0000:06:00.2
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f3e00000-f3ffffff memory:f0000000-f1ffffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.3
bus info: pci@0000:06:00.3
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:efe00000-efffffff memory:ec000000-edffffff


I installed hp-firmware-nic-netxen-5.6.3-1.1



./nxflash.bin -i p2p1 -a nic_fw/phantom_romimage
nxflash error : No such device
nxflash error : No such device


uname -a returns



 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


lspci -nnk | grep 0200



 06:00.0 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.1 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.2 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.3 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)


I don't know what to do ...










share|improve this question
















I installed Ubuntu server on an HP ML380 G6. Unfortunately, the embedded NIC wasn't detected.



Here is the output from lshw -class network:



  *-network:0 UNCLAIMED   
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0
bus info: pci@0000:06:00.0
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:fae00000-faffffff memory:f8000000-f9ffffff
*-network:1 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.1
bus info: pci@0000:06:00.1
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f7e00000-f7ffffff memory:f4000000-f5ffffff
*-network:2 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.2
bus info: pci@0000:06:00.2
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:f3e00000-f3ffffff memory:f0000000-f1ffffff
*-network:3 UNCLAIMED
description: Ethernet controller
product: NX3031 Multifunction 1/10-Gigabit Server Adapter
vendor: NetXen Incorporated
physical id: 0.3
bus info: pci@0000:06:00.3
version: 42
width: 64 bits
clock: 33MHz
capabilities: msix pm msi pciexpress cap_list
configuration: latency=0
resources: memory:efe00000-efffffff memory:ec000000-edffffff


I installed hp-firmware-nic-netxen-5.6.3-1.1



./nxflash.bin -i p2p1 -a nic_fw/phantom_romimage
nxflash error : No such device
nxflash error : No such device


uname -a returns



 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


lspci -nnk | grep 0200



 06:00.0 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.1 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.2 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)
06:00.3 Ethernet controller [0200]: NetXen Incorporated NX3031 Multifunction 1/10-Gigabit Server Adapter [4040:0100] (rev 42)


I don't know what to do ...







networking drivers






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 10 '18 at 14:46







Adel Kihal

















asked Jan 10 '18 at 11:44









Adel KihalAdel Kihal

37516




37516













  • Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

    – chili555
    Jan 10 '18 at 14:11



















  • Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

    – chili555
    Jan 10 '18 at 14:11

















Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

– chili555
Jan 10 '18 at 14:11





Please edit your question to add the result of the terminal command: lspci -nnk | grep 0200

– chili555
Jan 10 '18 at 14:11










1 Answer
1






active

oldest

votes


















0














I updated the firmware of my network adapter, after that everything works fine.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f994260%2fnx3031-multifunction-1-10-gigabit-server-adapter-not-detected-in-ubuntu-16-04%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I updated the firmware of my network adapter, after that everything works fine.






    share|improve this answer




























      0














      I updated the firmware of my network adapter, after that everything works fine.






      share|improve this answer


























        0












        0








        0







        I updated the firmware of my network adapter, after that everything works fine.






        share|improve this answer













        I updated the firmware of my network adapter, after that everything works fine.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 20 '18 at 12:11









        Adel KihalAdel Kihal

        37516




        37516






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f994260%2fnx3031-multifunction-1-10-gigabit-server-adapter-not-detected-in-ubuntu-16-04%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕