Type in the command:
adb devices
You should see your device listed. This is the proof that you have the correct USB driver.
Here’s what you need to do:
1) Go to Android Debug Bridge Shell with the command
adb shell
2) Inside adb shell, type in the command
settings put global tether_dun_required 0
You are done!! You can type
exit