GithubHelp home page GithubHelp logo

rtl8188gu's People

Contributors

kafcoppelia avatar lwfinger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtl8188gu's Issues

Some error in dmesg

adapter : tplink-wn725N
OS: ubuntu 18.04
linux-Kernel: 5.3.0-28-generic
my operation :

  1. git clone https://github.com/lwfinger/rtl8188gu.git
  2. make all
  3. sudo make install

COMPILE OUTPUT:--------------------------------

~/wifidriver/rtl8188gu(master) » make all yl@SupreMe
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.3.0-28-generic/build M=/home/yl/wifidriver/rtl8188gu modules
make[1]: Entering directory '/usr/src/linux-headers-5.3.0-28-generic'
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_cmd.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_security.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_debug.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_io.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_ioctl_query.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_ioctl_set.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_ieee80211.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_mlme.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_mlme_ext.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_mi.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_wlan_util.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_vht.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_pwrctrl.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_rf.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_recv.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_sta_mgt.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_ap.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_xmit.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_p2p.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_rson.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_tdls.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_br_ext.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_iol.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_sreset.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_btcoex_wifionly.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_btcoex.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_beamforming.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_odm.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_rm.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_rm_fsm.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/efuse/rtw_efuse.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/osdep_service.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/os_intfs.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/usb_intf.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/usb_ops_linux.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_linux.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/xmit_linux.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/mlme_linux.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/recv_linux.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_cfg80211.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/wifi_regd.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/rtw_android.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/rtw_proc.o
CC [M] /home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.o
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_reg’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:46:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_reg’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:132:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_rf’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:266:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_rf’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:308:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_rate’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:417:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_channel’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:467:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_bandwidth’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:497:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:530:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:559:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_tx’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:597:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_rx’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:645:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_disable_bt_coexist’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:825:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->data.length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_arx’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:863:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_pwrtrk’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1042:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_psd’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1080:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length + 1];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_dump’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1198:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_phypara’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1224:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_SetRFPath’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1250:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_QueryDrv’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1298:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
char input[wrqu->data.length];
^
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_PwrCtlDM’:
/home/yl/wifidriver/rtl8188gu/os_dep/linux/ioctl_mp.c:1327:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
u8 input[wrqu->length];
^
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_intf.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_com.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_com_phycfg.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_phy.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_dm.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_dm_acs.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_btcoex_wifionly.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_btcoex.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_mp.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_mcc.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/hal_hci/hal_usb.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/led/hal_usb_led.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/HalPwrSeqCmd.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/Hal8710BPwrSeq.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_sreset.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_hal_init.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_phycfg.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_rf6052.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_dm.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_rxdesc.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_cmd.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/hal8710b_fw.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/rtl8710b_lps_poff.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/usb/usb_halinit.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_led.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_xmit.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_recv.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/rtl8710b/usb/usb_ops.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/efuse/rtl8710b/HalEfuseMask8710B_USB.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_debug.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_antdiv.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_soml.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_smt_ant.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_antdect.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_interface.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_phystatus.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_hwconfig.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_dig.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_pathdiv.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_rainfo.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_adaptivity.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_cfotracking.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_noisemonitor.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_acs.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_beamforming.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_dfs.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/txbf/halcomtxbf.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/txbf/phydm_hal_txbf_api.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_adc_sampling.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_ccx.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_psd.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_primary_cca.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_cck_pd.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_rssi_monitor.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_auto_dbg.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_math_lib.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_api.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/phydm_pow_train.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/halrf.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/halphyrf_ce.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/halrf_powertracking_ce.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/halrf_powertracking.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/halrf_kfree.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_bb.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_mac.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_rf.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/rtl8710b/phydm_regconfig8710b.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/rtl8710b/phydm_rtl8710b.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/phydm/halrf/rtl8710b/halrf_8710b.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/btc/halbtc8723bwifionly.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/btc/halbtc8822bwifionly.o
CC [M] /home/yl/wifidriver/rtl8188gu/hal/btc/halbtc8821cwifionly.o
CC [M] /home/yl/wifidriver/rtl8188gu/platform/platform_ops.o
CC [M] /home/yl/wifidriver/rtl8188gu/core/rtw_mp.o
LD [M] /home/yl/wifidriver/rtl8188gu/8188gu.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/yl/wifidriver/rtl8188gu/8188gu.mod.o
LD [M] /home/yl/wifidriver/rtl8188gu/8188gu.ko
make[1]: Leaving directory '/usr/src/linux-headers-5.3.0-28-generic'


END OF COMPILE OUTPUT

when i first insert the adapter to my pc , its recognized as a usb storage device , the storage contain the windows driver,
lsusb:

Bus 001 Device 015: ID 0bda:1a2b Realtek Semiconductor Corp.

then i chaned the usb mode
sudo usb_modeswitch -KW -v 0bda -p 1a2b

now it becomes

Bus 001 Device 016: ID 0bda:b711 Realtek Semiconductor Corp.

I searched thr '0bda:b711' device , its an rtl8188gu ,

dmesgh output of 0bda:b711 is:

[ 4544.512321] usb 1-1: new high-speed USB device number 16 using xhci_hcd
[ 4544.660806] usb 1-1: New USB device found, idVendor=0bda, idProduct=b711, bcdDevice= 2.00
[ 4544.660811] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4544.660814] usb 1-1: Product: 802.11n WLAN Adapter
[ 4544.660817] usb 1-1: Manufacturer: Realtek
[ 4544.660820] usb 1-1: SerialNumber: 00E04CB82101
[ 4547.236353] Chip Version Info: CHIP_8188E_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[ 4547.236356] EEPROM ID(0xffff) is invalid!!
[ 4547.236357] EEPROM ID = 0xffff
[ 4547.254789] r8188eu 1-1:1.0 wlx00e04c818802: renamed from wlan0

8188gu modules error

[    5.249456] 8821cu: loading out-of-tree module taints kernel.
[    5.273124] usbcore: registered new interface driver rtl8821cu
[    5.498329] usbcore: registered new interface driver rtl88xxau
[    5.898800] Adding 524284k swap on /mnt/512MB.swap.  Priority:-2 extents:5 across:557052k SS
[    6.060339] systemd-journald[281]: Received request to flush runtime journal from PID 1
[    6.477033] asoc-simple-card soc:sound: i2s-hifi <-> 1c22800.i2s mapping ok
[    6.843312] 8188gu: Unknown symbol ns_to_timespec64 (err 0)
[    6.843348] 8188gu: Unknown symbol __ll_sc_atomic_add (err 0)
[    6.843617] 8188gu: Unknown symbol __check_object_size (err 0)
[    6.843636] 8188gu: Unknown symbol __ll_sc_atomic_sub_return (err 0)
[    6.843733] 8188gu: Unknown symbol _mcount (err 0)
[    6.843941] 8188gu: Unknown symbol __stack_chk_guard (err 0)
[    6.843991] 8188gu: Unknown symbol __ll_sc_atomic_sub (err 0)
[    6.844009] 8188gu: Unknown symbol __warn_printk (err 0)
[    6.844128] 8188gu: Unknown symbol __ll_sc_atomic_add_return (err 0)
[    6.844214] 8188gu: Unknown symbol __stack_chk_fail (err 0)
[    7.022711] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   11.351840] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

Can't clone it

it will only download the readme.md file nothing else but on the tree I can see the make file.

I read the readme but I want to give it a shot.

cannot bring interface up

# ip link set wlp0s20f0u3 up
RTNETLINK answers: Operation not permitted

# ip link | grep -A2 wlp0s20f0u3
5: wlp0s20f0u3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ether 50:2b:73:d5:57:d1 brd ff:ff:ff:ff:ff:ff

# iwconfig 2>&1 | grep -A8 wlp0s20f0u3
wlp0s20f0u3  unassociated  Nickname:"<WIFI@REALTEK>"
          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   
          Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

dmesg logs:

  1. # insmod 8188gu.ko
  2. adapter usb insert
  3. # ip link set wlp0s20f0u3 up
    Notably:
    2020-05-01T21:55:48,275715+03:00 RTW: rtl8710b_FirmwareDownload: Error! No shift for fw header! 10b1
    2020-05-01T21:55:48,275743+03:00 RTW: rtl8710b_FirmwareDownload by IO write!
    2020-05-01T21:55:48,524054+03:00 RTW: polling_fwdl_chksum: Checksum report Fail! (247, 10ms), REG_MCUFWDL:0x01050101
    2020-05-01T21:55:48,782042+03:00 RTW: polling_fwdl_chksum: Checksum report Fail! (230, 10ms), REG_MCUFWDL:0x01050101
    2020-05-01T21:55:49,040025+03:00 RTW: polling_fwdl_chksum: Checksum report Fail! (242, 10ms), REG_MCUFWDL:0x01050101
    2020-05-01T21:55:49,297998+03:00 RTW: polling_fwdl_chksum: Checksum report Fail! (243, 10ms), REG_MCUFWDL:0x01050101
    2020-05-01T21:55:49,555987+03:00 RTW: polling_fwdl_chksum: Checksum report Fail! (242, 10ms), REG_MCUFWDL:0x01050101
    2020-05-01T21:55:49,566228+03:00 RTW: DUMP REG 0x90=0x1000105 
    2020-05-01T21:55:49,566228+03:00 RTW: ERROR Dump FW page 0x1000 ~ 0x10FF :
    

Not buildable with kernel 5.10

This code is not buildable with kernel 5.10. Builds ok with kernel 5.15.
I actually do not need it for 5.10, just reporting this issue to make you know this))

$ LC_ALL=C make CC='LC_ALL=C gcc' KVER=5.10.147-generic-2rosa2021.1-x86_64
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.10.147-generic-2rosa2021.1-x86_64/build M=/tmp/rtl8188gu  modules
make[1]: Entering directory '/usr/src/linux-5.10.147-generic-2rosa2021.1-x86_64'
  CC [M]  /tmp/rtl8188gu/core/rtw_cmd.o
In file included from /tmp/rtl8188gu/include/drv_types.h:78,
                 from /tmp/rtl8188gu/core/rtw_cmd.c:17:
/tmp/rtl8188gu/include/rtw_security.h:253:8: error: redefinition of 'struct sha256_state'
  253 | struct sha256_state {
      |        ^~~~~~~~~~~~
In file included from ./include/linux/filter.h:24,
                 from ./include/net/sock.h:59,
                 from ./include/linux/tcp.h:19,
                 from ./include/linux/ipv6.h:87,
                 from ./include/net/addrconf.h:52,
                 from /tmp/rtl8188gu/include/osdep_service_linux.h:48,
                 from /tmp/rtl8188gu/include/osdep_service.h:47,
                 from /tmp/rtl8188gu/include/drv_types.h:27,
                 from /tmp/rtl8188gu/core/rtw_cmd.c:17:
./include/crypto/sha.h:84:8: note: originally defined here
   84 | struct sha256_state {
      |        ^~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:286: /tmp/rtl8188gu/core/rtw_cmd.o] Ошибка 1
make[1]: *** [Makefile:1820: /tmp/rtl8188gu] Error 2
make[1]: Leaving directory '/usr/src/linux-5.10.147-generic-2rosa2021.1-x86_64'
make: *** [Makefile:1522: modules] Error 2

kernels/5.14.0 fail

CC [M] /root/build/rtl8188gu/os_dep/osdep_service.o
/root/build/rtl8188gu/os_dep/osdep_service.c: В функции «thread_exit»:
/root/build/rtl8188gu/os_dep/osdep_service.c:1205:9: ошибка: неявная декларация функции «complete_and_exit» [-Werror=implicit-function-declaration]
1205 | complete_and_exit(comp, 0);
| ^~~~~~~~~~~~~~~~~
cc1: некоторые предупреждения считаются ошибками
make[2]: *** [scripts/Makefile.build:321: /root/build/rtl8188gu/os_dep/osdep_service.o] Ошибка 1
make[1]: *** [Makefile:1915: /root/build/rtl8188gu] Ошибка 2
make[1]: выход из каталога «/usr/src/kernels/5.14.0-210.el9.x86_64»
make: *** [Makefile:1522: modules] Ошибка 2

driver not working on debian testing with Tenda U2

The driver compiles ok. But after insmod, no network interface appears.

usb wifi dongle: Tenda U2

uname -r:

6.3.0-1-amd64

lsusb:

Bus 001 Device 005: ID 0bda:b711 Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (After Modeswitch)

dmesg:

[ 2248.999428] 8188gu: loading out-of-tree module taints kernel.
[ 2248.999844] 8188gu: module verification failed: signature and/or required key missing - tainting kernel
[ 2249.051760] RTW: module init start
[ 2249.051763] RTW: rtl8710bu v5.2.22_xxxx.20180117
[ 2249.051774] RTW: rtw_inetaddr_notifier_register
[ 2249.051800] usbcore: registered new interface driver rtl8710bu
[ 2249.051801] RTW: module init ret=0

ip link list:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 58:11:22:0a:28:d5 brd ff:ff:ff:ff:ff:ff

Fails to build on kernel 6.0.6

I have an x86_64 system running arch linux, and both branches of this repo fails to build today

Output from make on the master branch:

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.0.6-arch1-1/build M=/home/sk/.local/build/rtl8188gu  modules
make[1]: Entering directory '/usr/lib/modules/6.0.6-arch1-1/build'
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_cmd.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_security.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_debug.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_io.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_ioctl_query.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_ioctl_set.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_ieee80211.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_mlme.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.o
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c:764:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
  764 |                 if (rfctl->regd_name)
      |                    ^
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c:766:9: note: here
  766 |         default:
      |         ^~~~~~~
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c:1733:20: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1733 |                 if (MLME_IS_AP(padapter))
      |                    ^
/home/sk/.local/build/rtl8188gu/core/rtw_mlme_ext.c:1738:9: note: here
 1738 |         case WIFI_ASSOCREQ:
      |         ^~~~
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_mi.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_wlan_util.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_vht.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_pwrctrl.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_rf.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_recv.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_sta_mgt.o
/home/sk/.local/build/rtl8188gu/core/rtw_sta_mgt.c: In function ‘rtw_mfree_stainfo’:
/home/sk/.local/build/rtl8188gu/core/rtw_sta_mgt.c:352:25: warning: the comparison will always evaluate as ‘true’ for the address of ‘lock’ will never be NULL [-Waddress]
  352 |         if (&psta->lock != NULL)
      |                         ^~
In file included from /home/sk/.local/build/rtl8188gu/include/drv_types.h:107,
                 from /home/sk/.local/build/rtl8188gu/core/rtw_sta_mgt.c:17:
/home/sk/.local/build/rtl8188gu/include/sta_info.h:229:17: note: ‘lock’ declared here
  229 |         _lock   lock;
      |                 ^~~~
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_ap.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_xmit.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_p2p.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_rson.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_tdls.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_br_ext.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_iol.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_sreset.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_btcoex_wifionly.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_btcoex.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_beamforming.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_odm.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_rm.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/rtw_rm_fsm.o
  CC [M]  /home/sk/.local/build/rtl8188gu/core/efuse/rtw_efuse.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/osdep_service.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/os_intfs.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/usb_intf.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/usb_ops_linux.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_linux.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/xmit_linux.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/mlme_linux.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/recv_linux.o
  CC [M]  /home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.o
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_ch_switch_notify’:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:405:9: error: too few arguments to function ‘cfg80211_ch_switch_notify’
  405 |         cfg80211_ch_switch_notify(adapter->pnetdev, &chdef);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/sk/.local/build/rtl8188gu/include/osdep_service_linux.h:93,
                 from /home/sk/.local/build/rtl8188gu/include/osdep_service.h:47,
                 from /home/sk/.local/build/rtl8188gu/include/drv_types.h:27,
                 from /home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:17:
./include/net/cfg80211.h:8261:6: note: declared here
 8261 | void cfg80211_ch_switch_notify(struct net_device *dev,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_indicate_connect’:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:983:26: error: ‘struct cfg80211_roam_info’ has no member named ‘bssid’
  983 |                 roam_info.bssid = cur_network->network.MacAddress;
      |                          ^
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_scan’:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2691:33: warning: the comparison will always evaluate as ‘true’ for the address of ‘ssid’ will never be NULL [-Waddress]
 2691 |                 if (ssids->ssid != NULL
      |                                 ^~
./include/net/cfg80211.h:2357:12: note: ‘ssid’ declared here
 2357 |         u8 ssid[IEEE80211_MAX_SSID_LEN];
      |            ^~~~
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: At top level:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:7475:20: error: initialization of ‘int (*)(struct wiphy *, struct net_device *, unsigned int)’ from incompatible pointer type ‘int (*)(struct wiphy *, struct net_device *)’ [-Werror=incompatible-pointer-types]
 7475 |         .stop_ap = cfg80211_rtw_stop_ap,
      |                    ^~~~~~~~~~~~~~~~~~~~
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:7475:20: note: (near initialization for ‘rtw_cfg80211_ops.stop_ap’)
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_wdev_unregister’:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:7718:17: error: ‘struct wireless_dev’ has no member named ‘current_bss’
 7718 |         if (wdev->current_bss) {
      |                 ^~
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_change_iface’:
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2151:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2151 |                 is_p2p = _TRUE;
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2153:9: note: here
 2153 |         case NL80211_IFTYPE_STATION:
      |         ^~~~
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2175:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2175 |                 is_p2p = _TRUE;
/home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2177:9: note: here
 2177 |         case NL80211_IFTYPE_AP:
      |         ^~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:249: /home/sk/.local/build/rtl8188gu/os_dep/linux/ioctl_cfg80211.o] Error 1
make[1]: *** [Makefile:1852: /home/sk/.local/build/rtl8188gu] Error 2
make[1]: Leaving directory '/usr/lib/modules/6.0.6-arch1-1/build'
make: *** [Makefile:1522: modules] Error 2

does not seem to be a rtl8188gu driver!

The build of unmodified sources of this repository produces a kernel module 8188gtvu.ko. insmod 8188gtvu.ko works fine, however it has no interaction with my 0bda:b711 usb device (Tenda W311MI v3).

Makefile has RTL8188GTV build enabled instead of RTL8710B which has to be enabled according to the id table record for the rtl8188gu driver:

#ifdef CONFIG_RTL8710B
	/*=== Realtek dongle ===*/
	{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB711, 0xff, 0xff, 0xff), .driver_info = RTL8710B}, /* 8710B = 8188GU 1*1 */
#endif

I have fixed the Makefile. However, the build now fails, since there is no rtl8710b directory:

In file included from /build/test/include/hal_data.h:20,
                 from /build/test/core/rtw_cmd.c:18:
/build/test/include/../hal/phydm/phydm_precomp.h:369:12: fatal error: rtl8710b/halhwimg8710b_bb.h: No such file or directory
   #include "rtl8710b/halhwimg8710b_bb.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/scripts/Makefile.build:303: /build/test/core/rtw_cmd.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from /build/test/include/hal_data.h:20,
                 from /build/test/core/rtw_io.c:48:
/build/test/include/../hal/phydm/phydm_precomp.h:369:12: fatal error: rtl8710b/halhwimg8710b_bb.h: No such file or directory
   #include "rtl8710b/halhwimg8710b_bb.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /build/test/include/hal_data.h:20,
                 from /build/test/core/rtw_ioctl_set.c:18:
/build/test/include/../hal/phydm/phydm_precomp.h:369:12: fatal error: rtl8710b/halhwimg8710b_bb.h: No such file or directory
   #include "rtl8710b/halhwimg8710b_bb.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/scripts/Makefile.build:303: /build/test/core/rtw_io.o] Error 1
In file included from /build/test/include/hal_data.h:20,
                 from /build/test/core/rtw_debug.c:18:
/build/test/include/../hal/phydm/phydm_precomp.h:369:12: fatal error: rtl8710b/halhwimg8710b_bb.h: No such file or directory
   #include "rtl8710b/halhwimg8710b_bb.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/scripts/Makefile.build:303: /build/test/core/rtw_ioctl_set.o] Error 1
In file included from /build/test/include/hal_data.h:20,
                 from /build/test/core/rtw_mlme.c:17:
/build/test/include/../hal/phydm/phydm_precomp.h:369:12: fatal error: rtl8710b/halhwimg8710b_bb.h: No such file or directory
   #include "rtl8710b/halhwimg8710b_bb.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/scripts/Makefile.build:303: /build/test/core/rtw_debug.o] Error 1
make[4]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/scripts/Makefile.build:303: /build/test/core/rtw_mlme.o] Error 1
make[3]: *** [/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/source/Makefile:1525: _module_/build/test] Error 2
make[2]: *** [Makefile:146: sub-make] Error 2
make[1]: *** [Makefile:24: __sub-make] Error 2
make[1]: Leaving directory '/nix/store/2qp8jg266dgq3hlnf8by3lqddx527ls9-linux-4.19.84-dev/lib/modules/4.19.84/build'
make: *** [Makefile:2287: modules] Error 2

RTL8188 driver did not work with USB device 0bda:b711 (Tenda W311MI)

Hello,

I've recently bought a Tenda W311MI USB dongle, which is based on the lsusb output:
Bus 001 Device 011: ID 0bda:b711 Realtek Semiconductor Corp. 802.11n WLAN Adapter

After some googling it turned out that this is the 8188GU chipset, thus I've compiled the rt8188gu driver first from the master and then from the rtl8188gu branch. The compilation and installation went fine in both cases, but after restart the driver could not talk to the dongle.

OS and kernel:
Operating System: Ubuntu 19.10
Kernel: Linux 5.3.0-55-generic

I'm providing the dmesg output of both driver variants, maybe that could help a potential investigation.

I'm happy to test any changes you would make to the code, if you see any value in it.

Br,
-Balint Uveges

Dmesg output (8188ru branch based module):

[  288.843419] usb-storage 1-2:1.0: USB Mass Storage device detected
[  288.843818] scsi host4: usb-storage 1-2:1.0
[  289.850769] scsi 4:0:0:0: CD-ROM            Realtek  USB Disk autorun 1.00 PQ: 0 ANSI: 0 CCS
[  289.857394] sr 4:0:0:0: [sr1] scsi-1 drive
[  289.857785] sr 4:0:0:0: Attached scsi CD-ROM sr1
[  289.857928] sr 4:0:0:0: Attached scsi generic sg2 type 5
[  290.115622] scsi 4:0:0:0: rejecting I/O to dead device
[  290.153793] usb 1-2: USB disconnect, device number 10
[  290.442029] usb 1-2: new high-speed USB device number 11 using ehci-pci
[  290.470989] usb 1-2: New USB device found, idVendor=0bda, idProduct=b711, bcdDevice= 2.00
[  290.470992] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  290.470995] usb 1-2: Product: 802.11n WLAN Adapter
[  290.470997] usb 1-2: Manufacturer: Realtek
[  290.471000] usb 1-2: SerialNumber: 00E04CB82101
[  290.541030] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[  290.546609] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  290.676656] 8188gtvu: loading out-of-tree module taints kernel.
[  290.679555] 8188gtvu: module verification failed: signature and/or required key missing - tainting kernel
[  290.684563] RTW: module init start
[  290.684565] RTW: rtl8188gtvu v5.7.4.1_35314.20191015
[  290.684566] RTW: build time: May 28 2020 15:40:12
[  290.684586] RTW: rtw_inetaddr_notifier_register
[  290.684631] RTW: 
               usb_endpoint_descriptor(0):
[  290.684632] RTW: bLength=7
[  290.684633] RTW: bDescriptorType=5
[  290.684634] RTW: bEndpointAddress=84
[  290.684635] RTW: wMaxPacketSize=512
[  290.684636] RTW: bInterval=0
[  290.684637] RTW: RT_usb_endpoint_is_bulk_in = 4
[  290.684638] RTW: 
               usb_endpoint_descriptor(1):
[  290.684639] RTW: bLength=7
[  290.684640] RTW: bDescriptorType=5
[  290.684640] RTW: bEndpointAddress=5
[  290.684641] RTW: wMaxPacketSize=512
[  290.684642] RTW: bInterval=0
[  290.684643] RTW: RT_usb_endpoint_is_bulk_out = 5
[  290.684644] RTW: 
               usb_endpoint_descriptor(2):
[  290.684645] RTW: bLength=7
[  290.684646] RTW: bDescriptorType=5
[  290.684647] RTW: bEndpointAddress=6
[  290.684648] RTW: wMaxPacketSize=512
[  290.684649] RTW: bInterval=0
[  290.684650] RTW: RT_usb_endpoint_is_bulk_out = 6
[  290.684651] RTW: 
               usb_endpoint_descriptor(3):
[  290.684652] RTW: bLength=7
[  290.684652] RTW: bDescriptorType=5
[  290.684653] RTW: bEndpointAddress=87
[  290.684654] RTW: wMaxPacketSize=64
[  290.684655] RTW: bInterval=3
[  290.684656] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[  290.684657] RTW: 
               usb_endpoint_descriptor(4):
[  290.684658] RTW: bLength=7
[  290.684659] RTW: bDescriptorType=5
[  290.684660] RTW: bEndpointAddress=8
[  290.684661] RTW: wMaxPacketSize=512
[  290.684662] RTW: bInterval=0
[  290.684663] RTW: RT_usb_endpoint_is_bulk_out = 8
[  290.684664] RTW: 
               usb_endpoint_descriptor(5):
[  290.684664] RTW: bLength=7
[  290.684665] RTW: bDescriptorType=5
[  290.684666] RTW: bEndpointAddress=9
[  290.684667] RTW: wMaxPacketSize=512
[  290.684668] RTW: bInterval=0
[  290.684669] RTW: RT_usb_endpoint_is_bulk_out = 9
[  290.684670] RTW: nr_endpoint=6, in_num=2, out_num=4

[  290.684671] RTW: USB_SPEED_HIGH
[  290.684673] RTW: CHIP TYPE: RTL8188GTVU
[  291.197121] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:1
[  291.709116] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:2
[  292.220993] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:3
[  292.732992] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:4
[  293.244873] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:5
[  293.244877] RTW: [dvobj:00000000d6b71dd4][ERROR] continual_io_error:5 > 4
[  293.244881] RTW: rtw_hal_config_rftype RF_Type is 0 TotalTxPath is 1
[  293.244884] RTW: Chip Version Info: CHIP_8188GTV_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[  293.244887] RTW: _ConfigChipOutEP_8188GTV OutEpQueueSel(0x07), OutEpNumber(4)
[  293.244890] RTW: EEPROM type is E-FUSE
[  293.244892] RTW: Boot from EFUSE, Autoload Fail !
[  293.244903] RTW: HW EFUSE
[  293.244906] RTW: 0x000: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244915] RTW: 0x010: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244923] RTW: 0x020: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244931] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244939] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244947] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244955] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244963] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244972] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244980] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244988] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.244996] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245004] RTW: 0x0C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245012] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245020] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245028] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245037] RTW: 0x100: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245045] RTW: 0x110: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245053] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245061] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245069] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245077] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245086] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245094] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245102] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245110] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245118] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245126] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245134] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245143] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245151] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245159] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[  293.245186] RTW: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8188gtvu.map is not readable
[  293.245187] RTW: ERROR invalid phy efuse and read from file fail, will use driver default!!
[  293.245189] RTW: EEPROM ID(0xffff) is invalid!!
[  293.245190] RTW: EEPROM VID = 0x   0
[  293.245191] RTW: EEPROM PID = 0x   0
[  293.245198] RTW: rtw_read_macaddr_from_file /data/wifimac.txt is not readable
[  293.245202] RTW: [A] 2G G00 CCK-1T base:34 from IC_DEF
[  293.245204] RTW: [A] 2G G01 CCK-1T base:34 from IC_DEF
[  293.245206] RTW: [A] 2G G02 CCK-1T base:34 from IC_DEF
[  293.245207] RTW: [A] 2G G03 CCK-1T base:34 from IC_DEF
[  293.245209] RTW: [A] 2G G04 CCK-1T base:34 from IC_DEF
[  293.245211] RTW: [A] 2G G05 CCK-1T base:34 from IC_DEF
[  293.245212] RTW: [A] 2G G00 BW40-1S base:39 from IC_DEF
[  293.245214] RTW: [A] 2G G01 BW40-1S base:39 from IC_DEF
[  293.245216] RTW: [A] 2G G02 BW40-1S base:39 from IC_DEF
[  293.245217] RTW: [A] 2G G03 BW40-1S base:39 from IC_DEF
[  293.245219] RTW: [A] 2G G04 BW40-1S base:39 from IC_DEF
[  293.245222] RTW: hal_com_config_channel_plan use def_chplan:0x20
[  294.237408] RTW: efuse_OneByteRead: [ERROR] addr=0xee bResult=0 time out 1s !!!
[  294.237411] RTW: efuse_OneByteRead: [ERROR] EFUSE_CTRL =0x00000000 !!!
[  295.229597] RTW: efuse_OneByteRead: [ERROR] addr=0xef bResult=0 time out 1s !!!
[  295.229599] RTW: efuse_OneByteRead: [ERROR] EFUSE_CTRL =0x00000000 !!!
[  295.229600] RTW: kfree Pwr Trim flag:0
[  295.279915] RTW: ERROR HalPwrSeqCmdParsing: Fail to polling Offset[0x6]=00
[  295.279938] RTW: rtl8188gtv_FirmwareDownload((null)) tmp_ps=0
[  295.279940] RTW: rtl8188gtv_FirmwareDownload fw: FW_NIC, size: 21768
[  295.279944] RTW: rtl8188gtv_FirmwareDownload: fw_ver=6 fw_subver=0000 sig=0x88f1, Month=07, Date=30, Hour=11, Minute=06
[  295.279945] RTW: rtl8188gtv_FirmwareDownload(): Shift for fw header!
[  295.279946] RTW: rtl8188gtv_FirmwareDownload by IO write!
[  295.481792] RTW: _FWDownloadEnable: !!!!!!!!Write 0x80 Fail!: count = 101
[  295.481795] RTW: _8051Reset8188: Finish
[  295.481798] RTW: _FWFreeToGo: Polling FW ready Fail! (1, 0ms), REG_MCUFWDL:0x00000000
[  295.481800] RTW: rtl8188gtv_FirmwareDownload fail. write_fw:0, 204ms
[  295.481802] RTW:  <=== rtl8188gtv_FirmwareDownload()
[  295.481804] RTW: CardDisableRTL8188GTVU
[  295.481812] RTW: hal_read_mac_hidden_rpt Fail! (0, 252ms), fwdl:0, id:0xfd
[  295.481814] RTW: rtw_hal_read_chip_info in 2240 ms
[  295.481828] RTW: rtw_usb_primary_adapter_init Failed!
[  295.481830] RTW: usb attached..., try to reset usb device
[  295.609421] usb 1-2: reset high-speed USB device number 11 using ehci-pci
[  295.638350] usbcore: registered new interface driver rtl8188gtvu
[  295.638353] RTW: module init ret=0

Demsg output (master branch):

[   19.517137] 8188gtvu: loading out-of-tree module taints kernel.
[   19.520113] 8188gtvu: module verification failed: signature and/or required key missing - tainting kernel
[   19.529753] RTW: module init start
[   19.529757] RTW: rtl8188gtvu v5.7.4.1_35314.20191015
[   19.529758] RTW: build time: May 28 2020 15:40:12
[   19.529775] RTW: rtw_inetaddr_notifier_register
[   19.529813] RTW:
               usb_endpoint_descriptor(0):
[   19.529814] RTW: bLength=7
[   19.529815] RTW: bDescriptorType=5
[   19.529816] RTW: bEndpointAddress=84
[   19.529817] RTW: wMaxPacketSize=512
[   19.529818] RTW: bInterval=0
[   19.529819] RTW: RT_usb_endpoint_is_bulk_in = 4
[   19.529820] RTW:
               usb_endpoint_descriptor(1):
[   19.529821] RTW: bLength=7
[   19.529822] RTW: bDescriptorType=5
[   19.529823] RTW: bEndpointAddress=5
[   19.529823] RTW: wMaxPacketSize=512
[   19.529824] RTW: bInterval=0
[   19.529825] RTW: RT_usb_endpoint_is_bulk_out = 5
[   19.529826] RTW:
               usb_endpoint_descriptor(2):
[   19.529827] RTW: bLength=7
[   19.529828] RTW: bDescriptorType=5
[   19.529829] RTW: bEndpointAddress=6
[   19.529830] RTW: wMaxPacketSize=512
[   19.529831] RTW: bInterval=0
[   19.529832] RTW: RT_usb_endpoint_is_bulk_out = 6
[   19.529833] RTW:
               usb_endpoint_descriptor(3):
[   19.529834] RTW: bLength=7
[   19.529834] RTW: bDescriptorType=5
[   19.529835] RTW: bEndpointAddress=87
[   19.529836] RTW: wMaxPacketSize=64
[   19.529837] RTW: bInterval=3
[   19.529838] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[   19.529839] RTW:
               usb_endpoint_descriptor(4):
[   19.529840] RTW: bLength=7
[   19.529841] RTW: bDescriptorType=5
[   19.529842] RTW: bEndpointAddress=8
[   19.529843] RTW: wMaxPacketSize=512
[   19.529844] RTW: bInterval=0
[   19.529845] RTW: RT_usb_endpoint_is_bulk_out = 8
[   19.529846] RTW:
               usb_endpoint_descriptor(5):
[   19.529846] RTW: bLength=7
[   19.529847] RTW: bDescriptorType=5
[   19.529848] RTW: bEndpointAddress=9
[   19.529849] RTW: wMaxPacketSize=512
[   19.529850] RTW: bInterval=0
[   19.529851] RTW: RT_usb_endpoint_is_bulk_out = 9
[   19.529852] RTW: nr_endpoint=6, in_num=2, out_num=4

[   19.529853] RTW: USB_SPEED_HIGH
[   19.529855] RTW: CHIP TYPE: RTL8188GTVU
[   19.895641] kvm: disabled by bios
[   19.941444] kvm: disabled by bios
[   20.055105] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:1
[   20.078355] coretemp coretemp.0: Using relative temperature scale!
[   20.078389] coretemp coretemp.0: Using relative temperature scale!
[   20.323110] intel_powerclamp: No package C-state available
[   20.356155] intel_powerclamp: No package C-state available
[   20.560694] snd_hda_codec_analog hdaudioC0D2: autoconfig for AD1983: line_outs=1 (0x5/0x0/0x0/0x0/0x0) type:line
[   20.560699] snd_hda_codec_analog hdaudioC0D2:    speaker_outs=1 (0x7/0x0/0x0/0x0/0x0)
[   20.560701] snd_hda_codec_analog hdaudioC0D2:    hp_outs=1 (0x6/0x0/0x0/0x0/0x0)
[   20.560703] snd_hda_codec_analog hdaudioC0D2:    mono: mono_out=0x0
[   20.560705] snd_hda_codec_analog hdaudioC0D2:    inputs:
[   20.560707] snd_hda_codec_analog hdaudioC0D2:      Mic=0x8
[   20.560709] snd_hda_codec_analog hdaudioC0D2:      Line=0x9
[   20.566970] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:2
[   20.575463] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   20.575568] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   20.577478] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   20.579824] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   21.078972] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:3
[   21.590970] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:4
[   22.102967] RTW: reg 0xf0, usb read 4 fail, status:-110 value=0x0, vendorreq_times:5
[   22.102972] RTW: [dvobj:000000002fa02807][ERROR] continual_io_error:5 > 4
[   22.102975] RTW: rtw_hal_config_rftype RF_Type is 0 TotalTxPath is 1
[   22.102978] RTW: Chip Version Info: CHIP_8188GTV_Normal_Chip_TSMC_A_CUT_1T1R_RomVer(0)
[   22.102982] RTW: _ConfigChipOutEP_8188GTV OutEpQueueSel(0x07), OutEpNumber(4)
[   22.102985] RTW: EEPROM type is E-FUSE
[   22.102988] RTW: Boot from EFUSE, Autoload Fail !
[   22.102999] RTW: HW EFUSE
[   22.103001] RTW: 0x000: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103010] RTW: 0x010: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103018] RTW: 0x020: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103027] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103035] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103043] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103051] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103059] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103067] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103075] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103083] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103102] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103109] RTW: 0x0C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103116] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103122] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103129] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103136] RTW: 0x100: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103143] RTW: 0x110: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103150] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103157] RTW: 0x130: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103164] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103171] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103178] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103185] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103192] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103199] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103206] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103213] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103220] RTW: 0x1C0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103227] RTW: 0x1D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103234] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103241] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   22.103266] RTW: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8188gtvu.map is not readable
[   22.103267] RTW: ERROR invalid phy efuse and read from file fail, will use driver default!!
[   22.103268] RTW: EEPROM ID(0xffff) is invalid!!
[   22.103269] RTW: EEPROM VID = 0x   0
[   22.103270] RTW: EEPROM PID = 0x   0
[   22.103276] RTW: rtw_read_macaddr_from_file /data/wifimac.txt is not readable
[   22.103280] RTW: [A] 2G G00 CCK-1T base:34 from IC_DEF
[   22.103282] RTW: [A] 2G G01 CCK-1T base:34 from IC_DEF
[   22.103283] RTW: [A] 2G G02 CCK-1T base:34 from IC_DEF
[   22.103285] RTW: [A] 2G G03 CCK-1T base:34 from IC_DEF
[   22.103286] RTW: [A] 2G G04 CCK-1T base:34 from IC_DEF
[   22.103288] RTW: [A] 2G G05 CCK-1T base:34 from IC_DEF
[   22.103289] RTW: [A] 2G G00 BW40-1S base:39 from IC_DEF
[   22.103290] RTW: [A] 2G G01 BW40-1S base:39 from IC_DEF
[   22.103292] RTW: [A] 2G G02 BW40-1S base:39 from IC_DEF
[   22.103293] RTW: [A] 2G G03 BW40-1S base:39 from IC_DEF
[   22.103295] RTW: [A] 2G G04 BW40-1S base:39 from IC_DEF
[   22.103297] RTW: hal_com_config_channel_plan use def_chplan:0x20
[   23.095538] RTW: efuse_OneByteRead: [ERROR] addr=0xee bResult=0 time out 1s !!!
[   23.095541] RTW: efuse_OneByteRead: [ERROR] EFUSE_CTRL =0x00000000 !!!
[   24.087780] RTW: efuse_OneByteRead: [ERROR] addr=0xef bResult=0 time out 1s !!!
[   24.087783] RTW: efuse_OneByteRead: [ERROR] EFUSE_CTRL =0x00000000 !!!
[   24.087785] RTW: kfree Pwr Trim flag:0
[   24.138172] RTW: ERROR HalPwrSeqCmdParsing: Fail to polling Offset[0x6]=00
[   24.138199] RTW: rtl8188gtv_FirmwareDownload((null)) tmp_ps=0
[   24.138202] RTW: rtl8188gtv_FirmwareDownload fw: FW_NIC, size: 21768
[   24.138205] RTW: rtl8188gtv_FirmwareDownload: fw_ver=6 fw_subver=0000 sig=0x88f1, Month=07, Date=30, Hour=11, Minute=06
[   24.138206] RTW: rtl8188gtv_FirmwareDownload(): Shift for fw header!
[   24.138207] RTW: rtl8188gtv_FirmwareDownload by IO write!
[   24.346488] RTW: _FWDownloadEnable: !!!!!!!!Write 0x80 Fail!: count = 101
[   24.346492] RTW: _8051Reset8188: Finish
[   24.346495] RTW: _FWFreeToGo: Polling FW ready Fail! (1, 0ms), REG_MCUFWDL:0x00000000
[   24.346497] RTW: rtl8188gtv_FirmwareDownload fail. write_fw:0, 208ms
[   24.346500] RTW:  <=== rtl8188gtv_FirmwareDownload()
[   24.346503] RTW: CardDisableRTL8188GTVU
[   24.346511] RTW: hal_read_mac_hidden_rpt Fail! (0, 256ms), fwdl:0, id:0xfd
[   24.346513] RTW: rtw_hal_read_chip_info in 2244 ms
[   24.346528] RTW: rtw_usb_primary_adapter_init Failed!
[   24.346530] RTW: usb attached..., try to reset usb device
[   24.471726] usb 1-2: reset high-speed USB device number 2 using ehci-pci
[   24.500413] usbcore: registered new interface driver rtl8188gtvu
[   24.500417] RTW: module init ret=0
[   26.318622] RTW: module init start
[   26.318625] RTW: rtl8710bu v5.2.22_xxxx.20180117
[   26.318647] RTW: rtw_inetaddr_notifier_register
[   26.318691] RTW:
               usb_endpoint_descriptor(0):
[   26.318692] RTW: bLength=7
[   26.318693] RTW: bDescriptorType=5
[   26.318694] RTW: bEndpointAddress=84
[   26.318695] RTW: wMaxPacketSize=512
[   26.318696] RTW: bInterval=0
[   26.318697] RTW: RT_usb_endpoint_is_bulk_in = 4
[   26.318698] RTW:
               usb_endpoint_descriptor(1):
[   26.318699] RTW: bLength=7
[   26.318700] RTW: bDescriptorType=5
[   26.318701] RTW: bEndpointAddress=5
[   26.318702] RTW: wMaxPacketSize=512
[   26.318703] RTW: bInterval=0
[   26.318704] RTW: RT_usb_endpoint_is_bulk_out = 5
[   26.318704] RTW:
               usb_endpoint_descriptor(2):
[   26.318705] RTW: bLength=7
[   26.318706] RTW: bDescriptorType=5
[   26.318707] RTW: bEndpointAddress=6
[   26.318708] RTW: wMaxPacketSize=512
[   26.318709] RTW: bInterval=0
[   26.318710] RTW: RT_usb_endpoint_is_bulk_out = 6
[   26.318711] RTW:
               usb_endpoint_descriptor(3):
[   26.318712] RTW: bLength=7
[   26.318713] RTW: bDescriptorType=5
[   26.318714] RTW: bEndpointAddress=87
[   26.318715] RTW: wMaxPacketSize=64
[   26.318716] RTW: bInterval=3
[   26.318717] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[   26.318718] RTW:
               usb_endpoint_descriptor(4):
[   26.318718] RTW: bLength=7
[   26.318719] RTW: bDescriptorType=5
[   26.318720] RTW: bEndpointAddress=8
[   26.318721] RTW: wMaxPacketSize=512
[   26.318722] RTW: bInterval=0
[   26.318723] RTW: RT_usb_endpoint_is_bulk_out = 8
[   26.318724] RTW:
               usb_endpoint_descriptor(5):
[   26.318725] RTW: bLength=7
[   26.318726] RTW: bDescriptorType=5
[   26.318727] RTW: bEndpointAddress=9
[   26.318728] RTW: wMaxPacketSize=512
[   26.318728] RTW: bInterval=0
[   26.318729] RTW: RT_usb_endpoint_is_bulk_out = 9
[   26.318730] RTW: nr_endpoint=6, in_num=2, out_num=4

[   26.318731] RTW: USB_SPEED_HIGH
[   26.318733] RTW: CHIP TYPE: RTL8710BU
[   26.318754] RTW: Peter : Step2
[   26.318786] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff)
[   26.319208] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff), OriginalValue(0x41000280)
[   26.319209] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff)
[   26.319717] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff), OriginalValue(0x8010301)
[   26.319718] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff)
[   26.320208] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff), OriginalValue(0x1402)
[   26.320210] RTW: rtw_hal_config_rftype RF_Type is 0 TotalTxPath is 1
[   26.320213] RTW: Chip Version Info: CHIP_8710B_Normal_Chip_UMC_A_CUT_1T1R_RomVer(2)
[   26.320216] RTW: USB NumInPipe(2), NumOutPipe(4/4)
[   26.320218] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf)
[   26.323231] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf), OriginalValue(0x20)
[   26.367961] RTW: Peter : read EFUSE end,dump :
[   26.367964]  95
[   26.367965]  81
[   26.367966]  c2
[   26.367967]  16
[   26.367968]  ff
[   26.367969]  ff
[   26.367969]  ff
[   26.367970]  ff
[   26.367971]  ff
[   26.367972]  ff
[   26.367973]  ff
[   26.367974]  ff
[   26.367975]  ff
[   26.367975]  ff
[   26.367976]  ff
[   26.367977]  ff

[   26.367979]  ff
[   26.367979]  ff
[   26.367980]  ff
[   26.367981]  ff
[   26.367982]  ff
[   26.367983]  ff
[   26.367984]  ff
[   26.367984]  ff
[   26.367985]  e0
[   26.367986]  00
[   26.367987]  00
[   26.367988]  02
[   26.367989]  ff
[   26.367989]  ff
[   26.367990]  ff
[   26.367991]  ff

[   26.367993]  28
[   26.367993]  28
[   26.367994]  26
[   26.367995]  26
[   26.367996]  26
[   26.367996]  26
[   26.367997]  27
[   26.367998]  27
[   26.367999]  26
[   26.368000]  26
[   26.368001]  26
[   26.368001]  00
[   26.368002]  ff
[   26.368003]  ff
[   26.368004]  ff
[   26.368005]  ff

[   26.368006]  ff
[   26.368007]  ff
[   26.368008]  ff
[   26.368008]  ff
[   26.368009]  ff
[   26.368010]  ff
[   26.368011]  ff
[   26.368012]  ff
[   26.368013]  ff
[   26.368013]  ff
[   26.368014]  ff
[   26.368015]  ff
[   26.368016]  ff
[   26.368017]  ff
[   26.368018]  ff
[   26.368018]  ff

[   26.368020]  ff
[   26.368021]  ff
[   26.368021]  ff
[   26.368022]  ff
[   26.368023]  ff
[   26.368024]  ff
[   26.368025]  ff
[   26.368026]  ff
[   26.368026]  ff
[   26.368027]  ff
[   26.368028]  ff
[   26.368029]  ff
[   26.368030]  ff
[   26.368031]  ff
[   26.368031]  ff
[   26.368032]  ff

[   26.368034]  ff
[   26.368034]  ff
[   26.368035]  ff
[   26.368036]  ff
[   26.368037]  ff
[   26.368038]  ff
[   26.368038]  ff
[   26.368039]  ff
[   26.368040]  ff
[   26.368041]  ff
[   26.368042]  ff
[   26.368043]  ff
[   26.368043]  ff
[   26.368044]  ff
[   26.368045]  ff
[   26.368046]  ff

[   26.368048]  ff
[   26.368048]  ff
[   26.368049]  ff
[   26.368050]  ff
[   26.368050]  ff
[   26.368051]  ff
[   26.368052]  ff
[   26.368053]  ff
[   26.368054]  ff
[   26.368055]  ff
[   26.368055]  ff
[   26.368056]  ff
[   26.368057]  ff
[   26.368058]  ff
[   26.368059]  ff
[   26.368060]  ff

[   26.368061]  ff
[   26.368062]  ff
[   26.368062]  ff
[   26.368063]  ff
[   26.368064]  ff
[   26.368065]  ff
[   26.368066]  ff
[   26.368067]  ff
[   26.368067]  ff
[   26.368068]  ff
[   26.368069]  ff
[   26.368070]  ff
[   26.368071]  ff
[   26.368072]  ff
[   26.368072]  ff
[   26.368073]  ff

[   26.368075]  ff
[   26.368075]  ff
[   26.368076]  ff
[   26.368077]  ff
[   26.368078]  ff
[   26.368079]  ff
[   26.368079]  ff
[   26.368080]  ff
[   26.368081]  ff
[   26.368082]  ff
[   26.368083]  ff
[   26.368084]  ff
[   26.368084]  ff
[   26.368085]  ff
[   26.368086]  ff
[   26.368087]  ff

[   26.368088]  ff
[   26.368089]  ff
[   26.368090]  ff
[   26.368091]  ff
[   26.368091]  ff
[   26.368092]  ff
[   26.368093]  ff
[   26.368094]  ff
[   26.368095]  ff
[   26.368096]  ff
[   26.368096]  ff
[   26.368097]  ff
[   26.368098]  ff
[   26.368099]  ff
[   26.368100]  ff
[   26.368101]  ff

[   26.368102]  ff
[   26.368103]  ff
[   26.368103]  ff
[   26.368104]  ff
[   26.368105]  ff
[   26.368106]  ff
[   26.368107]  ff
[   26.368108]  ff
[   26.368108]  ff
[   26.368109]  ff
[   26.368110]  ff
[   26.368111]  ff
[   26.368112]  ff
[   26.368113]  ff
[   26.368114]  ff
[   26.368115]  ff

[   26.368116]  ff
[   26.368117]  ff
[   26.368117]  ff
[   26.368118]  ff
[   26.368119]  ff
[   26.368120]  ff
[   26.368121]  ff
[   26.368122]  ff
[   26.368123]  ff
[   26.368123]  ff
[   26.368124]  ff
[   26.368125]  ff
[   26.368126]  ff
[   26.368127]  ff
[   26.368127]  ff
[   26.368128]  ff

[   26.368130]  ff
[   26.368130]  ff
[   26.368131]  ff
[   26.368132]  ff
[   26.368133]  ff
[   26.368134]  ff
[   26.368134]  ff
[   26.368135]  ff
[   26.368136]  20
[   26.368137]  35
[   26.368138]  18
[   26.368139]  05
[   26.368140]  00
[   26.368140]  00
[   26.368141]  00
[   26.368142]  ff

[   26.368144]  ff
[   26.368144]  ff
[   26.368145]  ff
[   26.368146]  ff
[   26.368147]  ff
[   26.368147]  ff
[   26.368148]  ff
[   26.368149]  ff
[   26.368150]  ff
[   26.368151]  ff
[   26.368151]  ff
[   26.368152]  ff
[   26.368153]  ff
[   26.368154]  ff
[   26.368155]  ff
[   26.368156]  ff

[   26.368157]  ff
[   26.368158]  ff
[   26.368158]  ff
[   26.368159]  ff
[   26.368160]  ff
[   26.368161]  ff
[   26.368162]  ff
[   26.368163]  ff
[   26.368163]  ff
[   26.368164]  ff
[   26.368165]  ff
[   26.368166]  ff
[   26.368167]  ff
[   26.368168]  ff
[   26.368168]  ff
[   26.368169]  ff

[   26.368171]  ff
[   26.368171]  ff
[   26.368172]  ff
[   26.368173]  ff
[   26.368174]  ff
[   26.368175]  ff
[   26.368175]  ff
[   26.368176]  ff
[   26.368177]  ff
[   26.368178]  ff
[   26.368179]  ff
[   26.368180]  ff
[   26.368180]  ff
[   26.368181]  ff
[   26.368182]  ff
[   26.368183]  ff

[   26.368185]  ff
[   26.368185]  ff
[   26.368186]  ff
[   26.368187]  ff
[   26.368187]  ff
[   26.368188]  ff
[   26.368189]  ff
[   26.368190]  ff
[   26.368191]  ff
[   26.368192]  ff
[   26.368192]  ff
[   26.368193]  ff
[   26.368194]  ff
[   26.368195]  ff
[   26.368196]  ff
[   26.368197]  ff

[   26.368198]  ff
[   26.368199]  ff
[   26.368199]  ff
[   26.368200]  ff
[   26.368201]  ff
[   26.368202]  ff
[   26.368203]  ff
[   26.368204]  ff
[   26.368204]  ff
[   26.368205]  ff
[   26.368206]  50
[   26.368207]  2b
[   26.368208]  73
[   26.368209]  d0
[   26.368210]  6a
[   26.368210]  3c

[   26.368212]  ff
[   26.368212]  ff
[   26.368213]  ff
[   26.368214]  ff
[   26.368215]  ff
[   26.368216]  ff
[   26.368217]  ff
[   26.368217]  ff
[   26.368218]  ff
[   26.368219]  ff
[   26.368220]  ff
[   26.368221]  ff
[   26.368222]  ff
[   26.368222]  ff
[   26.368223]  ff
[   26.368224]  ff

[   26.368226]  ff
[   26.368226]  00
[   26.368227]  00
[   26.368228]  10
[   26.368229]  00
[   26.368229]  ff
[   26.368230]  00
[   26.368231]  ff
[   26.368232]  10
[   26.368233]  00
[   26.368234]  ff
[   26.368234]  ff
[   26.368235]  ff
[   26.368236]  ff
[   26.368237]  ff
[   26.368238]  ff

[   26.368239]  ff
[   26.368240]  ff
[   26.368241]  ff
[   26.368407] RTW: Peter : Dump end
[   26.368414] RTW: HW EFUSE
[   26.368416] RTW: 0x000: 95 81 C2 16  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368424] RTW: 0x010: FF FF FF FF  FF FF FF FF  E0 00 00 02  FF FF FF FF
[   26.368431] RTW: 0x020: 28 28 26 26  26 26 27 27  26 26 26 00  FF FF FF FF
[   26.368438] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368445] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368452] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368459] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368466] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368473] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368480] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368486] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368493] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368500] RTW: 0x0C0: FF FF FF FF  FF FF FF FF  20 35 18 05  00 00 00 FF
[   26.368507] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368514] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368521] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368528] RTW: 0x100: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368535] RTW: 0x110: FF FF FF FF  FF FF FF FF  FF FF 50 2B  73 D0 6A 3C
[   26.368542] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368549] RTW: 0x130: FF 00 00 10  00 FF 00 FF  10 00 FF FF  FF FF FF FF
[   26.368556] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368563] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368570] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368577] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368584] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368591] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368598] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368605] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368612] RTW: 0x1C0: DA 0B 11 B7  FF FF FF FF  FF FF FF FF  03 98 FF FF
[   26.368619] RTW: 0x1D0: FF FF 00 00  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368626] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368633] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF
[   26.368641] RTW: EEPROM ID = 0x8195
[   26.368642] RTW: EEPROM Version = 0
[   26.368644] RTW: VID = 0x0BDA, PID = 0xB711
[   26.368645] RTW: Customer ID: 0xFF, SubCustomer ID: 0xCD
[   26.368651] RTW: [A] 2G G00 CCK-1T base:34 from IC_DEF
[   26.368652] RTW: [A] 2G G01 CCK-1T base:34 from IC_DEF
[   26.368654] RTW: [A] 2G G02 CCK-1T base:34 from IC_DEF
[   26.368655] RTW: [A] 2G G03 CCK-1T base:34 from IC_DEF
[   26.368656] RTW: [A] 2G G04 CCK-1T base:34 from IC_DEF
[   26.368658] RTW: [A] 2G G05 CCK-1T base:34 from IC_DEF
[   26.368659] RTW: [A] 2G G00 BW40-1S base:39 from IC_DEF
[   26.368661] RTW: [A] 2G G01 BW40-1S base:39 from IC_DEF
[   26.368662] RTW: [A] 2G G02 BW40-1S base:39 from IC_DEF
[   26.368664] RTW: [B] 2G G00 CCK-1T base:45 from DEF
[   26.368666] RTW: [B] 2G G01 CCK-1T base:45 from DEF
[   26.368667] RTW: [B] 2G G02 CCK-1T base:45 from DEF
[   26.368669] RTW: [B] 2G G03 CCK-1T base:45 from DEF
[   26.368670] RTW: [B] 2G G04 CCK-1T base:45 from DEF
[   26.368671] RTW: [B] 2G G05 CCK-1T base:45 from DEF
[   26.368673] RTW: [B] 2G G00 BW40-1S base:45 from DEF
[   26.368674] RTW: [B] 2G G01 BW40-1S base:45 from DEF
[   26.368675] RTW: [B] 2G G02 BW40-1S base:45 from DEF
[   26.368677] RTW: [B] 2G G03 BW40-1S base:45 from DEF
[   26.368678] RTW: [B] 2G G04 BW40-1S base:45 from DEF
[   26.368681] RTW: EEPROMRegulatory = 0x0
[   26.368682] RTW: Board Type: 0x 0
[   26.368684] RTW: hal_com_config_channel_plan chplan:0x20
[   26.368685] RTW: EEPROM crystal_cap=0x35
[   26.369218] RTW: Efuse_indirect_read4 : package: 0xee
[   26.369219] RTW: PackageType = 0x5, QFN48M_U
[   26.369220] RTW: EEPROM ThermalMeter=0x18
[   26.369221] RTW: EEPROM Customer ID=0xff
[   26.369221] RTW: WIFI Module is iPA/iLNA
[   26.369224] RTW: rtw_hal_read_chip_info in 48 ms
[   26.369225] RTW: Peter : Step5
[   26.369235] RTW: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13
[   26.369470] RTW: NR_RECVBUFF: 8
[   26.369471] RTW: MAX_RECVBUF_SZ: 4000
[   26.369476] RTW: NR_PREALLOC_RECV_SKB: 8
[   26.369603] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[   26.369612] RTW: IQK FW offload:disable
[   26.369615] RTW: Init_ODM_ComInfo_8710b(): fab_ver=0 cut_ver=0
[   26.369618] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[   26.369658] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[   26.369662] RTW: default power by rate loaded
[   26.369665] RTW: phy_txpwr_by_rate_chk_for_path_dup duplicate 2.4G [A] to [B]
[   26.369699] RTW: Peter : Step6
[   26.369701] RTW: can't get autopm:
[   26.369704] RTW: rtw_macaddr_cfg mac addr:50:2b:73:d0:6a:3c
[   26.369706] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[   26.369707] RTW: Peter : Step7 end
[   26.369730] RTW: rtw_wiphy_alloc(phy0)
[   26.369733] RTW: rtw_wdev_alloc(padapter=0000000083cb672b)
[   26.369736] RTW: rtw_wiphy_register(phy0)
[   26.369737] RTW: Register RTW cfg80211 vendor cmd(0x67) interface
[   26.369739] ------------[ cut here ]------------
[   26.369843] WARNING: CPU: 0 PID: 392 at net/wireless/core.c:868 wiphy_register.cold+0xe4/0x2e5 [cfg80211]
[   26.369844] Modules linked in: 8188gu(OE+) snd_hda_codec_analog snd_hda_codec_generic ledtrig_audio snd_hda_intel coretemp snd_intel_dspcfg snd_hda_codec snd_hda_core kvm irqbypass snd_hwdep 8188gtvu(OE) snd_pcm snd_seq_midi snd_seq_midi_event cfg80211 serio_raw snd_rawmidi input_leds snd_seq snd_seq_device snd_timer snd mac_hid soundcore sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_generic gpio_ich i915 i2c_algo_bit drm_kms_helper psmouse i2c_i801 pata_acpi syscopyarea sysfillrect lpc_ich sysimgblt usbhid hid fb_sys_fops tg3 drm floppy video
[   26.369881] CPU: 0 PID: 392 Comm: systemd-udevd Tainted: G           OE     5.3.0-55-generic #49-Ubuntu
[   26.369882] Hardware name: LENOVO 880793G/LENOVO, BIOS 2JKT26AGR 12/08/2006
[   26.369907] RIP: 0010:wiphy_register.cold+0xe4/0x2e5 [cfg80211]
[   26.369910] Code: ff e9 ca 52 fa ff 48 c7 c7 28 f0 74 c0 e8 9e 4b 3c f4 0f 0b b8 ea ff ff ff e9 b2 52 fa ff 48 c7 c7 28 f0 74 c0 e8 86 4b 3c f4 <0f> 0b b8 ea ff ff ff e9 9a 52 fa ff 48 c7 c7 28 f0 74 c0 e8 6e 4b
[   26.369911] RSP: 0018:ffffb705c03478e0 EFLAGS: 00010246
[   26.369913] RAX: 0000000000000024 RBX: 000000000000030e RCX: 0000000000000006
[   26.369915] RDX: 0000000000000000 RSI: 0000000000000082 RDI: ffff8c33be217440
[   26.369916] RBP: ffffb705c0347960 R08: 000000000000064a R09: 0000000000000004
[   26.369917] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8c33bc842300
[   26.369919] R13: 0000000000000000 R14: ffffb705c04a0440 R15: ffffb705c049d000
[   26.369921] FS:  00007fa4466dc880(0000) GS:ffff8c33be200000(0000) knlGS:0000000000000000
[   26.369923] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   26.369924] CR2: 00007f768a89c280 CR3: 0000000036728000 CR4: 00000000000006f0
[   26.369926] Call Trace:
[   26.369934]  ? printk+0x58/0x6f
[   26.370015]  rtw_wiphy_register+0x26/0x51 [8188gu]
[   26.370064]  rtw_cfg80211_ndev_res_register+0x19/0x5b [8188gu]
[   26.370113]  rtw_os_ndev_register+0x116/0x196 [8188gu]
[   26.370161]  rtw_os_ndevs_register+0x9f/0x127 [8188gu]
[   26.370210]  rtw_os_ndevs_init+0x29/0x3d [8188gu]
[   26.370259]  rtw_drv_init+0x4e4/0x606 [8188gu]
[   26.370263]  usb_probe_interface+0xed/0x290
[   26.370267]  really_probe+0xfb/0x3a0
[   26.370270]  driver_probe_device+0x5f/0xe0
[   26.370272]  device_driver_attach+0x5d/0x70
[   26.370275]  __driver_attach+0x8f/0x150
[   26.370277]  ? device_driver_attach+0x70/0x70
[   26.370280]  bus_for_each_dev+0x7e/0xc0
[   26.370282]  driver_attach+0x1e/0x20
[   26.370284]  bus_add_driver+0x14f/0x1f0
[   26.370286]  driver_register+0x74/0xc0
[   26.370289]  usb_register_driver+0x7b/0x120
[   26.370291]  ? 0xffffffffc0cb7000
[   26.370323]  rtw_drv_entry+0xa9/0x1000 [8188gu]
[   26.370326]  do_one_initcall+0x4a/0x1fa
[   26.370330]  ? kfree+0x206/0x220
[   26.370333]  ? _cond_resched+0x19/0x30
[   26.370335]  ? kmem_cache_alloc_trace+0x16c/0x240
[   26.370339]  do_init_module+0x62/0x250
[   26.370342]  load_module+0x10cc/0x1210
[   26.370346]  __do_sys_finit_module+0xbe/0x120
[   26.370348]  ? __do_sys_finit_module+0xbe/0x120
[   26.370351]  __x64_sys_finit_module+0x1a/0x20
[   26.370354]  do_syscall_64+0x5a/0x130
[   26.370357]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   26.370359] RIP: 0033:0x7fa446c5094d
[   26.370361] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 13 e5 0c 00 f7 d8 64 89 01 48
[   26.370363] RSP: 002b:00007ffebe2fd1b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   26.370365] RAX: ffffffffffffffda RBX: 000055a52257d7a0 RCX: 00007fa446c5094d
[   26.370366] RDX: 0000000000000000 RSI: 00007fa446b2dcad RDI: 000000000000000f
[   26.370368] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[   26.370369] R10: 000000000000000f R11: 0000000000000246 R12: 00007fa446b2dcad
[   26.370370] R13: 0000000000000000 R14: 000055a522573370 R15: 000055a52257d7a0
[   26.370373] ---[ end trace 9d1b1a8ee174c872 ]---
[   26.370375] RTW: rtw_cfg80211_ndev_res_register rtw_wiphy_register fail for if1
[   26.370376] ------------[ cut here ]------------
[   26.370439] WARNING: CPU: 0 PID: 392 at /home/dora/rtl8188gu/os_dep/linux/os_intfs.c:1588 rtw_os_ndev_register+0xbb/0x196 [8188gu]
[   26.370439] Modules linked in: 8188gu(OE+) snd_hda_codec_analog snd_hda_codec_generic ledtrig_audio snd_hda_intel coretemp snd_intel_dspcfg snd_hda_codec snd_hda_core kvm irqbypass snd_hwdep 8188gtvu(OE) snd_pcm snd_seq_midi snd_seq_midi_event cfg80211 serio_raw snd_rawmidi input_leds snd_seq snd_seq_device snd_timer snd mac_hid soundcore sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_generic gpio_ich i915 i2c_algo_bit drm_kms_helper psmouse i2c_i801 pata_acpi syscopyarea sysfillrect lpc_ich sysimgblt usbhid hid fb_sys_fops tg3 drm floppy video
[   26.370468] CPU: 0 PID: 392 Comm: systemd-udevd Tainted: G        W  OE     5.3.0-55-generic #49-Ubuntu
[   26.370469] Hardware name: LENOVO 880793G/LENOVO, BIOS 2JKT26AGR 12/08/2006
[   26.370518] RIP: 0010:rtw_os_ndev_register+0xbb/0x196 [8188gu]
[   26.370520] Code: 4d 39 fd 0f 85 a6 00 00 00 4c 89 e7 e8 1f 68 75 f4 85 c0 0f 94 c0 0f b6 c0 e9 a1 00 00 00 48 c7 c7 00 0c c6 c0 e8 69 7c f5 f3 <0f> 0b e9 b8 00 00 00 c6 83 a0 44 00 00 01 e9 b9 00 00 00 0f b6 8b
[   26.370521] RSP: 0018:ffffb705c03479a0 EFLAGS: 00010246
[   26.370523] RAX: 0000000000000024 RBX: ffffb705c049d000 RCX: 0000000000000006
[   26.370525] RDX: 0000000000000000 RSI: 0000000000000082 RDI: ffff8c33be217440
[   26.370526] RBP: ffffb705c03479d0 R08: 0000000000000684 R09: 0000000000000004
[   26.370527] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8c33ad819000
[   26.370529] R13: 0000000000000000 R14: ffffb705c04a0440 R15: ffffb705c049d000
[   26.370531] FS:  00007fa4466dc880(0000) GS:ffff8c33be200000(0000) knlGS:0000000000000000
[   26.370533] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   26.370534] CR2: 00007f768a89c280 CR3: 0000000036728000 CR4: 00000000000006f0
[   26.370535] Call Trace:
[   26.370584]  rtw_os_ndevs_register+0x9f/0x127 [8188gu]
[   26.370633]  rtw_os_ndevs_init+0x29/0x3d [8188gu]
[   26.370681]  rtw_drv_init+0x4e4/0x606 [8188gu]
[   26.370684]  usb_probe_interface+0xed/0x290
[   26.370687]  really_probe+0xfb/0x3a0
[   26.370690]  driver_probe_device+0x5f/0xe0
[   26.370692]  device_driver_attach+0x5d/0x70
[   26.370695]  __driver_attach+0x8f/0x150
[   26.370697]  ? device_driver_attach+0x70/0x70
[   26.370699]  bus_for_each_dev+0x7e/0xc0
[   26.370702]  driver_attach+0x1e/0x20
[   26.370704]  bus_add_driver+0x14f/0x1f0
[   26.370706]  driver_register+0x74/0xc0
[   26.370708]  usb_register_driver+0x7b/0x120
[   26.370709]  ? 0xffffffffc0cb7000
[   26.370741]  rtw_drv_entry+0xa9/0x1000 [8188gu]
[   26.370744]  do_one_initcall+0x4a/0x1fa
[   26.370746]  ? kfree+0x206/0x220
[   26.370748]  ? _cond_resched+0x19/0x30
[   26.370750]  ? kmem_cache_alloc_trace+0x16c/0x240
[   26.370752]  do_init_module+0x62/0x250
[   26.370755]  load_module+0x10cc/0x1210
[   26.370759]  __do_sys_finit_module+0xbe/0x120
[   26.370761]  ? __do_sys_finit_module+0xbe/0x120
[   26.370764]  __x64_sys_finit_module+0x1a/0x20
[   26.370767]  do_syscall_64+0x5a/0x130
[   26.370769]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   26.370771] RIP: 0033:0x7fa446c5094d
[   26.370773] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 13 e5 0c 00 f7 d8 64 89 01 48
[   26.370774] RSP: 002b:00007ffebe2fd1b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   26.370776] RAX: ffffffffffffffda RBX: 000055a52257d7a0 RCX: 00007fa446c5094d
[   26.370778] RDX: 0000000000000000 RSI: 00007fa446b2dcad RDI: 000000000000000f
[   26.370779] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[   26.370780] R10: 000000000000000f R11: 0000000000000246 R12: 00007fa446b2dcad
[   26.370782] R13: 0000000000000000 R14: 000055a522573370 R15: 000055a52257d7a0
[   26.370784] ---[ end trace 9d1b1a8ee174c873 ]---
[   26.383702] ------------[ cut here ]------------
[   26.383779] WARNING: CPU: 1 PID: 392 at /home/dora/rtl8188gu/os_dep/linux/os_intfs.c:3010 rtw_os_ndevs_register+0xfc/0x127 [8188gu]
[   26.383780] Modules linked in: 8188gu(OE+) snd_hda_codec_analog snd_hda_codec_generic ledtrig_audio snd_hda_intel coretemp snd_intel_dspcfg snd_hda_codec snd_hda_core kvm irqbypass snd_hwdep 8188gtvu(OE) snd_pcm snd_seq_midi snd_seq_midi_event cfg80211 serio_raw snd_rawmidi input_leds snd_seq snd_seq_device snd_timer snd mac_hid soundcore sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 btrfs xor zstd_compress raid6_pq libcrc32c dm_mirror dm_region_hash dm_log hid_generic gpio_ich i915 i2c_algo_bit drm_kms_helper psmouse i2c_i801 pata_acpi syscopyarea sysfillrect lpc_ich sysimgblt usbhid hid fb_sys_fops 
tg3 drm floppy video
[   26.383816] CPU: 1 PID: 392 Comm: systemd-udevd Tainted: G        W  OE     5.3.0-55-generic #49-Ubuntu
[   26.383817] Hardware name: LENOVO 880793G/LENOVO, BIOS 2JKT26AGR 12/08/2006
[   26.383866] RIP: 0010:rtw_os_ndevs_register+0xfc/0x127 [8188gu]
[   26.383869] Code: c3 c0 48 c7 c7 58 0c c6 c0 e8 d5 6d f5 f3 48 c7 c7 00 0c c6 c0 e8 c9 6d f5 f3 0f 0b eb b7 48 c7 c7 00 0c c6 c0 e8 b9 6d f5 f3 <0f> 0b 45 85 e4 74 0d 48 89 df e8 5a e9 01 00 e9 25 ff ff ff 4d 63
[   26.383870] RSP: 0018:ffffb705c03479e0 EFLAGS: 00010246
[   26.383872] RAX: 0000000000000024 RBX: ffff8c33b2ff1000 RCX: 0000000000000000
[   26.383874] RDX: 0000000000000000 RSI: ffff8c33be317448 RDI: ffff8c33be317448
[   26.383875] RBP: ffffb705c0347a08 R08: ffff8c33be317448 R09: 0000000000000004
[   26.383876] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000000
[   26.383878] R13: 0000000000000001 R14: 0000000000000000 R15: ffffb705c049d000
[   26.383880] FS:  00007fa4466dc880(0000) GS:ffff8c33be300000(0000) knlGS:0000000000000000
[   26.383881] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   26.383883] CR2: 00007fe4e208efb0 CR3: 0000000036728000 CR4: 00000000000006e0
[   26.383884] Call Trace:
[   26.383935]  rtw_os_ndevs_init+0x29/0x3d [8188gu]
[   26.383984]  rtw_drv_init+0x4e4/0x606 [8188gu]
[   26.383988]  usb_probe_interface+0xed/0x290
[   26.383991]  really_probe+0xfb/0x3a0
[   26.383994]  driver_probe_device+0x5f/0xe0
[   26.383996]  device_driver_attach+0x5d/0x70
[   26.383999]  __driver_attach+0x8f/0x150
[   26.384001]  ? device_driver_attach+0x70/0x70
[   26.384003]  bus_for_each_dev+0x7e/0xc0
[   26.384006]  driver_attach+0x1e/0x20
[   26.384008]  bus_add_driver+0x14f/0x1f0
[   26.384010]  driver_register+0x74/0xc0
[   26.384012]  usb_register_driver+0x7b/0x120
[   26.384014]  ? 0xffffffffc0cb7000
[   26.384046]  rtw_drv_entry+0xa9/0x1000 [8188gu]
[   26.384049]  do_one_initcall+0x4a/0x1fa
[   26.384052]  ? kfree+0x206/0x220
[   26.384055]  ? _cond_resched+0x19/0x30
[   26.384057]  ? kmem_cache_alloc_trace+0x16c/0x240
[   26.384060]  do_init_module+0x62/0x250
[   26.384063]  load_module+0x10cc/0x1210
[   26.384067]  __do_sys_finit_module+0xbe/0x120
[   26.384069]  ? __do_sys_finit_module+0xbe/0x120
[   26.384072]  __x64_sys_finit_module+0x1a/0x20
[   26.384075]  do_syscall_64+0x5a/0x130
[   26.384077]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   26.384079] RIP: 0033:0x7fa446c5094d
[   26.384082] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 13 e5 0c 00 f7 d8 64 89 01 48
[   26.384083] RSP: 002b:00007ffebe2fd1b8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   26.384085] RAX: ffffffffffffffda RBX: 000055a52257d7a0 RCX: 00007fa446c5094d
[   26.384087] RDX: 0000000000000000 RSI: 00007fa446b2dcad RDI: 000000000000000f
[   26.384088] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[   26.384089] R10: 000000000000000f R11: 0000000000000246 R12: 00007fa446b2dcad
[   26.384091] R13: 0000000000000000 R14: 000055a522573370 R15: 000055a52257d7a0
[   26.384093] ---[ end trace 9d1b1a8ee174c874 ]---
[   26.384108] RTW: rtw_wdev_free(wdev=00000000e6b693e1)
[   26.384110] RTW: rtw_wiphy_free(phy0)
[   26.384120] RTW: rtw_usb_primary_adapter_deinit((null))
[   26.384122] RTW: rtw_dev_unload: bup==_FALSE
[   26.384127] RTW: +r871xu_dev_remove, hw_init_completed=0
[   26.384274] RTW: WARN free_recv_skb_queue not empty, 8
[   26.384286] RTW: usb attached..., try to reset usb device
[   26.511773] usb 1-2: reset high-speed USB device number 2 using ehci-pci
[   26.540410] usbcore: registered new interface driver rtl8710bu
[   26.540413] RTW: module init ret=0
[   35.596283] Bluetooth: Core ver 2.22
[   35.596324] NET: Registered protocol family 31
[   35.596325] Bluetooth: HCI device and connection manager initialized
[   35.596334] Bluetooth: HCI socket layer initialized
[   35.596337] Bluetooth: L2CAP socket layer initialized
[   35.596342] Bluetooth: SCO socket layer initialized
[   43.336411] tg3 0000:03:00.0 enp3s0: Link is up at 1000 Mbps, full duplex
[   43.336415] tg3 0000:03:00.0 enp3s0: Flow control is off for TX and off for RX
[   43.336443] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   56.340930] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   56.340933] Bluetooth: BNEP filters: protocol multicast
[   56.340941] Bluetooth: BNEP socket layer initialized
[   74.001640] fbcon: Taking over console
[   74.012652] Console: switching to colour frame buffer device 160x64

