Hello I'm new in the world of Linux, I need a driver for my wifi adapter, I tried several git repos but no one worked. I am using kernel 5.0.0 and Ubuntu 18.04.1. Please help me.
I tried the repo: https://github.com/luckynzm/tlwn8200nddriver and this threw me:
ERROR (dkms apport): binary package for rtl8192eu: 1.0 not found
Error! Bad return status for module build on kernel: 5.0.0-23-generic (x86_64)
on sudo dkms install rtl8192eu/1.0
Also: https://github.com/Mange/rtl8192eu-linux-driver then:
ERROR (dkms apport): binary package for rtl8192eu: 1.0 not found
Error! Bad return status for module build on kernel: 5.0.0-23-generic (x86_64)
And also on sudo dkms install rtl8192eu/1.0;
At the end tried this: https://github.com/smlinux/rtl8723de/issues/5#issuecomment-410850664 And this didn't have any error but I think this was not my driver. :(
My pc info here https://gist.github.com/KFengF/c654d6a2a475172ab127d35c2b1a3652
inxi -SMN -! 31 -y 80
output. Realtek RTL8192cu chipset?lsmod | grep rtl8
? This might help, already tried the official? – Pablo Bianchi Jan 17 '20 at 01:28inxi -SMN -! 31 -y 80
and the output is:Network: Card: Intel 82566DM-2 Gigabit Network Connection driver: e1000e
– kevin feng feng Jan 17 '20 at 02:53lshw
orlspci
commands in link I provided (Device Recognition & Operation step 1) allow you to search online for clues, or when pasted into your question allow us to see what you've got & help. Replies of additional details should not be placed in comments – guiverc Jan 17 '20 at 03:06lsusb
and also:sudo dkms status
. Welcome to Ask Ubuntu. – chili555 Jan 17 '20 at 14:23history
and tell us the three commands just before this. I suspect that one of them is faulty. – chili555 Jan 18 '20 at 20:47186 sudo dkms add . 187 sudo dkms install rtl8192eu/1.0 ````` just like the repo readme said @chili555
– kevin feng feng Jan 19 '20 at 15:59