Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Cant assign to AD3INLANG Intel 8254 1PI nics

    Scheduled Pinned Locked Moved Hardware
    20 Posts 4 Posters 3.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      The AD3RTLANG is 3x Realtek NICs, do you mean AD3INLANG?

      At the console list the PCI devices with:

      pciconf -lv
      

      Does it show the additional NICs?

      Steve

      1 Reply Last reply Reply Quote 0
      • A
        adamthepolak
        last edited by

        @stephenw10:

        The AD3RTLANG is 3x Realtek NICs, do you mean AD3INLANG?
        At the console list the PCI devices with:

        pciconf -lv
        

        Does it show the additional NICs?
        Steve

        Hey Steve,

        yes it is the AD3INLANG, i made the correction to the OP

        and i dont see the NICs appearing when i execute that code, here is the output from it;

        $ pciconf -lv
        hostb0@pci0:0:0:0: class=0x060000 card=0xa0008086 chip=0xa0008086 rev=0x02 hdr=0x00
            class      = bridge
            subclass  = HOST-PCI
        vgapci0@pci0:0:2:0: class=0x030000 card=0xa0018086 chip=0xa0018086 rev=0x02 hdr=0x00
            class      = display
            subclass  = VGA
        vgapci1@pci0:0:2:1: class=0x038000 card=0xa0018086 chip=0xa0028086 rev=0x02 hdr=0x00
            class      = display
        uhci0@pci0:0:26:0: class=0x0c0300 card=0x28348086 chip=0x28348086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        uhci1@pci0:0:26:1: class=0x0c0300 card=0x28358086 chip=0x28358086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        ehci0@pci0:0:26:7: class=0x0c0320 card=0x283a8086 chip=0x283a8086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        none0@pci0:0:27:0: class=0x040300 card=0xa62516f3 chip=0x284b8086 rev=0x03 hdr=0x00
            class      = multimedia
            subclass  = HDA
        pcib1@pci0:0:28:0: class=0x060400 card=0x283f8086 chip=0x283f8086 rev=0x03 hdr=0x01
            class      = bridge
            subclass  = PCI-PCI
        pcib2@pci0:0:28:3: class=0x060400 card=0x28458086 chip=0x28458086 rev=0x03 hdr=0x01
            class      = bridge
            subclass  = PCI-PCI
        pcib3@pci0:0:28:4: class=0x060400 card=0x28478086 chip=0x28478086 rev=0x03 hdr=0x01
            class      = bridge
            subclass  = PCI-PCI
        uhci2@pci0:0:29:0: class=0x0c0300 card=0x28308086 chip=0x28308086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        uhci3@pci0:0:29:1: class=0x0c0300 card=0x28318086 chip=0x28318086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        uhci4@pci0:0:29:2: class=0x0c0300 card=0x28328086 chip=0x28328086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        ehci1@pci0:0:29:7: class=0x0c0320 card=0x28368086 chip=0x28368086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = USB
        pcib4@pci0:0:30:0: class=0x060401 card=0x24488086 chip=0x24488086 rev=0xf3 hdr=0x01
            class      = bridge
            subclass  = PCI-PCI
        isab0@pci0:0:31:0: class=0x060100 card=0x28158086 chip=0x28158086 rev=0x03 hdr=0x00
            class      = bridge
            subclass  = PCI-ISA
        atapci0@pci0:0:31:1: class=0x01018a card=0x28508086 chip=0x28508086 rev=0x03 hdr=0x00
            class      = mass storage
            subclass  = ATA
        atapci1@pci0:0:31:2: class=0x010601 card=0x28298086 chip=0x28298086 rev=0x03 hdr=0x00
            class      = mass storage
            subclass  = SATA
        none1@pci0:0:31:3: class=0x0c0500 card=0x283e8086 chip=0x283e8086 rev=0x03 hdr=0x00
            class      = serial bus
            subclass  = SMBus
        re0@pci0:2:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x03 hdr=0x00
            class      = network
            subclass  = ethernet

        im going to double check the card is placed in properly. Though when i plug in a cable to any of the other ports the green light on them does turn on

        Adam

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          Hmm, yep check it's seated properly.
          You have lot of PCI devices you're probably not using there like multiple VGA adapters and the 'multimedia' device. You might try disabling anything you don't need in the BIOS. Do the Intel NICs appear in the POST output?
          It could be one of the PCI bridge chips is not initialising correctly. Are you on the most recent BIOS? Try removing the daughter board completely, boot the box and run pciconf again, has anything changed?

          Steve

          1 Reply Last reply Reply Quote 0
          • A
            adamthepolak
            last edited by

            I have this message showing up when i go to "Interfaces -> (assign)";

            Interfaces that are configured as members of a lagg(4) interface will not be shown.

            Any idea if thats linked to this?
            Im checking bios versions now

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              That's a standard message just there to remind you on that page. Not related.

              Steve

              1 Reply Last reply Reply Quote 0
              • A
                adamthepolak
                last edited by

                Not showing up in the POST. Im going to give the seller an email and see if they have any advice for me.

                The daughter board is placed in properly physically. Went through the BIOS and there are no options to disable/ enable the daughter board.

                1 Reply Last reply Reply Quote 0
                • A
                  adamthepolak
                  last edited by

                  so i booted up ubuntu on a usb key to see what would show up and this is the pci device list output. the devices are listing but i couldnt add them as network devices.

                  ![Screenshot from 2014-06-19 00-09-16.png](/public/imported_attachments/1/Screenshot from 2014-06-19 00-09-16.png)
                  ![Screenshot from 2014-06-19 00-09-16.png_thumb](/public/imported_attachments/1/Screenshot from 2014-06-19 00-09-16.png_thumb)

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    I don't any Ethernet devices other than the on-board Realtek controller in that list.  ???

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • A
                      adamthepolak
                      last edited by

                      ya showed up once and now not coming back up…..

                      I contacted the company 2 days ago and they said they will replace the unit. Im going to go through with the exchange. They have a realtek board aswell, should i switch to the other board or stick with intel? ive use intel nics on pci 1x many times and have had no problems.

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        I'd go with Intel over Realtek if at all possible. In all likelihood you won't see much difference unless they are pushed hard.

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • A
                          adamthepolak
                          last edited by

                          so im bringing this thread back to life after some down time.

                          the daughter card was sent in and returned but still no luck. I ran "pciconf -lv" and still only have the one ethernet port appearing. Only thing i can think of now is that the mobo in the actual computer is still messed up. Im going to email the company again and see what they say.

                          1 Reply Last reply Reply Quote 0
                          • J
                            jasonlitka
                            last edited by

                            This sort of flakiness is exactly why I don't use Jetway products any more.  When they work they're great but they don't exactly have a reputation for reliability…

                            I can break anything.

                            1 Reply Last reply Reply Quote 0
                            • A
                              adamthepolak
                              last edited by

                              The company asked me to try installing Windows 7 and still nothing. This also defeats the purpose of the box as I don't want it running Windows then vmware and then pfsense in that. Has any one had luck with this box or recommend a different one from the ones provided by this company; http://www.mitxpc.com .
                              I was going to use this for my whole network but I'll take a box that has only two nics as I need it to vpn my torrenting.

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                If it's not showing up in the POST it doesn't matter what OS you boot. The daughter board simply isn't connected correctly.

                                Steve

                                1 Reply Last reply Reply Quote 0
                                • A
                                  adamthepolak
                                  last edited by

                                  Tried explaining that to the sales rep but apparently that's too hard for them to comprehend that.

                                  1 Reply Last reply Reply Quote 0
                                  • A
                                    adamthepolak
                                    last edited by

                                    im sending my unit back and getting a cheaper unit that just has 2 intel nics attacked to the mobo.

                                    http://www.mitxpc.com/proddetail.asp?prod=EKIAD2500DL&cat=209

                                    Hopefully ill have better luck with this model.

                                    1 Reply Last reply Reply Quote 0
                                    • DerelictD
                                      Derelict LAYER 8 Netgate
                                      last edited by

                                      I just bought exactly the same unit for my home with an intel daughtercard.  Working great.  Perhaps they should replace the main unit.  Seating the card required some care and some force.

                                      re0@pci0:2:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x03 hdr=0x00
                                          class      = network
                                          subclass  = ethernet
                                      em0@pci0:4:4:0: class=0x020000 card=0x10768086 chip=0x10768086 rev=0x05 hdr=0x00
                                          class      = network
                                          subclass  = ethernet
                                      em1@pci0:4:6:0: class=0x020000 card=0x10768086 chip=0x10768086 rev=0x05 hdr=0x00
                                          class      = network
                                          subclass  = ethernet
                                      em2@pci0:4:7:0: class=0x020000 card=0x10768086 chip=0x10768086 rev=0x05 hdr=0x00
                                          class      = network
                                          subclass  = ethernet

                                      Chattanooga, Tennessee, USA
                                      A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                      DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                      Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        adamthepolak
                                        last edited by

                                        i just took the card out and put it back in one more time before going through with the return, but no luke. I also asked if they would test my next unit if i send them pfsense on a usb.

                                        1 Reply Last reply Reply Quote 0
                                        • DerelictD
                                          Derelict LAYER 8 Netgate
                                          last edited by

                                          Is there anything in the bios about enabling or disabling that PCI "slot"?  Any of the pins get bent or anything?

                                          Chattanooga, Tennessee, USA
                                          A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                          DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                          Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                          1 Reply Last reply Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.