SimplyCEO / rtl8192eu

RealTek RTL8192eu WiFi driver with monitor mode & frame injection support. (mirror)
https://gitlab.com/KanuX/rtl8192eu
MIT License
6 stars 1 forks source link

error: make does not work under kernel 6.3.0 (VirtualBox) #1

Open neve360 opened 1 year ago

neve360 commented 1 year ago

i cant build because i have this:

/home/kali/rtl8192eu-master/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, 0); | ^~~~~~~~~ In file included from /home/kali/rtl8192eu-master/include/osdep_service_linux.h:93, from /home/kali/rtl8192eu-master/include/osdep_service.h:47, from /home/kali/rtl8192eu-master/include/drv_types.h:27, from /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:17:

neve360 commented 1 year ago

kernel 6.3.0

neve360 commented 1 year ago

this is full error: make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.3.0-kali1-amd64/build M=/home/kali/rtl8192eu-master modules make[1]: Entering directory '/usr/src/linux-headers-6.3.0-kali1-amd64' CC [M] /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/rtw_cfgvendor.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/wifi_regd.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/rtw_radiotap.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/rtw_android.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/rtw_proc.o CC [M] /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.o CC [M] /home/kali/rtl8192eu-master/hal/hal_intf.o /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_ch_switch_notify’: CC [M] /home/kali/rtl8192eu-master/hal/hal_com.o CC [M] /home/kali/rtl8192eu-master/hal/hal_com_phycfg.o /home/kali/rtl8192eu-master/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, 0); | ^~~~~~~~~ In file included from /home/kali/rtl8192eu-master/include/osdep_service_linux.h:93, from /home/kali/rtl8192eu-master/include/osdep_service.h:47, from /home/kali/rtl8192eu-master/include/drv_types.h:27, from /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:17: /usr/src/linux-headers-6.3.0-kali1-common/include/net/cfg80211.h:8375:6: note: declared here 8375 | void cfg80211_ch_switch_notify(struct net_device *dev, | ^~~~~~~~~ CC [M] /home/kali/rtl8192eu-master/hal/hal_phy.o CC [M] /home/kali/rtl8192eu-master/hal/hal_dm.o CC [M] /home/kali/rtl8192eu-master/hal/hal_dm_acs.o CC [M] /home/kali/rtl8192eu-master/hal/hal_btcoex_wifionly.o CC [M] /home/kali/rtl8192eu-master/hal/hal_btcoex.o CC [M] /home/kali/rtl8192eu-master/hal/hal_mp.o CC [M] /home/kali/rtl8192eu-master/hal/hal_hci/hal_usb.o /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_scan’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:2659:33: warning: the comparison will always evaluate as ‘true’ for the address of ‘ssid’ will never be NULL [-Waddress] 2659 | if (ssids->ssid != NULL | ^~ /usr/src/linux-headers-6.3.0-kali1-common/include/net/cfg80211.h:2387:12: note: ‘ssid’ declared here 2387 | u8 ssid[IEEE80211_MAX_SSID_LEN]; | ^~~~ CC [M] /home/kali/rtl8192eu-master/hal/HalPwrSeqCmd.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/Hal8192EPwrSeq.o CC [M] /home/kali/rtl8192eu-master/hal/led/hal_usb_led.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_sreset.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_hal_init.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_xmit.o /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_change_iface’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:2117:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 2117 | is_p2p = _TRUE; /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:2119:9: note: here 2119 | case NL80211_IFTYPE_STATION: | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:2141:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 2141 | is_p2p = _TRUE; /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.c:2143:9: note: here 2143 | case NL80211_IFTYPE_AP: | ^~~~ CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_rf6052.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_phycfg.o CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_dm.o make[2]: [/usr/src/linux-headers-6.3.0-kali1-common/scripts/Makefile.build:257: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_cfg80211.o] Error 1 make[2]: Waiting for unfinished jobs.... CC [M] /home/kali/rtl8192eu-master/hal/rtl8192e/rtl8192e_rxdesc.o /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_reg’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:46:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 46 | char input[wrqu->length + 1]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_reg’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:132:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 132 | char input[wrqu->length + 1]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_rf’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:266:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 266 | char input[wrqu->length]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_rf’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:308:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 308 | char input[wrqu->length]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_rate’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:417:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 417 | u8 input[wrqu->length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_channel’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:467:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 467 | u8 input[wrqu->length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_bandwidth’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:497:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 497 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:530:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 530 | char input[wrqu->length + 1]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:559:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 559 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_tx’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:597:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 597 | u8 input[wrqu->length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_rx’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:645:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 645 | u8 input[wrqu->length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_disable_bt_coexist’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:825:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 825 | u8 input[wrqu->data.length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_arx’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:863:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 863 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_pwrtrk’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1042:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1042 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_psd’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1080:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1080 | u8 input[wrqu->length + 1]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_dump’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1195:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1195 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_phypara’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1221:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1221 | char input[wrqu->length]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_SetRFPath’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1247:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1247 | char input[wrqu->length]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_QueryDrv’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1295:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1295 | char input[wrqu->data.length]; | ^~~~ /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_PwrCtlDM’: /home/kali/rtl8192eu-master/os_dep/linux/ioctl_mp.c:1324:9: warning: ISO C90 forbids variable length array ‘input’ [-Wvla] 1324 | u8 input[wrqu->length]; | ^~ /home/kali/rtl8192eu-master/hal/hal_hci/hal_usb.c: In function ‘usb_init_recv_priv’: /home/kali/rtl8192eu-master/hal/hal_hci/hal_usb.c:28:22: warning: cast between incompatible function types from ‘void ()(void )’ to ‘void ()(long unsigned int)’ [-Wcast-function-type] 28 | (void()(unsigned long))usb_recv_tasklet, | ^ /home/kali/rtl8192eu-master/hal/hal_intf.c: In function ‘c2h_handler’: /home/kali/rtl8192eu-master/hal/hal_intf.c:932:24: warning: this statement may fall through [-Wimplicit-fallthrough=] 932 | sub_id = payload[0]; | ~^~~~~~ /home/kali/rtl8192eu-master/hal/hal_intf.c:935:9: note: here 935 | default: | ^~~ make[1]: [/usr/src/linux-headers-6.3.0-kali1-common/Makefile:2050: /home/kali/rtl8192eu-master] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.3.0-kali1-amd64' make: [Makefile:1829: modules] Error 2

SimplyCEO commented 1 year ago

Sorry for the outdated repository. This error was fixed in another chipset and I forgot about this one. Soon the repository will be updated. I just need some time to debug.

neve360 commented 1 year ago

thank you so much a lot

SimplyCEO commented 1 year ago

It should work now. Reach me if any error show up.

neve360 commented 1 year ago

ok thank you now i try

neve360 commented 1 year ago

now it isnt giving errors but it isnt loading i did manual and auto install with root

neve360 commented 1 year ago

it seems the driver isnt loading

SimplyCEO commented 1 year ago

Disconnect the device and then run as root:

dmesg -wH

Then connect again and see if the device throws any error. It should appear as red.

neve360 commented 1 year ago

[ +0.000212] 13:17:50.130027 X11 events Sending monitor positions (8 of them) to the host: VINF_SUCCESS [Jul20 09:18] usb 1-1: USB disconnect, device number 2 [ +16.451169] usb 1-1: new high-speed USB device number 3 using ehci-pci [ +0.471264] usb 1-1: New USB device found, idVendor=2357, idProduct=0107, bcdDevice= 2.00 [ +0.000005] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ +0.000002] usb 1-1: Product: 802.11n NIC [ +0.000001] usb 1-1: Manufacturer: Realtek [ +0.000001] usb 1-1: SerialNumber: 00e04c000001 [ +0.017311] RTW: usb_endpoint_descriptor(0): [ +0.000004] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000000] RTW: bEndpointAddress=84 [ +0.000001] RTW: wMaxPacketSize=512 [ +0.000001] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_in = 4 [ +0.000001] RTW: usb_endpoint_descriptor(1): [ +0.000000] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000000] RTW: bEndpointAddress=5 [ +0.000001] RTW: wMaxPacketSize=512 [ +0.000000] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_out = 5 [ +0.000001] RTW: usb_endpoint_descriptor(2): [ +0.000001] RTW: bLength=7 [ +0.000000] RTW: bDescriptorType=5 [ +0.000001] RTW: bEndpointAddress=6 [ +0.000000] RTW: wMaxPacketSize=512 [ +0.000001] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_out = 6 [ +0.000000] RTW: usb_endpoint_descriptor(3): [ +0.000001] RTW: bLength=7 [ +0.000000] RTW: bDescriptorType=5 [ +0.000001] RTW: bEndpointAddress=87 [ +0.000000] RTW: wMaxPacketSize=64 [ +0.000001] RTW: bInterval=3 [ +0.000000] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3 [ +0.000001] RTW: usb_endpoint_descriptor(4): [ +0.000000] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000000] RTW: bEndpointAddress=8 [ +0.000001] RTW: wMaxPacketSize=512 [ +0.000000] RTW: bInterval=0 [ +0.000001] RTW: RT_usb_endpoint_is_bulk_out = 8 [ +0.000000] RTW: nr_endpoint=5, in_num=2, out_num=3

[ +0.000001] RTW: USB_SPEED_HIGH [ +0.000001] RTW: CHIP TYPE: RTL8192E [ +0.008835] RTW: read_chip_version_8192e 0xF0 = 0xc441137 [ +0.000005] RTW: rtw_hal_config_rftype RF_Type is 2 TotalTxPath is 2 [ +0.000002] RTW: Chip Version Info: CHIP_8192E_Normal_Chip_SMIC_B_CUT_2T2R_RomVer(0) [ +0.000002] RTW: _ConfigChipOutEP_8192E OutEpQueueSel(0x07), OutEpNumber(3) [ +0.008172] RTW: Boot from EFUSE, Autoload OK ! [ +9.274501] RTW: HW EFUSE [ +0.000005] RTW: 0x000:

neve360 commented 1 year ago

image

neve360 commented 1 year ago

the log [ +14.980513] usb 1-1: new high-speed USB device number 4 using ehci-pci [ +0.478627] usb 1-1: New USB device found, idVendor=2357, idProduct=0107, bcdDevice= 2.00 [ +0.000006] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ +0.000001] usb 1-1: Product: 802.11n NIC [ +0.000002] usb 1-1: Manufacturer: Realtek [ +0.000001] usb 1-1: SerialNumber: 00e04c000001 [ +0.014573] RTW: usb_endpoint_descriptor(0): [ +0.000005] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000001] RTW: bEndpointAddress=84 [ +0.000000] RTW: wMaxPacketSize=512 [ +0.000001] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_in = 4 [ +0.000001] RTW: usb_endpoint_descriptor(1): [ +0.000000] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000000] RTW: bEndpointAddress=5 [ +0.000001] RTW: wMaxPacketSize=512 [ +0.000000] RTW: bInterval=0 [ +0.000001] RTW: RT_usb_endpoint_is_bulk_out = 5 [ +0.000000] RTW: usb_endpoint_descriptor(2): [ +0.000001] RTW: bLength=7 [ +0.000000] RTW: bDescriptorType=5 [ +0.000001] RTW: bEndpointAddress=6 [ +0.000000] RTW: wMaxPacketSize=512 [ +0.000001] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_out = 6 [ +0.000001] RTW: usb_endpoint_descriptor(3): [ +0.000000] RTW: bLength=7 [ +0.000001] RTW: bDescriptorType=5 [ +0.000000] RTW: bEndpointAddress=87 [ +0.000001] RTW: wMaxPacketSize=64 [ +0.000000] RTW: bInterval=3 [ +0.000001] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3 [ +0.000000] RTW: usb_endpoint_descriptor(4): [ +0.000001] RTW: bLength=7 [ +0.000000] RTW: bDescriptorType=5 [ +0.000001] RTW: bEndpointAddress=8 [ +0.000000] RTW: wMaxPacketSize=512 [ +0.000001] RTW: bInterval=0 [ +0.000000] RTW: RT_usb_endpoint_is_bulk_out = 8 [ +0.000001] RTW: nr_endpoint=5, in_num=2, out_num=3

[ +0.000001] RTW: USB_SPEED_HIGH [ +0.000000] RTW: CHIP TYPE: RTL8192E [ +0.008485] RTW: read_chip_version_8192e 0xF0 = 0xc441137 [ +0.000005] RTW: rtw_hal_config_rftype RF_Type is 2 TotalTxPath is 2 [ +0.000003] RTW: Chip Version Info: CHIP_8192E_Normal_Chip_SMIC_B_CUT_2T2R_RomVer(0) [ +0.000002] RTW: _ConfigChipOutEP_8192E OutEpQueueSel(0x07), OutEpNumber(3) [ +0.007900] RTW: Boot from EFUSE, Autoload OK ! [Jul20 09:22] 13:22:05.656439 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.008262] 13:22:05.665564 dnd No guest source window [ +0.003443] 13:22:05.668148 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002063] 13:22:05.670996 dnd No guest source window [ +0.005394] 13:22:05.675519 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002079] 13:22:05.678467 dnd No guest source window [ +0.003193] 13:22:05.680787 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.015045] 13:22:05.696757 dnd No guest source window [ +0.002947] 13:22:05.698773 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001546] 13:22:05.701712 dnd No guest source window [ +0.006320] 13:22:05.705176 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001419] 13:22:05.709814 dnd No guest source window [ +0.001733] 13:22:05.711065 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.015395] 13:22:05.726054 dnd No guest source window [ +0.001945] 13:22:05.728833 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001419] 13:22:05.729949 dnd No guest source window [ +0.004152] 13:22:05.732646 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002631] 13:22:05.737104 dnd No guest source window [ +0.003994] 13:22:05.739340 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001130] 13:22:05.742232 dnd No guest source window [ +0.005057] 13:22:05.745708 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.013286] 13:22:05.760132 dnd No guest source window [ +0.001637] 13:22:05.762138 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.003064] 13:22:05.764546 dnd No guest source window [ +0.004187] 13:22:05.769393 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.000697] 13:22:05.770155 dnd No guest source window [ +0.010275] 13:22:05.780306 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.013949] 13:22:05.793734 dnd No guest source window [ +0.002302] 13:22:05.795968 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001482] 13:22:05.798126 dnd No guest source window [ +0.006318] 13:22:05.804192 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001152] 13:22:05.805581 dnd No guest source window [ +0.018970] 13:22:05.824204 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.005537] 13:22:05.830079 dnd No guest source window [ +0.014758] 13:22:05.844712 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001137] 13:22:05.845924 dnd No guest source window [ +0.979215] 13:22:06.824621 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001196] 13:22:06.825918 dnd No guest source window [ +0.012078] 13:22:06.837825 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.007834] 13:22:06.845708 dnd No guest source window [ +0.007416] 13:22:06.852692 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.000739] 13:22:06.853974 dnd No guest source window [ +0.008132] 13:22:06.861779 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002285] 13:22:06.864368 dnd No guest source window [ +0.004390] 13:22:06.868118 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.000625] 13:22:06.869393 dnd No guest source window [ +0.012685] 13:22:06.881934 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002343] 13:22:06.883817 dnd No guest source window [ +0.011362] 13:22:06.895660 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.016493] 13:22:06.912229 dnd No guest source window [ +0.002110] 13:22:06.913433 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.006847] 13:22:06.921176 dnd No guest source window [ +0.003305] 13:22:06.924404 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.000986] 13:22:06.925454 dnd No guest source window [ +0.012543] 13:22:06.937910 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.006127] 13:22:06.944127 dnd No guest source window [ +0.008862] 13:22:06.952922 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001725] 13:22:06.954730 dnd No guest source window [ +0.011996] 13:22:06.956602 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.014536] 13:22:06.981231 dnd No guest source window [ +0.001660] 13:22:06.982462 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002713] 13:22:06.984258 dnd No guest source window [ +0.039952] 13:22:07.022370 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.006271] 13:22:07.031790 dnd No guest source window [ +0.294692] 13:22:07.326205 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001557] 13:22:07.327569 dnd No guest source window [ +0.005253] 13:22:07.333105 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.012543] 13:22:07.345691 dnd No guest source window [ +0.012804] 13:22:07.358446 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001421] 13:22:07.359918 dnd No guest source window [ +0.006981] 13:22:07.362749 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.011005] 13:22:07.377815 dnd No guest source window [ +0.285111] 13:22:07.662657 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001385] 13:22:07.664172 dnd No guest source window [ +0.022381] 13:22:07.686528 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001975] 13:22:07.688597 dnd No guest source window [ +0.004232] 13:22:07.692600 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.000794] 13:22:07.693608 dnd No guest source window [ +0.006870] 13:22:07.698610 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.013023] 13:22:07.713397 dnd No guest source window [ +0.005080] 13:22:07.715595 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001445] 13:22:07.719952 dnd No guest source window [ +0.002796] 13:22:07.722768 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002779] 13:22:07.725592 dnd No guest source window [ +0.001912] 13:22:07.727313 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001703] 13:22:07.728489 dnd No guest source window [ +0.002448] 13:22:07.731304 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.017359] 13:22:07.748990 dnd No guest source window [ +0.001334] 13:22:07.750011 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001562] 13:22:07.751886 dnd No guest source window [ +0.008858] 13:22:07.755024 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001261] 13:22:07.761711 dnd No guest source window [ +0.003437] 13:22:07.764863 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.017456] 13:22:07.782808 dnd No guest source window [ +0.005218] 13:22:07.785250 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002406] 13:22:07.789368 dnd No guest source window [ +0.002455] 13:22:07.792908 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001322] 13:22:07.793519 dnd No guest source window [ +0.002482] 13:22:07.795929 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.016020] 13:22:07.812770 dnd No guest source window [ +0.006423] 13:22:07.814843 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001447] 13:22:07.820654 dnd No guest source window [ +0.002510] 13:22:07.822920 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.002091] RTW: HW EFUSE [ +0.000004] RTW: 0x000: [ +0.000001] 29 [ +0.000001] 81 [ +0.000001] 00 [ +0.000000] 7C [ +0.000001] 01 [ +0.000000] 40 [ +0.000000] 03 [ +0.000001] 00
[ +0.000000] 40 [ +0.000001] 74 [ +0.000000] 04 [ +0.000001] 50 [ +0.000000] 14 [ +0.000000] 00 [ +0.000001] 00 [ +0.000000] 00 [ +0.000001] RTW: 0x010: [ +0.000000] 29 [ +0.000001] 29 [ +0.000000] 29 [ +0.000001] 2A [ +0.000000] 2A [ +0.000000] 2A [ +0.000001] 2C [ +0.000000] 2C
[ +0.000000] 2C [ +0.000001] 2C [ +0.000000] 2C [ +0.000001] F2 [ +0.000000] EF [ +0.000000] EF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x020: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x030: [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] 29 [ +0.000000] 29 [ +0.000001] 29 [ +0.000000] 29 [ +0.000000] 29 [ +0.000001] 29 [ +0.000000] RTW: 0x040: [ +0.000001] 2B [ +0.000000] 2B [ +0.000000] 2B [ +0.000001] 2A [ +0.000000] 2A [ +0.000000] F2 [ +0.000001] EF [ +0.000000] EF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] RTW: 0x050: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x060: [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] RTW: 0x070: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x080: [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x090: [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x0a0: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x0b0: [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF
[ +0.000001] A1 [ +0.000000] 1F [ +0.000001] 21 [ +0.000000] 00 [ +0.000000] 00 [ +0.000001] 00 [ +0.000000] FF [ +0.000000] FF [ +0.000001] RTW: 0x0c0: [ +0.000000] FF [ +0.000001] 01 [ +0.000000] 00 [ +0.000001] 10 [ +0.000000] 00 [ +0.000000] 00 [ +0.000001] 00 [ +0.000000] FF
[ +0.000000] 00 [ +0.000001] 00 [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x0d0: [ +0.000000] 57 [ +0.000000] 23 [ +0.000001] 07 [ +0.000000] 01 [ +0.000001] E7 [ +0.000000] 47 [ +0.000000] 02 [ +0.000001] D0
[ +0.000000] 37 [ +0.000000] 45 [ +0.000001] 68 [ +0.000000] EB [ +0.000001] B9 [ +0.000000] 0A [ +0.000000] 03 [ +0.000001] 52 [ +0.000000] RTW: 0x0e0: [ +0.000001] 65 [ +0.000000] 61 [ +0.000000] 6C [ +0.000001] 74 [ +0.000000] 65 [ +0.000001] 6B [ +0.000000] 20 [ +0.000000] 0E
[ +0.000001] 03 [ +0.000000] 38 [ +0.000000] 30 [ +0.000001] 32 [ +0.000000] 2E [ +0.000001] 31 [ +0.000000] 31 [ +0.000000] 6E [ +0.000001] RTW: 0x0f0: [ +0.000000] 20 [ +0.000001] 4E [ +0.000000] 49 [ +0.000000] 43 [ +0.000001] 20 [ +0.000000] 00 [ +0.000001] 00 [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x100: [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x110: [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] 0D
[ +0.000001] 03 [ +0.000000] 00 [ +0.000000] 05 [ +0.000001] 00 [ +0.000000] 30 [ +0.000001] 00 [ +0.000000] 00 [ +0.000000] 00 [ +0.000001] RTW: 0x120: [ +0.000000] 00 [ +0.000001] 93 [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] RTW: 0x130: [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x140: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x150: [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x160: [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] RTW: 0x170: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x180: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] RTW: 0x190: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] RTW: 0x1a0: [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x1b0: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x1c0: [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] RTW: 0x1d0: [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] RTW: 0x1e0: [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF
[ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] RTW: 0x1f0: [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF
[ +0.000001] FF [ +0.000000] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000001] FF [ +0.000000] FF [ +0.000000] FF

[ +0.000002] RTW: EEPROM ID=0x8129 [ +0.000001] RTW: VID = 0x2357, PID = 0x0107 [ +0.000001] RTW: Customer ID: 0x00, SubCustomer ID: 0xCD [ +0.000001] RTW: Hal_ReadPowerSavingMode8192E...bHWPwrPindetect(0)-bHWPowerdown(0) ,bSupportRemoteWakeup(1) [ +0.000002] RTW: ### PS params=> power_mgnt(0),usbss_enable(0) ### [ +0.000003] RTW: EEPROMRegulatory = 0x1 [ +0.000001] RTW: Board Type: Dongle or WIFI only Module [ +0.000000] RTW: Hal_EfuseParseBTCoexistInfo8192E: Disable BT-coex, wifi ant_num=2 [ +0.000002] RTW: hal_com_config_channel_plan chplan:0x21 [ +0.000001] RTW: crystal_cap: 0x1f [ +0.000000] RTW: ThermalMeter = 0x21 [ +0.000001] RTW: SWAS: bHwAntDiv = 0, TRxAntDivType = 0 [ +0.000001] RTW: pHalData->ExternalPA_2G = 0 , pHalData->ExternalLNA_2G = 0 [ +0.000000] RTW: pHalData->TypeGLNA is 0x0 [ +0.000001] RTW: pHalData->rfe_type is 0xff [ +0.000636] 13:22:07.825614 dnd No guest source window [ +0.003494] 13:22:07.827950 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.015153] 13:22:07.844741 dnd No guest source window [ +0.124628] RTW: kfree flag:0 [ +0.000005] RTW: rtw_hal_read_chip_info in 9368 ms [ +0.000008] RTW: init_channel_set((null)) ChannelPlan ID:0x21, ch num:13 [ +0.000149] RTW: NR_RECVBUFF: 8 [ +0.000001] RTW: MAX_RECVBUF_SZ: 32768 [ +0.000002] RTW: NR_PREALLOC_RECV_SKB: 8 [ +0.000063] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1 [ +0.000007] RTW: IQK FW offload:disable [ +0.000002] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1 [ +0.000057] RTW: pwrctrlpriv.bSupportRemoteWakeup~~ [ +0.000000] RTW: pwrctrlpriv.bSupportRemoteWakeup~[1]~ [ +0.000002] RTW: can't get autopm: [ +0.000001] RTW: rtw_macaddr_cfg mac addr:d0:37:45:68:eb:b9 [ +0.000001] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0 [ +0.000010] RTW: rtw_wiphy_alloc(phy2) [ +0.000001] RTW: rtw_wdev_alloc(padapter=0000000029767f0b) [ +0.000003] RTW: rtw_wiphy_register(phy2) [ +0.000001] RTW: Register RTW cfg80211 vendor cmd(0x67) interface [ +0.000117] ------------[ cut here ]------------ [ +0.000002] WARNING: CPU: 1 PID: 24 at net/wireless/core.c:917 wiphy_register+0x65f/0x8e0 [cfg80211] [ +0.000042] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo xt_addrtype nft_compat nf_tables libcrc32c nfnetlink br_netfilter bridge stp llc qrtr overlay vboxsf snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_timer intel_rapl_msr snd intel_rapl_common joydev soundcore vboxguest pcspkr ac evdev serio_raw sg sunrpc 8192eu(O) binfmt_misc cfg80211 efi_pstore rfkill fuse dm_mod configfs loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic hid_generic usbhid hid sd_mod t10_pi crc32_pclmul crc32c_intel crc64_rocksoft_generic crc64_rocksoft crc_t10dif crct10dif_generic sr_mod ghash_clmulni_intel crct10dif_pclmul crc64 crct10dif_common cdrom ata_generic sha512_ssse3 sha512_generic vmwgfx ata_piix drm_ttm_helper ahci libahci ttm ohci_pci libata ehci_pci ohci_hcd aesni_intel ehci_hcd crypto_simd drm_kms_helper psmouse cryptd scsi_mod usbcore i2c_piix4 [ +0.000049] scsi_common usb_common video e1000 drm wmi button [ +0.000005] CPU: 1 PID: 24 Comm: kworker/1:0 Tainted: G W O 6.3.0-kali1-amd64 #1 Debian 6.3.7-1kali1 [ +0.000003] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ +0.000002] Workqueue: usb_hub_wq hub_event [usbcore] [ +0.000018] RIP: 0010:wiphy_register+0x65f/0x8e0 [cfg80211] [ +0.000033] Code: 44 0f 44 df 80 7a 3b 00 0f 84 e4 fe ff ff 66 a9 08 02 0f 84 da fe ff ff a9 f7 fd 00 00 0f 84 cf fe ff ff 0f 0b e9 b7 fa ff ff <0f> 0b e9 b0 fa ff ff 0f 0b e9 a9 fa ff ff 0f 0b e9 a2 fa ff ff 0f [ +0.000002] RSP: 0018:ffff9a54000e3770 EFLAGS: 00010246 [ +0.000001] RAX: ffffffffc0e676f0 RBX: ffff8dff1a0e23a0 RCX: ffff8dff16c59068 [ +0.000001] RDX: ffffffffc0e67780 RSI: 000000000000000e RDI: 000000000000001e [ +0.000001] RBP: ffff9a54000e37f0 R08: 0000000000000006 R09: 0000000000000000 [ +0.000001] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000 [ +0.000001] R13: 0000000000000000 R14: ffff9a54046181e1 R15: ffff8dff00903000 [ +0.000001] FS: 0000000000000000(0000) GS:ffff8e00c2280000(0000) knlGS:0000000000000000 [ +0.000001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ +0.000001] CR2: 00007f1cd2c00000 CR3: 0000000102eb6000 CR4: 00000000000106e0 [ +0.000003] Call Trace: [ +0.000002] [ +0.000001] ? wiphy_register+0x65f/0x8e0 [cfg80211] [ +0.000033] ? warn+0x81/0x130 [ +0.000005] ? wiphy_register+0x65f/0x8e0 [cfg80211] [ +0.000032] ? report_bug+0x191/0x1c0 [ +0.000004] ? handle_bug+0x41/0x70 [ +0.000003] ? exc_invalid_op+0x17/0x70 [ +0.000002] ? asm_exc_invalid_op+0x1a/0x20 [ +0.000003] ? wiphy_register+0x65f/0x8e0 [cfg80211] [ +0.000032] ? _printk+0x64/0x80 [ +0.000004] rtw_wiphy_register+0x45/0x60 [8192eu] [ +0.000077] rtw_cfg80211_ndev_res_register+0x19/0x60 [8192eu] [ +0.000073] rtw_os_ndev_register+0x11d/0x180 [8192eu] [ +0.000072] rtw_os_ndevs_register+0xac/0x100 [8192eu] [ +0.000072] rtw_os_ndevs_init+0x2c/0x40 [8192eu] [ +0.000071] rtw_drv_init+0x498/0x5e0 [8192eu] [ +0.000073] usb_probe_interface+0xe6/0x2f0 [usbcore] [ +0.000017] really_probe+0x1a2/0x400 [ +0.000003] ? pfx_device_attach_driver+0x10/0x10 [ +0.000002] driver_probe_device+0x78/0x160 [ +0.000001] driver_probe_device+0x1f/0x90 [ +0.000002] device_attach_driver+0x89/0x110 [ +0.000002] bus_for_each_drv+0x95/0xf0 [ +0.000003] device_attach+0xb2/0x1b0 [ +0.000002] bus_probe_device+0x8d/0xa0 [ +0.000001] device_add+0x681/0x8a0 [ +0.000002] ? preempt_count_add+0x6e/0xa0 [ +0.000003] ? _raw_spin_lock_irqsave+0x27/0x60 [ +0.000004] usb_set_configuration+0x5c6/0x950 [usbcore] [ +0.000017] usb_generic_driver_probe+0x5c/0x90 [usbcore] [ +0.000017] usb_probe_device+0x3d/0x110 [usbcore] [ +0.000016] really_probe+0x1a2/0x400 [ +0.000002] ? pfx_device_attach_driver+0x10/0x10 [ +0.000001] driver_probe_device+0x78/0x160 [ +0.000002] driver_probe_device+0x1f/0x90 [ +0.000002] __device_attach_driver+0x89/0x110 [ +0.000001] bus_for_each_drv+0x95/0xf0 [ +0.000003] device_attach+0xb2/0x1b0 [ +0.000001] bus_probe_device+0x8d/0xa0 [ +0.000002] device_add+0x681/0x8a0 [ +0.000002] usb_new_device+0x28e/0x4e0 [usbcore] [ +0.000016] hub_event+0x12ce/0x1c60 [usbcore] [ +0.000016] ? pm_runtime_suspend+0x4a/0xd0 [ +0.000003] process_one_work+0x1c8/0x3c0 [ +0.000003] worker_thread+0x51/0x390 [ +0.000002] ? pfx_worker_thread+0x10/0x10 [ +0.000001] kthread+0xed/0x120 [ +0.000002] ? pfx_kthread+0x10/0x10 [ +0.000002] ret_from_fork+0x2c/0x50 [ +0.000005] [ +0.000000] ---[ end trace 0000000000000000 ]--- [ +0.000002] RTW: rtw_cfg80211_ndev_res_register rtw_wiphy_register fail for if1 [ +0.000086] ------------[ cut here ]------------ [ +0.000001] WARNING: CPU: 1 PID: 24 at /home/kali/rtl8192eu/os_dep/linux/os_intfs.c:1589 rtw_os_ndev_register+0x68/0x180 [8192eu] [ +0.000074] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo xt_addrtype nft_compat nf_tables libcrc32c nfnetlink br_netfilter bridge stp llc qrtr overlay vboxsf snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_timer intel_rapl_msr snd intel_rapl_common joydev soundcore vboxguest pcspkr ac evdev serio_raw sg sunrpc 8192eu(O) binfmt_misc cfg80211 efi_pstore rfkill fuse dm_mod configfs loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic hid_generic usbhid hid sd_mod t10_pi crc32_pclmul crc32c_intel crc64_rocksoft_generic crc64_rocksoft crc_t10dif crct10dif_generic sr_mod ghash_clmulni_intel crct10dif_pclmul crc64 crct10dif_common cdrom ata_generic sha512_ssse3 sha512_generic vmwgfx ata_piix drm_ttm_helper ahci libahci ttm ohci_pci libata ehci_pci ohci_hcd aesni_intel ehci_hcd crypto_simd drm_kms_helper psmouse cryptd scsi_mod usbcore i2c_piix4 [ +0.000038] scsi_common usb_common video e1000 drm wmi button [ +0.000004] CPU: 1 PID: 24 Comm: kworker/1:0 Tainted: G W O 6.3.0-kali1-amd64 #1 Debian 6.3.7-1kali1 [ +0.000002] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ +0.000001] Workqueue: usb_hub_wq hub_event [usbcore] [ +0.000016] RIP: 0010:rtw_os_ndev_register+0x68/0x180 [8192eu] [ +0.000071] Code: 8d a7 60 32 00 00 b9 40 00 00 00 48 c7 c2 50 48 de c0 4c 89 e6 48 89 ef e8 b5 ad 76 c9 48 89 df e8 6d f3 01 00 83 f8 01 74 23 <0f> 0b 4c 89 e7 e8 5e 8a 76 c9 e8 e9 45 76 c9 b8 00 00 00 00 5b 5d [ +0.000001] RSP: 0018:ffff9a54000e3820 EFLAGS: 00010297 [ +0.000002] RAX: 0000000000000000 RBX: ffff9a5404615000 RCX: 0000000000000000 [ +0.000001] RDX: 0000000000000000 RSI: ffffffff8ae378cb RDI: 00000000ffffffff [ +0.000000] RBP: ffff8dff14965000 R08: 0000000000000000 R09: ffff9a54000e36b8 [ +0.000001] R10: 0000000000000003 R11: ffffffff8b4d1fe8 R12: ffff9a5404618260 [ +0.000001] R13: 0000000000000000 R14: ffff9a54046181e1 R15: ffff8dff00903000 [ +0.000001] FS: 0000000000000000(0000) GS:ffff8e00c2280000(0000) knlGS:0000000000000000 [ +0.000001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ +0.000001] CR2: 00007f1cd2c00000 CR3: 0000000102eb6000 CR4: 00000000000106e0 [ +0.000002] Call Trace: [ +0.000001] [ +0.000001] ? rtw_os_ndev_register+0x68/0x180 [8192eu] [ +0.000071] ? warn+0x81/0x130 [ +0.000003] ? rtw_os_ndev_register+0x68/0x180 [8192eu] [ +0.000071] ? report_bug+0x191/0x1c0 [ +0.000003] ? handle_bug+0x41/0x70 [ +0.000002] ? exc_invalid_op+0x17/0x70 [ +0.000002] ? asm_exc_invalid_op+0x1a/0x20 [ +0.000002] ? rtw_os_ndev_register+0x68/0x180 [8192eu] [ +0.000072] rtw_os_ndevs_register+0xac/0x100 [8192eu] [ +0.000071] rtw_os_ndevs_init+0x2c/0x40 [8192eu] [ +0.000072] rtw_drv_init+0x498/0x5e0 [8192eu] [ +0.000072] usb_probe_interface+0xe6/0x2f0 [usbcore] [ +0.000016] really_probe+0x1a2/0x400 [ +0.000002] ? pfx_device_attach_driver+0x10/0x10 [ +0.000002] driver_probe_device+0x78/0x160 [ +0.000001] driver_probe_device+0x1f/0x90 [ +0.000002] __device_attach_driver+0x89/0x110 [ +0.000002] bus_for_each_drv+0x95/0xf0 [ +0.000002] device_attach+0xb2/0x1b0 [ +0.000002] bus_probe_device+0x8d/0xa0 [ +0.000002] device_add+0x681/0x8a0 [ +0.000002] ? preempt_count_add+0x6e/0xa0 [ +0.000002] ? _raw_spin_lock_irqsave+0x27/0x60 [ +0.000003] usb_set_configuration+0x5c6/0x950 [usbcore] [ +0.000017] usb_generic_driver_probe+0x5c/0x90 [usbcore] [ +0.000016] usb_probe_device+0x3d/0x110 [usbcore] [ +0.000016] really_probe+0x1a2/0x400 [ +0.000002] ? pfx_device_attach_driver+0x10/0x10 [ +0.000002] driver_probe_device+0x78/0x160 [ +0.000001] driver_probe_device+0x1f/0x90 [ +0.000002] __device_attach_driver+0x89/0x110 [ +0.000002] bus_for_each_drv+0x95/0xf0 [ +0.000002] device_attach+0xb2/0x1b0 [ +0.000002] bus_probe_device+0x8d/0xa0 [ +0.000001] device_add+0x681/0x8a0 [ +0.000003] usb_new_device+0x28e/0x4e0 [usbcore] [ +0.000015] hub_event+0x12ce/0x1c60 [usbcore] [ +0.000017] ? pm_runtime_suspend+0x4a/0xd0 [ +0.000002] process_one_work+0x1c8/0x3c0 [ +0.000002] worker_thread+0x51/0x390 [ +0.000001] ? pfx_worker_thread+0x10/0x10 [ +0.000002] kthread+0xed/0x120 [ +0.000001] ? pfx_kthread+0x10/0x10 [ +0.000002] ret_from_fork+0x2c/0x50 [ +0.000003] [ +0.000001] ---[ end trace 0000000000000000 ]--- [ +0.023741] ------------[ cut here ]------------ [ +0.000005] WARNING: CPU: 1 PID: 24 at /home/kali/rtl8192eu/os_dep/linux/os_intfs.c:2992 rtw_os_ndevs_register+0xb4/0x100 [8192eu] [ +0.000078] Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo xt_addrtype nft_compat nf_tables libcrc32c nfnetlink br_netfilter bridge stp llc qrtr overlay vboxsf snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm snd_timer intel_rapl_msr snd intel_rapl_common joydev soundcore vboxguest pcspkr ac evdev serio_raw sg sunrpc 8192eu(O) binfmt_misc cfg80211 efi_pstore rfkill fuse dm_mod configfs loop ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic hid_generic usbhid hid sd_mod t10_pi crc32_pclmul crc32c_intel crc64_rocksoft_generic crc64_rocksoft crc_t10dif crct10dif_generic sr_mod ghash_clmulni_intel crct10dif_pclmul crc64 crct10dif_common cdrom ata_generic sha512_ssse3 sha512_generic vmwgfx ata_piix drm_ttm_helper ahci libahci ttm ohci_pci libata ehci_pci ohci_hcd aesni_intel ehci_hcd crypto_simd drm_kms_helper psmouse cryptd scsi_mod usbcore i2c_piix4 [ +0.000049] scsi_common usb_common video e1000 drm wmi button [ +0.000005] CPU: 1 PID: 24 Comm: kworker/1:0 Tainted: G W O 6.3.0-kali1-amd64 #1 Debian 6.3.7-1kali1 [ +0.000002] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ +0.000002] Workqueue: usb_hub_wq hub_event [usbcore] [ +0.000018] RIP: 0010:rtw_os_ndevs_register+0xb4/0x100 [8192eu] [ +0.000072] Code: 87 a8 45 00 00 49 8d b5 e1 31 00 00 84 c0 74 0d 49 8d b5 f1 31 00 00 3c 01 49 0f 45 f6 e8 e4 ef ff ff 41 89 c7 83 f8 01 74 b2 <0f> 0b 85 db 75 11 48 8b bd 50 01 00 00 48 85 ff 74 05 e8 55 f1 ff [ +0.000002] RSP: 0018:ffff9a54000e3858 EFLAGS: 00010297 [ +0.000002] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000 [ +0.000001] RDX: 0000000000000001 RSI: ffffffff8ae378cb RDI: 00000000ffffffff [ +0.000001] RBP: ffff8dff1a0e7000 R08: 0000000000000000 R09: 0000000000000000 [ +0.000001] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000001 [ +0.000001] R13: ffff9a5404615000 R14: ffffffffc0e7470f R15: 0000000000000000 [ +0.000001] FS: 0000000000000000(0000) GS:ffff8e00c2280000(0000) knlGS:0000000000000000 [ +0.000001] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ +0.000001] CR2: 000056286328c000 CR3: 0000000116db0000 CR4: 00000000000106e0 [ +0.000003] Call Trace: [ +0.000002] [ +0.000001] ? rtw_os_ndevs_register+0xb4/0x100 [8192eu] [ +0.000135] ? warn+0x81/0x130 [ +0.000005] ? rtw_os_ndevs_register+0xb4/0x100 [8192eu] [ +0.000072] ? report_bug+0x191/0x1c0 [ +0.000004] ? handle_bug+0x41/0x70 [ +0.000003] ? exc_invalid_op+0x17/0x70 [ +0.000002] ? asm_exc_invalid_op+0x1a/0x20 [ +0.000004] ? rtw_os_ndevs_register+0xb4/0x100 [8192eu] [ +0.000071] ? rtw_os_ndevs_register+0xac/0x100 [8192eu] [ +0.000072] rtw_os_ndevs_init+0x2c/0x40 [8192eu] [ +0.000072] rtw_drv_init+0x498/0x5e0 [8192eu] [ +0.000072] usb_probe_interface+0xe6/0x2f0 [usbcore] [ +0.000018] really_probe+0x1a2/0x400 [ +0.000003] ? pfx_device_attach_driver+0x10/0x10 [ +0.000002] driver_probe_device+0x78/0x160 [ +0.000002] driver_probe_device+0x1f/0x90 [ +0.000002] __device_attach_driver+0x89/0x110 [ +0.000001] bus_for_each_drv+0x95/0xf0 [ +0.000004] device_attach+0xb2/0x1b0 [ +0.000002] bus_probe_device+0x8d/0xa0 [ +0.000001] device_add+0x681/0x8a0 [ +0.000003] ? preempt_count_add+0x6e/0xa0 [ +0.000003] ? _raw_spin_lock_irqsave+0x27/0x60 [ +0.000003] usb_set_configuration+0x5c6/0x950 [usbcore] [ +0.000018] usb_generic_driver_probe+0x5c/0x90 [usbcore] [ +0.000016] usb_probe_device+0x3d/0x110 [usbcore] [ +0.000017] really_probe+0x1a2/0x400 [ +0.000002] ? pfx_device_attach_driver+0x10/0x10 [ +0.000001] driver_probe_device+0x78/0x160 [ +0.000002] driver_probe_device+0x1f/0x90 [ +0.000002] __device_attach_driver+0x89/0x110 [ +0.000002] bus_for_each_drv+0x95/0xf0 [ +0.000002] device_attach+0xb2/0x1b0 [ +0.000002] bus_probe_device+0x8d/0xa0 [ +0.000002] device_add+0x681/0x8a0 [ +0.000002] usb_new_device+0x28e/0x4e0 [usbcore] [ +0.000016] hub_event+0x12ce/0x1c60 [usbcore] [ +0.000017] ? __pm_runtime_suspend+0x4a/0xd0 [ +0.000002] process_one_work+0x1c8/0x3c0 [ +0.000004] worker_thread+0x51/0x390 [ +0.000001] ? pfx_worker_thread+0x10/0x10 [ +0.000002] kthread+0xed/0x120 [ +0.000002] ? pfx_kthread+0x10/0x10 [ +0.000002] ret_from_fork+0x2c/0x50 [ +0.000005] [ +0.000001] ---[ end trace 0000000000000000 ]--- [ +0.000002] RTW: rtw_wdev_free(wdev=0000000049d1c28e) [ +0.000004] RTW: rtw_wiphy_free(phy2) [ +0.000009] RTW: rtw_usb_primary_adapter_deinit((null)) [ +0.000001] RTW: rtw_dev_unload: bup==_FALSE [ +0.000003] RTW: +r871xu_dev_remove, hw_init_completed=0 [ +0.000003] rtl8192eu 1-1:1.0: Runtime PM usage count underflow! [ +0.000106] RTW: WARN free_recv_skb_queue not empty, 8 [ +0.000011] RTW: usb attached..., try to reset usb device [ +0.359264] usb 1-1: reset high-speed USB device number 4 using ehci-pci [ +0.969669] 13:22:09.324423 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.003177] 13:22:09.327721 dnd No guest source window [ +0.001343] 13:22:09.329060 dndHGCM DnD: Received message HOST_DND_FN_GH_REQ_PENDING (0x258) from host [ +0.001687] 13:22:09.330461 dnd No guest source wi

SimplyCEO commented 1 year ago

I don't see any error, only warnings. Do you have VirtualBox guest additions installed?

neve360 commented 1 year ago

yes now i tryed to reinstall the driver and i get this: /bin/sh: 1: ./tools/bpf/resolve_btfids/resolve_btfids: not found complete log: ┌──(root㉿kali)-[/home/kali/rtl8192eu] └─# make -j${CORE} && sudo make install
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.3.0-kali1-amd64/build M=/home/kali/rtl8192eu modules make[1]: Entering directory '/usr/src/linux-headers-6.3.0-kali1-amd64' LD [M] /home/kali/rtl8192eu/8192eu.ko BTF [M] /home/kali/rtl8192eu/8192eu.ko /bin/sh: 1: ./tools/bpf/resolve_btfids/resolve_btfids: not found make[2]: [/usr/src/linux-headers-6.3.0-kali1-common/scripts/Makefile.modfinal:63: /home/kali/rtl8192eu/8192eu.ko] Error 127 make[2]: Deleting file '/home/kali/rtl8192eu/8192eu.ko' make[1]: [/usr/src/linux-headers-6.3.0-kali1-common/Makefile:1967: modules] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.3.0-kali1-amd64' make: [Makefile:1829: modules] Error 2

neve360 commented 1 year ago

i search up online and i found that is probrably a makefile error

/bin/sh: 1: ./tools/bpf/resolve_btfids/resolve_btfids: not found

SimplyCEO commented 1 year ago

resolve_btfids refer to a function under BTF type format.

see: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/tools/bpf/resolve_btfids

Do it have something to do with libelf-devel?

neve360 commented 1 year ago

idk now im trying to install on vmware instead of virtualbox

neve360 commented 1 year ago

i found this

https://www.reddit.com/r/openSUSE/comments/pwxs3i/btf_file_not_generated_because_vmlinux_could_not/?utm_source=share&utm_medium=ios_app&utm_name=ioscss&utm_content=2&utm_term=1

now i try

neve360 commented 1 year ago

seems like the 6.0.0 kernel hasnt bpf

neve360 commented 1 year ago

do you have discord? can you give your nick/discord server link?

SimplyCEO commented 1 year ago

i found this

https://www.reddit.com/r/openSUSE/comments/pwxs3i/btf_file_not_generated_because_vmlinux_could_not/?utm_source=share&utm_medium=ios_app&utm_name=ioscss&utm_content=2&utm_term=1

now i try

From what I have read, this problem occurs when the kernel headers are not installed. Though I don't know how you compiled without the kernel headers. So the problem might be the kernel not having support for the BTF format.

neve360 commented 1 year ago

do you tested with kernel 5.18? it can work?

SimplyCEO commented 1 year ago

I didn't, but it should work.

neve360 commented 1 year ago

not a problem anymore i bought rtl8188eus

SimplyCEO commented 1 year ago

I will leave it open for anyone who tries to see if it is fixed or, if not, fixable.

neve360 commented 1 year ago

the title is actually wrong, i tried on virtualbox vmware and a normal pc with kali installed as first os. for who is trying to play with airmon-ng i suggest to buy the tp link wn722n V3 i found in a local store for 18 euros thats is supported and works very good or buy alfa with 5 ghz support

SimplyCEO commented 1 year ago

i tried on virtualbox vmware and a normal pc with kali installed as first os.

You gave the dmesg output of only VirtualBox.

[ +0.000002] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006

You mentioned VMWare and no mentions whatsoever about testing with bare-metal.
Also, no output from VMWare or bare-metal.

for who is trying to play with airmon-ng i suggest to buy...

We appreciate your recommendations, but this issue is open to track the source of the problem.
If someone is searching here, it means that their device is not working and they don't want to buy another one.

I can't reproduce the same steps, since I don't have the required device.
Anyway, help is needed. If someone find a way to properly make it work, push a PR.

SpinnoZ commented 1 year ago

Okay, I finally did find this discussion after a week of attempts to solve the same issue by myself. Configuration: Kali 6.3.0-kali1-amd64 in a VirtualBox 7.0 from Win10 as a host. Automated script reported successful installation, the driver listed in lsmod. Device does not show up in iwconfig. Manual installation by Documentation: $sudo make ends up with following:

MODPOST /home/secu/Downloads/RTL4/RTL5/rtl8192eu-master/Module.symvers CC [M] /home/secu/Downloads/RTL4/RTL5/rtl8192eu-master/8192eu.mod.o LD [M] /home/secu/Downloads/RTL4/RTL5/rtl8192eu-master/8192eu.ko BTF [M] /home/secu/Downloads/RTL4/RTL5/rtl8192eu-master/8192eu.ko Skipping BTF generation for /home/secu/Downloads/RTL4/RTL5/rtl8192eu-master/8192eu.ko due to unavailability of vmlinux make[1]: Leaving directory '/usr/src/linux-headers-6.3.0-kali1-amd64'

Hard googling the issue, tried:

ln -sf /usr/lib/modules/(uname -r)/vmlinux.xz /boot/

No results. Kali 6.3.0 kernel does not have vmlinux in /boot

locate vmlinux

/usr/lib/linux-kbuild-6.1/scripts/Makefile.vmlinux /usr/lib/linux-kbuild-6.1/scripts/Makefile.vmlinux_o /usr/lib/linux-kbuild-6.3/scripts/Makefile.vmlinux /usr/lib/linux-kbuild-6.3/scripts/Makefile.vmlinux_o /usr/src/linux-headers-6.1.0-kali5-common/arch/arm/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali5-common/arch/s390/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali5-common/arch/sh/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali5-common/include/asm-generic/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali9-common/arch/arm/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali9-common/arch/s390/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali9-common/arch/sh/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.1.0-kali9-common/include/asm-generic/vmlinux.lds.h /usr/src/linux-headers-6.3.0-kali1-common/arch/arm/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.3.0-kali1-common/arch/s390/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.3.0-kali1-common/arch/sh/include/asm/vmlinux.lds.h /usr/src/linux-headers-6.3.0-kali1-common/include/asm-generic/vmlinux.lds.h

sudo dmesg -wH

No errors, only warnings

I feel like it's something about that error with BTF

Is there anything I can test and provide to help solving this issue?

BTW: Mange driver works OK: monitor mode is enabled, sparrow-wifi scans correctly. But packet injection does not work.

PPS: just for the record, my device is different from TS: lsusb: Bus 001 Device 003: ID 0bda:818b Realtek Semiconductor Corp. RTL8192EU 802.11b/g/n WLAN Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub