TP-link TL-WN725N driver for 18.04 version

25,762

The driver have to be installed from sources
Open a terminal windows and go for it

sudo apt-get update
sudo apt-get install -y linux-headers-$(uname -r) build-essential git
git clone https://github.com/lwfinger/rtl8188eu
cd rtl8188eu
make all
sudo make install
sudo insmod 8188eu.ko
Share:
25,762
Vahe Ghevondyan
Author by

Vahe Ghevondyan

I continue to learn and develop my programming skills. Now I continue to learn React/Redux and also build SPAs. I am intersested in Front-end development.

Updated on September 18, 2022

Comments

  • Vahe Ghevondyan
    Vahe Ghevondyan almost 2 years

    Today I have updated Ubuntu version from 16.04 LTS to 18.04 LTS. After that Ubuntu doesn't recognized my Wi-Fi driver. Kindly support to solve this problem. Thank you.

    vahe@vahe-Ubuntu:~/rtl8188eu$ lsusb    
    Bus 001 Device 002: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter    
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub    
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    
    Bus 003 Device 003: ID 0458:0708 KYE Systems Corp. (Mouse Systems)     
    Bus 003 Device 002: ID 0458:0736 KYE Systems Corp. (Mouse Systems)     
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub    
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    

    Also I got below

    vahe@vahe-Ubuntu:~/rtl8188eu$ sudo insmod 8188.ko
    [sudo] password for vahe:     
    insmod: ERROR: could not load module 8188.ko: No such file or directory
    
    • chili555
      chili555 about 6 years
      Please edit your question to add the result of the terminal command: rfkill list all and also: lsmod | grep mt76 Welcome to Ask Ubuntu.
  • Vahe Ghevondyan
    Vahe Ghevondyan about 6 years
    vahe@vahe-Ubuntu:~/rtl8188eu$ sudo insmod 8188eu.ko insmod: ERROR: could not insert module 8188eu.ko: Invalid module format. I have got such error!
  • chili555
    chili555 about 6 years
    I don't believe 8188eu covers his 148f:7601 device, @Pareri Check: modinfo 8188eu | grep 7601
  • Pilot6
    Pilot6 about 6 years
    It looks like a Mediatek.
  • Pratik Patel
    Pratik Patel almost 5 years
    It worked on Ubuntu 18.04, Thanks
  • Shahzain ali
    Shahzain ali about 4 years
    I am the only who faces no internet peridically on 18.04, i have 725n v3. Thanks
  • CoderGuy123
    CoderGuy123 about 4 years
    This driver works, but it caused my speed to drop even lower than it was before. It's a linux driver issue, when using my phone as wifi dongle, my speed is 5x though it's connected to the same router.