Coder Social home page Coder Social logo

rtl8814au's People

Contributors

drakon64 avatar nazar-pc avatar ulli-kroll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtl8814au's Issues

Not surpport channel setting in monitor mode.

Hi,
I use this driver for my device on Ubuntu 16.04 (4.15.0). I 'm wondering how to set device channel in monitor mode(Seems "iw dev set channel [HT20|HT40+|HT40-]" command not surpported). Thanks for any sugguestions.

super speed

new to github ans such.
is there any way to check is driver use superspeed corectly? usb-ac68 seems to have three-transmit, four-receive and i can't find type in the driver.

Does not work with authentication on Ubuntu 17.04

When I build and use this driver on Ubuntu 17.04 with the Linux kernel 4.10 the WiFi device (I use the ASUS USB-AC68 adapter) does not work when it has to authenticate with the router using WPA2. If I disable authentication on the router then it works without any problems. I have attached the log produced by dmesg.

Log File:
dmesg.txt

Cannot insmod rtl8814au.ko

Hello, I ran the following commands in order:

make
sudo make installfw

Now, if I run sudo insmod rtl8814au.ko, I get the following error:

insmod: ERROR: could not insert module rtl8814au.ko: Unknown symbol in module

How do I fix this?

Unknown symbol in module

root@bittybox:~/Downloads/rtl8814au-master# insmod rtl8814au.ko
insmod: ERROR: could not insert module rtl8814au.ko: Unknown symbol in module

Module seemed to build fine, but inserting my device (an Archer T9UH) did not produce a new interface in output of lshw -c network, and trying to directly insmod the module produced the error shown above.

Dmesg output:

[221717.706679] hrtimer: interrupt took 14260 ns
[544319.509876] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[544319.618762] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0106
[544319.618766] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[544319.618769] usb 1-1.3: Product: 802.11ac NIC
[544319.618771] usb 1-1.3: Manufacturer: Realtek
[544319.618773] usb 1-1.3: SerialNumber: 123456
[545088.134657] usb 1-1.3: USB disconnect, device number 3
[545091.098785] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[545091.207649] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0106
[545091.207653] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[545091.207655] usb 1-1.3: Product: 802.11ac NIC
[545091.207657] usb 1-1.3: Manufacturer: Realtek
[545091.207659] usb 1-1.3: SerialNumber: 123456
[545127.452470] rtl8814au: module verification failed: signature and/or required key missing - tainting kernel
[545127.452579] rtl8814au: Unknown symbol cfg80211_inform_bss_frame_data (err 0)
[545127.452626] rtl8814au: Unknown symbol cfg80211_scan_done (err 0)
[545127.452653] rtl8814au: Unknown symbol cfg80211_remain_on_channel_expired (err 0)
[545127.452677] rtl8814au: Unknown symbol cfg80211_new_sta (err 0)
[545127.452696] rtl8814au: Unknown symbol cfg80211_disconnected (err 0)
[545127.452735] rtl8814au: Unknown symbol wiphy_new_nm (err 0)
[545127.452752] rtl8814au: Unknown symbol cfg80211_ready_on_channel (err 0)
[545127.452775] rtl8814au: Unknown symbol wiphy_register (err 0)
[545127.452797] rtl8814au: Unknown symbol __cfg80211_alloc_reply_skb (err 0)
[545127.452815] rtl8814au: Unknown symbol __cfg80211_alloc_event_skb (err 0)
[545127.452833] rtl8814au: Unknown symbol cfg80211_put_bss (err 0)
[545127.452849] rtl8814au: Unknown symbol cfg80211_roamed (err 0)
[545127.452872] rtl8814au: Unknown symbol __cfg80211_send_event_skb (err 0)
[545127.452889] rtl8814au: Unknown symbol cfg80211_ibss_joined (err 0)
[545127.452912] rtl8814au: Unknown symbol cfg80211_michael_mic_failure (err 0)
[545127.452929] rtl8814au: Unknown symbol wiphy_apply_custom_regulatory (err 0)
[545127.452954] rtl8814au: Unknown symbol ieee80211_get_channel (err 0)
[545127.452971] rtl8814au: Unknown symbol cfg80211_del_sta_sinfo (err 0)
[545127.452990] rtl8814au: Unknown symbol wiphy_unregister (err 0)
[545127.453013] rtl8814au: Unknown symbol cfg80211_get_bss (err 0)
[545127.453034] rtl8814au: Unknown symbol cfg80211_vendor_cmd_reply (err 0)
[545127.453057] rtl8814au: Unknown symbol cfg80211_mgmt_tx_status (err 0)
[545127.453085] rtl8814au: Unknown symbol cfg80211_rx_mgmt (err 0)
[545127.453115] rtl8814au: Unknown symbol ieee80211_frequency_to_channel (err 0)
[545127.453136] rtl8814au: Unknown symbol cfg80211_connect_done (err 0)
[545127.453152] rtl8814au: Unknown symbol cfg80211_unlink_bss (err 0)
[545127.453169] rtl8814au: Unknown symbol wiphy_free (err 0)

