Error with TP-link TL-Wn723n driver and 'sudo make install'

Shahab Ouraie

First I have problem with both these command:

sudo make
sudo make install

Because when I try to install Linux header its show error but after a hard trying I installed it!

Now sudo make works but when I run sudo make install I get the following error:

shahab@home:~$ cd rtl8188eu-master
shahab@home:~/rtl8188eu-master$ sudo make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-7-amd64/build M=/home/shahab/rtl8188eu-master  modules
make[1]: Entering directory '/usr/src/linux-headers-4.9.0-7-amd64'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory '/usr/src/linux-headers-4.9.0-7-amd64'

shahab@home:~/rtl8188eu-master$ sudo make install
install -p -m 644 8188eu.ko  /lib/modules/4.9.0-7-amd64/kernel/drivers/net/wireless
cp rtl8188eufw.bin /lib/firmware/.
cp: cannot create regular file '/lib/firmware/.': No such file or directory
Makefile:157: recipe for target 'install' failed
make: *** [install] Error 1

shahab@home:~/rtl8188eu-master$ su
Password: 

root@home:/home/shahab/rtl8188eu-master# make && make install
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.0-7-amd64/build M=/home/shahab/rtl8188eu-master  modules
make[1]: Entering directory '/usr/src/linux-headers-4.9.0-7-amd64'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory '/usr/src/linux-headers-4.9.0-7-amd64'
install -p -m 644 8188eu.ko  /lib/modules/4.9.0-7-amd64/kernel/drivers/net/wireless
cp rtl8188eufw.bin /lib/firmware/.
cp: cannot create regular file '/lib/firmware/.': No such file or directory
Makefile:157: recipe for target 'install' failed
make: *** [install] Error 1
root@home:/home/shahab/rtl8188eu-master#

how can I done that?

edit:

lsusb output:

Bus 006 Device 002: ID 8087:8002 Intel Corp. 
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 8087:800a Intel Corp. 
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 045b:0210 Hitachi, Ltd 
Bus 002 Device 002: ID 045b:0210 Hitachi, Ltd 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 008: ID 04e8:6864 Samsung Electronics Co., Ltd GT-I9070 (network tethering, USB debugging enabled)
Bus 001 Device 003: ID 045b:0209 Hitachi, Ltd 
Bus 001 Device 006: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 001 Device 004: ID 045b:0209 Hitachi, Ltd 
Bus 001 Device 002: ID 09da:054f A4Tech Co., Ltd. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

uname -a:

Linux home 4.9.0-7-amd64 #1 SMP Debian 4.9.110-3+deb9u2 (2018-08-13) x86_64 GNU/Linux

sources.list:

#------------------------------------------------------------------------------#
#                   OFFICIAL DEBIAN REPOS                    
#------------------------------------------------------------------------------#

deb http://deb.debian.org/debian stretch main
# deb-src http://deb.debian.org/debian stretch main

deb http://deb.debian.org/debian-security/ stretch/updates main
# deb-src http://deb.debian.org/debian-security/ stretch/updates main

deb http://deb.debian.org/debian stretch-updates main
# deb-src http://deb.debian.org/debian stretch-updates main

# non-free
# deb http://deb.debian.org/debian stretch main contrib non-free
# deb-src http://deb.debian.org/debian stretch main contrib non-free

# deb http://deb.debian.org/debian-security/ stretch/updates main contrib non-free
# deb-src http://deb.debian.org/debian-security/ stretch/updates main contrib non-free

# deb http://deb.debian.org/debian stretch-updates main contrib non-free
# deb-src http://deb.debian.org/debian stretch-updates main contrib non-free

result after last solution:

terminal result

if network manager show device as not ready it needs a reboot! now everything alright!!!

final result

final result

GAD3R

Edit your /etc/apt/sources.list as follows:

deb http://deb.debian.org/debian stretch main contrib non-free
deb-src http://deb.debian.org/debian stretch main contrib non-free

deb http://deb.debian.org/debian-security/ stretch/updates main contrib non-free
deb-src http://deb.debian.org/debian-security/ stretch/updates main contrib non-free

deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free

upgrade your system :

sudo apt update && sudo apt upgrade
sudo apt dist-upgrade

Reboot then install the linux-headers , dkms and firmware-realtek :

sudo apt install linux-headers-$(uname -r) dkms firmware-realtek

Get the source from this git repository.

git clone https://github.com/quickreflex/rtl8188eus.git 
sudo cp -R rtl8188eus/ /usr/src
cd /usr/src/rtl8188eus
sudo dkms add .
sudo dkms build 8188eu/1.0
sudo dkms install 8188eu/1.0

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to install driver for TP-Link TL-WN722N on Ubuntu 14.04?

From Dev

TP LINK TL-WN722N Driver Problem

From Dev

TP-Link TL-WN723N V3 really slow performance on 14.04

From Dev

Installing the driver for TP-LINK TL-WN727N on Ubuntu 14.04

From Dev

TP-link TL-WN725N driver for 18.04 version

From Dev

How to install TP-Link TL-WN722N USB Wireless Adapter on Debian Wheezy armhf?

From Dev

How to install drivers for TP-LINK TL-WN722N on 16.04?

From Dev

Can anyone help me install Tp Link TL-WN722N?

From Dev

TP-Link TL-WN823N V2 does not work with rtl8192eu driver on Ubuntu 16.04

From Dev

TP-LINK TL-WN722N weird behavior

From Dev

installing tp link tl-wn822n on ubuntu 18.04

From Dev

TP Link WN 725n driver

From Dev

TP-Link TL-WN722N V2 and AP mode (nl80211: Driver does not support authentication/association or connect commands)

From Dev

Getting TP-Link TL-WN722N to work with Kali

From Dev

TP-LINK TL-WN823N Unable to connect to network

From Dev

TP-LINK TL-WN823N Unable to connect to network

From Dev

Getting TP-Link TL-WN722N to work with Kali

From Dev

Wireless does't work without TP-Link TL-WN722N after I installed

From Dev

TP-Link TL-WN822N wifi dongle under Linux

From Dev

How do I get a TP Link TL WN722N wireless card working?

From Dev

Trouble installing tp link tl-wn821N V5 on 16.04

From Dev

TP-LINK TL-WN823N on Ubuntu 16.04 (Kernel 4.8.0-58-generic) - Issues

From Dev

TP-Link TL-WN725N V2 won't connect to my network

From Dev

TP-LINK TL-WN821N works at half the Windows speed

From Dev

WDS with TP-Link TL-WR941N as AP

From Dev

How to install TP link WN822N on Ubuntu?

From Dev

Cannot get TP_LINK / TL-WN823N / Realtek 8192cu usb wireless adapter to be utilized on Debian Wheezy

From Dev

NetBSD and TP-Link TL-WN727N (Atheros AR9271 or Ralink RT5370)

From Dev

I have a problem with Wi-Fi drivers in kali Linux Wi-Fi booster(TP Link) (TL-WN823N)

Related Related

  1. 1

    How to install driver for TP-Link TL-WN722N on Ubuntu 14.04?

  2. 2

    TP LINK TL-WN722N Driver Problem

  3. 3

    TP-Link TL-WN723N V3 really slow performance on 14.04

  4. 4

    Installing the driver for TP-LINK TL-WN727N on Ubuntu 14.04

  5. 5

    TP-link TL-WN725N driver for 18.04 version

  6. 6

    How to install TP-Link TL-WN722N USB Wireless Adapter on Debian Wheezy armhf?

  7. 7

    How to install drivers for TP-LINK TL-WN722N on 16.04?

  8. 8

    Can anyone help me install Tp Link TL-WN722N?

  9. 9

    TP-Link TL-WN823N V2 does not work with rtl8192eu driver on Ubuntu 16.04

  10. 10

    TP-LINK TL-WN722N weird behavior

  11. 11

    installing tp link tl-wn822n on ubuntu 18.04

  12. 12

    TP Link WN 725n driver

  13. 13

    TP-Link TL-WN722N V2 and AP mode (nl80211: Driver does not support authentication/association or connect commands)

  14. 14

    Getting TP-Link TL-WN722N to work with Kali

  15. 15

    TP-LINK TL-WN823N Unable to connect to network

  16. 16

    TP-LINK TL-WN823N Unable to connect to network

  17. 17

    Getting TP-Link TL-WN722N to work with Kali

  18. 18

    Wireless does't work without TP-Link TL-WN722N after I installed

  19. 19

    TP-Link TL-WN822N wifi dongle under Linux

  20. 20

    How do I get a TP Link TL WN722N wireless card working?

  21. 21

    Trouble installing tp link tl-wn821N V5 on 16.04

  22. 22

    TP-LINK TL-WN823N on Ubuntu 16.04 (Kernel 4.8.0-58-generic) - Issues

  23. 23

    TP-Link TL-WN725N V2 won't connect to my network

  24. 24

    TP-LINK TL-WN821N works at half the Windows speed

  25. 25

    WDS with TP-Link TL-WR941N as AP

  26. 26

    How to install TP link WN822N on Ubuntu?

  27. 27

    Cannot get TP_LINK / TL-WN823N / Realtek 8192cu usb wireless adapter to be utilized on Debian Wheezy

  28. 28

    NetBSD and TP-Link TL-WN727N (Atheros AR9271 or Ralink RT5370)

  29. 29

    I have a problem with Wi-Fi drivers in kali Linux Wi-Fi booster(TP Link) (TL-WN823N)

HotTag

Archive