TP-Link TL-WN822N wifi dongle under Linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I bought a TP-Link TL-WN822N v4 wi-fi dongle, based upon a Realtek RTL8192EU chipset.
It is recognized out of the box on a Linux system, but would not connect to anything (the connections will be very weak, even though the adapter has external antennas).
What to do?
wifi drivers realtek
add a comment |Â
up vote
0
down vote
favorite
I bought a TP-Link TL-WN822N v4 wi-fi dongle, based upon a Realtek RTL8192EU chipset.
It is recognized out of the box on a Linux system, but would not connect to anything (the connections will be very weak, even though the adapter has external antennas).
What to do?
wifi drivers realtek
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I bought a TP-Link TL-WN822N v4 wi-fi dongle, based upon a Realtek RTL8192EU chipset.
It is recognized out of the box on a Linux system, but would not connect to anything (the connections will be very weak, even though the adapter has external antennas).
What to do?
wifi drivers realtek
I bought a TP-Link TL-WN822N v4 wi-fi dongle, based upon a Realtek RTL8192EU chipset.
It is recognized out of the box on a Linux system, but would not connect to anything (the connections will be very weak, even though the adapter has external antennas).
What to do?
wifi drivers realtek
edited Feb 17 at 16:29
asked Feb 17 at 15:43
Renan
14.1k65274
14.1k65274
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
It can be solved by installing this alternative driver.
You will need an alternate method of internet connection (such as a wired connection or a tethered phone).
- Install kernel headers, git and dkms.
- Clone the repo:
https://github.com/Mange/rtl8192eu-linux-driver.git
somewhere in your home directory. - Add it to the DKMS:
dkms add .
, then build it withdkms install rtl8192eu/1.0
. - Try loading the new module
8192eu
. If it works, blacklist the brokenrtl8xxxu
module.
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
It can be solved by installing this alternative driver.
You will need an alternate method of internet connection (such as a wired connection or a tethered phone).
- Install kernel headers, git and dkms.
- Clone the repo:
https://github.com/Mange/rtl8192eu-linux-driver.git
somewhere in your home directory. - Add it to the DKMS:
dkms add .
, then build it withdkms install rtl8192eu/1.0
. - Try loading the new module
8192eu
. If it works, blacklist the brokenrtl8xxxu
module.
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
add a comment |Â
up vote
1
down vote
accepted
It can be solved by installing this alternative driver.
You will need an alternate method of internet connection (such as a wired connection or a tethered phone).
- Install kernel headers, git and dkms.
- Clone the repo:
https://github.com/Mange/rtl8192eu-linux-driver.git
somewhere in your home directory. - Add it to the DKMS:
dkms add .
, then build it withdkms install rtl8192eu/1.0
. - Try loading the new module
8192eu
. If it works, blacklist the brokenrtl8xxxu
module.
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
It can be solved by installing this alternative driver.
You will need an alternate method of internet connection (such as a wired connection or a tethered phone).
- Install kernel headers, git and dkms.
- Clone the repo:
https://github.com/Mange/rtl8192eu-linux-driver.git
somewhere in your home directory. - Add it to the DKMS:
dkms add .
, then build it withdkms install rtl8192eu/1.0
. - Try loading the new module
8192eu
. If it works, blacklist the brokenrtl8xxxu
module.
It can be solved by installing this alternative driver.
You will need an alternate method of internet connection (such as a wired connection or a tethered phone).
- Install kernel headers, git and dkms.
- Clone the repo:
https://github.com/Mange/rtl8192eu-linux-driver.git
somewhere in your home directory. - Add it to the DKMS:
dkms add .
, then build it withdkms install rtl8192eu/1.0
. - Try loading the new module
8192eu
. If it works, blacklist the brokenrtl8xxxu
module.
answered Feb 17 at 15:43
Renan
14.1k65274
14.1k65274
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
add a comment |Â
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
I asked this and answered it myself since I wanted to document what I had done. The info around the internet is mostly Ubuntu/Debian-centric (refers to PPAs, apt-get etc...) and this should at least try to be distro-independent.
â Renan
Feb 17 at 15:44
1
1
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
I advise reading this too; realtek are lacking in quality unix.stackexchange.com/questions/252210/â¦
â Rui F Ribeiro
Feb 17 at 16:02
how to get 4th step done?
â M U
Jul 21 at 11:13
how to get 4th step done?
â M U
Jul 21 at 11:13
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424823%2ftp-link-tl-wn822n-wifi-dongle-under-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password