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

RTL8192EE PCIe Wireless Network Adapter - chip=0x818b10ec

Scheduled Pinned Locked Moved Wireless
5 Posts 2 Posters 1.1k 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.
  • P
    poliveira
    last edited by Feb 22, 2021, 4:42 PM

    |=Hello guys! I hope you are all safe

    I've just upgraded my firewall from 2.4.5-RELEASE-p1 (amd64) to 2.5.0-RELEASE (amd64).

    I have on hands a Realtek RTL8192EE PCIe Wireless Network Adapter with chip=0x818b10ec, but it isn't detected. Since I have it on hands I would like to assure that I don't need to buy another one. The Firewall is serving to one small business, so if this card could work fine, the separated AP connected to the firewall nowadays could be moved for another department.

    WHAT I DID:

    I've compiled a RTWN driver in a Virtual Machine running FreeBSD 12.2, so I've copied the .KO files to /boot/kernel and updated the /boot/loader.conf file=|

    WHAT I HAVE:

    Shell Output - pciconf -lv | grep -A1 -B3 network

    none2@pci0:1:0:0: class=0x028000 card=0x819610ec chip=0x818b10ec rev=0x00 hdr=0x00
    vendor = 'Realtek Semiconductor Co., Ltd.'
    device = 'RTL8192EE PCIe Wireless Network Adapter'
    class = network

    re0@pci0:2:0:0: class=0x020000 card=0x34687470 chip=0x816810ec rev=0x06 hdr=0x00
    vendor = 'Realtek Semiconductor Co., Ltd.'
    device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
    class = network
    subclass = ethernet
    re1@pci0:3:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x02 hdr=0x00
    vendor = 'Realtek Semiconductor Co., Ltd.'
    device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
    class = network
    subclass = ethernet
    alc0@pci0:4:0:0: class=0x020000 card=0x81511019 chip=0x10831969 rev=0xc0 hdr=0x00
    vendor = 'Qualcomm Atheros'
    device = 'AR8151 v2.0 Gigabit Ethernet'
    class = network
    subclass = ethernet

    Shell Output - dmesg | grep rtwn

    module rtwn already present!
    module rtwn_pci already present!
    module rtwn_rtl8192cfwU_fw already present!
    module rtwn_rtl8192cfwT_fw already present!
    module rtwn_rtl8192cfwE_B_fw already present!
    module rtwn_rtl8192cfwE_fw already present!

    Shell Output - kldstat -v | grep rtwn

    301 uhub/rtwn_usb
    300 pci/rtwn_pci
    310 rtwn_rtl8821aufw_fw
    309 rtwn_rtl8812aufw_fw
    308 rtwn_rtl8192eufw_fw
    307 rtwn_rtl8192cfwU_fw
    306 rtwn_rtl8192cfwT_fw
    305 rtwn_rtl8192cfwE_B_fw
    304 rtwn_rtl8192cfwE_fw
    303 rtwn_rtl8188eufw_fw
    302 rtwn_rtl8188eefw_fw

    FILES /boot/kernel

    rtwn_pci.ko
    if_rtwn_pci.ko
    if_rtwn.ko
    rtwn-rtl8192cfwU.ko
    rtwn-rtl8192cfwT.ko
    rtwn-rtl8192cfwE_B.ko
    rtwn-rtl8192cfwE.ko

    /boot/loader.conf

    rtwn_pci_load="YES"
    if_rtwn_pci_load="YES"
    if_rtwn_load="YES"
    rtwn-rtl8192cfwU_load="YES"
    rtwn-rtl8192cfwT_load="YES"
    rtwn-rtl8192cfwE_B_load="YES"
    rtwn-rtl8192cfwE_load="YES"

    I appreciate every help and suggestion.

    1 Reply Last reply Reply Quote 0
    • S
      stephenw10 Netgate Administrator
      last edited by stephenw10 Feb 24, 2021, 1:05 PM Feb 24, 2021, 1:05 PM

      Mmm, well like you see there that driver is already included:

      [2.5.0-RELEASE][admin@25dev.stevew.lan]/root: kldstat -v | grep rtwn
      		301 uhub/rtwn_usb
      		300 pci/rtwn_pci
      		310 rtwn_rtl8821aufw_fw
      		309 rtwn_rtl8812aufw_fw
      		308 rtwn_rtl8192eufw_fw
      		307 rtwn_rtl8192cfwU_fw
      		306 rtwn_rtl8192cfwT_fw
      		305 rtwn_rtl8192cfwE_B_fw
      		304 rtwn_rtl8192cfwE_fw
      		303 rtwn_rtl8188eufw_fw
      		302 rtwn_rtl8188eefw_fw
      

      But 0x818b does not appear to be one of the supported devices:
      https://github.com/pfsense/FreeBSD-src/blob/devel-12/sys/dev/rtwn/pci/rtwn_pci_attach.h#L35

      Steve

      P 1 Reply Last reply Feb 24, 2021, 8:24 PM Reply Quote 1
      • P
        poliveira @stephenw10
        last edited by Feb 24, 2021, 8:24 PM

        @stephenw10 Thank you for your feedback! Do you know how I should proceed to get this chip=0x818b10ec supported?

        1 Reply Last reply Reply Quote 0
        • S
          stephenw10 Netgate Administrator
          last edited by Feb 25, 2021, 3:13 AM

          Look in the FreeBSD forums would be my first stop. Someone may be working on it already.

          The FreeBSD mailing lists are also a good place to check.

          Steve

          P 1 Reply Last reply Feb 25, 2021, 1:32 PM Reply Quote 1
          • P
            poliveira @stephenw10
            last edited by Feb 25, 2021, 1:32 PM

            @stephenw10 OK! I'll check these sources. Thank you again!

            1 Reply Last reply Reply Quote 0
            5 out of 5
            • First post
              5/5
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
              This community forum collects and processes your personal information.
              consent.not_received