Open usama7628674 opened 4 years ago
root@kali:~# modinfo 88XXau
filename: /lib/modules/5.6.0-kali1-amd64/updates/88XXau.ko
version: v5.6.4.2_35491.20191025
I have the same problem! There some way that I can help to fix this?
I've submitted a PR that should fix this: https://github.com/aircrack-ng/rtl8812au/pull/699, hopefully they'll merge it soon. I'm using a local patch on my kernel builds in the meantime...
I can confirm that the fix from @5kft in PR #699 works. Thanks @5kft :+1:
I am on Ubuntu 18.04 with HWE stack and started seeing this error recently after a kernel update.
$ uname -r
5.4.0-42-generic
$ modinfo 88XXau
filename: /lib/modules/5.4.0-42-generic/updates/dkms/88XXau.ko
version: v5.6.4.2_35491.20191025
I am using TP-Link AC600 Archer T2U Nano
USB WiFi dongle with device ID 2357:011e
This is a sample of the message I was getting on my PC:
[ 8.920630] ------------[ cut here ]------------
[ 8.920656] WARNING: CPU: 1 PID: 1447 at /build/linux-hwe-5.4-huXhHV/linux-hwe-5.4-5.4.0/net/wireless/nl80211.c:3157 nl80211_send_chandef+0x140/0x160 [cfg80211]
[ 8.920657] Modules linked in: aufs overlay nvidia_uvm(OE) snd_hda_codec_hdmi intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp nvidia_drm(POE) kvm_intel nvidia_modeset(POE) kvm mei_hdcp nvidia(POE) crct10dif_pclmul crc32_pclmul snd_soc_rt5640 88XXau(OE) snd_soc_rl6231 ghash_clmulni_intel snd_soc_core uvcvideo snd_hda_codec_realtek snd_compress snd_hda_codec_generic videobuf2_vmalloc ac97_bus snd_usb_audio videobuf2_memops ledtrig_audio snd_pcm_dmaengine videobuf2_v4l2 snd_usbmidi_lib snd_seq_midi videobuf2_common aesni_intel snd_seq_midi_event videodev snd_hda_intel cfg80211 snd_rawmidi crypto_simd snd_intel_dspcfg cryptd mc snd_hda_codec glue_helper drm_kms_helper intel_cstate snd_seq intel_rapl_perf snd_hda_core drm snd_hwdep snd_pcm ipmi_devintf ipmi_msghandler fb_sys_fops syscopyarea input_leds mei_me sysfillrect snd_seq_device serio_raw mxm_wmi sysimgblt snd_timer mei lpc_ich snd soundcore acpi_pad mac_hid sch_fq_codel it87 hwmon_vid coretemp parport_pc ppdev lp
[ 8.920685] parport ip_tables x_tables autofs4 hid_generic usbhid hid nvme ahci nvme_core libahci wmi video
[ 8.920692] CPU: 1 PID: 1447 Comm: RTW_CMD_THREAD Tainted: P OE 5.4.0-42-generic #46~18.04.1-Ubuntu
[ 8.920693] Hardware name: Gigabyte Technology Co., Ltd. Z97X-UD3H-BK/Z97X-UD3H-BK-CF, BIOS F8 09/19/2015
[ 8.920708] RIP: 0010:nl80211_send_chandef+0x140/0x160 [cfg80211]
[ 8.920710] Code: 4c 89 e7 89 45 dc e8 af 3e 03 d9 85 c0 74 8c 41 bd 97 ff ff ff eb 84 48 8b 03 31 d2 8b 40 04 39 43 0c 0f 97 c2 83 c2 02 eb a3 <0f> 0b 41 bd ea ff ff ff e9 64 ff ff ff e8 3e de b7 d8 0f 1f 40 00
[ 8.920710] RSP: 0018:ffffa621007abd20 EFLAGS: 00010246
[ 8.920711] RAX: 0000000000000000 RBX: ffffa621007abdf8 RCX: 00000000003c27ec
[ 8.920712] RDX: 0000000000000021 RSI: 00000000ffff306c RDI: ffffa621007abdf8
[ 8.920713] RBP: ffffa621007abd48 R08: 0000000000000000 R09: ffff89b4d326701c
[ 8.920713] R10: 0000000000000000 R11: ffffffffc097d8c0 R12: ffff89b503071800
[ 8.920714] R13: ffff89b4d3267014 R14: ffffa621007abdf8 R15: ffff89b503071800
[ 8.920715] FS: 0000000000000000(0000) GS:ffff89b50aa40000(0000) knlGS:0000000000000000
[ 8.920715] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 8.920716] CR2: 00007f7c2dbb2258 CR3: 00000005016d8005 CR4: 00000000001606e0
[ 8.920716] Call Trace:
[ 8.920721] ? __nla_put+0x20/0x30
[ 8.920735] nl80211_ch_switch_notify.constprop.83+0xb0/0x170 [cfg80211]
[ 8.920747] cfg80211_ch_switch_started_notify+0x4d/0xa0 [cfg80211]
[ 8.920786] rtw_cfg80211_ch_switch_notify+0x131/0x140 [88XXau]
[ 8.920810] rtw_chk_start_clnt_join+0x71/0x78 [88XXau]
[ 8.920830] join_cmd_hdl+0x26d/0x36e [88XXau]
[ 8.920844] rtw_cmd_thread+0x1a2/0x3f7 [88XXau]
[ 8.920863] ? rtw_chk_start_clnt_join+0x78/0x78 [88XXau]
[ 8.920867] kthread+0x121/0x140
[ 8.920880] ? rtw_stop_cmd_thread+0x3f/0x3f [88XXau]
[ 8.920881] ? kthread_park+0x90/0x90
[ 8.920883] ret_from_fork+0x35/0x40
[ 8.920885] ---[ end trace 20549d5a0aeb5215 ]---
Still Call trace even with v5.6.4.2 driver version.