whitebatman2 / rtl8821CU

Realtek 802.11ac USB WLAN driver
GNU General Public License v2.0
310 stars 177 forks source link

Change the build instructions #13

Open DocSneider opened 5 years ago

DocSneider commented 5 years ago

Maybe it would be ok to change the build-instructions like this:

  1. DRV_NAME=rtl8821CU
  2. DRV_VERSION=5.2.5.3
  3. sudo mkdir /usr/src/${DRV_NAME}-${DRV_VERSION}
  4. cd /tmp/
  5. git clone https://github.com/whitebatman2/rtl8821CU.git
  6. cd rtl8821CU/
  7. git archive master | sudo tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION}
  8. sudo dkms add -m ${DRV_NAME} -v ${DRV_VERSION}
  9. sudo dkms build -m ${DRV_NAME} -v ${DRV_VERSION}
  10. sudo dkms install -m ${DRV_NAME} -v ${DRV_VERSION}

Because some users are not so familiar with git.

PegasusNZ commented 5 years ago

Could you also add a comment in the instructions about the Net Manager bug and the fix echo -e "\n[device]\nwifi.scan-rand-mac-address=no" | sudo tee -a /etc/NetworkManager/NetworkManager.conf

squalldna commented 4 years ago

I need help on this please. Im always getting this error. About kernel header.

pi@raspberrypi:~ $ cd rtl8821CU/ -bash: cd: rtl8821CU/: No such file or directory pi@raspberrypi:~ $ cd /tmp/ pi@raspberrypi:/tmp $ cd rtl8821CU/ pi@raspberrypi:/tmp/rtl8821CU $ git archive master | sudo tar -x -C /usr/src/${DRV_NAME}-${DRV_VERSION} pi@raspberrypi:/tmp/rtl8821CU $ sudo dkms add -m ${DRV_NAME} -v ${DRV_VERSION}

Creating symlink /var/lib/dkms/rtl8821CU/5.2.5.3/source -> /usr/src/rtl8821CU-5.2.5.3

DKMS: add completed. pi@raspberrypi:/tmp/rtl8821CU $ sudo dkms build -m ${DRV_NAME} -v ${DRV_VERSION} Error! echo Your kernel headers for kernel 4.9.41-v7+ cannot be found at /lib/modules/4.9.41-v7+/build or /lib/modules/4.9.41-v7+/source.

squalldna commented 4 years ago

Ok so now im stuck here:

pi@raspberrypi:/tmp/rtl8821CU $ sudo dkms build -m ${DRV_NAME} -v ${DRV_VERSION}

Kernel preparation unnecessary for this kernel. Skipping...

Building module: cleaning build area... 'make' KVER=4.19.75-v7+....(bad exit status: 2) Error! Bad return status for module build on kernel: 4.19.75-v7+ (armv7l) Consult /var/lib/dkms/rtl8821CU/5.2.5.3/build/make.log for more information.