0

I use Kubuntu dual booted with Windows 11 in my HP Victus 16. The Wi-Fi speed on Windows is fair enough. However, it is not the case with Ubuntu.

After doing some web searches, I followed this Link and this one. I followed them accordingly, but it did not improve the situation.

Here is the output of lshw -C network command.

*-network                 
   description: Wireless interface
   product: Tiger Lake PCH CNVi WiFi
   vendor: Intel Corporation
   physical id: 14.3
   bus info: pci@0000:00:14.3
   logical name: wlo1
   version: 11
   serial: 38:87:d5:13:9b:ba
   width: 64 bits
   clock: 33MHz
   capabilities: bus_master cap_list ethernet physical wireless
   configuration: broadcast=yes driver=iwlwifi driverversion=5.19.0-40-generic firmware=72.daa05125.0 QuZ-a0-hr-b0-72.u ip=192.168.0.194 latency=0 link=yes multicast=yes wireless=IEEE 802.11
   resources: iomemory:600-5ff irq:19 memory:6015224000-6015227fff

Here is my wireless info script. Here is the output of the command tail -f /var/log/syslog: syslog output.

As you see, the wireless card in my system is Tiger Lake PCH CNVi wi-fi. I tried looking for a solution with this keyword but could not find any.

Looking for help regarding this one.

  • Please see https://askubuntu.com/questions/425155/my-wireless-wifi-connection-does-not-work-what-information-is-needed-to-diagnos and edit your question to include results from the wireless script – Jeremy31 Apr 21 '23 at 20:59
  • @waltinator, I have also tried that. Unfortunately, it does not work out for me, either. – lone wolf Apr 22 '23 at 05:24
  • @Jeremy31, I have updated it. – lone wolf Apr 22 '23 at 05:51
  • 1
    I would try sudo modprobe -r iwlwifi && sleep 5 && sudo modprobe iwlwifi 11n_disable=8 and see if it works better – Jeremy31 Apr 22 '23 at 12:48
  • @Jeremy31, thank you. It worked. But would you care to explain what happened behind the scenes? – lone wolf Apr 22 '23 at 14:20
  • 1
    Now do echo "options iwlwifi 11n_disable=8"| sudo tee /etc/modprobe.d/iwlopts.conf That commands enables aggressive TX that helps slow intel wifi – Jeremy31 Apr 22 '23 at 14:23
  • @Jeremy31, I already did that before you wrote. I had a query. Yesterday, I executed the same command except for the fact that it was disable=1. Why didn't it work back then? And how is boosting the internet speed? Please explain or share a link so I can get insights into it. – lone wolf Apr 22 '23 at 14:37
  • You can look at modinfo -p iwlwifi and see that 11n_disable=1 disables 11n functionality and that would make the connection slow and that setting to 8 enables aggressive TX – Jeremy31 Apr 22 '23 at 15:02
  • @Jeremy31, one thing to note is my wifi is still unstable. While the internet speed over the router's ethernet cable is decent, wifi's speed tends to be down at times (not always), given that I have made that change permanent. Do you have any idea whatsoever? – lone wolf Apr 22 '23 at 17:03
  • run this in terminal and edit the question to include results when wifi has issues tail -f /var/log/syslog use ctrl+c to quit the command when you have results – Jeremy31 Apr 22 '23 at 17:07
  • @Jeremy31, added. Please check. And thanks for your support. – lone wolf Apr 22 '23 at 17:46
  • Try dmesg -w and get results for a longer period of time – Jeremy31 Apr 22 '23 at 21:20
  • @Jeremy31, for how long to be specific? – lone wolf Apr 23 '23 at 15:12
  • Give it an hour or so, it might help to go into network setting and disable IPv6 for that wifi connection – Jeremy31 Apr 23 '23 at 15:15
  • For the time being, it is working fine. I could figure out that there are also issues with the router I am using; sometimes, there is packet blockage in the router. However, your provided solution was indeed helpful. Thanks. – lone wolf Apr 24 '23 at 21:32

0 Answers0