메뉴 닫기

우분투 아이패드 충전

mini2

Ubuntu 14.04.1 LTS 에 아이패드를 연결하면 “충전 중이지 않음” 상태가 된다.

이는 1A이상의 전류를 필요로 하는 아이패드에 그냥 USB로 연결을 하면 500mA로만 공급하기 때문에 충전이 되지않는다.

이에 서버에 설정을 하면 충전이 되게끔 설정이 가능하다.

참조 : http://forum.falinux.com/zbxe/index.php?document_srl=779878&mid=lecture_tip

 

 해결방법

 * Ubuntu 14.04 DeskTop version에서 테스트하였습니다.

# sudo su    (시스템 관리자 계정으로 로그인)

# apt-get install git   (git툴 설치)

다음 새 패키지를 설치할 것입니다:

  git git-man liberror-perl

# apt-get install libusb-1.0-0 libusb-1.0-0-dev git git-core       (추가 프로그램 설치)

다음 새 패키지를 설치할 것입니다:

  git-core libusb-1.0-0-dev libusb-1.0-doc

# git clone https://github.com/mkorenkov/ipad_charge.git      (충전 툴 다운로드)

Cloning into ‘ipad_charge’…

remote: Counting objects: 121, done.

remote: Total 121 (delta 0), reused 0 (delta 0)

Receiving objects: 100% (121/121), 26.14 KiB | 0 bytes/s, done.

Resolving deltas: 100% (51/51), done.

Checking connectivity… done.

# cd ipad_charge/    (설치 된 경로로 이동)

# make

#make install 

완료 

(이후에 아이패드 미니2에서 충전되는 것 확인하였습니다.)

[polldaddy rating=”7739789″]

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 항목은 *(으)로 표시합니다