Как исправить ошибку (Код 45/Код 10) с устройством Wi-Fi

3 min read 9 days ago
Published on Jan 26, 2025 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial provides a step-by-step guide on how to fix two common errors related to MediaTek Wi-Fi adapters on Windows: Code 45 (the device is not connected to the computer) and Code 10 (the device cannot start). By following these instructions, you can troubleshoot and resolve these issues effectively.

Step 1: Check Device Connection

  1. Physically inspect the device:

    • Ensure that your Wi-Fi adapter is properly connected to your computer. If it is a USB adapter, try unplugging it and plugging it back in.
    • If it's an internal adapter, ensure that it is securely seated in its slot.
  2. Reboot your computer:

    • Sometimes a simple restart can resolve connectivity issues.

Step 2: Update Device Drivers

  1. Open Device Manager:

    • Right-click on the Start button and select Device Manager.
  2. Locate the Wi-Fi adapter:

    • Expand the "Network adapters" section to find your MediaTek Wi-Fi adapter.
  3. Update the driver:

    • Right-click on the adapter and select "Update driver."
    • Choose "Search automatically for updated driver software" and follow the prompts.
  4. Reboot your computer:

    • Restart your computer again after updating the driver.

Step 3: Reset Network Settings

  1. Open Command Prompt as an Administrator:

    • Type "cmd" in the search bar, right-click on Command Prompt, and select "Run as administrator."
  2. Run the following commands:

    • This will reset various network settings:
      netsh winsock reset
      netsh int ip reset
      ipconfig /release
      ipconfig /renew
      ipconfig /flushdns
      
    • Enter each command one at a time and press Enter.
  3. Reboot your computer:

    • Restart your computer to apply the changes.

Step 4: Check for Windows Updates

  1. Open Settings:

    • Click on the Start menu and select Settings (the gear icon).
  2. Go to Update & Security:

    • Click on "Windows Update" and check for updates.
  3. Install any available updates:

    • If updates are found, install them and restart your computer.

Step 5: Remove and Reinstall the Device

  1. Return to Device Manager:

    • In Device Manager, right-click on the MediaTek Wi-Fi adapter.
  2. Uninstall the device:

    • Select "Uninstall device," then confirm any prompts.
  3. Reboot your computer:

    • Restart your computer; Windows should automatically reinstall the drivers for the Wi-Fi adapter.

Conclusion

By following these steps, you should be able to resolve the Code 45 and Code 10 errors associated with your MediaTek Wi-Fi adapter. If the problem persists, consider contacting technical support or seeking professional assistance. Regularly updating your drivers and the Windows operating system can help prevent these issues in the future.