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 running Elementary OS 7.1 - kernel 6.5.0-27-generic
Here is what i got from terminal after try to install:
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j2 all KVER=6.5.0-27-generic...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.5.0-27-generic (x86_64)
Consult /var/lib/dkms/rtl8192eu/1.0/build/make.log for more information.
And here is the content of "make.log":
DKMS make.log for rtl8192eu-1.0 for kernel 6.5.0-27-generic (x86_64)
qui 11 abr 2024 17:14:59 -03
make ARCH= CROSS_COMPILE= -C M=/var/lib/dkms/rtl8192eu/1.0/build modules
make[1]: *** M=/var/lib/dkms/rtl8192eu/1.0/build: Arquivo ou diretório inexistente. Pare.
make: *** [Makefile:2462: modules] Erro 2
ps: Sorry for any mistakes, I'm just starting.
The text was updated successfully, but these errors were encountered:
Yeah, CONFIG_PLATFORM_I386_PC is just the default setting for x86 (64) (your platform). You should only change that if you are compiling for a different architecture like ARM.
Not setting an architecture is probably not the best idea, but you can always try.
I'm running Elementary OS 7.1 - kernel 6.5.0-27-generic
Here is what i got from terminal after try to install:
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j2 all KVER=6.5.0-27-generic...(bad exit status: 2)
Error! Bad return status for module build on kernel: 6.5.0-27-generic (x86_64)
Consult /var/lib/dkms/rtl8192eu/1.0/build/make.log for more information.
And here is the content of "make.log":
DKMS make.log for rtl8192eu-1.0 for kernel 6.5.0-27-generic (x86_64)
qui 11 abr 2024 17:14:59 -03
make ARCH= CROSS_COMPILE= -C M=/var/lib/dkms/rtl8192eu/1.0/build modules
make[1]: *** M=/var/lib/dkms/rtl8192eu/1.0/build: Arquivo ou diretório inexistente. Pare.
make: *** [Makefile:2462: modules] Erro 2
ps: Sorry for any mistakes, I'm just starting.
The text was updated successfully, but these errors were encountered: