Skip to content
mkorenkov edited this page May 11, 2011 · 13 revisions
  1. ipad_charge for Ubuntu

For charing iPad via USB ports in Ubuntu Linux there’s a [program](http://www.rainbow-software.org/linux_files/ipad_charge_1.0.tar.gz) created by Ondrej Zary from Rainbow-Software.

Ubuntu version iPad version Status Comments
Ubuntu 10.10 iPad OK
Ubuntu 11.04 iPad OK
Ubuntu 10.10 iPad2 Not tested
Ubuntu 11.04 iPad2 Not tested
  1. Installation for iPad
    sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
    wget --no-check-certificate https://github.com/downloads/mkorenkov/ipad_charge/ipad_charge_1.0.tar.gz
    tar -xzf ipad_charge_1.0.tar.gz
    cd ./ipad_charge_1.0
    make
    sudo make install
  1. Installation for iPad2
    sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
    wget --no-check-certificate https://github.com/downloads/mkorenkov/ipad_charge/ipad2_charge_1.0.tar.gz
    tar -xzf ipad2_charge_1.0.tar.gz
    cd ./ipad2_charge/
    make
    sudo make install

Original discussion available here: [http://ubuntuforums.org/showthread.php?t=1504845](http://ubuntuforums.org/showthread.php?t=1504845)

Clone this wiki locally