Dear misterx,
I could not get a plausible response from my colleague in the industry. Thank you for the help you have provided.
1
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 27, 2022, 08:30:42 am
|
||
Started by mt - Last post by mt | ||
2
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 21, 2022, 12:34:24 am
|
||
Started by mt - Last post by misterx | ||
What change?
|
3
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 20, 2022, 05:07:49 pm
|
||
Started by mt - Last post by mt | ||
Dear misterx,
Thank you for your suggestions. I would like to indicate that the issue I reported occurred on two different platforms. I performed a memtest on both of these platforms and the test passed without any issues. I used a memory block size of 10 GB with 10 iterations on one platform and a memory block size of 2 GB with 10 iterations on the other platform. One of the colleagues with whom I work in the industry indicated to me that as per his investigation a change in the rtl8812au driver in the github directory was causing the corruption issue. The path for the link is 'https://github.com/aircrack-ng/rtl8812au.git'. To overcome the issue, he used the previously loaded rtl8812au driver from the same 'https://github.com/aircrack-ng/rtl8812au.git' link. I used the procedure he provided. Now, the Wi-Fi adapter associates with the router on both of the platforms. Thank you for the help you have provided. I appreciate it. |
4
on: June 18, 2022, 07:06:44 pm
|
||
Started by Kalinka - Last post by misterx | ||
The wifi adapter's driver may not send ACK to userspace. In this case, there is also no client.
Get a client to connect and be active, and/or get another chipset. |
5
on: June 18, 2022, 03:21:05 pm
|
||
Started by Kalinka - Last post by Kalinka | ||
Hi,
I don't see any ACKs after "Sending DeAuth (code 7) to broadcast — BSSID: [F8:AB:05:64:03:28]" when I try to attack my network. I use sudo airodump-ng -w hack1 -c 1 --bssid F8:AB:05:64:03:28 wlan0 and sudo aireplay-ng --deauth 0 -a F8:AB:05:64:03:28 wlan0 Quote wlan0 unassociated ESSID:"" Nickname:"<WIFI@REALTEK>"see photo What to do? |
6
on: June 11, 2022, 11:49:35 pm
|
||
Started by chavenor - Last post by misterx | ||
Yes. Just do the scanning next to the AP, and they will just show up on the screen.
|
7
on: June 11, 2022, 10:38:34 pm
|
||
Started by chavenor - Last post by chavenor | ||
Is there a way to scan for new devices that come into the range of our access points?
|
8
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 11, 2022, 12:34:38 am
|
||
Started by mt - Last post by misterx | ||
You'd have to see what changed exactly between these 2 kernel versions.
Another thing you can do is running a memtest overnight to check if you don't have any issue with the RAM (which could explain the corruption). |
9
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 10, 2022, 07:58:34 pm
|
||
Started by mt - Last post by mt | ||
Dear misterx,
Thank you for your help. I included the information for the internal Wi-Fi card with driver rtw_8822ce for informational purposes. I wanted to indicate that a device using a driver other than the rtl8812au does not have an issue when the kernel is upgraded to 5.13.0-48-generic. Below is the procedure I have followed to install the rtl8812au driver: sudo rm -rf rtl8812au sudo apt install dkms build-essential git -y git clone https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au/ make && sudo make install I have checked the content of dmesg. I used the command 'sudo dmesg | grep -i 88XXau'. Below is the output of the message: [sudo] password for wtap-sd1: [ 5.948689] 88XXau: loading out-of-tree module taints kernel. [ 5.949679] 88XXau: module verification failed: signature and/or required key missing - tainting kernel [ 14.217528] usb 1-2: 88XXau 9c:c9:eb:2c:fd:21 hw_info[d8] [ 14.218451] usbcore: registered new interface driver rtl88XXau Thank you for your help. I appreciate it. |
10
rtl8812au and rtl8188eus / General help / Re: rtl8812au driver corruption with 5.13.0-48-generic kernel
on: June 09, 2022, 06:23:28 pm
|
||
Started by mt - Last post by misterx | ||
I'm a bit confused. What does the internal adapter with rtw_8822cw have to do with this?
What github and what branch of rtl8812au are you using? Have you checked dmesg/journalctl for issues? |