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

    How to correct install a USB Network interface on PfSense 2.4.5

    Scheduled Pinned Locked Moved Hardware
    usb
    13 Posts 5 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.
    • kiokomanK
      kiokoman LAYER 8 @sscleber
      last edited by kiokoman

      @sscleber
      check if pfsense see it from terminal

      usbconfig dump_device_desc | grep Realtek
      

      if it output something take note of ugenX.Y (where X.Y is a number, example ugen1.2)
      than try

      usbconfig -d X.Y set_config 1
      

      if it works you should be able to assign it as an interface but you need to use that command after every reboot

      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
      Please do not use chat/PM to ask for help
      we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
      Don't forget to Upvote with the 👍 button for any post you find to be helpful.

      S 1 Reply Last reply Reply Quote 0
      • S
        sscleber @kiokoman
        last edited by

        @kiokoman
        nope, it didn't show up anything as we can see below

        66f76c41-c877-4460-ae23-3b6463d32517-image.png

        Can you recommend any good USB adapter that can be compatible to do this??

        kiokomanK 1 Reply Last reply Reply Quote 0
        • kiokomanK
          kiokoman LAYER 8 @sscleber
          last edited by kiokoman

          @sscleber
          it's Realtek not realtek
          case sensitive

          ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
          Please do not use chat/PM to ask for help
          we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
          Don't forget to Upvote with the 👍 button for any post you find to be helpful.

          S bingo600B 2 Replies Last reply Reply Quote 0
          • S
            sscleber @kiokoman
            last edited by

            @kiokoman
            yes, did both of option..
            5c560b8a-1675-45ad-a7e0-e8add833b7a9-image.png

            kiokomanK 1 Reply Last reply Reply Quote 0
            • kiokomanK
              kiokoman LAYER 8 @sscleber
              last edited by kiokoman

              @sscleber
              uhm pretty much you are screwed

              but past here the output of
              usbconfig dump_device_desc

              maybe remove that device and do a

              dmesg
              

              attach it again and do a dmesg again, copy/past here the output if something new is reported from dmesg
              if nothing is reported than the type-c port is not recognized by pfsense

              ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
              Please do not use chat/PM to ask for help
              we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
              Don't forget to Upvote with the 👍 button for any post you find to be helpful.

              S 1 Reply Last reply Reply Quote 0
              • bingo600B
                bingo600 @kiokoman
                last edited by

                @kiokoman said in How to correct install a USB Network interface on PfSense 2.4.5:

                @sscleber
                it's Realtek not realtek
                case sensitive

                grep -i 😊

                /Bingo

                If you find my answer useful - Please give the post a 👍 - "thumbs up"

                pfSense+ 23.05.1 (ZFS)

                QOTOM-Q355G4 Quad Lan.
                CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                1 Reply Last reply Reply Quote 0
                • S
                  sscleber @kiokoman
                  last edited by

                  @kiokoman
                  21a65a0d-d3eb-4b20-96c2-27059fdee690-image.png

                  1 Reply Last reply Reply Quote 0
                  • bingo600B
                    bingo600
                    last edited by bingo600

                    That seems to be one of the EL'cheapo adapters

                    https://github.com/bzapal/usb-2-10-100m-ethernet-adapter-rd9700

                    Seems to be in FreeBSD 11 Stable

                    http://fxr.watson.org/fxr/source/dev/usb/usbdevs?v=FREEBSD-11-STABLE;im=3
                    vendor KONTRON 0x0fe6 Kontron AG
                    product KONTRON JP1082 0x9700 USB Ethernet

                    Edit:
                    It seems like it gives you the info that @kiokoman mentions here
                    https://forum.netgate.com/post/951370

                    Try to do as he describes

                    /Bingo

                    If you find my answer useful - Please give the post a 👍 - "thumbs up"

                    pfSense+ 23.05.1 (ZFS)

                    QOTOM-Q355G4 Quad Lan.
                    CPU  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
                    LAN  : 4 x Intel 211, Disk  : 240G SAMSUNG MZ7L3240HCHQ SSD

                    kiokomanK 1 Reply Last reply Reply Quote 0
                    • kiokomanK
                      kiokoman LAYER 8 @bingo600
                      last edited by

                      @bingo600
                      maybe it's another usb adapter, it's not the ue300c he mentioned on the first post

                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                      Please do not use chat/PM to ask for help
                      we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                      Don't forget to Upvote with the 👍 button for any post you find to be helpful.

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

                        Maybe it's TP-Link just using whatever chipset they fancy and marking it v2 in tiny tiny letters. 😉

                        But that is in 2.4.5:
                        https://github.com/pfsense/FreeBSD-src/blob/RELENG_2_4_5/sys/dev/usb/usbdevs#L2637

                        Should be supported by udav(4):
                        https://github.com/pfsense/FreeBSD-src/blob/RELENG_2_4_5/sys/dev/usb/net/if_udav.c#L179

                        Which is included in 2.4.5:

                        [2.4.5-RELEASE][admin@t70.stevew.lan]/root: kldstat -vv | grep udav
                        		395 udav/miibus
                        		394 uhub/udav
                        

                        So, yeah, plug it in then check dmesg and the system log.

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • GertjanG
                          Gertjan
                          last edited by

                          This means :

                          e37b9eed-02bf-47d9-9a85-11d808fddab8-image.png

                          what ?

                          I do not see "FreeBSD" in that list.

                          Questions related to this device and 'pfsense' can be found on amazon.
                          Even this : https://static.amazon.fr/ask/questions/TxX2AE7DBIDUXI/ref=ask_ql_ql_al_hza ( with a possible solution ? )

                          No "help me" PM's please. Use the forum, the community will thank you.
                          Edit : and where are the logs ??

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

                            I think this line indicates it only has one config index:

                            bNumConfigurations = 0x0001
                            

                            So not possible to set a different one as linked there.

                            But, I agree, this looks like it might be the cheaper device. The TP-Link NIC may well work by setting an alternate config index. @sscleber ?

                            Steve

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