I properly added usb filter. However its shows up as usb device, not a wireless card:
Code:
# lsusbBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0e8d:7603 MediaTek Inc. 802.11 n WLAN
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@kali:/home/kali/Documents/# dmesg |grep usb
[    1.314764] usbcore: registered new interface driver usbfs
[    1.314769] usbcore: registered new interface driver hub
[    1.314783] usbcore: registered new device driver usb
[    1.514998] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    1.514999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.515000] usb usb1: Product: xHCI Host Controller
[    1.515001] usb usb1: Manufacturer: Linux 5.7.0-kali1-amd64 xhci-hcd
[    1.515001] usb usb1: SerialNumber: 0000:00:0c.0
[    1.515545] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.07
[    1.515546] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.515547] usb usb2: Product: xHCI Host Controller
[    1.515548] usb usb2: Manufacturer: Linux 5.7.0-kali1-amd64 xhci-hcd
[    1.515549] usb usb2: SerialNumber: 0000:00:0c.0
[    1.851598] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[    2.008184] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021, bcdDevice= 1.00
[    2.008185] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.008186] usb 1-1: Product: USB Tablet
[    2.008187] usb 1-1: Manufacturer: VirtualBox
[    2.203008] usbcore: registered new interface driver usbhid
[    2.203009] usbhid: USB HID core driver
[    2.203962] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input6
[    2.204181] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:0c.0-1/input0
[    2.327597] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    2.674215] usb 1-2: New USB device found, idVendor=0e8d, idProduct=7603, bcdDevice= 0.01
[    2.674220] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.674224] usb 1-2: Product: 802.11 n WLAN
[    2.674227] usb 1-2: Manufacturer: MediaTek
[    2.674230] usb 1-2: SerialNumber: 1.0
System, dist and headers are up to date. When I'm trying to com[ile drivers:
Code:
# makemake -C tools
make[1]: Entering directory '/home/kali/Documents/MT7603U/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/kali/Documents/MT7603U/tools'
/home/kali/Documents/MT7603U/tools/bin2h
chipset = mt7603u
cp -f os/linux/Makefile.6 /home/kali/Documents/MT7603U/os/linux/Makefile
make -C /lib/modules/5.7.0-kali1-amd64/build SUBDIRS=/home/kali/Documents/MT7603U/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.7.0-kali1-amd64'
sh: 0: Can't open /usr/src/linux-headers-5.7.0-kali1-common/scripts/mkmakefile
make[3]: *** [/usr/src/linux-headers-5.7.0-kali1-common/Makefile:534: outputmakefile] Error 127
/usr/src/linux-headers-5.7.0-kali1-common/Makefile:675: include/config/auto.conf.cmd: No such file or directory
make[2]: *** [/usr/src/linux-headers-5.7.0-kali1-common/Makefile:694: include/config/auto.conf.cmd] Error 2
make[1]: *** [/usr/src/linux-headers-5.7.0-kali1-common/Makefile:180: sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.7.0-kali1-amd64'
make: *** [Makefile:172: LINUX] Error 2