rtl8812au

所属分类:Linux/Unix编程
开发工具:C/C++
文件大小:5697KB
下载次数:1
上传日期:2020-04-16 23:39:38
上 传 者wgr808
说明:  rtl8812 Linux驱动,供Linux 下wifi 使用
(Linux driver for rtl8812)

文件列表:
rtl8812au\clean (69, 2020-03-29)
rtl8812au\core\efuse\rtw_efuse.c (90003, 2020-03-29)
rtl8812au\core\rtw_ap.c (141594, 2020-03-29)
rtl8812au\core\rtw_beamforming.c (93218, 2020-03-29)
rtl8812au\core\rtw_br_ext.c (47781, 2020-03-29)
rtl8812au\core\rtw_btcoex.c (50762, 2020-03-29)
rtl8812au\core\rtw_btcoex_wifionly.c (1204, 2020-03-29)
rtl8812au\core\rtw_bt_mp.c (52520, 2020-03-29)
rtl8812au\core\rtw_cmd.c (135674, 2020-03-29)
rtl8812au\core\rtw_debug.c (184808, 2020-03-29)
rtl8812au\core\rtw_eeprom.c (8629, 2020-03-29)
rtl8812au\core\rtw_ieee80211.c (72380, 2020-03-29)
rtl8812au\core\rtw_io.c (20004, 2020-03-29)
rtl8812au\core\rtw_ioctl_query.c (5917, 2020-03-29)
rtl8812au\core\rtw_ioctl_rtl.c (31031, 2020-03-29)
rtl8812au\core\rtw_ioctl_set.c (32754, 2020-03-29)
... ...

# rtl8812au ## Realtek 8812AU driver version 5.2.20.2 ** NOW OBSOLETE ** ************************************************************************** Please use 5.***.2 version at https://github.com/gordboy/rtl8812au-5.***.2 ************************************************************************** Only supports 8812AU chipset. Works fine with 5.3-rc7 kernel. Source now builds with no warnings or errors. Greatly improved stability due to huge rewrite of phydm - "4 second glitch" seems to have been fixed, or at least vastly reduced, in driver version 5.2.20.2. Added (cosmeticly edited) original Realtek_Changelog.txt, this README.md and dkms.conf. Added device USB IDs, sorted by ID number. Added LED control by Makefile, module parameter and dynamic /proc writing. Added VHT extras. Added regdb files. ### Building To build and install module manually: ```sh $ make $ sudo make install ``` To use dkms install: ```sh (as root, or sudo) copy source folder contents to /usr/src/rtl8812au-5.2.20 ``` ```sh $ sudo dkms add -m rtl8812au -v 5.2.20 $ sudo dkms build -m rtl8812au -v 5.2.20 $ sudo dkms install -m rtl8812au -v 5.2.20 ``` To use dkms uninstall and remove: ```sh $ sudo dkms remove -m rtl8812au -v 5.2.20 --all ``` ### LED control Thanks to @dkadioglu and others for a start on this. #### You can now control LED behaviour statically by Makefile, for example: ```sh CONFIG_LED_ENABLE = n ``` value can be y or n #### statically by module parameter in /etc/modprobe.d/8812au.conf or wherever, for example: ```sh options 8812au rtw_led_enable=0 ``` value can be 0 or 1 #### or dynamically by writing to /proc/net/rtl8812au/$(your interface name)/led_enable, for example: ```sh $ echo "0" > /proc/net/rtl8812au/$(your interface name)/led_enable ``` value can be 0 or 1 #### check current value: ```sh $ cat /proc/net/rtl8812au/$(your interface name)/led_enable ``` ### NetworkManager As others have noted, people using NetworkManager need to add this stanza to /etc/NetworkManager/NetworkManager.conf ```sh [device] wifi.scan-rand-mac-address=no ``` ### Regdb files If needed, copy the regulatory database files in regdb/ to /lib/firmware/ ```sh $ sudo cp ./regdb/* /lib/firmware/ ```

近期下载者

相关文件


收藏者