ulli-kroll / rtl8188fu

rtl8188fu driver for linux / rtlwifi prepare
GNU General Public License v2.0
62 stars 292 forks source link

ERROR HalPwrSeqCmdParsing: Fail to polling Offset[0x6]=00 #5

Open budinero opened 5 years ago

budinero commented 5 years ago

Hi, I can compile and install the driver successfully, but it won't connect to any wifi network. I see these messages in dmesg

[ 201.717376] RTL871X: ERROR HalPwrSeqCmdParsing: Fail to polling Offset[0x6]=00 [ 201.717378] RTL871X: rtl8188fu_hal_init in 48ms [ 201.717379] RTL871X: rtw_hal_init: hal__init fail [ 201.717380] RTL871X: -ips_netdrv_open - drv_open failure, bup=1 [ 201.717380] RTL871X: <=== rtw_ips_pwr_up.............. in 48ms [ 201.717381] RTL871X: nolinked power save leave [ 201.717382] RTL871X: ==> ips_leave.....LED(0x00000000)... [ 201.717382] RTL871X: ======> ips_leave fail............. [ 201.718027] RTL871X: =>cfg80211_rtw_connect(wlx000f220077f8) - Start to Connection [ 201.718028] RTL871X: privacy=1, key= (null), key_len=0, key_idx=0, auth_type=0 [ 201.718030] RTL871X: LeaveAllPowerSaveMode(wlx000f220077f8): bSurpriseRemoved=_TRUE Skip! [ 201.718031] RTL871X: _rtw_pwr_wakeup call ips_leave.... [ 201.718031] RTL871X: ==>ips_leave cnts:9 [ 201.718032] RTL871X: ===> rtw_ips_pwr_up.............. [ 201.718035] RTL871X: ===> ips_netdrv_open.........

My system is Linux 4.19.0-5-amd64, Debian testing

Can you help me to find a solution?

rahulsain commented 5 years ago

What code did you run in order and please send a picture of output for better understanding

On Thu 11 Jul, 2019, 8:44 PM budinero, notifications@github.com wrote:

Hi, I can compile and install the driver successfully, but it won't connect to any wifi network. I see these messages in dmesg

[ 201.717376] RTL871X: ERROR HalPwrSeqCmdParsing: Fail to polling Offset[0x6]=00 [ 201.717378] RTL871X: rtl8188fu_hal_init in 48ms [ 201.717379] RTL871X: rtw_hal_init: hal__init fail [ 201.717380] RTL871X: -ips_netdrv_open - drv_open failure, bup=1 [ 201.717380] RTL871X: <=== rtw_ips_pwr_up.............. in 48ms [ 201.717381] RTL871X: nolinked power save leave [ 201.717382] RTL871X: ==> ips_leave.....LED(0x00000000)... [ 201.717382] RTL871X: ======> ips_leave fail............. [ 201.718027] RTL871X: =>cfg80211_rtw_connect(wlx000f220077f8) - Start to Connection [ 201.718028] RTL871X: privacy=1, key= (null), key_len=0, key_idx=0, auth_type=0 [ 201.718030] RTL871X: LeaveAllPowerSaveMode(wlx000f220077f8): bSurpriseRemoved=_TRUE Skip! [ 201.718031] RTL871X: _rtw_pwr_wakeup call ips_leave.... [ 201.718031] RTL871X: ==>ips_leave cnts:9 [ 201.718032] RTL871X: ===> rtw_ips_pwr_up.............. [ 201.718035] RTL871X: ===> ips_netdrv_open.........

My system is Linux 4.19.0-5-amd64, Debian testing

Can you help me to find a solution?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ulli-kroll/rtl8188fu/issues/5?email_source=notifications&email_token=AMB2LNJODUA32RDSOJPQFJ3P65E6PA5CNFSM4IBKDK2KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G6VFKNQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AMB2LNP24DKTSO42I7RESJTP65E6PANCNFSM4IBKDK2A .

razeghi71 commented 4 years ago

I had the same problem and turning off the NetworkManager Mac randomization fixed the problem:

echo -e "[device]\nwifi.scan-rand-mac-address=no" | sudo tee /etc/NetworkManager/conf.d/disable-random-mac.conf
JairusLopes commented 2 months ago

Hi, The tip worked, here it is Okay. In Debian 12. Thanks !!!