- Comfast-CF-811AC repository from Norazlybasarian
- Saved searches
- Use saved searches to filter your results more quickly
- License
- norazly/Comfast-CF-811AC
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Comfast cf 811ac драйвер linux
- CF-955AX V2
- 1800Mbps High Speed WiFi 6 USB Adapter
- CF-966AX
- WiFi6 Four-Antenna WiFi Adapter
- CF-962AX
- WiFi 6 Free drive Dual antenna USB Wireless Adapter
- CF-959AX
- WiFi6 USB Network Card
- CF-WR758AC
- 1200Mbps Dual Band Wireless Repeater
- CF-WR756AC
- 1200Mbps Dual Band High speed Repeater
- CF-XR186
- 3000Mbps dual band WiFi signal booster
- CF-WR760AC
- Wi-Fi Repeater that «talks «
- CF-WR613N V3
- 300Mbps home use wireless router
- CF-XR10
- 1800Mbps smart MESH router
- CF-WR650AC
- 1750Mbps 11AC Dual Band AC Routing
- CF-WR610N
- 300Mbps AC Wireless Router
- CF-E4
- 4G Wireless Router
- CF-E3 V4
- Free broadband so comfortable
- CF-ER10
- Portable 4G SIM Card Router
- CF-E7
- Universal bands 4G AP
- CF-EW74
- 1200Mbps WiFi Coverage AP
- CF-EW72 V2
- 1200Mbps WiFi Coverage AP
- CF-WA900 V2
- 1750Mbps 360° WiFi Coverage
- CF-WA800 V3
- 1300Mbps Dual Band
- CF-E315D
- Digital display WiFi bridge precise pairing
- CF-A5【OEM Only】
- Outdoor Wirless CPE
- CF-A1【OEM Only】
- Outdoor WiFi CPE
- CF-E120A
- COMFAST CF-E120A 5 8G Mini outdoor wireless CPE
- Comfast cf 811ac драйвер linux
- CF-955AX V2
- 1800Mbps High Speed WiFi 6 USB Adapter
- CF-966AX
- WiFi6 Four-Antenna WiFi Adapter
- CF-962AX
- WiFi 6 Free drive Dual antenna USB Wireless Adapter
- CF-959AX
- WiFi6 USB Network Card
- CF-WR758AC
- 1200Mbps Dual Band Wireless Repeater
- CF-WR756AC
- 1200Mbps Dual Band High speed Repeater
- CF-XR186
- 3000Mbps dual band WiFi signal booster
- CF-WR760AC
- Wi-Fi Repeater that «talks «
- CF-WR613N V3
- 300Mbps home use wireless router
- CF-XR10
- 1800Mbps smart MESH router
- CF-WR650AC
- 1750Mbps 11AC Dual Band AC Routing
- CF-WR610N
- 300Mbps AC Wireless Router
- CF-E4
- 4G Wireless Router
- CF-E3 V4
- Free broadband so comfortable
- CF-ER10
- Portable 4G SIM Card Router
- CF-E7
- Universal bands 4G AP
- CF-EW74
- 1200Mbps WiFi Coverage AP
- CF-EW72 V2
- 1200Mbps WiFi Coverage AP
- CF-WA900 V2
- 1750Mbps 360° WiFi Coverage
- CF-WA800 V3
- 1300Mbps Dual Band
- CF-E315D
- Digital display WiFi bridge precise pairing
- CF-A5【OEM Only】
- Outdoor Wirless CPE
- CF-A1【OEM Only】
- Outdoor WiFi CPE
- CF-E120A
- COMFAST CF-E120A 5 8G Mini outdoor wireless CPE
- Comfast cf 811ac драйвер linux
- CF-959AX V2
- 免驱版 AX1800 USB无线网卡
- CF-957AX V2
- 免驱版 AX1800 USB无线网卡
- CF-955AX V2
- 免驱版 1800Mbps USB无线网卡
- CF-921AC
- 1200兆双频穿墙网卡
- CF-WR760AC
- 1200兆屏显WiFi放大器
- CF-WR758AC V2
- 1200Mbps双频WiFi放大器
- CF-WR761AC
- 智能交互式屏显中继器
- CF-WR304S V2
- 300Mbps WiFi信号放大器
- CF-WR616AC V2
- 1200Mbps 双频路由器
- CF-ER10
- 可移动4G路由器
- CF-XR10
- AX1800千兆WiFi路由
- CF-WR619AC V2
- 1200Mbps 双千兆路由器
- CF-ER10
- 可移动4G路由器
- CF-XR10
- AX1800千兆WiFi路由
- CF-E3 V4
- 一机多用4G路由
- CF-E4
- 750M 4G路由器
- CF-EW75 V2
- AC1200 双频室外无线AP
- CF-E455AC
- 1200Mbps双频商型用室内无线AP
- CF-E5
- 300Mbps 三网通4G无线室外AP
- CF-EW72 V2
- 1200Mbps双频室外高功率无线AP
- CF-E313AC
- 5.8GHz 900Mbps远距离传输室外无线CPE
- CF-E314N V2
- 2.4G 高通芯片远距离无线CPE
- CF-E120A V3
- 5 8GHz远距离传输室外无线CPE
- CF-E113A
- 5.8GHz远距离传输一键配对CPE套装
Comfast-CF-811AC repository from Norazlybasarian
Before build this driver make sure make , gcc , linux-header and git have been installed.
First, clone this repository
mkdir -p ~/build cd ~/build git clone https://github.com/brektrou/rtl8821CU.git
Build and install with DKMS
DKMS is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
To make use of the DKMS feature with this project, just run:
If you later on want to remove it, run:
Plug your USB-wifi-adapter into your PC
If wifi can be detected, congratulations. If not, maybe you need to switch your device usb mode by the following steps in terminal:
Need install usb_modeswitch (Archlinux: sudo pacman -S usb_modeswitch )
sudo usb_modeswitch -KW -v 0bda -p 1a2b systemctl start bluetooth.service - starting Bluetooth service if it's in inactive state
Build and install without DKMS
cd ~/build/rtl8821CU make sudo make install
If you later on want to remove it, do the following:
cd ~/build/rtl8821CU sudo make uninstall
Checking installed driver
If you successfully install the driver, the driver is installed on /lib/modules//kernel/drivers/net/wireless/realtek/rtl8821cu . Check the driver with the ls command:
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
Make sure 8821cu.ko file present on that directory
Check with DKMS (if installing via DKMS):
ARM architecture tweak for this driver (this solves compilation problem of this driver):
sudo cp /lib/modules/$(uname -r)/build/arch/arm/Makefile /lib/modules/$(uname -r)/build/arch/arm/Makefile.$(date +%Y%m%d%H%M) sudo sed -i 's/-msoft-float//' /lib/modules/$(uname -r)/build/arch/arm/Makefile sudo ln -s /lib/modules/$(uname -r)/build/arch/arm /lib/modules/$(uname -r)/build/arch/armv7l
Use the tool ‘iw’, please don’t use other tools like ‘airmon-ng’
iw dev wlan0 set monitor none
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
License
norazly/Comfast-CF-811AC
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Realtek RTL8811CU/RTL8821CU USB wifi adapter driver version 5.4.1 for Linux 4.4.x up to 5.x
Before build this driver make sure make , gcc , linux-header and git have been installed.
First, clone this repository
mkdir -p ~/build cd ~/build git clone https://github.com/brektrou/rtl8821CU.git
Build and install with DKMS
DKMS is a system which will automatically recompile and install a kernel module when a new kernel gets installed or updated. To make use of DKMS, install the dkms package.
To make use of the DKMS feature with this project, just run:
If you later on want to remove it, run:
Plug your USB-wifi-adapter into your PC
If wifi can be detected, congratulations. If not, maybe you need to switch your device usb mode by the following steps in terminal:
Need install usb_modeswitch (Archlinux: sudo pacman -S usb_modeswitch )
sudo usb_modeswitch -KW -v 0bda -p 1a2b systemctl start bluetooth.service - starting Bluetooth service if it's in inactive state
Build and install without DKMS
cd ~/build/rtl8821CU make sudo make install
If you later on want to remove it, do the following:
cd ~/build/rtl8821CU sudo make uninstall
Checking installed driver
If you successfully install the driver, the driver is installed on /lib/modules//kernel/drivers/net/wireless/realtek/rtl8821cu . Check the driver with the ls command:
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
Make sure 8821cu.ko file present on that directory
Check with DKMS (if installing via DKMS):
ARM architecture tweak for this driver (this solves compilation problem of this driver):
sudo cp /lib/modules/$(uname -r)/build/arch/arm/Makefile /lib/modules/$(uname -r)/build/arch/arm/Makefile.$(date +%Y%m%d%H%M) sudo sed -i 's/-msoft-float//' /lib/modules/$(uname -r)/build/arch/arm/Makefile sudo ln -s /lib/modules/$(uname -r)/build/arch/arm /lib/modules/$(uname -r)/build/arch/armv7l
Use the tool ‘iw’, please don’t use other tools like ‘airmon-ng’
iw dev wlan0 set monitor none
Comfast cf 811ac драйвер linux
CF-955AX V2
1800Mbps High Speed WiFi 6 USB Adapter
CF-966AX
WiFi6 Four-Antenna WiFi Adapter
CF-962AX
WiFi 6 Free drive Dual antenna USB Wireless Adapter
CF-959AX
WiFi6 USB Network Card
CF-WR758AC
1200Mbps Dual Band Wireless Repeater
CF-WR756AC
1200Mbps Dual Band High speed Repeater
CF-XR186
3000Mbps dual band WiFi signal booster
CF-WR760AC
Wi-Fi Repeater that «talks «
CF-WR613N V3
300Mbps home use wireless router
CF-XR10
1800Mbps smart MESH router
CF-WR650AC
1750Mbps 11AC Dual Band AC Routing
CF-WR610N
300Mbps AC Wireless Router
CF-E4
4G Wireless Router
CF-E3 V4
Free broadband so comfortable
CF-ER10
Portable 4G SIM Card Router
CF-E7
Universal bands 4G AP
CF-EW74
1200Mbps WiFi Coverage AP
CF-EW72 V2
1200Mbps WiFi Coverage AP
CF-WA900 V2
1750Mbps 360° WiFi Coverage
CF-WA800 V3
1300Mbps Dual Band
CF-E315D
Digital display WiFi bridge precise pairing
CF-A5【OEM Only】
Outdoor Wirless CPE
CF-A1【OEM Only】
Outdoor WiFi CPE
CF-E120A
COMFAST CF-E120A 5 8G Mini outdoor wireless CPE
Name: Shenzhen Four Seas Global Link Network Technology Co.,Ltd
Address : Room 607-610, Block B, Taojindi Electronic Business Incubation
Base, Tenglong Road, Longhua District, Shenzhen ,China
Phone: 86-755-83790059 ZIP/Postal code:518109
Comfast cf 811ac драйвер linux
CF-955AX V2
1800Mbps High Speed WiFi 6 USB Adapter
CF-966AX
WiFi6 Four-Antenna WiFi Adapter
CF-962AX
WiFi 6 Free drive Dual antenna USB Wireless Adapter
CF-959AX
WiFi6 USB Network Card
CF-WR758AC
1200Mbps Dual Band Wireless Repeater
CF-WR756AC
1200Mbps Dual Band High speed Repeater
CF-XR186
3000Mbps dual band WiFi signal booster
CF-WR760AC
Wi-Fi Repeater that «talks «
CF-WR613N V3
300Mbps home use wireless router
CF-XR10
1800Mbps smart MESH router
CF-WR650AC
1750Mbps 11AC Dual Band AC Routing
CF-WR610N
300Mbps AC Wireless Router
CF-E4
4G Wireless Router
CF-E3 V4
Free broadband so comfortable
CF-ER10
Portable 4G SIM Card Router
CF-E7
Universal bands 4G AP
CF-EW74
1200Mbps WiFi Coverage AP
CF-EW72 V2
1200Mbps WiFi Coverage AP
CF-WA900 V2
1750Mbps 360° WiFi Coverage
CF-WA800 V3
1300Mbps Dual Band
CF-E315D
Digital display WiFi bridge precise pairing
CF-A5【OEM Only】
Outdoor Wirless CPE
CF-A1【OEM Only】
Outdoor WiFi CPE
CF-E120A
COMFAST CF-E120A 5 8G Mini outdoor wireless CPE
Name: Shenzhen Four Seas Global Link Network Technology Co.,Ltd
Address : Room 607-610, Block B, Taojindi Electronic Business Incubation
Base, Tenglong Road, Longhua District, Shenzhen ,China
Phone: 86-755-83790059 ZIP/Postal code:518109
Comfast cf 811ac драйвер linux
CF-959AX V2
免驱版 AX1800 USB无线网卡
CF-957AX V2
免驱版 AX1800 USB无线网卡
CF-955AX V2
免驱版 1800Mbps USB无线网卡
CF-921AC
1200兆双频穿墙网卡
CF-WR760AC
1200兆屏显WiFi放大器
CF-WR758AC V2
1200Mbps双频WiFi放大器
CF-WR761AC
智能交互式屏显中继器
CF-WR304S V2
300Mbps WiFi信号放大器
CF-WR616AC V2
1200Mbps 双频路由器
CF-ER10
可移动4G路由器
CF-XR10
AX1800千兆WiFi路由
CF-WR619AC V2
1200Mbps 双千兆路由器
CF-ER10
可移动4G路由器
CF-XR10
AX1800千兆WiFi路由
CF-E3 V4
一机多用4G路由
CF-E4
750M 4G路由器
CF-EW75 V2
AC1200 双频室外无线AP
CF-E455AC
1200Mbps双频商型用室内无线AP
CF-E5
300Mbps 三网通4G无线室外AP
CF-EW72 V2
1200Mbps双频室外高功率无线AP
CF-E313AC
5.8GHz 900Mbps远距离传输室外无线CPE
CF-E314N V2
2.4G 高通芯片远距离无线CPE
CF-E120A V3
5 8GHz远距离传输室外无线CPE
CF-E113A
5.8GHz远距离传输一键配对CPE套装
电话:400-900-1766 传真:0755-83790059-808 邮编:(518109)