Estou tentando instalar o driver LM 816 na minha máquina ARM v7 Ubuntu 14.04. Eu baixei os drivers do site oficial da LM. Então eu extraí-los e tentei instalá-los com o arquivo install.sh, mas o resultado não é bem sucedido, esta é a resposta que recebi:
Realtek Wi-Fi driver Auto installation script Novembor, 21 2011 v1.1.0
#
Decompress the driver source tar ball: rtl8188EUS_linux_v4.3.24_16705.20160509.tar.gz rtl8188EUS_linux_v4.3.24_16705.20160509/ rtl8188EUS_linux_v4.3.24_16705.20160509/runwpa rtl8188EUS_linux_v4.3.24_16705.20160509/wlan0dhcp
.......
rtl8188EUS_linux_v4.3.24_16705.20160509/platform/platform_ops.h rtl8188EUS_linux_v4.3.24_16705.20160509 Authentication requested [root] for make driver: make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/3.1.10-gbe10973-dirty/build >M=/home/ubuntu/LM816_RTL8188EUS_LINUX_v4.3.24_16705.20160512/driver/rtl8188EUS_linux_v4.3.24_16705.20160509 modules make: * /lib/modules/3.1.10-gbe10973-dirty/build: No such file or directory. Stop. make: * [modules] Error 2
#
Compile make driver error: 2 Please check error Mesg
#
Uma coisa estranha é que /lib/modules/3.1.10-gbe10973-dirty/build
realmente existe, então eu não sei onde está o problema.
Com lspci -nnk | grep -A3 -Fe '[0280]'
não recebo nada,
com rfkill list
:
Can't open RFKILL control device: No such file or directory
E com uname -a
:
Linux ubuntu-armhf 3.1.10-gbe10973-dirty #7 SMP PREEMPT Thu Dec 7 12:19:51 CET 2017 armv7l armv7l armv7l GNU/Linux
Com dpkg-query -S /lib/modules/3.1.10-gbe10973-dirty
, obtenho:
dpkg-query: no path found matching pattern /lib/modules/3.1.10-gbe10973-dirty
Com lsusb
, posso ver que está conectado:
Bus 002 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
No entanto, com dpkg-query -Wf '${Status;1} ${Package}:${Architecture}\n linux-image\*
eu insiro como em um programa e tenho que controlar C para sair.
A saída de ls -la /lib/modules/3.1.10-gbe10973-dirty/build
é:
lrwxrwxrwx 1 root root 43 Dec 7 2017 /lib/modules/3.1.10-gbe10973-dirty/build -> /home/ander/Documentos/Kernel/linux-toradex