RM520N-GL embedded ethernet drivers

Good day!

I see the following command used to tell the RM520N-GL module which ethernet driver to load:

AT+QETH="eth_driver","r8125",1

Is there an option for the Realtek RTL8153 chipset or ASIX AX88179 chipset?

What are the other options besides “r8125”? A complete list would be helpful.

Dear @FiveJeezy
Please use AT+QETH=“eth_driver” to query current configuration, hope it can help you.

Hi Silvia, I tried to run the command but I get an error.
Here is some info about my module:

ATI
Quectel
RM502Q-AE
Revision: RM502QAEAAR13A03M4G
OK

AT+QETH=“eth_driver”
ERROR

What should I do next?

Dear @FiveJeezy
It seems the Quotation marks are Chinese characters, please change them and try again.

Ok thanks, This is what is returned:

AT+QETH=“eth_driver”
+QETH: “eth_driver”,“r8125”,0
+QETH: “eth_driver”,“r8168”,0
OK

Are these the only 2 drivers available? Is there any way to load more?