Quisiera que me ayudaran con un problema que tengo: no puedo instalar los drivers para que Ubuntu Mate reconozca la antena USB y pueda tener Internet en mi PC.
La antena es "EDUP: Wireless Networking" y su modelo "EP-DB1607".
La antena trae un CD con sus respectivos drivers y un manual de instalación. Sin embargo, en dicho manual no está la instalación de Linux, sino que está dentro de la carpeta donde se encuentran los drivers para Linux y está en inglés.
Traduje el documento y dice que hay 2 maneras para la instalación: 1) instalación automática ejecutando el archivo install.sh y 2) paso a paso.
Hice la primera, pero cuando ejecuto el install.sh me pide mi contraseña y dice error. Cuando vuelvo a colocarla, se cierra el Terminal solo. Así como aparece en esta imagen:
Ahora bien, con la segunda manera del manual, leí pero no entiendo muy bien cómo debería hacerlo, debido a que no soy un experimentado en Linux.
Por cierto, no instale los drivers originales del CD sino descargué directamente desde la página del fabricante uno más actualizado y correspondiente al modelo de mi antena. Y, por otro lado, puse en la terminal "lsusb" para ver si reconocía la antena y sí la reconoce.
Espero que me puedan ayudar. Se los agradecería un montón.
Hi my friend !
I'm not talking Spanish but i understood your issue with google translate.
I would advise you to get here :
From the menu, search "additional drivers"
I can't test your solutions since I don't have wired Internet in my Linux distribution, so I want to install the antenna.
I don't know if you know of any solution that doesn't require an Internet connection, for example, doing the installation of the drivers step by step or any other way in which you can help me with my problem.
Well, I've tried both the ways you mentioned, but neither way has given me the Internet with the antenna.
I'm telling you:
With the first "additional drivers"
It was marked "No usar dispositivo" and not the one on top. I selected it and gave it "aplicar cambios", loaded a bar for a while and it stayed like that:
I suppose that means that now you are using the antenna drivers, but I don't know if I have to activate it now in any way to make it work. I checked the network connections part and nothing new came up.
Image summary:
It says "build-essential" is already in its most recent version and "dkms" too.
After the package "libllvm7" was installed automatically and is no longer needed, I suggest to remove it with "sudo apt autoremove".
It suggests several packages and new ones will be installed, none of which were found by "404 Not Found".
And, at the end, that I should try "apt-get update".
The forum won't let me put 2 images, so I'll put the lspci ports in another comment.
I skip an error because I put 8812au/4.2.2 when you gave me 8812au/4.2.3 before; I don't understand why. To avoid leaving it there, I put the 8812au/4.2.3 and I don't know if I am wrong. At the end of the installation I restarted, but no positive results.
I dont know where the driver got installed. Can you run a :
sudo find / -name 8812au.ko 2>/dev/null
(it will search for the file we have built before so take some time)
Once you have found it somewhere try again our command but with full path (you found)
sudo insmod
and add the path the find command will output
I had to do the process twice, since when I first placed the command sudo rmmod 8812au nothing appeared; although I did place the one you marked in red.
When I tried everything again for the second time I got the results of the image above.
The funny thing is that the first time he didn't tell me "permiso denegado (permission denied)" when I put the mark in red.