twd2 / TL-WN725N-V2-Driver-for-Linux

TL-WN725N V2 Driver for Linux
GNU General Public License v2.0
25 stars 7 forks source link

Kernel modules not found error, kernel 4.13.x #5

Open ghost opened 7 years ago

ghost commented 7 years ago
[hd_scania@parabola Desktop]$ git clone https://github.com/twd2/TL-WN725N-V2-Driver-for-Linux.git
Cloning into 'TL-WN725N-V2-Driver-for-Linux'...
remote: Counting objects: 268, done.
remote: Total 268 (delta 0), reused 0 (delta 0), pack-reused 268
Receiving objects: 100% (268/268), 1.22 MiB | 17.00 KiB/s, done.
Resolving deltas: 100% (73/73), done.
[hd_scania@parabola Desktop]$ cd TL-WN725N-V2-Driver-for-Linux
[hd_scania@parabola TL-WN725N-V2-Driver-for-Linux]$ sudo touch /proc/config.gz
[hd_scania@parabola TL-WN725N-V2-Driver-for-Linux]$ zcat /proc/config.gz > .config
[hd_scania@parabola TL-WN725N-V2-Driver-for-Linux]$ sudo install 8188eu.ko /lib/modules/`uname -r`/kernel/net/wireless
[hd_scania@parabola TL-WN725N-V2-Driver-for-Linux]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola 4.13.3-gnu-1]$ ls -la
total 4548
drwxr-xr-x  4 root root    4096 Oct  9 16:29 .
drwxr-xr-x  4 root root    4096 Oct  5 18:07 ..
drwxr-xr-x  2 root root    4096 Oct  5 18:07 build
lrwxrwxrwx  1 root root      20 Sep 30 05:54 extramodules -> ../extramodules-4.13
drwxr-xr-x 13 root root    4096 Oct  5 18:07 kernel
-rw-r--r--  1 root root       0 Oct  9 16:23 modules.8188eu
-rw-r--r--  1 root root       0 Oct  9 16:29 modules.8188eu.bin
-rw-r--r--  1 root root 1094923 Oct  5 18:08 modules.alias
-rw-r--r--  1 root root 1066690 Oct  5 18:08 modules.alias.bin
-rw-r--r--  1 root root    4054 Sep 30 05:54 modules.builtin
-rw-r--r--  1 root root    5795 Oct  5 18:08 modules.builtin.bin
-rw-r--r--  1 root root  479168 Oct  5 18:08 modules[hd_scania@parabola 4.13.3-gnu-1]$ cd kernel/net/wireless && ls -la
total 284
drwxr-xr-x  2 root root   4096 Oct  9 16:20 .
drwxr-xr-x 51 root root   4096 Oct  5 18:08 ..
-rwxr-xr-x  1 root root      0 Oct  9 16:20 8188eu.ko
-rw-r--r--  1 root root 254323 Sep 30 05:54 cfg80211.ko.gz
-rw-r--r--  1 root root   3239 Sep 30 05:54 lib80211.ko.gz
-rw-r--r--  1 root root   4363 Sep 30 05:54 lib80211_crypt_ccmp.ko.gz
-rw-r--r--  1 root root   7003 Sep 30 05:54 lib80211_crypt_tkip.ko.gz
-rw-r--r--  1 root root   3307 Sep 30 05:54 lib80211_crypt_wep.ko.gz
[hd_scania@parabola wireless]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola wireless]$.dep
-rw-r--r--  1 root root  648867 Oct  5 18:08 modules.dep.bin
-rw-r--r--  1 root root     411 Oct  5 18:08 modules.devname
-rw-r--r--  1 root root  149341 Sep 30 05:54 modules.order
-rw-r--r--  1 root root     577 Oct  5 18:08 modules.softdep
-rw-r--r--  1 root root  522619 Oct  5 18:08 modules.symbols
-rw-r--r--  1 root root  644252 Oct  5 18:08 modules.symbols.bin
[hd_scania@parabola 4.13.3-gnu-1]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola 4.13.3-gnu-1]$ cd kernel/net/wireless && ls -la
total 284
drwxr-xr-x  2 root root   4096 Oct  9 16:20 .
drwxr-xr-x 51 root root   4096 Oct  5 18:08 ..
-rwxr-xr-x  1 root root      0 Oct  9 16:20 8188eu.ko
-rw-r--r--  1 root root 254323 Sep 30 05:54 cfg80211.ko.gz
-rw-r--r--  1 root root   3239 Sep 30 05:54 lib80211.ko.gz
-rw-r--r--  1 root root   4363 Sep 30 05:54 lib80211_crypt_ccmp.ko.gz
-rw-r--r--  1 root root   7003 Sep 30 05:54 lib80211_crypt_tkip.ko.gz
-rw-r--r--  1 root root   3307 Sep 30 05:54 lib80211_crypt_wep.ko.gz
[hd_scania@parabola wireless]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola wireless]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola wireless]$ sudo install 8188eu.ko.gz /lib/modules/`uname -r`/kernel/net/wireless
install: cannot stat '8188eu.ko.gz': No such file or directory
[hd_scania@parabola wireless]$ sudo touch 8188eu.ko.gz
[hd_scania@parabola wireless]$ sudo install 8188eu.ko /lib/modules/`uname -r`/kernel/net/wireless
install: '8188eu.ko' and '/lib/modules/4.13.3-gnu-1/kernel/net/wireless/8188eu.ko' are the same file
[hd_scania@parabola wireless]$ sudo modprobe -i 8188eu
modprobe: FATAL: Module 8188eu not found in directory /lib/modules/4.13.3-gnu-1
[hd_scania@parabola wireless]$
twd2 commented 7 years ago

-rwxr-xr-x 1 root root 0 Oct 9 16:20 8188eu.ko

Why is the file size ZERO?

ghost commented 6 years ago

Why is my 8188eu.ko ZERO sized? Yes this hardware device using 3.16.x kernels (as what TPLINK says) at highest is not yet supported under the 4.13.x. kernels, I was that time needed to touch this ko.

B4DM3N commented 6 years ago

anyone please help me m using kali linux latest version 2017.3 kernel version : 4.13 and my wifi usb adapter is TP-LINK TL-WN725N V2 and cheapset 8188eu ..... so, i've only this folders : staging/rtl8188eu/r8188eu.ko only i've this r8188eu.ko file in my rtl8188eu folder .... so i want to switch monitor mode on but its giving error so i wanna to on it but i m not able to do this. so how to compile 8188eu driver for monitor mode for kali linux latest kernel 4.13 please anyone provide a compiled driver for it..... and my r8188eu.ko file size is 471 kb but i don't have any other files in my staging/rtl8188eu/ folder as mentioned here https://github.com/jsitnicki/linux/tree/master/drivers/staging/rtl8188eu so please help me to compile it or provide a compiled driver......thanks..... @ hd-scania please give your phone number or take my 8720947062 m from india please reply soon .... give give me a step by step tutorial because m a noob thanks......