Thank you again for your work here; it's appreciated.

Doesn't work after reboot

It works well first time on Fedora 27 with kernel 4.15.4-300, but it does work after reboot, what's wrong with it?

AP mode?

Is there any way to get AP mode with this driver?
I've tried defining CONFIG_AP_MODE, but it didn't help.
I want to get AP mode working in LEDE.

Currently dmesg shows following:

[  428.687323] RTL871X: cfg80211_rtw_set_wiphy_params
[  428.693752] RTL871X: cfg80211_rtw_add_virtual_intf wiphy:phy0, name:wlan0, type:3
[  428.695460] RTL871X: cfg80211_rtw_add_virtual_intf ndev:          (null), ret:-19
[  429.968790] RTL871X: cfg80211_rtw_add_virtual_intf wiphy:phy0, name:tmp.radio0, type:2
[  429.969679] RTL871X: cfg80211_rtw_add_virtual_intf ndev:          (null), ret:-19
[  429.971877] RTL871X: cfg80211_rtw_add_virtual_intf wiphy:phy0, name:tmp.radio0, type:2
[  429.972730] RTL871X: cfg80211_rtw_add_virtual_intf ndev:          (null), ret:-19

And last 2 lines repeat forever.

Build fails on Fedora 27 Kernel 4.15.2

When I try building this driver on Fedora 27 with Kernel 4.15.2, it fails with the following error:

make -j16 KSRC=/usr/src/kernels/4.15.2-300.fc27.x86_64/
make ARCH=x86_64 CROSS_COMPILE= -C /usr/src/kernels/4.15.2-300.fc27.x86_64/ M=/home/achance/Downloads/rtl8814au-master  modules
make[1]: Entering directory '/usr/src/kernels/4.15.2-300.fc27.x86_64'
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_cmd.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_security.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_debug.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_io.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_query.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_set.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_ieee80211.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_mlme.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_mlme_ext.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_wlan_util.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_vht.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_pwrctrl.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_rf.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_recv.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_sta_mgt.o
  CC [M]  /home/achance/Downloads/rtl8814au-master/core/rtw_ap.o
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_cmd.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_io.c:52:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_query.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_debug.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_security.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_set.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_ieee80211.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_mlme_ext.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/include/../hal/phydm/phydm_types.h:218,
                 from /home/achance/Downloads/rtl8814au-master/include/../hal/phydm/phydm_precomp.h:24,
                 from /home/achance/Downloads/rtl8814au-master/include/hal_data.h:25,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_mlme.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_wlan_util.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_rf.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_pwrctrl.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_vht.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_recv.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_sta_mgt.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
cc1: some warnings being treated as errors
In file included from /home/achance/Downloads/rtl8814au-master/include/osdep_service.h:41:0,
                 from /home/achance/Downloads/rtl8814au-master/include/drv_types.h:32,
                 from /home/achance/Downloads/rtl8814au-master/core/rtw_ap.c:22:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:261:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_query.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/home/achance/Downloads/rtl8814au-master/include/osdep_service_linux.h:262:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_io.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_debug.o] Error 1
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_ioctl_set.o] Error 1
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_cmd.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_ieee80211.o] Error 1
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_security.o] Error 1
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_rf.o] Error 1
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_vht.o] Error 1
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_wlan_util.o] Error 1
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_pwrctrl.o] Error 1
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_sta_mgt.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_mlme.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_recv.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_ap.o] Error 1
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:316: /home/achance/Downloads/rtl8814au-master/core/rtw_mlme_ext.o] Error 1
make[1]: *** [Makefile:1512: _module_/home/achance/Downloads/rtl8814au-master] Error 2
make[1]: Leaving directory '/usr/src/kernels/4.15.2-300.fc27.x86_64'
make: *** [Makefile:374: modules] Error 2

Speed is not even at half of maximum potential

First of all, thank you. The driver does work for TP-Link Archer T9UH. However, I get only half of what it is capable to do on a Windows machine and, even worse, only a small fraction of its maximum upload speed capability.

On Arch:
screenshot_20171006_114101

On Windows:
speed

DKMS build

Hi @ulli-kroll ! thank you for your work here, this was the first copy of this driver I found that would actually build on Ubuntu 18.04 at all.

Could you add instructions for building with DKMS to the Readme.MD please?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.