You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the driver working on xubuntu 18.04 and when I run "sudo make dkms_install" It gives me that...
cp -r * /usr/src/8812au-5.6.4.2_35491.20191025
dkms add -m 8812au -v 5.6.4.2_35491.20191025
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j1 KVER=5.4.0-150-generic KSRC=/lib/modules/5.4.0-150-generic/build...(bad exit status: 2)
ERROR (dkms apport): binary package for 8812au: 5.6.4.2_35491.20191025 not found
Error! Bad return status for module build on kernel: 5.4.0-150-generic (x86_64)
Consult /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/make.log for more information.
Makefile:1787: recipe for target 'dkms_install' failed
make: *** [dkms_install] Error 10
Anyone know how to install it ?
The text was updated successfully, but these errors were encountered:
I'm trying to get the driver working on xubuntu 18.04 and when I run "sudo make dkms_install" It gives me that...
cp -r * /usr/src/8812au-5.6.4.2_35491.20191025
dkms add -m 8812au -v 5.6.4.2_35491.20191025
Creating symlink /var/lib/dkms/8812au/5.6.4.2_35491.20191025/source ->
/usr/src/8812au-5.6.4.2_35491.20191025
DKMS: add completed.
dkms build -m 8812au -v 5.6.4.2_35491.20191025
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j1 KVER=5.4.0-150-generic KSRC=/lib/modules/5.4.0-150-generic/build...(bad exit status: 2)
ERROR (dkms apport): binary package for 8812au: 5.6.4.2_35491.20191025 not found
Error! Bad return status for module build on kernel: 5.4.0-150-generic (x86_64)
Consult /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/make.log for more information.
Makefile:1787: recipe for target 'dkms_install' failed
make: *** [dkms_install] Error 10
Anyone know how to install it ?
The text was updated successfully, but these errors were encountered: