rtl8192cu-fixes
Realtek 8192 chipset driver, ported to kernel 3.11.
File Explorer
Download Latest Version (.zip)- rtw_efuse.c
- rtw_ap.c
- rtw_br_ext.c
- rtw_cmd.c
- rtw_debug.c
- rtw_eeprom.c
- rtw_ieee80211.c
- rtw_io.c
- rtw_ioctl_query.c
- rtw_ioctl_rtl.c
- rtw_ioctl_set.c
- rtw_iol.c
- rtw_mlme.c
- rtw_mlme_ext.c
- rtw_mp.c
- rtw_mp_ioctl.c
- rtw_p2p.c
- rtw_pwrctrl.c
- rtw_recv.c
- rtw_rf.c
- rtw_security.c
- rtw_sreset.c
- rtw_sta_mgt.c
- rtw_tdls.c
- rtw_wlan_util.c
- rtw_xmit.c
- Hal8192CUHWImg.c
- Hal8192CUHWImg_wowlan.c
- rtl8192cu_led.c
- rtl8192cu_recv.c
- rtl8192cu_xmit.c
- usb_halinit.c
- usb_ops_ce.c
- usb_ops_linux.c
- usb_ops_xp.c
- rtl8192c_cmd.c
- rtl8192c_dm.c
- rtl8192c_hal_init.c
- rtl8192c_mp.c
- rtl8192c_phycfg.c
- rtl8192c_rf6052.c
- rtl8192c_rxdesc.c
- rtl8192c_sreset.c
- rtl8192c_xmit.c
- dm.c
- dm.h
- hal_com.c
- hal_intf.c
- HalPwrSeqCmd.c
- big_endian.h
- generic.h
- little_endian.h
- swab.h
- swabb.h
- wireless.h
- autoconf.h
- basic_types.h
- circ_buf.h
- cmd_osdep.h
- drv_conf.h
- drv_types.h
- drv_types_ce.h
- drv_types_linux.h
- drv_types_sdio.h
- drv_types_xp.h
- ethernet.h
- h2clbk.h
- Hal8192CEHWImg.h
- Hal8192CPhyCfg.h
- Hal8192CPhyReg.h
- Hal8192CUHWImg.h
- Hal8192CUHWImg_wowlan.h
- Hal8192DEHWImg.h
- Hal8192DPhyCfg.h
- Hal8192DPhyReg.h
- Hal8192DUHWImg.h
- Hal8192DUHWImg_wowlan.h
- hal_com.h
- hal_intf.h
- HalPwrSeqCmd.h
- ieee80211.h
- ieee80211_ext.h
- if_ether.h
- ioctl_cfg80211.h
- ip.h
- mlme_osdep.h
- mp_custom_oid.h
- nic_spec.h
- osdep_ce_service.h
- osdep_intf.h
- osdep_service.h
- pci_hal.h
- pci_ops.h
- pci_osintf.h
- recv_osdep.h
- rtl8192c_cmd.h
- rtl8192c_dm.h
- rtl8192c_event.h
- rtl8192c_hal.h
- rtl8192c_led.h
- rtl8192c_recv.h
- rtl8192c_rf.h
- rtl8192c_spec.h
- rtl8192c_sreset.h
- rtl8192c_xmit.h
- rtl8192d_cmd.h
- rtl8192d_dm.h
- rtl8192d_hal.h
- rtl8192d_led.h
- rtl8192d_recv.h
- rtl8192d_rf.h
- rtl8192d_spec.h
- rtl8192d_xmit.h
- rtw_android.h
- rtw_ap.h
- rtw_br_ext.h
- rtw_byteorder.h
- rtw_cmd.h
- rtw_debug.h
- rtw_eeprom.h
- rtw_efuse.h
- rtw_event.h
- rtw_ht.h
- rtw_io.h
- rtw_ioctl.h
- rtw_ioctl_query.h
- rtw_ioctl_rtl.h
- rtw_ioctl_set.h
- rtw_iol.h
- rtw_led.h
- rtw_mlme.h
- rtw_mlme_ext.h
- rtw_mp.h
- rtw_mp_ioctl.h
- rtw_mp_phy_regdef.h
- rtw_p2p.h
- rtw_pwrctrl.h
- rtw_qos.h
- rtw_recv.h
- rtw_rf.h
- rtw_security.h
- rtw_sreset.h
- rtw_tdls.h
- rtw_version.h
- rtw_xmit.h
- sta_info.h
- usb_hal.h
- usb_ops.h
- usb_ops_linux.h
- usb_osintf.h
- usb_vendor_req.h
- wifi.h
- wlan_bssdef.h
- xmit_osdep.h
- ioctl_cfg80211.c
- ioctl_linux.c
- mlme_linux.c
- os_intfs.c
- pci_intf.c
- pci_ops_linux.c
- recv_linux.c
- rtw_android.c
- usb_intf.c
- usb_ops_linux.c
- xmit_linux.c
- osdep_service.c
- .gitignore
- .travis.yml
- 8192cu-disable-power-management.conf
- blacklist-native-rtl8192.conf
- clean
- dkms.conf
- Makefile
- README.md
- runwpa
# Installation Guide
1. Get the code
git clone https://github.com/pvaret/rtl8192cu-fixes
Downloads the entire project code from GitHub to your computer.
cd rtl8192cu-fixes
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install git linux-headers-generic build-essential dkms
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
