Install mercusys wifi adapter in Ubuntu

Marcos Alex

I have been trying to install mercusys wifi adpater in ubuntu 16.04. Typing lsusb returns:

marcos@spac-lia:~$ lsusb 
Bus 002 Device 004: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 003: ID 1a2c:0e24 China Resource Semico Co., Ltd 
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 2c4e:0100  
Bus 001 Device 003: ID 0951:1625 Kingston Technology DataTraveler 101 II
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

After testing, I could realize that my wifi adapter information corresponds to:

Bus 001 Device 005: ID 2c4e:0100

I have tried to install the drivers with ndisgtk but it is not working

Jeremy31

I just added your device to my fork of Mange's rtl8192eu-linux-driver on github, in terminal

sudo apt-get install git dkms build-essential
git clone https://github.com/jeremyb31/rtl8192eu-linux-driver.git
sudo dkms add ./rtl8192eu-linux-driver
sudo dkms install rtl8192eu/1.0

Reboot

You will have to remove any driver installed with ndisgtk before this will work

Edit I figured out I had a typo

sudo dkms remove rtl8192eu/1.0 --all
sudo dkms uninstall rtl8192eu/1.0
sudo rm -r /usr/src/rtl8192eu-1.0
sudo rm -r /var/lib/dkms/rtl8192eu
cd rtl8192eu-linux-driver
git pull
cd
sudo dkms add ./rtl8192eu-linux-driver
sudo dkms install rtl8192eu/1.0
Reboot

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Using a Mercusys AC650 usb wifi on in Ubuntu 20.04

From Dev

Wifi adapter not found, Ubuntu

From Dev

No wifi adapter found ubuntu 18.04

From Dev

Wifi adapter freezes Ubuntu 16.04

From Dev

Help with wifi adapter for Ubuntu 18.04

From Dev

No WiFi Adapter Found with fresh Ubuntu 20.04 install on MSI GE66 Laptop, and other strange behavior

From Dev

How to install LEO-NANO150N Leoxys mini USB Wifi adapter on ubuntu?

From Dev

Fresh install of Ubuntu 14.04.4 LTS keeps freezing on apt-get update - WiFi adapter problem?

From Dev

Networking - Install wifi Adapter HP laptop Ubuntu 18.10 rtl8723be

From Dev

How to install LEO-NANO150N Leoxys mini USB Wifi adapter on ubuntu?

From Dev

Please help me install this USB wifi adapter

From Dev

Please help me install this USB wifi adapter

From Dev

Wifi adapter not found both on Ubuntu and Windows 10

From Dev

Ubuntu 20.04 - No wifi adapter found DELL

From Dev

Getting USB wifi adapter to work with Ubuntu 18.04

From Dev

Ubuntu Server 16.04: connect to wifi network (usb wifi adapter)

From Dev

Ubuntu Server 16.04: connect to wifi network (usb wifi adapter)

From Dev

Ubuntu 16.04 – Disable internal WIFI while enabling external WIFI adapter

From Dev

Unable to get wifi adapter working - clean 19.04 install - network unclaimed

From Dev

Ubuntu 16.04.1 Install does not activate network adapter

From Dev

Cannot install wireless network USB adapter on Ubuntu

From Dev

Is there such a thing as a "WiFi - WiFi adapter"?

From Dev

WiFi Adapter AX201 Not Found: Ubuntu 18.04

From Dev

USB wifi adapter keeps dropping connection (Ubuntu 16.04)

From Dev

Ubuntu 18.04 No WiFi adapter found [Dell Inspiron 3542.]

From Dev

Dell XPS 7590 Ubuntu 18.04 - No WiFi Adapter found

From Dev

installing rtl8814AU wifi adapter driver on ubuntu 16.04

From Dev

ubuntu 19.04: AWUS 036ach wifi adapter not working

From Dev

BCM43142 WiFi adapter doesn't work on Ubuntu 20.04

Related Related

  1. 1

    Using a Mercusys AC650 usb wifi on in Ubuntu 20.04

  2. 2

    Wifi adapter not found, Ubuntu

  3. 3

    No wifi adapter found ubuntu 18.04

  4. 4

    Wifi adapter freezes Ubuntu 16.04

  5. 5

    Help with wifi adapter for Ubuntu 18.04

  6. 6

    No WiFi Adapter Found with fresh Ubuntu 20.04 install on MSI GE66 Laptop, and other strange behavior

  7. 7

    How to install LEO-NANO150N Leoxys mini USB Wifi adapter on ubuntu?

  8. 8

    Fresh install of Ubuntu 14.04.4 LTS keeps freezing on apt-get update - WiFi adapter problem?

  9. 9

    Networking - Install wifi Adapter HP laptop Ubuntu 18.10 rtl8723be

  10. 10

    How to install LEO-NANO150N Leoxys mini USB Wifi adapter on ubuntu?

  11. 11

    Please help me install this USB wifi adapter

  12. 12

    Please help me install this USB wifi adapter

  13. 13

    Wifi adapter not found both on Ubuntu and Windows 10

  14. 14

    Ubuntu 20.04 - No wifi adapter found DELL

  15. 15

    Getting USB wifi adapter to work with Ubuntu 18.04

  16. 16

    Ubuntu Server 16.04: connect to wifi network (usb wifi adapter)

  17. 17

    Ubuntu Server 16.04: connect to wifi network (usb wifi adapter)

  18. 18

    Ubuntu 16.04 – Disable internal WIFI while enabling external WIFI adapter

  19. 19

    Unable to get wifi adapter working - clean 19.04 install - network unclaimed

  20. 20

    Ubuntu 16.04.1 Install does not activate network adapter

  21. 21

    Cannot install wireless network USB adapter on Ubuntu

  22. 22

    Is there such a thing as a "WiFi - WiFi adapter"?

  23. 23

    WiFi Adapter AX201 Not Found: Ubuntu 18.04

  24. 24

    USB wifi adapter keeps dropping connection (Ubuntu 16.04)

  25. 25

    Ubuntu 18.04 No WiFi adapter found [Dell Inspiron 3542.]

  26. 26

    Dell XPS 7590 Ubuntu 18.04 - No WiFi Adapter found

  27. 27

    installing rtl8814AU wifi adapter driver on ubuntu 16.04

  28. 28

    ubuntu 19.04: AWUS 036ach wifi adapter not working

  29. 29

    BCM43142 WiFi adapter doesn't work on Ubuntu 20.04

HotTag

Archive