> For the complete documentation index, see [llms.txt](https://autoprox.gitbook.io/kor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoprox.gitbook.io/kor/entry_issue.md).

# 초기화면 진입문제

{% hint style="warning" %}
**아래와 같은 문제가 발생한 경우, 본 페이지를 참고해 주세요.**

① 제품을 연결하였으나 아무런 반응이 나타나지 않는 경우

② 알 수 없는 이유로 제품의 부팅(시작)에 문제가 발생하는 경우&#x20;

③ 제품 연결 시 "USB 읽는 중..." 메시지 이후, 검은색 화면으로 전환을 반복하는 경우
{% endhint %}

{% embed url="<https://www.youtube.com/@Autopro_Korea>" %}
YouTube로 알아보는 오토프로X
{% endembed %}

## **1. 해결방법**

### **1-1. USB 포트 연결**

케이블이 <mark style="background-color:orange;">**데이터 전용**</mark> USB 포트에 연결되었는지 확인합니다.

<figure><img src="/files/LKRJifcfXREyP6sRmQT7" alt=""><figcaption></figcaption></figure>

### **1-2. 케이블 접촉**

**케이블 체결을 확인해 보세요.**

케이블 체결(접촉)에 문제가 없는지 확인합니다. 간혹 케이블 접촉 부분을 흔들어 연결이 끊기는 경우가 발생할 수 있습니다. 또는 케이블을 교체한 후 시도해 보세요. [**케이블 교체 신청 바로가기 >**](https://talk.naver.com/ct/wc0m79#nafullscreen)

### **1-3. LED 불빛**

**LED 빨간색 불빛이 깜빡깜빡 입니다.**

전력이 불안정한 상태일 수 있습니다. CCNC 차량의 경우 케이블을 교환해 주세요.

**LED 불빛 전원이 들어오지 않습니다.**

불빛이 나타나지 않을 경우, 전력 부분 이슈가 예상되므로[ **A/S 요청>**](#id-1-5)을 부탁 드립니다. LED 불빛 관련 정보는 [**연결 방법 페이지>**](/kor/autopro_x/connect.md)에서 확인해 주세요.

### **1-4.  Android Auto 활성화**

**차량**의 내비게이션 설정에서 Android Auto가 활성화되어 있는지 확인해 주세요. 차량에서 안드로이드 오토 사용 관련하여 안내 문구가 나오면 ‘<mark style="background-color:orange;">**사용한다**</mark>’에 체크합니다. 일반적으로 차량에서 다음 메뉴로 진입하면 확인할 수 있습니다.

<mark style="color:blue;">**STEP**</mark> 기기 연결 ▶ 폰 프로젝션 ▶ Android Auto ▶ 활성화

<figure><img src="/files/erUDff8wRAVqLeCiG8MX" alt=""><figcaption></figcaption></figure>

### **1-5. 네이버 톡톡**

**A/S 상담을 통하여 문의해 주세요.**&#x20;

{% embed url="<https://talk.naver.com/ct/wc0m79#nafullscreen>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://autoprox.gitbook.io/kor/entry_issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
