-
Notifications
You must be signed in to change notification settings - Fork 436
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
Can't install driver to jetson TK1 board #343
Comments
DKMS make.log for rtl8192eu-1.0 for kernel 3.10.40-ga7da876 (armv7l) Kernel headers need to be prepared. Please do the following before continuing: make[2]: *** [/var/lib/dkms/rtl8192eu/1.0/build/core/rtw_cmd.o] Error 1 |
cd /usr/src/linux-headers-3.10.40-ga7da876 this command didn't solve the problem. |
ubuntu@tegra-ubuntu:~/Desktop/WirelessDriver/rtl8192eu-linux-driver$ sudo apt-get install git linux-headers-3.10.40-ga7da876 build-essential dkms |
I tired to install by "make" but failed : ubuntu@tegra-ubuntu: |
Hello.
I flashed Linux for tegra 21.8.0(actually it is ubuntu 14.04.1 LTS) and JetPack 3.1.0
this is new linux device and very clean.
first thing I did was installing rtl8192 driver and it failed.
I followed this step as same as guide :
-mkdir WirelessDriver
-cd WirelessDriver
-git clone https://github.com/Mange/rtl8192-linux-driver
-cd rtl8192eu-linux-driver
-sudo nano Makefile :
CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ARM_AARCH64 = y
CONFIG_PLATFORM_NV_TK1 = y
CONFIG_PLATFORM_NV_TK1_UBUNTU = y
-sudo dkms add .
-sudo dkms install rtl8192eu/1.0
and output this error :
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area....
'make' all KVER=3.10.40-ga7da876.....(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8192eu: 1.0 not found
Error! Bad return status for module build on kernel: 3.10.40-ga7da876 (armv7l)
Consult /var/lib/dkms/rtl8192eu/1.0/build/make.log for more information.
The text was updated successfully, but these errors were encountered: