# linux-rtl8822cs-wifi **Repository Path**: xiaolinenet/linux-rtl8822cs-wifi ## Basic Information - **Project Name**: linux-rtl8822cs-wifi - **Description**: rtl8822cs linux 驱动 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-11-27 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README These wireless drivers are recommended to build at host than the target. We never build these drivers at target. Compatible Linux versions: Linux-5.9.8 1. export cross-compiler 2. build linux, assume /path/to/linux # wireless core CONFIG_WIRELESS=y CONFIG_CFG80211=y CONFIG_MAC80211=y CONFIG_CFG80211_WEXT=y # wireless drivers CONFIG_WLAN=y 3. build rtl8822cs $ cd rtl8822cs $ make ARCH=arm64 -C "/path/to/linux" M="/path/to/rtl8822cs" CONFIG_RTL8822CS=m $ make ARCH=arm64 -C "/path/to/linux" M="/path/to/rtl8822cs" INSTALL_MOD_PATH="/path/to/modules" modules_install