wifi adapter disappeared with the last kernel update of LMDE 5

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

Hello.

I have updated my linux mint debian edition 5 with linux kernel 5.10.205-2 as suggested by the update manager. After this, my wifi adapter does not appear in the network devices anymore and I can't connect to my wifi network. This wifi adapter is a TP-link AC1300 Archer T3U Plus. Its chipset is RTL88x2BU I think.

Thanks to Timeshift, I could revert the changes, but I can't update my kernel, unless someone explains me how to fix this problem.

Thanks for your help.
Chris
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

What method did you use to install the driver for wifi?
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

It's been a while I installed the driver. I think I followed something on https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

I would suspect after a kernel update you would have to

Code: Select all

cd RTL88x2BU-Linux-Driver
make clean
make
sudo make install
Reboot
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

I tried this, and it does not work !
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

What result for

Code: Select all

mokutil --sb
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

Do you mean, with the new kernel or the old one that works ? I've reverted to the previous one now...
With the old kernel, it says "SecureBoot disabled".
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

Ok, try this in the working kernel

Code: Select all

cd RTL88x2BU-Linux-Driver
make clean
git pull
Boot into the newer kernel and

Code: Select all

cd RTL88x2BU-Linux-Driver
make
sudo make install
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

git pull gives (in french)

fatal: ni ceci ni aucun de ses répertoires parents (jusqu'au point de montage /) n'est un dépôt git
Arrêt à la limite du système de fichiers (GIT_DISCOVERY_ACROSS_FILESYSTEM n'est pas défini).
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

Post results for

Code: Select all

lsusb; lsmod | grep cfg
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 006: ID 04f9:01ea Brother Industries, Ltd DCP-7030
Bus 003 Device 005: ID 2357:0138 TP-Link 802.11ac NIC
Bus 003 Device 004: ID 045e:07b2 Microsoft Corp. 2.4GHz Transceiver v8.0 used by mouse Wireless Desktop 900
Bus 003 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
snd_intel_dspcfg 28672 1 snd_hda_intel
soundwire_intel 45056 1 snd_intel_dspcfg
cfg80211 983040 1 88x2bu
rfkill 32768 3 cfg80211
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

In terminal with wifi working

Code: Select all

sudo apt install git dkms
git clone https://github.com/cilynx/rtl88x2bu.git
Reboot into non working(newest) kernel

Code: Select all

cd rtl88x2bu
sudo ./deploy.sh
If there are no errors reboot
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

First two lines went ok.
After reboot to the newer kernel. I tried the two last lines.
It produced an error :

Building module:
cleaning build area...
'make' -j 4 KVER=5.10.0-27-amd64 src=/usr/src/rtl88x2bu-5.8.7.1.......................
cleaning build area...

DKMS: build completed.

88x2bu.ko:
Running module version sanity check.
Error! Module version v5.8.7.1_35809.20191129_COEX20191120-7777 for 88x2bu.ko
is not newer than what is already found in kernel 5.10.0-27-amd64 (v5.13.1-20-gbd7c7eb9d.20210702_COEX20210316-18317b7b).
You may override by specifying --force.

depmod...

DKMS: install completed.
modprobe: ERROR: could not insert '88x2bu': Exec format error
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by sleeper12 »

Try what it says:

Code: Select all

sudo modprobe --force
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

I tried to add --force to the .install.sh
Now there is no error anymore, but still no wifi adapter is appearing with the new kernel.
Problem is not solved.
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

Has anyone any other advice ?
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by sleeper12 »

More details might help us. Post:

Code: Select all

inxi -Fxxxrz ; rfkill list ; mokutil --sb-state
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

That's the result with the working kernel :

System:
Kernel: 5.10.0-26-amd64 x86_64 bits: 64 compiler: gcc v: 10.2.1
Desktop: Cinnamon 5.6.8 tk: GTK 3.24.24 wm: muffin dm: LightDM 1.26.0
Distro: LMDE 5 Elsie base: Debian 11.2 bullseye
Machine:
Type: Desktop System: LENOVO product: 10AAS2CY00 v: ThinkCentre M93p
serial: <filter>
Mobo: LENOVO model: SHARKBAY v: NOK serial: <filter> UEFI: LENOVO
v: FBKTE0AUS date: 12/23/2021
CPU:
Info: Dual Core model: Intel Core i5-4570T bits: 64 type: MT MCP
arch: Haswell rev: 3 L2 cache: 4 MiB
flags: avx avx2 lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
bogomips: 23146
Speed: 798 MHz min/max: 800/3600 MHz Core speeds (MHz): 1: 798 2: 798
3: 799 4: 798
Graphics:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics
vendor: Lenovo driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0412
class ID: 0300
Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting
unloaded: fbdev,vesa resolution: 1: 1920x1080~60Hz 2: 1680x1050~60Hz
s-dpi: 96
OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2)
v: 4.5 Mesa 20.3.5 compat-v: 3.0 direct render: Yes
Audio:
Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio
vendor: Lenovo driver: snd_hda_intel v: kernel bus ID: 00:03.0
chip ID: 8086:0c0c class ID: 0403
Device-2: Intel 8 Series/C220 Series High Definition Audio vendor: Lenovo
driver: snd_hda_intel v: kernel bus ID: 00:1b.0 chip ID: 8086:8c20
class ID: 0403
Sound Server: ALSA v: k5.10.0-26-amd64
Network:
Device-1: Intel Ethernet I217-LM vendor: Lenovo driver: e1000e v: kernel
port: f080 bus ID: 00:19.0 chip ID: 8086:153a class ID: 0200
IF: eno1 state: down mac: <filter>
Device-2: TP-Link 802.11ac NIC type: USB driver: rtl88x2bu
bus ID: 1-10.3:5 chip ID: 2357:0138 class ID: 0000 serial: <filter>
IF: wlx9c5322e2f76d state: up mac: <filter>
Drives:
Local Storage: total: 942.7 GiB used: 478.16 GiB (50.7%)
ID-1: /dev/sda vendor: Integral Memory model: V Series Plus SATA SSD 512GB
size: 476.94 GiB speed: 6.0 Gb/s rotation: SSD serial: <filter> rev: 980
scheme: GPT
ID-2: /dev/sdb type: USB vendor: JMicron Tech model: Generic
size: 465.76 GiB serial: <filter> rev: 0209 scheme: MBR
Partition:
ID-1: / size: 77 GiB used: 65.97 GiB (85.7%) fs: ext4 dev: /dev/sda5
ID-2: /boot/efi size: 96 MiB used: 32.4 MiB (33.7%) fs: vfat
dev: /dev/sda2
ID-3: /home size: 293.05 GiB used: 99.11 GiB (33.8%) fs: ext4
dev: /dev/sda7
Swap:
ID-1: swap-1 type: partition size: 16.39 GiB used: 0 KiB (0.0%)
priority: -2 dev: /dev/sda6
Sensors:
System Temperatures: cpu: 53.0 C mobo: 27.8 C
Fan Speeds (RPM): N/A
Repos:
Packages: 2827 apt: 2797 flatpak: 30
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/additional-repositories.list
1: deb https://www.deb-multimedia.org bullseye main non-free
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
1: deb http://packages.linuxmint.com elsie main upstream import backport #id:linuxmint_main
2: deb https://deb.debian.org/debian bullseye main contrib non-free
3: deb https://deb.debian.org/debian bullseye-updates main contrib non-free
4: deb http://security.debian.org bullseye-security main contrib non-free
5: deb https://deb.debian.org/debian bullseye-backports main contrib non-free
Info:
Processes: 265 Uptime: 4h 53m wakeups: 0 Memory: 15.51 GiB
used: 4.31 GiB (27.8%) Init: systemd v: 247 runlevel: 5 Compilers:
gcc: 10.2.1 alt: 10 Shell: Bash v: 5.1.4 running in: gnome-terminal
inxi: 3.3.01
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SecureBoot disabled
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by JeremyB »

Can you post results for

Code: Select all

modinfo 88x2bu
From the working and non working kernel
touil1976
Level 1
Level 1
Posts: 20
Joined: Wed Aug 25, 2021 8:24 pm

Re: wifi adapter disappeared with the last kernel update of LMDE 5

Post by touil1976 »

Here is with working kernel :

filename: /lib/modules/5.10.0-26-amd64/updates/dkms/88x2bu.ko
version: v5.13.1-20-gbd7c7eb9d.20210702_COEX20210316-18317b7b
author: Realtek Semiconductor Corp.
description: Realtek Wireless Lan Driver
license: GPL
srcversion: 86278139287347B9D2A806F
alias: usb:v056Ep4011d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0BDAp2102d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v13B1p0043d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0E66p0025d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v04CAp8602d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v13B1p0045d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v20F4p808Ad*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2001p331Fd*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2001p331Cd*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2001p331Ed*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0B05p1874d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0B05p1870d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0B05p19AAd*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0B05p184Cd*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0B05p1841d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0846p9055d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p0117d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p0116d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p012Ed*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p0115d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p0138d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v2357p012Dd*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v7392pF822d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v7392pE822d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v7392pD822d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v7392pC822d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v7392pB822d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0BDApB81Ad*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0BDApB812d*dc*dsc*dp*icFFiscFFipFFin*
alias: usb:v0BDApB82Cd*dc*dsc*dp*icFFiscFFipFFin*
depends: usbcore,cfg80211
retpoline: Y
name: 88x2bu
vermagic: 5.10.0-25-amd64 SMP mod_unload modversions
parm: rtw_wireless_mode:int
parm: rtw_ips_mode:The default IPS mode (int)
parm: rtw_lps_level:The default LPS level (int)
parm: rtw_lps_chk_by_tp:int
parm: rtw_max_bss_cnt:int
parm: rtw_usb_rxagg_mode:int
parm: rtw_dynamic_agg_enable:int
parm: rtw_drv_log_level:set log level when insert driver module, default log level is _DRV_INFO_ = 4 (uint)
parm: rtw_tx_aclt_flags:device TX AC queue packet lifetime control flags (uint)
parm: rtw_tx_aclt_conf_default:device TX AC queue lifetime config for default status (array of uint)
parm: rtw_tx_aclt_conf_ap_m2u:device TX AC queue lifetime config for AP mode M2U status (array of uint)
parm: rtw_tx_bw_mode:The max tx bw for 2.4G and 5G. format is the same as rtw_bw_mode (uint)
parm: rtw_rx_ampdu_sz_limit_1ss:RX AMPDU size limit for 1SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_2ss:RX AMPDU size limit for 2SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_3ss:RX AMPDU size limit for 3SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_rx_ampdu_sz_limit_4ss:RX AMPDU size limit for 4SS link of each BW, 0xFF: no limitation (array of uint)
parm: rtw_stbc_cap:int
parm: rtw_vht_enable:int
parm: rtw_vht_24g_enable:int
parm: rtw_vht_rx_mcs_map:VHT RX MCS map (uint)
parm: rtw_trx_path_bmp:int
parm: rtw_tx_path_lmt:int
parm: rtw_rx_path_lmt:int
parm: rtw_tx_nss:int
parm: rtw_rx_nss:int
parm: rtw_country_code:The default country code (in alpha2) (charp)
parm: rtw_channel_plan:The default chplan ID when rtw_alpha2 is not specified or valid (int)
parm: rtw_excl_chs:exclusive channel array (array of uint)
parm: rtw_btcoex_enable:BT co-existence on/off, 0:off, 1:on, 2:by efuse (int)
parm: rtw_ant_num:Antenna number setting, 0:by efuse (int)
parm: rtw_pci_dynamic_aspm_linkctrl:int
parm: rtw_qos_opt_enable:int
parm: rtw_acs_auto_scan:int




parm: rtw_acs:int
parm: ifname:The default name to allocate for first interface (charp)
parm: if2name:The default name to allocate for second interface (charp)
parm: rtw_ap_src_b2u_flags:int
parm: rtw_ap_fwd_b2u_flags:int
parm: rtw_wowlan_sta_mix_mode:int
parm: rtw_pwrtrim_enable:int
parm: rtw_initmac:charp
parm: rtw_chip_version:int
parm: rtw_rfintfs:int
parm: rtw_lbkmode:int
parm: rtw_network_mode:int
parm: rtw_channel:int
parm: rtw_mp_mode:int
parm: rtw_wmm_enable:int
parm: rtw_uapsd_max_sp:int
parm: rtw_uapsd_ac_enable:int
parm: rtw_wmm_smart_ps:int
parm: rtw_vrtl_carrier_sense:int
parm: rtw_vcs_type:int
parm: rtw_busy_thresh:int
parm: rtw_ht_enable:int
parm: rtw_bw_mode:int
parm: rtw_ampdu_enable:int
parm: rtw_rx_stbc:int
parm: rtw_rx_ampdu_amsdu:int
parm: rtw_tx_ampdu_amsdu:int
parm: rtw_quick_addba_req:int
parm: rtw_beamform_cap:int
parm: rtw_power_mgnt:int
parm: rtw_smart_ps:int
parm: rtw_low_power:int
parm: rtw_wifi_spec:int
parm: rtw_full_ch_in_p2p_handshake:int
parm: rtw_antdiv_cfg:int
parm: rtw_antdiv_type:int
parm: rtw_drv_ant_band_switch:int
parm: rtw_single_ant_path:int
parm: rtw_switch_usb_mode:int
parm: rtw_enusbss:int
parm: rtw_hwpdn_mode:int
parm: rtw_hwpwrp_detect:int
parm: rtw_hw_wps_pbc:int
parm: rtw_check_hw_status:int
parm: rtw_led_ctrl:Led Control: 0=Always off, 1=Normal blink, 2=Always on (int)
parm: rtw_max_roaming_times:The max roaming times to try (uint)
parm: rtw_advnace_ota:int
parm: rtw_notch_filter:0:Disable, 1:Enable, 2:Enable only for P2P (uint)
parm: rtw_hiq_filter:0:allow all, 1:allow special, 2:deny all (uint)
parm: rtw_adaptivity_en:0:disable, 1:enable (uint)
parm: rtw_adaptivity_mode:0:normal, 1:carrier sense (uint)
parm: rtw_adaptivity_th_l2h_ini:th_l2h_ini for Adaptivity (int)
parm: rtw_adaptivity_th_edcca_hl_diff:th_edcca_hl_diff for Adaptivity (int)
parm: rtw_dfs_region_domain:0:NONE, 1:FCC, 2:MKK, 3:ETSI (uint)
parm: rtw_amsdu_mode:0:non-spp, 1:spp, 2:all drop (uint)
parm: rtw_amplifier_type_2g:BIT3:2G ext-PA, BIT4:2G ext-LNA (uint)
parm: rtw_amplifier_type_5g:BIT6:5G ext-PA, BIT7:5G ext-LNA (uint)
parm: rtw_RFE_type:default init value:64 (uint)
parm: rtw_powertracking_type:default init value:64 (uint)
parm: rtw_GLNA_type:default init value:0 (uint)
parm: rtw_TxBBSwing_2G:default init value:0xFF (uint)
parm: rtw_TxBBSwing_5G:default init value:0xFF (uint)
parm: rtw_OffEfuseMask:default open Efuse Mask value:0 (uint)
parm: rtw_FileMaskEfuse:default drv Mask Efuse value:0 (uint)
parm: rtw_rxgain_offset_2g:default RF Gain 2G Offset value:0 (uint)
parm: rtw_rxgain_offset_5gl:default RF Gain 5GL Offset value:0 (uint)
parm: rtw_rxgain_offset_5gh:uint
parm: rtw_rxgain_offset_5gm:default RF Gain 5GM Offset value:0 (uint)
parm: rtw_pll_ref_clk_sel:force pll_ref_clk_sel, 0xF:use autoload value (uint)
parm: rtw_tx_pwr_by_rate:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_tx_pwr_lmt_enable:0:Disable, 1:Enable, 2: Depend on efuse (int)
parm: rtw_target_tx_pwr_2g_a:2.4G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_b:2.4G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_c:2.4G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_2g_d:2.4G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_a:5G target tx power (unit:dBm) of RF path A for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_b:5G target tx power (unit:dBm) of RF path B for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_c:5G target tx power (unit:dBm) of RF path C for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_target_tx_pwr_5g_d:5G target tx power (unit:dBm) of RF path D for each rate section, should match the real calibrate power, -1: undefined (array of int)
parm: rtw_antenna_gain:Antenna gain in mBi. 0x7FFF: unspecifed (int)
parm: rtw_tsf_update_pause_factor:num of bcn intervals to stay TSF update pause status (int)
parm: rtw_tsf_update_restore_factor:num of bcn intervals to stay TSF update restore status (int)
parm: rtw_phy_file_path:The path of phy parameter (charp)
parm: rtw_load_phy_file:PHY File Bit Map (int)
parm: rtw_decrypt_phy_file:Enable Decrypt PHY File (int)
parm: rtw_recvbuf_nr:Preallocated number of struct recv_buf (int)
parm: rtw_phydm_ability:uint
parm: rtw_halrf_ability:uint
parm: rtw_en_napi:int
parm: rtw_en_gro:int
parm: rtw_iqk_fw_offload:int
parm: rtw_ch_switch_offload:int
parm: rtw_en_tdls:int
parm: rtw_en_dyn_rrsr:int
parm: rtw_rrsr_value:int
parm: rtw_scan_interval_thr:Threshold used to judge if scan request comes from scan UI, unit is ms. (uint)
Post Reply

Return to “Networking”