lwfinger / rtl8723du

89 stars 43 forks source link

error when renaming interface #4

Closed sndwvs closed 2 years ago

sndwvs commented 3 years ago

I used the driver for the 5.10.2 kernel and the Rosk Pi S board with this error:

[    8.525180] RTW: module init start
[    8.525201] RTW: rtl8723ds v5.1.1.5_20523.20161209_BTCOEX20161208-1212
[    8.525208] RTW: build time: Dec 24 2020 14:54:26
[    8.525215] RTW: rtl8723ds BT-Coex version = BTCOEX20161208-1212
[    8.526644] RTW: sdio_init: sdio clk rate: 1000000
[    8.581732] RTW: rtw_read_efuse_from_file /system/etc/wifi/wifi_efuse_8723ds.map is not readable
[    8.581745] RTW: ERROR invalid phy efuse and read from file fail, will use driver default!!
[    8.581800] RTW: rtw_read_macaddr_from_file /data/wifimac.txt is not readable
[    8.582562] RTW: hal_com_config_channel_plan use def_chplan:0x20
[    8.644390] random: crng init done
[   10.110239] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[   10.111303] RTW: ERROR invalid mac addr:00:00:00:00:00:00, assign random MAC
[   10.113149] RTW: rtw_ndev_init(wlan0) if1 mac_addr=00:e0:4c:43:24:11
[   10.116704] RTW: module init ret=0
[   10.253530] rtl8723ds mmc2:0001:1 wlan125: renamed from wlan0
[   10.275726] rtl8723ds mmc2:0001:1 wlan1: renamed from wlan125
[   10.293410] ------------[ cut here ]------------
[   10.293432] name 'wlan0'
[   10.293523] WARNING: CPU: 0 PID: 567 at fs/proc/generic.c:694 remove_proc_entry+0x188/0x1bc
[   10.293532] Modules linked in: 8723ds realtek cfg80211 snd_soc_simple_card snd_soc_rockchip_i2s_tdm snd_soc_simple_card_utils snd_soc_rk3308 snd_soc_pcm5102a rfkill dwmac_rk snd_soc_core stmmac_platform snd_pcm_dmaengine stmmac snd_pcm pcs_xpcs snd_timer snd soundcore cpufreq_dt dm_mod xfs
[   10.293749] CPU: 0 PID: 567 Comm: udevd Not tainted 5.10.2 #1
[   10.293758] Hardware name: Radxa ROCK Pi S (DT)
[   10.293775] pstate: 00000005 (nzcv daif -PAN -UAO -TCO BTYPE=--)
[   10.293791] pc : remove_proc_entry+0x188/0x1bc
[   10.293808] lr : remove_proc_entry+0x188/0x1bc
[   10.293820] sp : ffff800012823aa0
[   10.293832] x29: ffff800012823aa0 x28: ffff0000030fc080 
[   10.293861] x27: ffff0000023a6550 x26: ffff0000023a6000 
[   10.293888] x25: ffff800011aacef0 x24: ffff000004b1fe40 
[   10.293915] x23: ffff800012359570 x22: ffff800011b91ae8 
[   10.293941] x21: ffff000004b1fe40 x20: ffff0000029f9d00 
[   10.293969] x19: 0000000000000000 x18: ffff8000118cece8 
[   10.293994] x17: 0000000000000000 x16: 0000000000000000 
[   10.294019] x15: 0000000000000018 x14: 000000000000038d 
[   10.294045] x13: ffff0000029fa1b0 x12: ffff800012823750 
[   10.294072] x11: ffff800011926d10 x10: 00000000fffff000 
[   10.294099] x9 : ffff800011926d10 x8 : ffff8000118ced10 
[   10.294126] x7 : ffff800011926d10 x6 : 0000000000000000 
[   10.294151] x5 : 0000000000000000 x4 : 0000000000000000 
[   10.294178] x3 : 00000000ffffffff x2 : 0000000000000001 
[   10.294203] x1 : d8fffd561ab19800 x0 : 0000000000000000 
[   10.294228] Call trace:
[   10.294246]  remove_proc_entry+0x188/0x1bc
[   10.294572]  rtw_adapter_proc_replace+0x6c/0xa0 [8723ds]
[   10.294833]  rtw_ndev_notifier_call+0x70/0x94 [8723ds]
[   10.294855]  raw_notifier_call_chain+0x54/0x74
[   10.294875]  call_netdevice_notifiers_info+0x58/0xa4
[   10.294894]  dev_change_name+0x1d8/0x320
[   10.294915]  dev_ifsioc+0x290/0x3bc
[   10.294932]  dev_ioctl+0x474/0x640
[   10.294949]  sock_do_ioctl+0xb0/0x200
[   10.294964]  sock_ioctl+0x268/0x4d0
[   10.294986]  __arm64_sys_ioctl+0xa8/0xf0
[   10.295007]  el0_svc_common.constprop.0+0x78/0x1c4
[   10.295025]  do_el0_svc+0x24/0x8c
[   10.295046]  el0_svc+0x14/0x20
[   10.295061]  el0_sync_handler+0x1a4/0x1b0
[   10.295077]  el0_sync+0x174/0x180
[   10.295089] ---[ end trace b26a1a008feac8c3 ]---
lwfinger commented 2 years ago

Your log shows that you are using an rtl8723ds. Why did you post to the rtl8723du repo?