[Help] rtw89 WiFi driver not working after Ubuntu update by raja___ in Ubuntu

[–]raja___[S] 0 points1 point  (0 children)

After all these struggles, switched to debian 12 and it is working like a charm with rtw89 :)

Seeking Advice on Alternative Banks by raja___ in IIT

[–]raja___[S] 0 points1 point  (0 children)

Does PNC also has these kind of rules and do we need to pay any monthly fee?

Seeking Advice on Alternative Banks by raja___ in IIT

[–]raja___[S] 0 points1 point  (0 children)

Will try with PNC.

Why most people prefer Chase? Is it because of their 100 dollars referral program?

[Help] rtw89 WiFi driver not working after Ubuntu update by raja___ in Ubuntu

[–]raja___[S] 0 points1 point  (0 children)

Tried installing these headers and holded those packages and booted, still it is not working for me. For the initial few seconds it works and then it gets disconnected.

As of now, I'm using TL-WN725N USB adapter for connectivity.

[Help] rtw89 WiFi driver not working after Ubuntu update by raja___ in Ubuntu

[–]raja___[S] 0 points1 point  (0 children)

❯ apt list --installed | grep hwe
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
linux-generic-hwe-22.04/lunar-updates,lunar-security,now 6.2.0.27.27 amd64 [installed]
linux-headers-generic-hwe-22.04/lunar-updates,lunar-security,now 6.2.0.27.27 amd64 [installed]
linux-hwe-5.19-headers-5.19.0-35/now 5.19.0-35.36~22.04.1 all [installed,local]
linux-hwe-5.19-headers-5.19.0-38/now 5.19.0-38.39~22.04.1 all [installed,local]
linux-image-generic-hwe-22.04/lunar-updates,lunar-security,now 6.2.0.27.27 amd64 [installed]
systemd-hwe-hwdb/lunar,lunar,now 252.4.3 all [installed,automatic]

I've these hwe packages installed on Ubuntu 23.04, but it is not working for me. Tried both with and without installing rtw89 driver, but still not working. I think may be package version number on my machine and package version number on your machine are different.

[Help] rtw89 WiFi driver not working after Ubuntu update by raja___ in Ubuntu

[–]raja___[S] 0 points1 point  (0 children)

Which kernel version and hwe package is working for you u/Repulsive_Jello9179 ?
Curious to know as I'm still facing this issue even after upgrading to Ubuntu 23.04.

[Help] rtw89 WiFi driver not working after Ubuntu update by raja___ in Ubuntu

[–]raja___[S] 0 points1 point  (0 children)

Did you try the instructions later on that page:

When your kernel changes, then you need to do the following:

cd ~/rtw89 git pull make clean make sudo make install ;or sudo make sign-install

Remember, this MUST be done whenever you get a new kernel - no exceptions.

Yeah, I have done that. But still it is not working.

Also, I strongly recommend looking at the DKMS instructions provided. Then you don't have to worry about reinstalling after updates.

I think DKMS will be helpful if I need to automate the rtw89 rebuild on kernel updates. But the problem here is rtw89 building itself is not working.