Compiled driver from GitHub for USB wireless from FayTun. The device is recognized and connects. The console gets a stream as follows:
[ 2660.527388] RTW: Turbo EDCA =0xa42b [ 2660.528982] RTW: rtw_set_ps_mode(wlp0s29f7u7) Leave 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2660.528989] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2660.528993] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = ACTIVE, drv ps mode = 0, rlbm = 0 , smart_ps = 0, allQueueUAPSD = 0 [ 2660.539019] RTW: rtw_set_ps_mode(wlp0s29f7u7) Enter 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2660.539028] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2660.539033] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = LPS, drv ps mode = 2, rlbm = 1 , smart_ps = 2, allQueueUAPSD = 0 [ 2662.575459] RTW: rtw_set_ps_mode(wlp0s29f7u7) Leave 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2662.575468] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2662.575473] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = ACTIVE, drv ps mode = 0, rlbm = 0 , smart_ps = 0, allQueueUAPSD = 0 [ 2662.584957] RTW: rtw_set_ps_mode(wlp0s29f7u7) Enter 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2662.584964] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2662.584968] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = LPS, drv ps mode = 2, rlbm = 1 , smart_ps = 2, allQueueUAPSD = 0 [ 2664.623527] RTW: rtw_set_ps_mode(wlp0s29f7u7) Leave 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2664.623537] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2664.623542] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = ACTIVE, drv ps mode = 0, rlbm = 0 , smart_ps = 0, allQueueUAPSD = 0 [ 2664.633524] RTW: rtw_set_ps_mode(wlp0s29f7u7) Enter 802.11 power save - WIFI-LPS_CTRL_PHYDM [ 2664.633530] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2664.633535] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = LPS, drv ps mode = 2, rlbm = 1 , smart_ps = 2, allQueueUAPSD = 0
This continues forever until the device is disabled, ifconfig doesn't show any errors.
What is this behavior?
On 11/25/19 9:30 PM, Robert McBroom via users wrote:
Compiled driver from GitHub for USB wireless from FayTun. The device is recognized and connects. The console gets a stream as follows:
- WIFI-LPS_CTRL_PHYDM
[ 2664.623537] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2664.623542] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = ACTIVE, drv ps mode = 0, rlbm = 0 , smart_ps = 0, allQueueUAPSD = 0 [ 2664.633524] RTW: rtw_set_ps_mode(wlp0s29f7u7) Enter 802.11 power save
- WIFI-LPS_CTRL_PHYDM
[ 2664.633530] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): HW port id=0 [ 2664.633535] RTW: rtl8822b_set_FwPwrMode_cmd(wlp0s29f7u7): fw ps mode = LPS, drv ps mode = 2, rlbm = 1 , smart_ps = 2, allQueueUAPSD = 0
This continues forever until the device is disabled, ifconfig doesn't show any errors.
What is this behavior?
Is it working otherwise? It appears that the driver is logging every time it puts the device in or out of power save mode. I would suggest filing a bug on the driver, but check if there is already an issue open for it.