Wireless card and 802.11n

Hello, I am trying to setup my new wifi pci-e card. Everything works so fast, except 802.11n. I know that wireless card supports N.

Code:
FreeBSD MinSys.lt 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon May  7 23:54:22 EEST 2   012     root@MinSys.lt:/usr/obj/usr/src/sys/MYKERNEL  amd64
Wireless card: TL-WN881ND - 300Mbps Wireless N

ifconfig wlan0

Code:
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether a0:f3:c1:32:47:5c
        inet6 fe80::a2f3:c1ff:fe32:475c%wlan0 prefixlen 64 scopeid 0x9
        inet 192.168.5.1 netmask 0xffffff00 broadcast 192.168.5.255
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g <hostap>
        status: running
        ssid HAL9000 channel 1 (2412 MHz 11g) bssid a0:f3:c1:32:47:5c
        regdomain 32924 country CN indoor ecm authmode WPA privacy MIXED
        deftxkey 3 TKIP 2:128-bit TKIP 3:128-bit txpower 20 scanvalid 60
        protmode CTS wme burst dtimperiod 1 -dfs
 
This wireless card have support on FreeBSD. To work, you need build the if_ath, if_ath_pci and ath_rate_sample drivers in your kernel. See ath(4) for how to build it.

John Borwick explained how did the job in his blog in 9-STABLE version.
 
To avoid any misunderstanding, recompile your kernel using ath(4) drivers from HEAD or 9-STABLE branch.
 
Hi cpm@,
I'm having similar issue and following are the details:
FreeBSD Version: 12.0 RELEASE
Desktop: HP Compaq DC 7700 Small Factor
PCI Adapter: TL-WN881ND(RTL8192EE)


Can someone help me out on building the drivers. I'm a total noob. Thanks
 
Back
Top