Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

confusing install instructions #76

Open
kevinkey619 opened this issue Jul 17, 2017 · 2 comments
Open

confusing install instructions #76

kevinkey619 opened this issue Jul 17, 2017 · 2 comments

Comments

@kevinkey619
Copy link

Why am I getting the below errors? The install instructions are very confusing.

root@raspberrypi3:/usr/src/rtl8812AU-4.3.14# dkms add -m ${DRV_NAME} -v ${DRV_VERSION}

Creating symlink /var/lib/dkms/rtl8812AU/4.3.14/source ->
/usr/src/rtl8812AU-4.3.14

DKMS: add completed.
root@raspberrypi3:/usr/src/rtl8812AU-4.3.14# dkms build -m ${DRV_NAME} -v ${DRV_VERSION}

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area....
'make'....(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.9.35-v7+ (armv7l)
Consult /var/lib/dkms/rtl8812AU/4.3.14/build/make.log for more information.
root@raspberrypi3:/usr/src/rtl8812AU-4.3.14# dkms install -m ${DRV_NAME} -v ${DRV_VERSION}

Kernel preparation unnecessary for this kernel. Skipping...

Building module:
cleaning build area....
'make'....(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.9.35-v7+ (armv7l)
Consult /var/lib/dkms/rtl8812AU/4.3.14/build/make.log for more information.
root@raspberrypi3:/usr/src/rtl8812AU-4.3.14#

@PolarJunction
Copy link

This is a build error with your current kernel version, you may find this thread of use: #75

@diederikdehaas
Copy link
Owner

Correct. The latest from the 4.3.20 branch should fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants