Results 1 to 5 of 5

Thread: iPhone tethering on Backtrack 5

  1. #1
    Join Date
    May 2011
    Posts
    1,932

    iPhone tethering on Backtrack 5

    I was trying to tie my iPhone 3G IOS 4.1. I installed the ipheth-utils and could see the iphone attached message with "dmesg | grep iPhone", but never sees the phone device reports. I also had the opportunity to get listed in ifconfig eth1 and I get the visuals on my phone blue tie. However I get no IP from the phone in my eth1 interface and static IP addresses do not work. Any ideas on how to make it work?

  2. #2
    Join Date
    May 2008
    Posts
    962

    Re: iPhone tethering on Backtrack 5

    Tutorials:
    Code:
    sudo apt-add-repository ppamcenery / ppa
    sudo apt-get update
    sudo apt-get install gvfs-utils ipheth
    This allowed me to connect the iPhone, see the network interface as Eth1 but was unable to obtain an IP address. I tried to start the DHCP with "dhclient eth1", but have a timeout. He tried a static IP address too, but without success (could not get anywhere on the network)
    Then I tried the physical way as was shown in the same tutorials.

    Code:
    sudo apt-get install build-essential ifuse git-core libimobiledevice-dev
    git clone git://github.com/dgiagio/ipheth.git
    cd ipheth-pair
    make
    sudo make install
    cd ../ipheth-driver
    make

  3. #3
    Join Date
    Nov 2009
    Posts
    687

    Re: iPhone tethering on Backtrack 5

    Hello everyone I’m having exactly similar problem I’m not able to get IP from the phone in my eth1 interface and static IP addresses do not work.Hey Perhaps a silly question, but do you have a data package plan that supports tethering. Also, I have read where tethering only applied to the iphone4.Do you currently get data on the phone (standalone).you have to check the phone's APN (access point name) settings.

  4. #4
    Join Date
    Apr 2010
    Posts
    234

    Re: iPhone tethering on Backtrack 5

    If you have a data plan that restraints may be used on a Mac, however, revealed that Goggling I cannot have the kernel sources to install device drivers. There is a wiki entry called "How to prepare kernel source BT5." I'll try that and then post the results here, but I feel like that will solve the problem. Please let me know if you face any problem will help you in everything you can. Answer here for help’s appreciate everyone here who replied help other.

  5. #5
    Join Date
    Apr 2010
    Posts
    173

    Re: iPhone tethering on Backtrack 5

    Ok, figured out how to do it. Since it is the beginner's forum I guess I can post a how-to with regard to my own question. The problem was that he had the kernel headers to install the drivers so it was not able to use the device correctly. So first install the kernel headers:

    prepare-kernel-sources
    Code:
    cd /usr/src/linux
    cp -rf include/generated/* include/linux/
    Install other necessary packages:

    Code:
    apt-get install build-essential ifuse git-core libimobiledevice-dev
    Then to install the iPhone drivers and the pairing device:
    Code:
    git clone git://github.com/dgiagio/ipheth.git
    cd ipheth-pair
    make
    sudo make install
    cd ../ipheth-driver
    make
    insmod ipheth.ko
    Enjoy

Similar Threads

  1. iPhone 3G/EDGE Tethering App
    By Shrestha in forum Portable Devices
    Replies: 7
    Last Post: 08-12-2011, 05:33 AM
  2. Kernel panic from iPhone USB tethering
    By TanmayKishan in forum Portable Devices
    Replies: 6
    Last Post: 15-10-2010, 04:54 AM
  3. iPhone 3G with iOS4 tethering
    By Who is it in forum Portable Devices
    Replies: 5
    Last Post: 04-07-2010, 04:26 AM
  4. Help with iPhone 3.1.3 tethering
    By Deandre in forum Portable Devices
    Replies: 6
    Last Post: 22-05-2010, 02:17 PM
  5. iPhone OS 4 and tethering
    By AbrahamL in forum Portable Devices
    Replies: 4
    Last Post: 22-05-2010, 06:32 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,490,616.66424 seconds with 17 queries