# Troubleshooting

## **In Case of a Mouse Bug:**

If you encounter a mouse bug, follow these steps:

* **Ensure the flashing process has been followed correctly.**
* Press **Log Enabled**. This will reboot the device.
* The device will start logging in the terminal. You can disconnect the left USB port and the mouse, keeping the 2nd PC connected.
* Connect the **left USB port** to the **main PC**, then connect the mouse. Make a ticket in the server, Press **User Logs** and submit the logs in the ticket.

The dev will review the logs and work on fixing the mouse bug.

## Disable The Log Button

Note: when you enable Main PC log button the Makcu will be set to 4mbps until disabled correctly, this means that 115k will no longer work

Please ensure that you see this correctly

<figure><img src="/files/BwkjH2DzHyYN76DmHS8L" alt="" width="563"><figcaption><p>Make sure to press Disable Log</p></figcaption></figure>

After your done it should look like this.

<figure><img src="/files/7vvYwayQPPWeJ3ISZNww" alt="" width="375"><figcaption><p>How it should look like.</p></figcaption></figure>

## Mouse not passing AIO test?

* If your mouse does not pass the move test, restart the **AIO** then try again.

## Makcu startup issue

* When you turn on the main pc, you have to reconnect Makcu for the mouse to work.

## Mini pc blocking Makcu

There is a **chance** your mini pc is blocking Makcu from working, currently the ch340 chip on board's is blocking Makcu.

&#x20;Some **chairs** will default to ch340 over ch343, and it will block Makcu from connecting.

### How to check if you have CH340?

Open up Device Manager.

<div align="left"><figure><img src="/files/gD6cNDeuvHvUVWS8eouv" alt="" width="563"><figcaption></figcaption></figure></div>

Then find Ports(COM & LPT) and open the list.

<div align="left"><figure><img src="/files/ETQn8coeVb5eEOlYs3f1" alt=""><figcaption></figcaption></figure></div>

You will see USB-SERIAL "CH340" if you don't have it then your safe from this issue.

#### T**emp fix**

1. Uninstall Ch340 from Device Manager
2. Just uninstall it before opening your chair every time.

* [x] Note: this is not a permanent fix, and cannot be resolved. its not a Makcu issue, its due to the way chairs default kmbox b pro and arduino over Makcu.

## Mouse Doesn't Work.

If the mouse which you connected through Makcu doesn't work on Main PC:

* Make sure that you connected Makcu right [Makcu Board Guide](/makcu/makcu-board/makcu-board-guide.md#setting-up-makcu)
* Try to connect **USB cable** to another **port** of Main PC.
* Try to use another mouse.

## Makcu works but chair doesn't.

* Your **chair** doesn't support Makcu.
* tell your **chair** provider on how to add support. [Chair Devs](/makcu/chair-devs/adding-makcu-support.md).

## Recent 404 error on the ch343 website

Hot fix to obtain the ch343 driver&#x20;

1. Download [zip](https://cdn.discordapp.com/attachments/1323462758028541992/1347212100543713300/CH343_Driver.zip?ex=67cc520a\&is=67cb008a\&hm=da264bdf81ca70e94c7080f6a5b80a50140cf5f60c8029c464dbe2f4cf8f8bb0&)
2. Extract to a folder
3. Right click install

<figure><img src="/files/UQDGGkc9N7FkeaL7nV3i" alt=""><figcaption><p>fix by .ihack</p></figcaption></figure>

## Gamepad Doesn't Work

if your gamepad does not work when connected wirelessly, then:

* Make sure that gamepad has enough battery charge
* Try to use **wired** connection method
* Make sure that you **installed** XIM MATRIX Manager correctly and launched it
* Try to use another gamepad, maybe your gamepad is not **supported**
* Read Troubleshooting on developer's website — <https://guide.xim.tech/Troubleshooting-Xbox>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://makcu.gitbook.io/makcu/makcu-board/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
