mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 17:11:09 +02:00
update docs
This commit is contained in:
@@ -13,16 +13,16 @@ sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
|
|||||||
```
|
```
|
||||||
|
|
||||||
## To compile on the raspberry pi using raspian
|
## To compile on the raspberry pi using raspian
|
||||||
### You first need kernel headers (and the corresponding kernel binary) to build your module.
|
#### You first need kernel headers (and the corresponding kernel binary) to build your module.
|
||||||
```
|
```
|
||||||
sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv dkms build-essential bc
|
sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv dkms build-essential bc
|
||||||
```
|
```
|
||||||
### Then, tell raspbian to boot your newly installed kernel. Append this at end of /boot/config.txt and reboot your Pi:
|
#### Then, tell raspbian to boot your newly installed kernel. Append this at end of /boot/config.txt and reboot your Pi:
|
||||||
```
|
```
|
||||||
kernel=vmlinuz-3.10-3-rpi
|
kernel=vmlinuz-3.10-3-rpi
|
||||||
initramfs initrd.img-3.10-3-rpi followkernel
|
initramfs initrd.img-3.10-3-rpi followkernel
|
||||||
```
|
```
|
||||||
### Cd to the directory where your source is and compile
|
#### Cd to the directory where your source is and compile
|
||||||
```
|
```
|
||||||
cd /usr/src/rtl8812AU_8821AU_linux
|
cd /usr/src/rtl8812AU_8821AU_linux
|
||||||
sudo make clean
|
sudo make clean
|
||||||
|
Reference in New Issue
Block a user