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

What kind of device do you have? #12

Open
dubhater opened this issue Apr 18, 2023 · 3 comments
Open

What kind of device do you have? #12

dubhater opened this issue Apr 18, 2023 · 3 comments

Comments

@dubhater
Copy link

dubhater commented Apr 18, 2023

rtl8xxxu will support this chip „soon” and I'm wondering if it needs to support any RFE („RF front end”) types other than 5.

If you change the Makefile like so:

diff --git a/Makefile b/Makefile
index 03be10a..2d0f06b 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ CONFIG_IP_R_MONITOR = n #arp VOQ and high rate
 CONFIG_RTW_UP_MAPPING_RULE = tos
 
 ########################## Debug ###########################
-CONFIG_RTW_DEBUG = n
+CONFIG_RTW_DEBUG = y
 # default log level is _DRV_INFO_ = 4,
 # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
 CONFIG_RTW_LOG_LEVEL = 4

this driver will print some things to the journal, including this line:

RTW: pHalData->rfe_type is 0x5

What does it print for y'all? And what brand and model is your device?

@a5a5aa555oo
Copy link

a5a5aa555oo commented May 12, 2023

This is mine.
Thank you for making such a high quality driver, @dubhater .

WiFi dongle: ASUS USB-N13 C1

dmesg (vendor driver)
https://pastebin.com/fKXuQxmP

dmesg (rtl8xxxu)
https://pastebin.com/QNLR4nu9

@dubhater
Copy link
Author

dubhater commented May 12, 2023

Thanks for the reply. RFE 1 is supposed to be handled the same way as RFE 5, so your device should Just Work™. Is it working okay?

@a5a5aa555oo
Copy link

It works perfectly. No issue found so far.

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