# TSG: no sound after plugging in drawing tablet

## Cause

Some drawing tablets - specifically those with screens - have audio hardware. They don't have speakers (at least not that I am aware of), but some do have a headphone jack so you can listen with headphones.

When you plug in your tablet, the computer may detect that the tablet supports audio, and it can mistakenly assume you want audio to now play through the tablet. And of course because the tablet doesn't have speakers but only a headphone jack the audio is now being sent to your tablet, but you can't hear it.

## Example

Here's an example of Windows 11 showing the Huion Kamvas Pro 24 (GT2401) as an audio output.

<div align="left"><figure><img src="/files/1uiiMQ0cRJMtnlA4qzpN" alt="" width="375"><figcaption></figcaption></figure></div>

## Solution

The solution for this is simple. Just go to your operating system's sound settings and set the audio to go back to where it was going.


---

# 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://docs.sevenpens.com/drawtab/troubleshoot/tsg-no-sound.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.
