Ubuntu 12.04 上给 iPad2 充电

iPad 在 Windows 上面充电很简单,不再介绍了,但是如果要在 Linux 上面充电,要花一点工夫。还好Google 一下就可以找得到资料,这篇  iPad iPad2 Charge on Ubuntu 就有提到,怎么在 Ubuntu 上面给 iPad 充电的方法:

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

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

不过它上面写的 udev 的 rules 不知道是过期了,还是怎样,在 Ubuntu 12.04 上面不能正常工作,所以我又花了点工夫把 udev 的 rules 再改了一下,可以在这边下载:

加到你的 /etc/udev/rules.d/ 再重跑 /etc/init.d/udev 就可以正常为 iPad2 充电了。

--
更新:
* 20120612 发现 iphone 在 ubuntu 上面的充电截图,现在看起来专业多了

Ubuntu 12.04 上给 iPad2 充电

linux

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/21550.html