mint xfce couldnt find my wireless adapter

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ataa92

mint xfce couldnt find my wireless adapter

Post by ataa92 »

Hi guys

Today i want to install mint to my computer but unfortunately it couldn't find my wireless usb adapter ( model No. TL-WN727N TP-Link) :cry: would you know a way to solve this problem?

thanks for prompt responses
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: mint xfce couldnt find my wireless adapter

Post by richyrich »

Within the Live environment, open the terminal and execute the following commands, then copy/paste them back here:

Code: Select all

inxi -Nx

Code: Select all

lsusb
ataa92

Re: mint xfce couldnt find my wireless adapter

Post by ataa92 »

richyrich wrote:Within the Live environment, open the terminal and execute the following commands, then copy/paste them back here:

Code: Select all

inxi -Nx

Code: Select all

lsusb
The result is:

mint@mint ~ $ inxi -Nx
Network: Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
driver: r8169 ver: 2.3LK-NAPI port: e000 bus-ID: 03:00.0
Card-2: Ralink usb-ID: 148f:7601
mint@mint ~ $ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 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 005: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 003 Device 004: ID 148f:7601 Ralink Technology, Corp.
Bus 003 Device 003: ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
Bus 003 Device 002: ID 279e:024f
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ataa92

Re: mint xfce couldnt find my wireless adapter

Post by ataa92 »

Anybody can help me please? :cry:
richyrich

Re: mint xfce couldnt find my wireless adapter

Post by richyrich »

If you show nothing in the Driver Manager program that is found in the menu, then you can go here :

Read through, pay close attention to answer number 4 : http://askubuntu.com/questions/422647/h ... k-148f7601
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: mint xfce couldnt find my wireless adapter

Post by JeremyB »

Code: Select all

sudo apt-get install linux-headers-generic build-essential git

Code: Select all

sudo apt-get install git

Code: Select all

git clone https://github.com/porjo/mt7601.git 

Code: Select all

cd mt7601/src

Code: Select all

make

Code: Select all

sudo make install

Code: Select all

sudo mkdir -p /etc/Wireless/RT2870STA/

Code: Select all

sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/

Code: Select all

sudo modprobe mt7601Usta
This was reported to work as of a few months ago http://askubuntu.com/questions/457061/r ... stallation
Locked

Return to “Networking”