You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realized that connection after boot is more slow on kernel 6.2 that 5.17 on Ubuntu 22.04, using iwconfig command I found config diferences between both kernels. I would like to know if is possible change this settings to let on 6.2 with the same configs that 5.17.
kernel 5.17
$ iwconfig
lo no wireless extensions.
enp5s0 no wireless extensions.
wlx1cbfcee0db55 IEEE 802.11AC ESSID:"TP-LINK_827A_5G" Nickname:"WIFI@REALTEK"
Mode:Managed Frequency:5.22 GHz Access Point: 50:C7:BF:77:82:79
Bit Rate:434 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=59/100 Signal level=-59 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
kernel 6.2
~$ iwconfig
lo no wireless extensions.
enp5s0 no wireless extensions.
wlx1cbfcee0db55 IEEE 802.11 ESSID:"TP-LINK_827A_5G"
Mode:Managed Frequency:5.22 GHz Access Point: 50:C7:BF:77:82:79
Bit Rate=117 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=45/70 Signal level=-65 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
The text was updated successfully, but these errors were encountered:
I realized that connection after boot is more slow on kernel 6.2 that 5.17 on Ubuntu 22.04, using iwconfig command I found config diferences between both kernels. I would like to know if is possible change this settings to let on 6.2 with the same configs that 5.17.
kernel 5.17
$ iwconfig
lo no wireless extensions.
enp5s0 no wireless extensions.
wlx1cbfcee0db55 IEEE 802.11AC ESSID:"TP-LINK_827A_5G" Nickname:"WIFI@REALTEK"
Mode:Managed Frequency:5.22 GHz Access Point: 50:C7:BF:77:82:79
Bit Rate:434 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=59/100 Signal level=-59 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
kernel 6.2
~$ iwconfig
lo no wireless extensions.
enp5s0 no wireless extensions.
wlx1cbfcee0db55 IEEE 802.11 ESSID:"TP-LINK_827A_5G"
Mode:Managed Frequency:5.22 GHz Access Point: 50:C7:BF:77:82:79
Bit Rate=117 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=45/70 Signal level=-65 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
The text was updated successfully, but these errors were encountered: