LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-23-2016, 07:40 AM   #1
pconstantatos
LQ Newbie
 
Registered: Dec 2016
Posts: 29

Rep: Reputation: Disabled
Question TP-LINK TL-WN823N V2 0n LINUX MINT 18.1


I have a TP-LINK TL-WN823N V2 dongle on a DELL Optiplex 745 running LINUX MINT 18.1 but I cannot make Mint to see it. I have no problem with wired connection but I would like to use the wireless. Any suggestions?
I downloaded the drivers from the TP-LINK site but cannot install them.
 
Old 12-23-2016, 10:52 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
I assume you're talking about the Linux driver from here: http://www.tp-link.com/en/download/T...3N.html#Driver ?

If so, where in the installation instructions do you come unstuck?
 
Old 12-23-2016, 10:59 AM   #3
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,877
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Does your computer see the device when it's plugged in? One way to tell is to go to a command prompt, also known as a Terminal. Recommend if you do this from a Desktop user interface that you maximize the Terminal app window to allow for read-ability. Type in the command "dmesg", you do not need the quotes, and hit RETURN. This dumps our your system log to the screen. Take note of the last few lines of the log, what they say, what timestamps they show. Next, plug in your dongle, give about 10 seconds, and then use the dmesg command again to dump your log. The thing to be looking for is new lines indicating that the device was detected and then what the system is, or is not, doing about a newly plugged in device. It will be helpful to post those new lines from your system log. Note that if nothing happens to your system log, then likely the computer is not detecting the dongle when it is inserted. First it would be nice to know whether or not your system sees the dongle being plugged in. From there we can advise more about how to debug and install drivers.

A next step if it does see the device is to see if the device was enumerated as an installed device to the system. This should show in the logs, and also you can use the ifconfig command, "ifconfig -a" to print out information about all IP devices seen in your system. There is also iwconfig for wireless devices only, but unsure if that's in every distribution.
 
Old 12-23-2016, 11:38 AM   #4
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,953
Blog Entries: 32

Rep: Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463
pconstantatos,

Connect your PC to the internet using an ethernet cable and plug in the TP-LINK TL-WN823N V2.

Open a Terminal (via Menu > System Tools >Terminal or use Ctrl + Alt + T) and then copy & paste these commands, one at a time, followed by pressing the Enter key.

Code:
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install rtl8192eu-dkms
After the first command you will be asked for your sudo password. Type this password (nothing is displayed for security reasons) and press the Enter key.

Switch off the PC and restart it, remembering to disconnect the ethernet cable!

You will then need to click on the Network Connections icon which is in the lower toolbar, to the left of the speaker icon.

Enter the wifi key for your network and click on Connect.
 
1 members found this post helpful.
Old 12-23-2016, 03:03 PM   #5
pconstantatos
LQ Newbie
 
Registered: Dec 2016
Posts: 29

Original Poster
Rep: Reputation: Disabled
Thumbs up

Many thanks to everybody. It now works fine. Merry Christmas to all and may 2017 bring everybody what each wishes.
 
Old 12-23-2016, 05:52 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by pconstantatos View Post
Many thanks to everybody. It now works fine. Merry Christmas to all and may 2017 bring everybody what each wishes.
Glad you got it working. If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

And a Merry Christmas to you, as well!

Regards...

Last edited by ardvark71; 12-23-2016 at 05:54 PM.
 
Old 11-24-2020, 07:57 AM   #7
meidine
LQ Newbie
 
Registered: Nov 2020
Posts: 1

Rep: Reputation: Disabled
Tp link tl wn823n

See below the procedure for V2, I have TL WN823N V3, can beach boy2 or somebody inform me about the procedure for V3. Regards


Connect your PC to the internet using an ethernet cable and plug in the TP-LINK TL-WN823N V2.

Open a Terminal (via Menu > System Tools >Terminal or use Ctrl + Alt + T) and then copy & paste these commands, one at a time, followed by pressing the Enter key.

Code:

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt update
sudo apt install rtl8192eu-dkms

After the first command you will be asked for your sudo password. Type this password (nothing is displayed for security reasons) and press the Enter key.. Regards.

Switch off the PC and restart it, remembering to disconnect the ethernet cable!

You will then need to click on the Network Connections icon which is in the lower toolbar, to the left of the speaker icon.

Enter the wifi key for your network and click on Connect.
 
Old 11-24-2020, 08:17 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,953
Blog Entries: 32

Rep: Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463Reputation: 1463
meidine,

Welcome to LQ forums.

This is a common problem with wifi dongles. They may have a common general name, such as TL WN823N, but a different version number almost certainly means that a different chipset is inside.

Have a look at this link for the V3 one:
https://askubuntu.com/questions/1211...dapter-working

The second answer should be faster.

NB Since this old thread has been marked as SOLVED you will probably be better starting a new thread and include a link to this one.

Last edited by beachboy2; 11-24-2020 at 08:21 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Mint 18 - ralink TL-WN823N drivers cured winlinuser LinuxQuestions.org Member Success Stories 3 02-19-2018 03:40 PM
TP-LINK-WN823N (RTL8192EU) usb wifi device aongusa Linux - Hardware 1 10-25-2016 08:36 PM
TP-LINK-WN823N (RTL8192EU) usb wifi device aongusa Linux - Hardware 4 10-25-2016 09:03 AM
[Drivers]Tp-Link WN823N shiddo Linux - Networking 11 10-06-2016 05:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration