


Check if the new network interface is recognized using ifconfig command.

check kernel messages using dmesg if anything is fatal error.Build the module using make -C /lib/modules/$(uname -r)/build M=$(pwd) modules.ret = mt7601u_mcu_calibrate(dev, MCU_CAL_RXIQ, 0) find the function mt7601u_init_cal in the file.Now, open the phy.c file from the downloaded folder.You will find the exact matched kernel by checking the tags on Github's branch drop-down menu. Get the folder drivers/net/wireless/mediatek/mt7601u from Linux-kernel source tree ( ). Get your current kernel version using uname -r command.restart the PC to ensure that no kernel update is pending.What worked for me kernel version: 4.13.*
