Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need some advice/help #174

Open
viktorbalazs opened this issue Jan 27, 2025 · 3 comments
Open

I need some advice/help #174

viktorbalazs opened this issue Jan 27, 2025 · 3 comments

Comments

@viktorbalazs
Copy link

viktorbalazs commented Jan 27, 2025

Hello,

I have a DELL ProLiant N40L micro-server (a really old one) with a TP Link Wi-Fi USB adapter (Realtek RTL8811AU). I installed your module and the Wi-Fi stops working randomly. I changed the log level of the module and I got these lines after the last stop:

RTW: unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9)
RTW: IEEE 802.11 element parse ignored unknown element (id=7 elen=52)
RTW: IEEE 802.11 element parse ignored unknown element (id=32 elen=1)
RTW: IEEE 802.11 element parse ignored unknown element (id=35 elen=2)
RTW: IEEE 802.11 element parse ignored unknown element (id=11 elen=5)
RTW: IEEE 802.11 element parse ignored unknown element (id=66 elen=1)
RTW: IEEE 802.11 element parse ignored unknown element (id=127 elen=8)
RTW: IEEE 802.11 element parse ignored unknown element (id=195 elen=4)
RTW: unknown vendor specific information element ignored (vendor OUI 00:10:18 len=9)
RTW: reg 0x4e, usb read 1 fail, status:-110 value=0x0, vendorreq_times:1
RTW: reg 0x4e, usb read 1 fail, status:-110 value=0x0, vendorreq_times:2
RTW: reg 0x4e, usb read 1 fail, status:-110 value=0x0, vendorreq_times:3
RTW: reg 0x4e, usb read 1 fail, status:-110 value=0x0, vendorreq_times:4
RTW: reg 0x4e, usb read 1 fail, status:-110 value=0x0, vendorreq_times:5
RTW: [dvobj:000000001c1b9a93][ERROR] continual_io_error:5 > 4
RTW: reg 0x210, usb read 4 fail, status:-110 value=0x0, vendorreq_times:1
RTW: [dvobj:000000001c1b9a93][ERROR] continual_io_error:6 > 4
RTW: 8812A: EDCA_BE_UL=0x5ea42b EDCA_BE_DL =0x5ea42b
RTW: There are some pkts to transmit
RTW: free_xmitbuf_cnt: 0, free_xmit_extbuf_cnt: 32
RTW: wlxd844895b9a6f cmd=12,2,0 process_time=2505
RTW: rtw_cmd_thread: DriverStopped(False) SurpriseRemoved(True) break at line 571
RTW: rtw_cmd_thread(wlxd844895b9a6f) Exit
RTW: cfg80211_rtw_scan(wlxd844895b9a6f)
RTW: LeaveAllPowerSaveMode(wlxd844895b9a6f): bSurpriseRemoved=_TRUE Skip!
RTW: cfg80211_rtw_scan(wlxd844895b9a6f)
RTW: LeaveAllPowerSaveMode(wlxd844895b9a6f): bSurpriseRemoved=_TRUE Skip!`

Could you help me please to avoid the random stops?

After this error, I tried to re-bind the device programmatically without success. So I have to remove and re-insert it manually.

Some details (I can provide more if needed):

  • Ubuntu 24.04.1 LTS with kernel 6.8.0-51
  • Driver version 8821au-20210708
  • Device: TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]
  • Config:
    options 8821au rtw_drv_log_level=6 rtw_led_ctrl=1 rtw_power_mgnt=0
@morrownr
Copy link
Owner

Hi @viktorbalazs

I'm looking to put this and my other Realtek WiFi 5 drivers into freeze mode after I update them to work with kernel 6.13. As of kernel 6.12, I think you will find the in-kernel driver works well. A lot of work has gone into rtw88 over the last year.

If you are using a kernel prior to 6.12, let me point you to the repo where the work has been done and you can install from there:

https://github.com/lwfinger/rtw88

I hope you understand. I would prefer my work go into things that are better for the future.

@viktorbalazs
Copy link
Author

Hi @morrownr,

Thank you for your quick reply. Today, I checked the rtw88 repo as you suggested, but it's more unstable for me, so I'll still using the 8821au driver until the kernel updates to 6.12+ automatically (hopefully not in the too far future).

Thanks for your hard work on the drivers.

(Btw I have just realised this ticket is under a wrong repo, sorry for that. You can delete/move/close this if you want)

@morrownr
Copy link
Owner

Hi @viktorbalazs

I realize you may not want to test but if you went to the rtw88 repo that I posted and there was a problem, it would be good if you reported the problem in the rtw88 repo and helped us fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants