(SOLVED)No wifi with RTL8811AU

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
Rickf1985

(SOLVED)No wifi with RTL8811AU

Post by Rickf1985 »

As I said in the title I have no Wifi with the RTL8811AU USB reciever. I found a thread that covers this to the letter but when I tried to run the code I get to the last line and the password asked for is not accepted. Here is the thread I am referring to.
viewtopic.php?f=53&t=276910

I am very new to this linux world so I am writing this on my windows computer as my linux box sits next to me.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: No wifi with RTL8811AU

Post by JeremyB »

I don't know what might be happening as the first command requires a password also and it would be the password you set when Mint was installed

The commands from this post viewtopic.php?f=53&t=276910#p1522292
Rickf1985

Re: No wifi with RTL8811AU

Post by Rickf1985 »

It says password for https://cd 18812AU_8821AU_Linux@github.com. When I put in the next line of script it came back with invalid username or password
Rickf1985

Re: No wifi with RTL8811AU

Post by Rickf1985 »

I hope I did the code thing right here. I have moved over to the linux computer so I am on the same machine as the problem. It is wired LAN at the moment.

Code: Select all

rickf2019@rickf2019-GA-MA785G-UD3H ~ $ sudo apt install git dkms build-essential
[sudo] password for rickf2019: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
dkms is already the newest version (2.2.0.3-2ubuntu11.5).
The following additional packages will be installed:
  g++ g++-5 git-man liberror-perl libstdc++-5-dev
Suggested packages:
  g++-multilib g++-5-multilib gcc-5-doc libstdc++6-5-dbg git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn libstdc++-5-doc
The following NEW packages will be installed:
  build-essential g++ g++-5 git git-man liberror-perl libstdc++-5-dev
0 upgraded, 7 newly installed, 0 to remove and 1 not upgraded.
Need to get 13.7 MB of archives.
After this operation, 64.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.11 [1,426 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.11 [8,310 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1,504 B]
Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4,758 B]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.6 [736 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.6 [3,176 kB]
Fetched 13.7 MB in 1s (8,023 kB/s)
Selecting previously unselected package libstdc++-5-dev:amd64.
(Reading database ... 237193 files and directories currently installed.)
Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.11_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ...
Selecting previously unselected package g++-5.
Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.11_amd64.deb ...
Unpacking g++-5 (5.4.0-6ubuntu1~16.04.11) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking g++ (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
Unpacking build-essential (12.1ubuntu2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
Unpacking liberror-perl (0.17-1.2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.6_all.deb ...
Unpacking git-man (1:2.7.4-0ubuntu1.6) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.6_amd64.deb ...
Unpacking git (1:2.7.4-0ubuntu1.6) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.11) ...
Setting up g++-5 (5.4.0-6ubuntu1~16.04.11) ...
Setting up g++ (4:5.3.1-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.1ubuntu2) ...
Setting up liberror-perl (0.17-1.2) ...
Setting up git-man (1:2.7.4-0ubuntu1.6) ...
Setting up git (1:2.7.4-0ubuntu1.6) ...
rickf2019@rickf2019-GA-MA785G-UD3H ~ $ git clone https://github.com/abperiasamy/rt18812_8821AU_Linux.git
Cloning into 'rt18812_8821AU_Linux'...
Username for 'https://github.com': cd rt18812AU_8821AU_Linux
Password for 'https://cd rt18812AU_8821AU_Linux@github.com': 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/abperiasamy/rt18812_8821AU_Linux.git/'
rickf2019@rickf2019-GA-MA785G-UD3H ~ $ sudo make -f Makefile.dkms install
make: Makefile.dkms: No such file or directory
make: *** No rule to make target 'Makefile.dkms'.  Stop.
rickf2019@rickf2019-GA-MA785G-UD3H ~ $ git clone https://github.com/abperiasamy/rt18812_8821AU_Linux.git
Cloning into 'rt18812_8821AU_Linux'...
Username for 'https://github.com': cd rt18812AU_8821AU_Linux
Password for 'https://cd rt18812AU_8821AU_Linux@github.com': 
Rickf1985

Re: No wifi with RTL8811AU

Post by Rickf1985 »

Ok, I moved over to this machine and copy and pasted the commands and they all went in so I will reboot and see what happens.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: No wifi with RTL8811AU

Post by JeremyB »

Use

Code: Select all

git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
Everything is case sensitive in linux and you are using git clone https://github.com/abperiasamy/rt18812_8821AU_Linux.git the capital L on Linux is causing the issue

If you ever see a request for username and password from a git clone command, it usually means a typo was made
Rickf1985

Re: No wifi with RTL8811AU

Post by Rickf1985 »

Aha, got it. It is now working but not very well. The machine is literally 2 feet from the Comcast router and I only have a 75% signal on 2.4 Hz and I keep losing 5 Hz. I am guessing that has nothing to do with the Linux. And I want to ask now since I also have a sound issue that I will be going to that forum for but did I get the code pasted correctly? It looks to me like it took to much space? I copy and pasted between the </> marks.
Locked

Return to “Networking”