Rtl8812au kernel loaded, whats next?

Hi all,

I have kernel module loaded at bootup, dmesg | grep rtl

RTL871X: rtl8812au v4.13.14_13455.20140212_BTCOEX20150128-51
RTL871X: rtl8812au BT-Coex version=BTCOEX20150128-51
usbcore: registered new interface driver rtl8812au
RTL871X module init ret=0

whats is next for me to do so I can get the USB wifi dongle to work?

You should have a new interface that can be used in network config.

Run wifi config to detect the wireless device.

1 Like

Thank but...

no output for wifi config and iw list

wifi config doesn't give any output. New adapter should appear in /etc/config/wireless or Luci.

cat wireless is blank. I did delete wireless before running wifi config

I have no experience with using USB dongles. Maybe some packages are needed to get it work, or some manual config.

lsmod | grep usb
1 Like

see these:

root@OpenWrt:/etc/config# lsmod | grep 8812
cfg80211              241664  2 brcmfmac,rtl8812au
rtl8812au            1134592  0
root@OpenWrt:/etc/config# lsmod | grep usb
usbip_core             16384  1 vhci_hcd
usblp                  20480  0
usbnet                 28672  0
root@OpenWrt:/etc/config# dmesg | grep RTL
[    8.010596] RTL871X: module init start
[    8.014407] RTL871X: rtl8812au v4.3.14_13455.20150212_BTCOEX20150128-51
[    8.021148] RTL871X: rtl8812au BT-Coex version = BTCOEX20150128-51
[    8.027820] usbcore: registered new interface driver rtl8812au
[    8.033787] RTL871X: module init ret=0
root@OpenWrt:/etc/config# dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.151 (dt@Ubun18) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r1699-7161c78c)) #0 SMP PREEMPT Fri Nov 8 14:33:24 2019
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=30c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: FriendlyARM NanoPi DUO 2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 131072
[    0.000000] free_area_init_node: node 0, pgdat c0c59540, node_mem_map dfb1f000
[    0.000000]   Normal zone: 1152 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 131072 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: Using PSCI v0.1 Function IDs from DT
[    0.000000] random: get_random_bytes called from start_kernel+0x94/0x424 with crng_init=0
[    0.000000] percpu: Embedded 15 pages/cpu s30860 r8192 d22388 u61440
[    0.000000] pcpu-alloc: s30860 r8192 d22388 u61440 alloc=15*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129920
[    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 508052K/524288K available (5463K kernel code, 359K rwdata, 1524K rodata, 2048K init, 246K bss, 16236K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff800000   ( 496 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0755da8   (7480 kB)
[    0.000000]       .init : 0xc0a00000 - 0xc0c00000   (2048 kB)
[    0.000000]       .data : 0xc0c00000 - 0xc0c59e40   ( 360 kB)
[    0.000000]        .bss : 0xc0c60664 - 0xc0c9e0d0   ( 247 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    0.000012] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.000034] Switching to timer-based delay loop, resolution 41ns
[    0.000281] Console: colour dummy device 80x30
[    0.000339] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000367] pid_max: default: 32768 minimum: 301
[    0.000645] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000668] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.001911] CPU: Testing write buffer coherency: ok
[    0.002515] /cpus/cpu@0 missing clock-frequency property
[    0.002556] /cpus/cpu@1 missing clock-frequency property
[    0.002589] /cpus/cpu@2 missing clock-frequency property
[    0.002623] /cpus/cpu@3 missing clock-frequency property
[    0.002646] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.040081] Setting up static identity map for 0x40200000 - 0x40200060
[    0.060086] Hierarchical SRCU implementation.
[    0.100202] smp: Bringing up secondary CPUs ...
[    0.180857] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.261108] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.341387] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.341567] smp: Brought up 1 node, 4 CPUs
[    0.341611] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[    0.341624] CPU: All CPU(s) started in HYP mode.
[    0.341634] CPU: Virtualization extensions available.
[    0.348087] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    0.348944] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.348984] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.349463] pinctrl core: initialized pinctrl subsystem
[    0.351834] NET: Registered protocol family 16
[    0.352345] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.355321] No ATAGs?
[    0.395394] SCSI subsystem initialized
[    0.395562] libata version 3.00 loaded.
[    0.396108] usbcore: registered new interface driver usbfs
[    0.396241] usbcore: registered new interface driver hub
[    0.396445] usbcore: registered new device driver usb
[    0.396735] pps_core: LinuxPPS API ver. 1 registered
[    0.396757] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.396817] PTP clock support registered
[    0.397421] Advanced Linux Sound Architecture Driver Initialized.
[    0.398980] clocksource: Switched to clocksource arch_sys_counter
[    0.409650] NET: Registered protocol family 2
[    0.410894] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.410990] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.411120] TCP: Hash tables configured (established 4096 bind 4096)
[    0.411300] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.411366] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.411702] NET: Registered protocol family 1
[    0.412312] kvm [1]: 8-bit VMID
[    0.413282] kvm [1]: vgic interrupt IRQ16
[    0.413472] kvm [1]: Hyp mode initialized successfully
[    0.415520] No memory allocated for crashlog
[    0.415773] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    0.424852] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.425195] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.430052] io scheduler noop registered
[    0.430082] io scheduler deadline registered
[    0.430352] io scheduler cfq registered (default)
[    0.438755] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.441907] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[    0.514585] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.518220] console [ttyS0] disabled
[    0.538782] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 28, base_baud = 1500000) is a U6_16550A
[    1.136233] console [ttyS0] enabled
[    1.148421] loop: module loaded
[    1.153955] libphy: Fixed MDIO Bus: probed
[    1.158925] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.165524] ehci-platform: EHCI generic platform driver
[    1.170957] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.177166] ohci-platform: OHCI generic platform driver
[    1.182723] usbcore: registered new interface driver usb-storage
[    1.189263] mousedev: PS/2 mouse device common for all mice
[    1.195230] i2c /dev entries driver
[    1.199842] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    1.208391] cpu cpu0: failed to get clock: -2
[    1.212857] cpufreq-dt: probe of cpufreq-dt failed with error -2
[    1.220653] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[    1.279046] sunxi-mmc 1c0f000.mmc: base:0xe08b0000 irq:23
[    1.290877] NET: Registered protocol family 10
[    1.297204] Segment Routing with IPv6
[    1.301055] NET: Registered protocol family 17
[    1.305582] can: controller area network core (rev 20170425 abi 9)
[    1.311969] NET: Registered protocol family 29
[    1.316426] 8021q: 802.1Q VLAN Support v1.8
[    1.320900] Registering SWP/SWPB emulation handler
[    1.329051] mmc0: host does not support reading read-only switch, assuming write-enable
[    1.336343] ALSA device list:
[    1.340095]   No soundcards found.
[    1.342059] mmc0: new high speed SDHC card at address e624
[    1.349989] mmcblk0: mmc0:e624 SB32G 29.7 GiB
[    1.355845]  mmcblk0: p1 p2
[    1.370024] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[    1.377588] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.388762] Freeing unused kernel memory: 2048K
[    1.503323] init: Console is alive
[    1.507069] init: - watchdog -
[    1.739471] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    1.759203] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    1.773701] init: - preinit -
[    1.784992] random: fast init done
[    1.987327] random: jshn: uninitialized urandom read (4 bytes read)
[    2.036989] random: jshn: uninitialized urandom read (4 bytes read)
[    2.069813] random: jshn: uninitialized urandom read (4 bytes read)
[    5.215513] mount_root: mounting /dev/root
[    5.328217] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    5.334017] mount_root: loading kmods from internal overlay
[    5.372203] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[    5.381068] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[    5.538426] block: attempting to load /etc/config/fstab
[    5.546777] block: unable to load configuration (fstab: Entry not found)
[    5.553617] block: no usable configuration
[    5.942594] random: crng init done
[    5.948627] urandom-seed: Seed file not found (/etc/urandom.seed)
[    5.977503] procd: - early -
[    5.980585] procd: - watchdog -
[    6.902448] procd: - watchdog -
[    6.905999] procd: - ubus -
[    6.963162] procd: - init -
[    7.257571] kmodloader: loading kernel modules from /etc/modules.d/*
[    7.277398] tun: Universal TUN/TAP device driver, 1.6
[    7.294268] gre: GRE over IPv4 demultiplexor driver
[    7.301045] ip_gre: GRE over IPv4 tunneling driver
[    7.319710] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    7.336062] Netfilter messages via NETLINK v0.30.
[    7.343146] ip_set: protocol 6
[    7.381713] cryptodev: driver 1.10 loaded.
[    7.400582] u32 classifier
[    7.403334]     input device check on
[    7.407027]     Actions configured
[    7.413027] Mirror/redirect action on
[    7.434602] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
[    7.480621] usbcore: registered new interface driver cdc_acm
[    7.486318] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    7.496926] Loading modules backported from Linux version v4.19.79-0-gdafd634415a7
[    7.504793] Backport generated by backports.git v4.19.79-1-0-g0c303298
[    7.516729] ip_tables: (C) 2000-2006 Netfilter Core Team
[    7.570786] ctnetlink v0.93: registering with nfnetlink.
[    7.658625] usbcore: registered new interface driver usblp
[    7.673903] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    7.680087] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 1
[    7.687534] vhci_hcd: created sysfs vhci_hcd.0
[    7.692576] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    7.699697] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.706983] usb usb1: Product: USB/IP Virtual Host Controller
[    7.712846] usb usb1: Manufacturer: Linux 4.14.151 vhci_hcd
[    7.718489] usb usb1: SerialNumber: vhci_hcd.0
[    7.724148] hub 1-0:1.0: USB hub found
[    7.728094] hub 1-0:1.0: 8 ports detected
[    7.734593] vhci_hcd vhci_hcd.0: USB/IP Virtual Host Controller
[    7.740681] vhci_hcd vhci_hcd.0: new USB bus registered, assigned bus number 2
[    7.748162] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    7.756770] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    7.763684] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.770990] usb usb2: Product: USB/IP Virtual Host Controller
[    7.776779] usb usb2: Manufacturer: Linux 4.14.151 vhci_hcd
[    7.782432] usb usb2: SerialNumber: vhci_hcd.0
[    7.787946] hub 2-0:1.0: USB hub found
[    7.791883] hub 2-0:1.0: 8 ports detected
[    7.851331] xt_time: kernel timezone is -0000
[    7.898395] PPP generic driver version 2.4.2
[    7.906160] PPP MPPE Compression module registered
[    7.913546] NET: Registered protocol family 24
[    8.010596] RTL871X: module init start
[    8.014407] RTL871X: rtl8812au v4.3.14_13455.20150212_BTCOEX20150128-51
[    8.021148] RTL871X: rtl8812au BT-Coex version = BTCOEX20150128-51
[    8.027820] usbcore: registered new interface driver rtl8812au
[    8.033787] RTL871X: module init ret=0
[    8.055301] usbcore: registered new interface driver brcmfmac
[    8.065895] kmodloader: done loading kernel modules from /etc/modules.d/*
[   17.335737] xt_FULLCONENAT: RFC3489 Full Cone NAT module
[   17.335737] xt_FULLCONENAT: Copyright (C) 2018 Chion Tang <tech@chionlab.moe>
[   31.839030] vcc3v0: disabling
[   31.842032] vcc5v0: disabling

root@OpenWrt:/# lsmod
act_mirred             16384  0
act_skbedit            16384  0
authenc                16384  0
brcmfmac              237568  0
brcmutil               16384  1 brcmfmac
cdc_acm                24576  0
cfg80211              241664  2 brcmfmac,rtl8812au
cls_basic              16384  0
cls_flow               20480  0
cls_fw                 16384  0
cls_matchall           16384  0
cls_route              16384  0
cls_tcindex            16384  0
cls_u32                20480  0
compat                 20480  2 brcmfmac,cfg80211
crc_ccitt              16384  1 ppp_async
cryptodev              40960  0
ecb                    16384  0
em_u32                 16384  0
gre                    16384  1 ip_gre
ifb                    16384  0
ip_gre                 24576  0
ip_set                 32768 16 xt_set,ip_set_list_set,ip_set_hash_netiface,ip_set_hash_netport,ip_set_hash_netnet,ip_set_hash_net,ip_set_hash_netportnet,ip_set_hash_mac,ip_set_hash_ipportnet,ip_set_hash_ipportip,ip_set_hash_ipport,ip_set_hash_ipmark,ip_set_hash_ip,ip_set_bitmap_port,ip_set_bitmap_ipmac,ip_set_bitmap_ip
ip_set_bitmap_ip       20480  0
ip_set_bitmap_ipmac    20480  0
ip_set_bitmap_port     20480  0
ip_set_hash_ip         28672  0
ip_set_hash_ipmark     28672  0
ip_set_hash_ipport     32768  0
ip_set_hash_ipportip   32768  0
ip_set_hash_ipportnet   36864  0
ip_set_hash_mac        20480  0
ip_set_hash_net        32768  1
ip_set_hash_netiface   32768  0
ip_set_hash_netnet     36864  0
ip_set_hash_netport    36864  0
ip_set_hash_netportnet   36864  0
ip_set_list_set        20480  0
ip_tables              20480  5 iptable_nat,iptable_raw,iptable_mangle,iptable_filter
ip_tunnel              24576  1 ip_gre
ip6_tables             20480 24 ip6table_mangle,ip6table_filter
ip6t_REJECT            16384  2
ip6table_filter        16384  1
ip6table_mangle        16384  0
ipt_ECN                16384  0
ipt_MASQUERADE         16384  0
ipt_REJECT             16384  2
iptable_filter         16384  1
iptable_mangle         16384  0
iptable_nat            16384  1
iptable_raw            16384  1
nf_conntrack           69632 38 xt_FULLCONENAT,nf_nat_pptp,nf_conntrack_pptp,nf_conntrack_ipv6,ipt_MASQUERADE,xt_state,xt_nat,xt_helper,xt_conntrack,xt_connmark,xt_connlimit,xt_connbytes,xt_REDIRECT,xt_CT,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_masquerade_ipv4,nf_nat_irc,nf_conntrack_ipv4,nf_nat_ipv4,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_nat,nf_flow_table,nf_conntrack_tftp,nf_conntrack_snmp,nf_conntrack_sip,nf_conntrack_rtcache,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,nf_conntrack_broadcast,nf_conntrack_amanda,sch_cake
nf_conntrack_amanda    16384  2 nf_nat_amanda
nf_conntrack_broadcast   16384  1 nf_conntrack_snmp
nf_conntrack_ftp       16384  2 nf_nat_ftp
nf_conntrack_h323      45056  3 nf_nat_h323
nf_conntrack_ipv4      16384 23
nf_conntrack_ipv6      16384  5
nf_conntrack_irc       16384  2 nf_nat_irc
nf_conntrack_netlink   32768  0
nf_conntrack_pptp      16384  2 nf_nat_pptp
nf_conntrack_proto_gre   16384  1 nf_conntrack_pptp
nf_conntrack_rtcache   16384  0
nf_conntrack_sip       24576  3 nf_nat_sip
nf_conntrack_snmp      16384  2 nf_nat_snmp_basic
nf_conntrack_tftp      16384  2 nf_nat_tftp
nf_defrag_ipv4         16384  3 xt_socket,xt_TPROXY,nf_conntrack_ipv4
nf_defrag_ipv6         16384  3 nf_conntrack_ipv6,xt_socket,xt_TPROXY
nf_flow_table          24576  2 xt_FLOWOFFLOAD,nf_flow_table_hw
nf_flow_table_hw       16384  1
nf_log_common          16384  2 nf_log_ipv4,nf_log_ipv6
nf_log_ipv4            16384  0
nf_log_ipv6            16384  0
nf_nat                 24576 13 xt_FULLCONENAT,nf_nat_pptp,xt_nat,nf_nat_tftp,nf_nat_sip,nf_nat_redirect,nf_nat_proto_gre,nf_nat_masquerade_ipv4,nf_nat_irc,nf_nat_ipv4,nf_nat_h323,nf_nat_ftp,nf_nat_amanda
nf_nat_amanda          16384  0
nf_nat_ftp             16384  0
nf_nat_h323            16384  0
nf_nat_ipv4            16384  1 iptable_nat
nf_nat_irc             16384  0
nf_nat_masquerade_ipv4   16384  1 ipt_MASQUERADE
nf_nat_pptp            16384  0
nf_nat_proto_gre       16384  1 nf_nat_pptp
nf_nat_redirect        16384  1 xt_REDIRECT
nf_nat_sip             20480  0
nf_nat_snmp_basic      20480  0
nf_nat_tftp            16384  0
nf_reject_ipv4         16384  1 ipt_REJECT
nf_reject_ipv6         16384  1 ip6t_REJECT
nf_socket_ipv4         16384  1 xt_socket
nf_socket_ipv6         16384  1 xt_socket
nfnetlink              16384  3 nf_conntrack_netlink,ip_set
ppp_async              20480  0
ppp_generic            32768  4 pppoe,ppp_async,pppox,ppp_mppe
ppp_mppe               16384  0
pppoe                  20480  0
pppox                  16384  1 pppoe
rtl8812au            1134592  0
sch_cake               36864  0
sch_hfsc               24576  0
sch_htb                24576  0
sch_ingress            16384  0
sch_tbf                16384  0
slhc                   16384  1 ppp_generic
sun4i_emac             20480  0
tcp_bbr                20480  5
ts_bm                  16384  0
ts_fsm                 16384  0
ts_kmp                 16384  5
tun                    32768  0
usbip_core             16384  1 vhci_hcd
usblp                  20480  0
usbnet                 28672  0
vhci_hcd               24576  0
x_tables               20480 44 xt_FULLCONENAT,ipt_REJECT,ipt_MASQUERADE,xt_time,xt_tcpudp,xt_tcpmss,xt_statistic,xt_state,xt_socket,xt_recent,xt_nat,xt_multiport,xt_mark,xt_mac,xt_limit,xt_length,xt_hl,xt_helper,xt_ecn,xt_dscp,xt_conntrack,xt_connmark,xt_connlimit,xt_connbytes,xt_comment,xt_TPROXY,xt_TCPMSS,xt_REDIRECT,xt_LOG,xt_HL,xt_FLOWOFFLOAD,xt_DSCP,xt_CT,xt_CLASSIFY,iptable_raw,iptable_mangle,iptable_filter,ipt_ECN,ip_tables,xt_set,ip6t_REJECT,ip6table_mangle,ip6table_filter,ip6_tables
xt_CLASSIFY            16384  0
xt_CT                  16384 10
xt_DSCP                16384  0
xt_FLOWOFFLOAD         16384  2
xt_FULLCONENAT         24576  2
xt_HL                  16384  0
xt_LOG                 16384  0
xt_REDIRECT            16384  2
xt_TCPMSS              16384  0
xt_TPROXY              16384  0
xt_comment             16384129
xt_connbytes           16384  0
xt_connlimit           16384  0
xt_connmark            16384  0
xt_conntrack           16384 14
xt_dscp                16384  0
xt_ecn                 16384  0
xt_helper              16384  0
xt_hl                  16384  0
xt_length              16384  0
xt_limit               16384 20
xt_mac                 16384  0
xt_mark                16384  0
xt_multiport           16384  0
xt_nat                 16384  0
xt_recent              20480  0
xt_set                 16384  0
xt_socket              16384  0
xt_state               16384  0
xt_statistic           16384  0
xt_tcpmss              16384  0
xt_tcpudp              16384 26
xt_time                16384  0