-
Notifications
You must be signed in to change notification settings - Fork 28
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
(pulling hair ! - ubuntu 21.04 - chipset 8811au - Kernel 5.11.x. It worked 3 days and stopped #27
Comments
Good morning @neuberfran Can you tell me where you got the driver you are using? It isn't the driver from this repo. Regards, Nick |
Did not intend to chase you off. Knowing what driver you have installed would help me offer advice. If it is the 8812au driver in the Ubuntu repo, stay away from it. It is old and causes problems. If it is the one from aircrack-ng, it is also old but uninstallation would be different. The driver you want is the one here as it is the newest and by far the best driver for the 8812au. I have no idea why Realtek finally kicked out a half way decent driver for this chipset but they did. Nick |
hi, @morrownr. Yes, I stay trying aircrack-ng now. Funny, that in ubuntu 20.10 this chipset is working ok.My chipset is 8811au and not 8812au. But the reps for 8812au are known to work on 8811au. Any help from you is welcome. |
Oh, well, if you are sure it is a 8811au chipset then you want this driver: https://github.com/morrownr/8821au You really don't want the old aircrack-ng or Ubuntu drivers. There is a file in the 8821au repo I just provided the link for that has a file called: supported-device-IDs Open it and read it so as to check your chipset against the supported chipsets. Remember to uninstall all old drivers. Good luck. P.S. I have several repos here: One that might be of interest is this one: https://github.com/morrownr/USB-WiFi ...as it has a lot of information. |
@morrownr Bus 002 Device 005: ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano] https://www.amazon.com.br/ADAPTADOR-USB-AC600-ARCHER-T2UNANO/dp/B07KRCW6LZ |
Yes, your device ID is in the file. I just checked, I think there is some confusion going on. Go to the following link: https://github.com/morrownr?tab=repositories Take note that I have several repos available. Each one gives a short rundown of what it is for. The one you want is 8821au. |
@morrownr Sadness still reigns. I followed all the steps, but I was not successful. I'm still excited to debug and keep trying. |
The 8821au driver, this repo, installed successfully. Congrats. Now, it looks to me like another previously installed driver is also trying to do its thing with the same adapter. That is not good. Run the following and post the results: $ dkms status Edit: I should not have said "this repo" above because we are now installing and working on the driver in the 8821au repo but we are still communicating in the 8812au repo. Life is messy. |
@morrownr neuberfran@ubuntu2104:~$ dkms status |
Okay. We are making progress. The driver that dkms is showing is the driver from here. That is the one we want. It will work. There is another driver, 88XXau, that is loading and causing problems. It wasn't installed with dkms so we need to know what driver that is and how to uninstall it. Since I am not a mind reader, the ball is back in your court. How did you install 88XXau? |
@morrownr lsmod
|
@morrownr Not solved. I came to think that the problem may be with my ubuntu 21.04 installation. But I am not available to reinstall now. In addition to what would mess with GRUB2 which is very correct and linked to ubuntu 20.10 and Open Core (hackintosh BS 11.1)**** |
That extra usb wifi driver seems to be gone. Still no wifi? Have you tried moving the adapter to another usb port? What does ( $ iw dev ) say? You might be better off checking on the Ubuntu forums with installation issues. |
@morrownr iw dev
|
You have a wifi interface. So... what's the problem? |
@morrownr I don't have pablo ssid. Look photo below from ubuntu 20.10. |
Okay but have you selected it and put in the passphrase? It doesn't happen automatically until you have used it once. |
@morrownr passphrase? It's not possible. Both via cli command and via gui command (dashboard) |
So... what could cause this? The driver is installed properly and you have a wifi interface. Let's try these: $ sudo iw reg get $ sudo rfkill unblock wlan |
Go to the main page of this repo and scroll down to the following section: Set regulatory domain to correct setting in OS Read it, do it and reboot. |
Do you have good knowledge of NetworkManager? |
My knowledge of Network Manager is not that high. I spend a lot of my time in distros that don't use it... like RasPiOS. I like to solve problems but this one is probably to the point where posting in... ...in the Networking and Wireless forum is going to get better results. What I know is that the driver is loading and a wifi network interface is being created. Why network manager is not finding your ap is unknown. |
Quote: lsmod 8821au 1957888 0 cfg80211 892928 2 8821au,88XXau Reply: That 88XXau is still installed and is probably causing problems because that driver includes support for 8811au. The Aircrack driver has drivers for multiple chipsets in one driver. The drivers here don't do that. I thought we got that 88XXau uninstalled. I am confused. |
@morrownr ls /lib/modules |
@morrownr Whenever I restart the PC the 88XXau appears again |
88XXau appears again because it is not being uninstalled. Let's see the results of the following again: $ sudo dkms status FWIW: This thread is a great example of the problems that Linux users have with Realtek chipset based USB WiFi adapters. Good alternatives are available: |
@morrownr sudo dkms status I deleted things manually. Including dkms. I want to start 8821au again. But first, I need to clean up 88XXau and the 8821au itself from the lsmod list. But I can't do it now. I don't know why |
@morrownr sudo dmesg |grep core https://forums.linuxmint.com/viewtopic.php?t=335444 https://www.oueta.com/linux/how-to-connect-to-a-wi-fi-network-via-command-line-in-linux/ |
I do enjoy solving a good mystery but I think it is time to step back and assess the situation. At this point, if I were in your shoes, I would save my important documents to an external drive and do a fresh clean installation of Ubuntu 21.04. There are a couple of ways to get the Ubuntu installer to format the installation partition during installation. I think earlier in this thread I mentioned that sudo is a weapon of mass destruction. Well, it is. I think the current situation should just be written off as a learning experience and a fresh start is what is called for. Something else to discuss while looking at the situation. I work on these Realtek driver as a way to help my fellow Linux users. That does not mean that I like how Realtek does it. I think the way Realtek does their usb wifi support for Linux is terrible. I also have and use usb wifi adapters that use Mediatek and Atheros chipsets. The drivers for these adapters are maintained in the kernel and are Linux Wireless standards compliant. Using Mediatek chipset based adapters on Linux is like a breathe of fresh air. I also maintain a repo with information about adapters that work with in-kernel drivers. https://github.com/morrownr/USB-WiFi I invite you to take a look. There are currently 69 links to adapters that "just work." |
You need to learn more about networkmanager |
I agree but there are a lot of things I need to learn more about and I am working on them. Has knowledge about Network Manager fixed this problem? |
@morrownr no yet bro, sorry |
Status? |
Hi,
I've been trying to get my wifi dongle (8811au) back on ubuntu 21.04 for 3 days.
Can anyone help
neuberfran@ubuntu2104:~$ nmcli con
NAME UUID TYPE DEVICE
Conexão cabeada 1 4f0a34b8-d394-3914-b110-164598dfb94a ethernet enp3s0
pablo 4a2dca15-84ed-4fba-837a-a732957991f1 wifi --
neuberfran@ubuntu2104:~$ nmcli con up pablo
Erro: Ativação da conexão falhou: No suitable device found for this connection (device lo not available because device is strictly unmanaged).
neuberfran@ubuntu2104:~$ iwconfig
lo no wireless extensions.
enp3s0 no wireless extensions.
enxd03745db188a unassociated Nickname:"WIFI@REALTEK"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=0/100 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
neuberfran@ubuntu2104:~$ route -n
Tabela de Roteamento IP do Kernel
Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 100 0 0 enp3s0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 enp3s0
192.168.1.0 0.0.0.0 255.255.255.0 U 100 0 0 enp3s0
The text was updated successfully, but these errors were encountered: