หน้าเว็บ

About me

Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.

วันเสาร์ที่ 3 กรกฎาคม พ.ศ. 2553

iPhone tethering on Ubuntu(10.04 Lucid)

Ive done experiment engineering tethering on Koala as well, yet it's, however, kind of waste of time , too many error, too many dependency. After my last energy burned, I decided stepping up to Lucid without second thought. Bingo !! I unfortunately faced with boot loader malfunction, which make me go crazy for a day.
Therefore, anyone who are reading this article please forgot upgrading plan for a while. All right I gotta take you guys to the core of the intention, internet tethering on Ubuntu at this moment. I lists steps below
  1. add 2 information in system/admin/software sources
    deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu lucid main
    deb-src http://ppa.launchpad.net/pmcenery/ppa/ubuntu lucid main

  2. apt-get update
  3. apt-get upgrade
  4. apt-get install git-core
  5. apt-get install libusb-dev libusb
  6. apt-get install libtool automake autoconf git-core swig build-essential python-dev libusbmuxd-dev libglib2.0-dev libgnutls-dev libplist-dev libplist++-dev libplist++1 libzip-dev libclutter-1.0-dev libclutter-gtk-0.10-dev intltool
  7. cd libimobiledevice --> โหลดเอาจาก web http://www.libimobiledevice.org/
  8. cd ../
  9. git clone git://github.com/dgiagio/ipheth.git
  10. cd ipheth/ipheth-pair
  11. ./configure
  12. make
  13. make install
  14. cd ../
  15. cd ipheth/ipheth-driver
  16. make
  17. insmod ipheth.ko


  • http://ubuntuforums.org/showthread.php?t=1471018