Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wifi authentication does not work #331

Open
guidomeijer opened this issue Mar 11, 2020 · 2 comments
Open

Wifi authentication does not work #331

guidomeijer opened this issue Mar 11, 2020 · 2 comments

Comments

@guidomeijer
Copy link

I pulled from master and installed as instructed but when I try to connect to a network it tells me the password is not correct (while it is). I'm on Ubuntu 18.04 using a TP-LINK Archer T4U AC1300 adapter. The device is recognized but dmesg tells me
IPv6: ADDRCONF(NETDEV_UP): wlx18d6c71aa922: link is not ready
Any help would be appreciated!

@romanrm
Copy link

romanrm commented Mar 22, 2020

Check out the issue #312

@Benzer1406
Copy link

I got it working doing the following steps:
Download the Repo

  1. mkdir -p /tmp/t4u
  2. cd /tmp/t4u
  3. git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git

Checkout to working commit
4. git checkout 4235b0ec7d7220a6364586d8e25b1e8cb99c36f1 //corresponds to commit 4235b0e

Installation
5. cd rtl8812AU_8821AU_linux-master
6. sudo apt install linux-headers-$(uname -r)
7. make
8. sudo make install

Loading the module
9. sudo modprobe -a rtl8812au

Please be aware that you probably have to restart your computer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants