update zh-en

This commit is contained in:
PhatenIoT-yan
2025-10-10 10:09:04 +08:00
parent 3f8a2404bc
commit 1be4d9ae62
447 changed files with 20605 additions and 5432 deletions

View File

@@ -0,0 +1,38 @@
---
title: Driver Recognition and Device Recognition Exception Issues
---
--8<-- "common/phaten_xmos_support_img.md"
## **Q1**: Driver Recognition and Device Recognition Exception Issues
### Problem Description
During development or debugging, when using firmware with different configurations or different channel numbers, device recognition exceptions may occur, or the device cannot be used normally after recognition exceptions.
### Cause Analysis
After modifying the recording channel number, the new configuration is inconsistent with the configuration cached by the Windows system, causing the system to fail to correctly recognize the current device status. In this case, cached data needs to be cleared and device recognition needs to be performed again.
### Solution
![Device Manager - Audio Devices](/assets/images/faq/qu_dong/音频设备卸载.png){width=500}
=== "Solution 1: Simple Uninstall"
1. Connect the device to the computer
2. Open Device Manager
3. Find the "Sound, video and game controllers" category
4. Right-click the related audio device
5. Select "Uninstall device"
=== "Solution 2: Complete Uninstall (Recommended)"
1. Connect the device to the computer
2. Open Device Manager
3. Find the "Sound, video and game controllers" category
4. Right-click the related audio device
5. Select "Uninstall device" and check "Delete the driver software for this device"
6. Reinstall the driver
7. Reconnect the device and wait for successful system recognition
## Consultation and Feedback
<details>
<summary>Click to expand consultation and feedback form</summary>
--8<-- "common/customer_form.md"
</details>