help please. got some error message

ubuntu 20.04
after make && sudo make install

i plugin the usb wifi device:
work/soft/drivers/rtl8188gu$ lsusb | grep 0bda
Bus 002 Device 016: ID 0bda:b711 Realtek Semiconductor Corp. 802.11n WLAN Adapter

but ifconfig shows no new network interface and got some error message like this
:/lib/firmware/rtlwifi$ sudo dmesg -c
[ 5483.389947] usb 2-6: new high-speed USB device number 15 using xhci_hcd
[ 5483.410498] usb 2-6: New USB device found, idVendor=0bda, idProduct=1a2b, bcdDevice= 2.00
[ 5483.410504] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5483.410508] usb 2-6: Product: DISK
[ 5483.410511] usb 2-6: Manufacturer: Realtek
[ 5483.412360] usb-storage 2-6:1.0: USB Mass Storage device detected
[ 5483.413047] scsi host6: usb-storage 2-6:1.0
[ 5484.430671] scsi 6:0:0:0: CD-ROM Realtek USB Disk autorun 1.00 PQ: 0 ANSI: 0 CCS
[ 5484.431409] sr 6:0:0:0: [sr0] scsi-1 drive
[ 5484.458375] sr 6:0:0:0: Attached scsi CD-ROM sr0
[ 5484.458625] sr 6:0:0:0: Attached scsi generic sg2 type 5
[ 5484.469120] sr 6:0:0:0: [sr0] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 5484.469124] sr 6:0:0:0: [sr0] tag#0 CDB: Read(10) 28 00 00 00 ff fc 00 00 02 00
[ 5484.469128] blk_update_request: I/O error, dev sr0, sector 262128 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[ 5484.477843] scsi 6:0:0:0: rejecting I/O to dead device
[ 5484.477848] blk_update_request: I/O error, dev sr0, sector 262128 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[ 5484.477851] buffer_io_error: 94 callbacks suppressed
[ 5484.477852] Buffer I/O error on dev sr0, logical block 32766, async page read
[ 5484.477904] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477911] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477916] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477921] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477926] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477930] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477935] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477939] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.477943] Buffer I/O error on dev sr0, logical block 0, async page read
[ 5484.494896] usb 2-6: USB disconnect, device number 15
[ 5484.873952] usb 2-6: new high-speed USB device number 16 using xhci_hcd
[ 5484.894457] usb 2-6: New USB device found, idVendor=0bda, idProduct=b711, bcdDevice= 2.00
[ 5484.894463] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5484.894467] usb 2-6: Product: 802.11n WLAN Adapter
[ 5484.894470] usb 2-6: Manufacturer: Realtek
[ 5484.894472] usb 2-6: SerialNumber: 00E04CB82101
[ 5484.898319] RTW:
usb_endpoint_descriptor(0):
[ 5484.898324] RTW: bLength=7
[ 5484.898326] RTW: bDescriptorType=5
[ 5484.898328] RTW: bEndpointAddress=84
[ 5484.898330] RTW: wMaxPacketSize=512
[ 5484.898332] RTW: bInterval=0
[ 5484.898334] RTW: RT_usb_endpoint_is_bulk_in = 4
[ 5484.898336] RTW:
usb_endpoint_descriptor(1):
[ 5484.898337] RTW: bLength=7
[ 5484.898339] RTW: bDescriptorType=5
[ 5484.898341] RTW: bEndpointAddress=5
[ 5484.898343] RTW: wMaxPacketSize=512
[ 5484.898345] RTW: bInterval=0
[ 5484.898347] RTW: RT_usb_endpoint_is_bulk_out = 5
[ 5484.898349] RTW:
usb_endpoint_descriptor(2):
[ 5484.898351] RTW: bLength=7
[ 5484.898352] RTW: bDescriptorType=5
[ 5484.898354] RTW: bEndpointAddress=6
[ 5484.898356] RTW: wMaxPacketSize=512
[ 5484.898358] RTW: bInterval=0
[ 5484.898360] RTW: RT_usb_endpoint_is_bulk_out = 6
[ 5484.898361] RTW:
usb_endpoint_descriptor(3):
[ 5484.898363] RTW: bLength=7
[ 5484.898365] RTW: bDescriptorType=5
[ 5484.898367] RTW: bEndpointAddress=87
[ 5484.898369] RTW: wMaxPacketSize=64
[ 5484.898371] RTW: bInterval=3
[ 5484.898374] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[ 5484.898376] RTW:
usb_endpoint_descriptor(4):
[ 5484.898378] RTW: bLength=7
[ 5484.898380] RTW: bDescriptorType=5
[ 5484.898381] RTW: bEndpointAddress=8
[ 5484.898383] RTW: wMaxPacketSize=512
[ 5484.898385] RTW: bInterval=0
[ 5484.898387] RTW: RT_usb_endpoint_is_bulk_out = 8
[ 5484.898389] RTW:
usb_endpoint_descriptor(5):
[ 5484.898391] RTW: bLength=7
[ 5484.898393] RTW: bDescriptorType=5
[ 5484.898395] RTW: bEndpointAddress=9
[ 5484.898397] RTW: wMaxPacketSize=512
[ 5484.898399] RTW: bInterval=0
[ 5484.898401] RTW: RT_usb_endpoint_is_bulk_out = 9
[ 5484.898404] RTW: nr_endpoint=6, in_num=2, out_num=4

[ 5484.898405] RTW: USB_SPEED_HIGH
[ 5484.898445] RTW: Peter : Step2
[ 5484.898491] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.read_chip_version ###
[ 5484.898494] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.init_default_value ###
[ 5484.898496] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.intf_chip_configure ###
[ 5484.898499] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.read_adapter_info ###
[ 5484.898502] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_power_on ###
[ 5484.898505] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_power_off ###
[ 5484.898508] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_init ###
[ 5484.898510] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_deinit ###
[ 5484.898513] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.init_xmit_priv ###
[ 5484.898516] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.free_xmit_priv ###
[ 5484.898518] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_xmit ###
[ 5484.898522] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.mgnt_xmit ###
[ 5484.898524] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_xmitframe_enqueue ###
[ 5484.898527] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.init_recv_priv ###
[ 5484.898530] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.free_recv_priv ###
[ 5484.898532] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.inirp_init ###
[ 5484.898535] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.inirp_deinit ###
[ 5484.898538] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.dm_init ###
[ 5484.898541] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.dm_deinit ###
[ 5484.898543] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_dm_watchdog ###
[ 5484.898546] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.set_chnl_bw_handler ###
[ 5484.898548] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.set_hw_reg_handler ###
[ 5484.898551] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.GetHwRegHandler ###
[ 5484.898554] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.get_hal_def_var_handler ###
[ 5484.898556] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.SetHalDefVarHandler ###
[ 5484.898559] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.GetHalODMVarHandler ###
[ 5484.898561] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.SetHalODMVarHandler ###
[ 5484.898564] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.SetBeaconRelatedRegistersHandler ###
[ 5484.898566] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.fill_h2c_cmd ###
[ 5484.898568] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.c2h_handler ###
[ 5484.898570] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.fill_fake_txdesc ###
[ 5484.898572] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.hal_get_tx_buff_rsvd_page_num ###
[ 5484.898573] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.fw_dl ###
[ 5484.898575] RTW: ### rtw_hal_ops_check - Error : Please hook hal_func.get_tx_power_index_handler ###
[ 5484.898588] RTW: rtw_usb_primary_adapter_init Failed!
[ 5484.898589] RTW: usb attached..., try to reset usb device
[ 5485.026275] usb 2-6: reset high-speed USB device number 16 using xhci_hcd
[ 5485.047102] option 2-6:1.0: GSM modem (1-port) converter detected
[ 5485.047461] usb 2-6: GSM modem (1-port) converter now attached to ttyUSB0

Compiles but produces lots of dmesg errors without working

Any idea for this one? Happens on both Ubuntu on Arch.

[19338.526801] usb 1-1: new high-speed USB device number 23 using xhci_hcd
[19338.667221] usb 1-1: New USB device found, idVendor=0bda, idProduct=1a2b, bcdDevice= 2.00
[19338.667227] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[19338.667230] usb 1-1: Product: DISK
[19338.667233] usb 1-1: Manufacturer: Realtek
[19338.668872] usb-storage 1-1:1.0: USB Mass Storage device detected
[19338.669368] scsi host2: usb-storage 1-1:1.0
[19339.290838] usb 1-1: USB disconnect, device number 23
[19339.650118] usb 1-1: new high-speed USB device number 24 using xhci_hcd
[19339.790687] usb 1-1: New USB device found, idVendor=0bda, idProduct=b711, bcdDevice= 2.00
[19339.790689] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[19339.790691] usb 1-1: Product: 802.11n WLAN Adapter
[19339.790692] usb 1-1: Manufacturer: Realtek
[19339.790693] usb 1-1: SerialNumber: 00E04CB82101
[19339.812720] 8188gu: loading out-of-tree module taints kernel.
[19339.814025] 8188gu: module verification failed: signature and/or required key missing - tainting kernel
[19339.835639] RTW: module init start
[19339.835641] RTW: rtl8710bu v5.2.22_xxxx.20180117
[19339.835657] RTW: rtw_inetaddr_notifier_register
[19339.835680] RTW: 
               usb_endpoint_descriptor(0):
[19339.835681] RTW: bLength=7
[19339.835681] RTW: bDescriptorType=5
[19339.835682] RTW: bEndpointAddress=84
[19339.835682] RTW: wMaxPacketSize=512
[19339.835683] RTW: bInterval=0
[19339.835683] RTW: RT_usb_endpoint_is_bulk_in = 4
[19339.835684] RTW: 
               usb_endpoint_descriptor(1):
[19339.835684] RTW: bLength=7
[19339.835685] RTW: bDescriptorType=5
[19339.835685] RTW: bEndpointAddress=5
[19339.835685] RTW: wMaxPacketSize=512
[19339.835686] RTW: bInterval=0
[19339.835686] RTW: RT_usb_endpoint_is_bulk_out = 5
[19339.835687] RTW: 
               usb_endpoint_descriptor(2):
[19339.835687] RTW: bLength=7
[19339.835687] RTW: bDescriptorType=5
[19339.835688] RTW: bEndpointAddress=6
[19339.835688] RTW: wMaxPacketSize=512
[19339.835689] RTW: bInterval=0
[19339.835689] RTW: RT_usb_endpoint_is_bulk_out = 6
[19339.835689] RTW: 
               usb_endpoint_descriptor(3):
[19339.835690] RTW: bLength=7
[19339.835690] RTW: bDescriptorType=5
[19339.835691] RTW: bEndpointAddress=87
[19339.835691] RTW: wMaxPacketSize=64
[19339.835691] RTW: bInterval=3
[19339.835692] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[19339.835692] RTW: 
               usb_endpoint_descriptor(4):
[19339.835693] RTW: bLength=7
[19339.835693] RTW: bDescriptorType=5
[19339.835694] RTW: bEndpointAddress=8
[19339.835694] RTW: wMaxPacketSize=512
[19339.835694] RTW: bInterval=0
[19339.835695] RTW: RT_usb_endpoint_is_bulk_out = 8
[19339.835695] RTW: 
               usb_endpoint_descriptor(5):
[19339.835696] RTW: bLength=7
[19339.835696] RTW: bDescriptorType=5
[19339.835696] RTW: bEndpointAddress=9
[19339.835697] RTW: wMaxPacketSize=512
[19339.835697] RTW: bInterval=0
[19339.835697] RTW: RT_usb_endpoint_is_bulk_out = 9
[19339.835698] RTW: nr_endpoint=6, in_num=2, out_num=4

[19339.835698] RTW: USB_SPEED_HIGH
[19339.835699] RTW: CHIP TYPE: RTL8710BU
[19339.835707] RTW: Peter : Step2
[19339.835717] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff)
[19339.835875] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff), OriginalValue(0x41000280)
[19339.835876] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff)
[19339.836043] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff), OriginalValue(0x8010301)
[19339.836044] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff)
[19339.836201] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff), OriginalValue(0x1402)
[19339.836203] RTW: rtw_hal_config_rftype RF_Type is 0 TotalTxPath is 1
[19339.836205] RTW: Chip Version Info: CHIP_8710B_Normal_Chip_UMC_A_CUT_1T1R_RomVer(2)
[19339.836206] RTW: USB NumInPipe(2), NumOutPipe(4/4)
[19339.836208] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf)
[19339.836362] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf), OriginalValue(0x20)
[19339.849205] RTW: Peter : read EFUSE end,dump :
[19339.849207]  95
[19339.849207]  81
[19339.849207]  c2
[19339.849208]  16
[19339.849208]  ff
[19339.849209]  ff
[19339.849209]  ff
[19339.849210]  ff
[19339.849210]  ff
[19339.849210]  ff
[19339.849211]  ff
[19339.849211]  ff
[19339.849212]  ff
[19339.849212]  ff
[19339.849212]  ff
[19339.849213]  ff

[19339.849214]  ff
[19339.849214]  ff
[19339.849214]  ff
[19339.849215]  ff
[19339.849215]  ff
[19339.849216]  ff
[19339.849216]  ff
[19339.849216]  ff
[19339.849217]  e0
[19339.849217]  00
[19339.849218]  00
[19339.849218]  02
[19339.849218]  ff
[19339.849219]  ff
[19339.849219]  ff
[19339.849220]  ff

[19339.849220]  26
[19339.849221]  26
[19339.849221]  26
[19339.849221]  26
[19339.849222]  26
[19339.849222]  26
[19339.849223]  26
[19339.849223]  26
[19339.849224]  26
[19339.849224]  26
[19339.849224]  26
[19339.849225]  02
[19339.849225]  ff
[19339.849226]  ff
[19339.849226]  ff
[19339.849227]  ff

[19339.849227]  ff
[19339.849228]  ff
[19339.849228]  ff
[19339.849229]  ff
[19339.849229]  ff
[19339.849229]  ff
[19339.849230]  ff
[19339.849230]  ff
[19339.849231]  ff
[19339.849231]  ff
[19339.849232]  ff
[19339.849232]  ff
[19339.849233]  ff
[19339.849233]  ff
[19339.849233]  ff
[19339.849234]  ff

[19339.849235]  ff
[19339.849235]  ff
[19339.849235]  ff
[19339.849236]  ff
[19339.849236]  ff
[19339.849237]  ff
[19339.849237]  ff
[19339.849238]  ff
[19339.849238]  ff
[19339.849238]  ff
[19339.849239]  ff
[19339.849239]  ff
[19339.849240]  ff
[19339.849240]  ff
[19339.849241]  ff
[19339.849241]  ff

[19339.849242]  ff
[19339.849242]  ff
[19339.849243]  ff
[19339.849243]  ff
[19339.849243]  ff
[19339.849244]  ff
[19339.849244]  ff
[19339.849245]  ff
[19339.849245]  ff
[19339.849246]  ff
[19339.849246]  ff
[19339.849247]  ff
[19339.849247]  ff
[19339.849247]  ff
[19339.849248]  ff
[19339.849248]  ff

[19339.849249]  ff
[19339.849249]  ff
[19339.849250]  ff
[19339.849250]  ff
[19339.849251]  ff
[19339.849251]  ff
[19339.849252]  ff
[19339.849252]  ff
[19339.849253]  ff
[19339.849253]  ff
[19339.849253]  ff
[19339.849254]  ff
[19339.849254]  ff
[19339.849255]  ff
[19339.849255]  ff
[19339.849256]  ff

[19339.849256]  ff
[19339.849257]  ff
[19339.849257]  ff
[19339.849258]  ff
[19339.849258]  ff
[19339.849258]  ff
[19339.849259]  ff
[19339.849259]  ff
[19339.849260]  ff
[19339.849260]  ff
[19339.849261]  ff
[19339.849261]  ff
[19339.849262]  ff
[19339.849262]  ff
[19339.849262]  ff
[19339.849263]  ff

[19339.849264]  ff
[19339.849264]  ff
[19339.849265]  ff
[19339.849265]  ff
[19339.849266]  ff
[19339.849266]  ff
[19339.849266]  ff
[19339.849267]  ff
[19339.849267]  ff
[19339.849268]  ff
[19339.849268]  ff
[19339.849268]  ff
[19339.849269]  ff
[19339.849269]  ff
[19339.849270]  ff
[19339.849270]  ff

[19339.849271]  ff
[19339.849271]  ff
[19339.849272]  ff
[19339.849272]  ff
[19339.849272]  ff
[19339.849273]  ff
[19339.849273]  ff
[19339.849274]  ff
[19339.849274]  ff
[19339.849275]  ff
[19339.849275]  ff
[19339.849276]  ff
[19339.849276]  ff
[19339.849276]  ff
[19339.849277]  ff
[19339.849277]  ff

[19339.849278]  ff
[19339.849278]  ff
[19339.849279]  ff
[19339.849279]  ff
[19339.849279]  ff
[19339.849280]  ff
[19339.849280]  ff
[19339.849281]  ff
[19339.849281]  ff
[19339.849282]  ff
[19339.849282]  ff
[19339.849283]  ff
[19339.849283]  ff
[19339.849284]  ff
[19339.849284]  ff
[19339.849284]  ff

[19339.849285]  ff
[19339.849286]  ff
[19339.849286]  ff
[19339.849286]  ff
[19339.849287]  ff
[19339.849287]  ff
[19339.849288]  ff
[19339.849288]  ff
[19339.849289]  ff
[19339.849289]  ff
[19339.849289]  ff
[19339.849290]  ff
[19339.849290]  ff
[19339.849291]  ff
[19339.849291]  ff
[19339.849292]  ff

[19339.849292]  ff
[19339.849293]  ff
[19339.849293]  ff
[19339.849293]  ff
[19339.849294]  ff
[19339.849294]  ff
[19339.849295]  ff
[19339.849295]  ff
[19339.849296]  20
[19339.849296]  20
[19339.849296]  16
[19339.849297]  05
[19339.849297]  00
[19339.849298]  00
[19339.849298]  00
[19339.849299]  ff

[19339.849300]  ff
[19339.849300]  ff
[19339.849300]  ff
[19339.849301]  ff
[19339.849301]  ff
[19339.849302]  ff
[19339.849302]  ff
[19339.849302]  ff
[19339.849303]  ff
[19339.849303]  ff
[19339.849304]  ff
[19339.849304]  ff
[19339.849304]  ff
[19339.849305]  ff
[19339.849305]  ff
[19339.849306]  ff

[19339.849307]  ff
[19339.849307]  ff
[19339.849307]  ff
[19339.849308]  ff
[19339.849308]  ff
[19339.849308]  ff
[19339.849309]  ff
[19339.849309]  ff
[19339.849310]  ff
[19339.849310]  ff
[19339.849311]  ff
[19339.849311]  ff
[19339.849311]  ff
[19339.849312]  ff
[19339.849312]  ff
[19339.849313]  ff

[19339.849314]  ff
[19339.849314]  ff
[19339.849314]  ff
[19339.849315]  ff
[19339.849315]  ff
[19339.849316]  ff
[19339.849316]  ff
[19339.849317]  ff
[19339.849317]  ff
[19339.849317]  ff
[19339.849318]  ff
[19339.849318]  ff
[19339.849319]  ff
[19339.849319]  ff
[19339.849320]  ff
[19339.849320]  ff

[19339.849321]  ff
[19339.849321]  ff
[19339.849322]  ff
[19339.849322]  ff
[19339.849322]  ff
[19339.849323]  ff
[19339.849323]  ff
[19339.849324]  ff
[19339.849324]  ff
[19339.849325]  ff
[19339.849325]  ff
[19339.849326]  ff
[19339.849326]  ff
[19339.849327]  ff
[19339.849327]  ff
[19339.849327]  ff

[19339.849328]  ff
[19339.849328]  ff
[19339.849329]  ff
[19339.849329]  ff
[19339.849330]  ff
[19339.849330]  ff
[19339.849331]  ff
[19339.849331]  ff
[19339.849331]  ff
[19339.849332]  ff
[19339.849332]  1c
[19339.849333]  bf
[19339.849333]  ce
[19339.849334]  cd
[19339.849334]  a2
[19339.849335]  ed

[19339.849335]  ff
[19339.849336]  ff
[19339.849336]  ff
[19339.849336]  ff
[19339.849337]  ff
[19339.849337]  ff
[19339.849338]  ff
[19339.849338]  ff
[19339.849339]  ff
[19339.849339]  ff
[19339.849340]  ff
[19339.849340]  ff
[19339.849340]  ff
[19339.849341]  ff
[19339.849341]  ff
[19339.849342]  ff

[19339.849343]  ff
[19339.849343]  01
[19339.849343]  00
[19339.849344]  10
[19339.849344]  00
[19339.849345]  ff
[19339.849345]  00
[19339.849346]  ff
[19339.849346]  10
[19339.849346]  00
[19339.849347]  ff
[19339.849347]  ff
[19339.849348]  ff
[19339.849348]  ff
[19339.849349]  ff
[19339.849349]  ff

[19339.849350]  ff
[19339.849350]  ff
[19339.849351]  ff
[19339.849351]  ff
[19339.849352]  ff
[19339.849352]  ff
[19339.849352]  ff
[19339.849353]  ff
[19339.849353]  ff
[19339.849354]  ff
[19339.849354]  ff
[19339.849355]  ff
[19339.849355]  ff
[19339.849356]  ff
[19339.849356]  ff
[19339.849357]  ff

[19339.849357]  ff
[19339.849358]  ff
[19339.849358]  ff
[19339.849359]  ff
[19339.849359]  ff
[19339.849359]  ff
[19339.849360]  ff
[19339.849360]  ff
[19339.849361]  ff
[19339.849361]  ff
[19339.849361]  ff
[19339.849362]  ff
[19339.849362]  ff
[19339.849363]  ff
[19339.849363]  ff
[19339.849364]  ff

[19339.849364]  ff
[19339.849365]  ff
[19339.849365]  ff
[19339.849366]  ff
[19339.849366]  ff
[19339.849367]  ff
[19339.849367]  ff
[19339.849367]  ff
[19339.849368]  ff
[19339.849368]  ff
[19339.849368]  ff
[19339.849369]  ff
[19339.849369]  ff
[19339.849370]  ff
[19339.849370]  ff
[19339.849371]  ff

[19339.849372]  ff
[19339.849372]  ff
[19339.849372]  ff
[19339.849373]  ff
[19339.849373]  ff
[19339.849374]  ff
[19339.849374]  ff
[19339.849375]  ff
[19339.849375]  ff
[19339.849375]  ff
[19339.849376]  ff
[19339.849376]  ff
[19339.849377]  ff
[19339.849377]  ff
[19339.849378]  ff
[19339.849378]  ff

[19339.849379]  ff
[19339.849379]  ff
[19339.849380]  ff
[19339.849380]  ff
[19339.849380]  ff
[19339.849381]  ff
[19339.849381]  ff
[19339.849382]  ff
[19339.849382]  ff
[19339.849383]  ff
[19339.849383]  ff
[19339.849383]  ff
[19339.849384]  ff
[19339.849384]  ff
[19339.849385]  ff
[19339.849385]  ff

[19339.849386]  ff
[19339.849386]  ff
[19339.849387]  ff
[19339.849387]  ff
[19339.849388]  ff
[19339.849388]  ff
[19339.849388]  ff
[19339.849389]  ff
[19339.849389]  ff
[19339.849390]  ff
[19339.849390]  ff
[19339.849391]  ff
[19339.849391]  ff
[19339.849391]  ff
[19339.849392]  ff
[19339.849392]  ff

[19339.849393]  ff
[19339.849393]  ff
[19339.849394]  ff
[19339.849394]  ff
[19339.849395]  ff
[19339.849395]  ff
[19339.849395]  ff
[19339.849396]  ff
[19339.849396]  ff
[19339.849397]  ff
[19339.849397]  ff
[19339.849398]  ff
[19339.849398]  ff
[19339.849398]  ff
[19339.849399]  ff
[19339.849399]  ff

[19339.849400]  ff
[19339.849400]  ff
[19339.849401]  ff
[19339.849401]  ff
[19339.849402]  ff
[19339.849402]  ff
[19339.849402]  ff
[19339.849403]  ff
[19339.849403]  ff
[19339.849404]  ff
[19339.849404]  ff
[19339.849405]  ff
[19339.849405]  ff
[19339.849406]  ff
[19339.849406]  ff
[19339.849406]  ff

[19339.849407]  da
[19339.849407]  0b
[19339.849408]  11
[19339.849408]  b7
[19339.849409]  ff
[19339.849409]  ff
[19339.849410]  ff
[19339.849410]  ff
[19339.849411]  ff
[19339.849411]  ff
[19339.849412]  ff
[19339.849412]  ff
[19339.849412]  03
[19339.849413]  98
[19339.849413]  ff
[19339.849414]  ff

[19339.849415]  ff
[19339.849415]  ff
[19339.849415]  00
[19339.849416]  00
[19339.849416]  ff
[19339.849417]  ff
[19339.849417]  ff
[19339.849418]  ff
[19339.849418]  ff
[19339.849418]  ff
[19339.849419]  ff
[19339.849419]  ff
[19339.849420]  ff
[19339.849420]  ff
[19339.849421]  ff
[19339.849421]  ff

[19339.849422]  ff
[19339.849422]  ff
[19339.849423]  ff
[19339.849423]  ff
[19339.849423]  ff
[19339.849424]  ff
[19339.849424]  ff
[19339.849425]  ff
[19339.849425]  ff
[19339.849426]  ff
[19339.849426]  ff
[19339.849427]  ff
[19339.849427]  ff
[19339.849427]  ff
[19339.849428]  ff
[19339.849428]  ff

[19339.849429]  ff
[19339.849429]  ff
[19339.849430]  ff
[19339.849430]  ff
[19339.849431]  ff
[19339.849431]  ff
[19339.849432]  ff
[19339.849432]  ff
[19339.849432]  ff
[19339.849433]  ff
[19339.849433]  ff
[19339.849434]  ff
[19339.849434]  ff
[19339.849435]  ff
[19339.849435]  ff
[19339.849436]  ff

[19339.849437] RTW: Peter : Dump end
[19339.849442] RTW: HW EFUSE
[19339.849443] RTW: 0x000: 95 81 C2 16  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849448] RTW: 0x010: FF FF FF FF  FF FF FF FF  E0 00 00 02  FF FF FF FF  
[19339.849452] RTW: 0x020: 26 26 26 26  26 26 26 26  26 26 26 02  FF FF FF FF  
[19339.849456] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849461] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849465] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849470] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849474] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849478] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849483] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849487] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849491] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849495] RTW: 0x0C0: FF FF FF FF  FF FF FF FF  20 20 16 05  00 00 00 FF  
[19339.849500] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849505] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849509] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849513] RTW: 0x100: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849518] RTW: 0x110: FF FF FF FF  FF FF FF FF  FF FF 1C BF  CE CD A2 ED  
[19339.849522] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849526] RTW: 0x130: FF 01 00 10  00 FF 00 FF  10 00 FF FF  FF FF FF FF  
[19339.849531] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849535] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849540] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849544] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849548] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849553] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849557] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849609] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849613] RTW: 0x1C0: DA 0B 11 B7  FF FF FF FF  FF FF FF FF  03 98 FF FF  
[19339.849617] RTW: 0x1D0: FF FF 00 00  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849622] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849626] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849631] RTW: EEPROM ID = 0x8195
[19339.849632] RTW: EEPROM Version = 0
[19339.849633] RTW: VID = 0x0BDA, PID = 0xB711
[19339.849633] RTW: Customer ID: 0xFF, SubCustomer ID: 0xCD
[19339.849637] RTW: [A] 2G G00 CCK-1T base:34 from IC_DEF
[19339.849637] RTW: [A] 2G G01 CCK-1T base:34 from IC_DEF
[19339.849638] RTW: [A] 2G G02 CCK-1T base:34 from IC_DEF
[19339.849639] RTW: [A] 2G G03 CCK-1T base:34 from IC_DEF
[19339.849639] RTW: [A] 2G G04 CCK-1T base:34 from IC_DEF
[19339.849640] RTW: [A] 2G G05 CCK-1T base:34 from IC_DEF
[19339.849641] RTW: [A] 2G G00 BW40-1S base:39 from IC_DEF
[19339.849642] RTW: [A] 2G G01 BW40-1S base:39 from IC_DEF
[19339.849642] RTW: [A] 2G G02 BW40-1S base:39 from IC_DEF
[19339.849644] RTW: [B] 2G G00 CCK-1T base:45 from DEF
[19339.849644] RTW: [B] 2G G01 CCK-1T base:45 from DEF
[19339.849645] RTW: [B] 2G G02 CCK-1T base:45 from DEF
[19339.849646] RTW: [B] 2G G03 CCK-1T base:45 from DEF
[19339.849646] RTW: [B] 2G G04 CCK-1T base:45 from DEF
[19339.849647] RTW: [B] 2G G05 CCK-1T base:45 from DEF
[19339.849648] RTW: [B] 2G G00 BW40-1S base:45 from DEF
[19339.849648] RTW: [B] 2G G01 BW40-1S base:45 from DEF
[19339.849649] RTW: [B] 2G G02 BW40-1S base:45 from DEF
[19339.849650] RTW: [B] 2G G03 BW40-1S base:45 from DEF
[19339.849650] RTW: [B] 2G G04 BW40-1S base:45 from DEF
[19339.849652] RTW: EEPROMRegulatory = 0x1
[19339.849653] RTW: Board Type: 0x 0
[19339.849654] RTW: hal_com_config_channel_plan chplan:0x20
[19339.849654] RTW: EEPROM crystal_cap=0x20
[19339.849804] RTW: Efuse_indirect_read4 : package: 0xee
[19339.849805] RTW: PackageType = 0x5, QFN48M_U
[19339.849805] RTW: EEPROM ThermalMeter=0x16
[19339.849806] RTW: EEPROM Customer ID=0xff
[19339.849806] RTW: WIFI Module is iPA/iLNA
[19339.849807] RTW: rtw_hal_read_chip_info in 14 ms
[19339.849808] RTW: Peter : Step5
[19339.849813] RTW: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13
[19339.849916] RTW: NR_RECVBUFF: 8
[19339.849916] RTW: MAX_RECVBUF_SZ: 4000
[19339.849918] RTW: NR_PREALLOC_RECV_SKB: 8
[19339.849951] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[19339.849955] RTW: IQK FW offload:disable
[19339.849957] RTW: Init_ODM_ComInfo_8710b(): fab_ver=0 cut_ver=0
[19339.849959] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[19339.850464] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[19339.850467] RTW: default power by rate loaded
[19339.850468] RTW: phy_txpwr_by_rate_chk_for_path_dup duplicate 2.4G [A] to [B]
[19339.850501] RTW: PHY_ConfigRFWithPowerLimitTableParaFile(): No File TXPWR_LMT.txt, Load from HWImg Array!
[19339.850531] RTW: default power limit loaded
[19339.850533] RTW: default mapping domain:0x20 to regd_name:WW
[19339.850535] RTW: Peter : Step6
[19339.850536] RTW: can't get autopm:
[19339.850537] RTW: rtw_macaddr_cfg mac addr:1c:bf:ce:cd:a2:ed
[19339.850539] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[19339.850539] RTW: Peter : Step7 end
[19339.850549] RTW: rtw_wiphy_alloc(phy1)
[19339.850550] RTW: rtw_wdev_alloc(padapter=00000000616534c7)
[19339.850551] RTW: rtw_wiphy_register(phy1)
[19339.850552] RTW: Register RTW cfg80211 vendor cmd(0x67) interface
[19339.850583] ------------[ cut here ]------------
[19339.850605] WARNING: CPU: 1 PID: 53872 at net/wireless/core.c:873 wiphy_register+0x6b4/0x8f0 [cfg80211]
[19339.850607] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.850631]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.850660]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.850676] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G           OE     5.7.12-arch1-1 #1
[19339.850676] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.850692] RIP: 0010:wiphy_register+0x6b4/0x8f0 [cfg80211]
[19339.850694] Code: ff e9 e2 fb ff ff 0f 0b b8 ea ff ff ff e9 d6 fb ff ff 0f 0b b8 ea ff ff ff e9 ca fb ff ff 0f 0b b8 ea ff ff ff e9 be fb ff ff <0f> 0b b8 ea ff ff ff e9 b2 fb ff ff 0f 0b b8 ea ff ff ff e9 a6 fb
[19339.850695] RSP: 0018:ffffb4b0c712b988 EFLAGS: 00210246
[19339.850696] RAX: ffffffffc18ac790 RBX: ffffa3dff2c17b00 RCX: ffffffffc18ac780
[19339.850697] RDX: ffffffffc18ac820 RSI: 0000000000000001 RDI: 000000000000001e
[19339.850698] RBP: ffffa3dff2c17b00 R08: 0000000000000004 R09: 0000000000000003
[19339.850699] R10: 0000000000000000 R11: 0000000000000001 R12: ffffb4b0c712b990
[19339.850700] R13: 0000000000000000 R14: ffffb4b0c02ae248 R15: ffffffffc18b8ea2
[19339.850702] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.850703] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.850704] CR2: 00007f0d161ca720 CR3: 000000021df46002 CR4: 00000000003606e0
[19339.850705] Call Trace:
[19339.850750]  rtw_wiphy_register+0x22/0x4c [8188gu]
[19339.850784]  rtw_cfg80211_ndev_res_register+0x15/0x56 [8188gu]
[19339.850818]  rtw_os_ndev_register+0x110/0x172 [8188gu]
[19339.850851]  rtw_os_ndevs_register+0xa7/0xf6 [8188gu]
[19339.850885]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.850917]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.850922]  usb_probe_interface+0xe2/0x2a0
[19339.850925]  really_probe+0x2d4/0x410
[19339.850928]  driver_probe_device+0xb6/0x100
[19339.850931]  device_driver_attach+0xa1/0xb0
[19339.850933]  __driver_attach+0x8a/0x150
[19339.850935]  ? device_driver_attach+0xb0/0xb0
[19339.850936]  ? device_driver_attach+0xb0/0xb0
[19339.850938]  bus_for_each_dev+0x89/0xd0
[19339.850940]  bus_add_driver+0x12b/0x1e0
[19339.850943]  driver_register+0x8b/0xe0
[19339.850945]  usb_register_driver+0x84/0x120
[19339.850947]  ? 0xffffffffc194b000
[19339.850970]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.850974]  do_one_initcall+0x59/0x240
[19339.850978]  do_init_module+0x5c/0x260
[19339.850980]  load_module+0x2137/0x23a0
[19339.850986]  __do_sys_finit_module+0xbd/0x120
[19339.850989]  do_syscall_64+0x49/0x90
[19339.850992]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.850994] RIP: 0033:0x7f0d1645871d
[19339.850996] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.850997] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.850999] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.851000] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.851001] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.851002] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.851003] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.851006] ---[ end trace 2e7bf26dc26b2837 ]---
[19339.851007] RTW: rtw_cfg80211_ndev_res_register rtw_wiphy_register fail for if1
[19339.851017] ------------[ cut here ]------------
[19339.851050] WARNING: CPU: 1 PID: 53872 at /home/dwd/code/other/rtl8188gu/os_dep/linux/os_intfs.c:1588 rtw_os_ndev_register+0x64/0x172 [8188gu]
[19339.851051] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.851074]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.851101]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.851112] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G        W  OE     5.7.12-arch1-1 #1
[19339.851113] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.851145] RIP: 0010:rtw_os_ndev_register+0x64/0x172 [8188gu]
[19339.851147] Code: 8d a7 40 34 00 00 b9 20 00 00 00 48 c7 c2 b3 76 83 c1 4c 89 e6 48 89 ef e8 17 8c 01 cd 48 89 df e8 ff e4 01 00 83 f8 01 74 1a <0f> 0b 4c 89 e7 e8 90 56 01 cd b8 00 00 00 00 5b 5d 41 5c 41 5d 41
[19339.851148] RSP: 0018:ffffb4b0c712ba28 EFLAGS: 00210297
[19339.851150] RAX: 0000000000000000 RBX: ffffb4b0c02ab000 RCX: 0000000000000000
[19339.851151] RDX: 0000000000000000 RSI: 0000000000200096 RDI: 00000000ffffffff
[19339.851152] RBP: ffffa3e181230000 R08: 0000000000000a67 R09: 0000000000000004
[19339.851152] R10: 0000000000000000 R11: 0000000000000001 R12: ffffb4b0c02ae440
[19339.851153] R13: 0000000000000000 R14: ffffb4b0c02ae248 R15: ffffffffc18b8ea2
[19339.851154] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.851155] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.851156] CR2: 00007f0d161ca720 CR3: 000000021df46002 CR4: 00000000003606e0
[19339.851157] Call Trace:
[19339.851191]  rtw_os_ndevs_register+0xa7/0xf6 [8188gu]
[19339.851224]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.851256]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.851260]  usb_probe_interface+0xe2/0x2a0
[19339.851264]  really_probe+0x2d4/0x410
[19339.851266]  driver_probe_device+0xb6/0x100
[19339.851268]  device_driver_attach+0xa1/0xb0
[19339.851271]  __driver_attach+0x8a/0x150
[19339.851273]  ? device_driver_attach+0xb0/0xb0
[19339.851274]  ? device_driver_attach+0xb0/0xb0
[19339.851276]  bus_for_each_dev+0x89/0xd0
[19339.851278]  bus_add_driver+0x12b/0x1e0
[19339.851281]  driver_register+0x8b/0xe0
[19339.851283]  usb_register_driver+0x84/0x120
[19339.851284]  ? 0xffffffffc194b000
[19339.851307]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.851310]  do_one_initcall+0x59/0x240
[19339.851315]  do_init_module+0x5c/0x260
[19339.851317]  load_module+0x2137/0x23a0
[19339.851322]  __do_sys_finit_module+0xbd/0x120
[19339.851326]  do_syscall_64+0x49/0x90
[19339.851327]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.851329] RIP: 0033:0x7f0d1645871d
[19339.851331] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.851331] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.851333] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.851334] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.851335] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.851337] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.851337] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.851340] ---[ end trace 2e7bf26dc26b2838 ]---
[19339.866654] ------------[ cut here ]------------
[19339.866689] WARNING: CPU: 1 PID: 53872 at /home/dwd/code/other/rtl8188gu/os_dep/linux/os_intfs.c:3010 rtw_os_ndevs_register+0xaf/0xf6 [8188gu]
[19339.866689] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.866711]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.866733]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.866744] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G        W  OE     5.7.12-arch1-1 #1
[19339.866745] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.866777] RIP: 0010:rtw_os_ndevs_register+0xaf/0xf6 [8188gu]
[19339.866780] Code: 87 de 46 00 00 49 8d b6 48 32 00 00 84 c0 74 0d 49 8d b6 58 32 00 00 3c 01 49 0f 45 f7 e8 d8 f1 ff ff 41 89 c4 83 f8 01 74 b2 <0f> 0b 85 db 75 15 48 63 db 48 8b bc dd a8 01 00 00 48 85 ff 74 05
[19339.866781] RSP: 0018:ffffb4b0c712ba60 EFLAGS: 00210297
[19339.866782] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffa3e181230058
[19339.866783] RDX: ffffa3e181230058 RSI: ffffb4b0c712b930 RDI: ffffb4b0c02ae528
[19339.866783] RBP: ffffa3e1491f4000 R08: 0000000000000001 R09: 0000000000000000
[19339.866784] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[19339.866784] R13: 0000000000000001 R14: ffffb4b0c02ab000 R15: ffffffffc18b8ea2
[19339.866786] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.866786] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.866787] CR2: 00007f0d161ca720 CR3: 000000021df46003 CR4: 00000000003606e0
[19339.866788] Call Trace:
[19339.866823]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.866855]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.866860]  usb_probe_interface+0xe2/0x2a0
[19339.866863]  really_probe+0x2d4/0x410
[19339.866866]  driver_probe_device+0xb6/0x100
[19339.866868]  device_driver_attach+0xa1/0xb0
[19339.866871]  __driver_attach+0x8a/0x150
[19339.866873]  ? device_driver_attach+0xb0/0xb0
[19339.866874]  ? device_driver_attach+0xb0/0xb0
[19339.866876]  bus_for_each_dev+0x89/0xd0
[19339.866878]  bus_add_driver+0x12b/0x1e0
[19339.866880]  driver_register+0x8b/0xe0
[19339.866882]  usb_register_driver+0x84/0x120
[19339.866883]  ? 0xffffffffc194b000
[19339.866902]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.866905]  do_one_initcall+0x59/0x240
[19339.866909]  do_init_module+0x5c/0x260
[19339.866911]  load_module+0x2137/0x23a0
[19339.866915]  __do_sys_finit_module+0xbd/0x120
[19339.866919]  do_syscall_64+0x49/0x90
[19339.866921]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.866923] RIP: 0033:0x7f0d1645871d
[19339.866924] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.866925] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.866927] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.866928] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.866929] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.866929] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.866930] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.866932] ---[ end trace 2e7bf26dc26b2839 ]---
[19339.866934] RTW: rtw_wdev_free(wdev=00000000aaca525e)
[19339.866935] RTW: rtw_wiphy_free(phy1)
[19339.866943] RTW: rtw_usb_primary_adapter_deinit((null))
[19339.866944] RTW: rtw_dev_unload: bup==_FALSE
[19339.866947] RTW: +r871xu_dev_remove, hw_init_completed=0
[19339.867065] RTW: WARN free_recv_skb_queue not empty, 8
[19339.867084] RTW: usb attached..., try to reset usb device
[19339.990513] usb 1-1: reset high-speed USB device number 24 using xhci_hcd
[19340.131069] usbcore: registered new interface driver rtl8710bu
[19340.131074] RTW: module init ret=0

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.