iPhone tethering sous Linux - réseaux et sécurité - Linux et OS Alternatifs
Marsh Posté le 22-10-2010 à 15:28:16
nouvelle correction:
ca marche a la fois en testing et en unstable, mais ma testing etait dans une virtual machine (vmware) et apparemment ca pose probleme au niveau usb
Marsh Posté le 21-10-2010 à 16:15:01
Salut a tous,
J'ai un iPhone 3G avec le tethering (USB) active, il fonctionne bien sous Windows et je suis en train de le faire sous linux (debian unstable).
ce qui est installe:
# dpkg --list | grep iPhone
ii ifuse 1.0.0-1 FUSE module for iPhone and iPod Touch devices
ii ipheth-utils 1.0-3 USB tethering driver support utilities for the iPhone
ii libimobiledevice-dev 1.0.2-1 Library for communicating with iPhone and iPod Touch devices
ii libimobiledevice-utils 1.0.2-1 Library for communicating with iPhone and iPod Touch devices
ii libimobiledevice1 1.0.2-1 Library for communicating with the iPhone and iPod Touch
ii libusbmuxd-dev 1.0.4-1 USB multiplexor daemon for iPhone and iPod Touch devices - devel
ii libusbmuxd1 1.0.4-1 USB multiplexor daemon for iPhone and iPod Touch devices - library
ii usbmuxd 1.0.4-1 USB multiplexor daemon for iPhone and iPod Touch devices
ce qui tourne, ce qui marche et ce qui marche pas:
# dmesg
[ 731.229001] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 731.392321] usb 1-1: New USB device found, idVendor=05ac, idProduct=1292
[ 731.392377] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 731.392434] usb 1-1: Product: iPhone
[ 731.392461] usb 1-1: Manufacturer: Apple Inc.
[ 731.392480] usb 1-1: SerialNumber: 3814324f7b36b0bd3c21b3ab2447921a78dbdb71
[ 731.398738] usb 1-1: configuration #1 chosen from 4 choices
[ 731.806476] ipheth 1-1:4.2: Apple iPhone USB Ethernet device attached
[ 731.816582] usbcore: registered new interface driver ipheth
# ifconfig eth1
eth1 Link encap:Ethernet HWaddr <mac_iphone>
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# /lib/udev/ipheth-pair --list
/lib/udev/ipheth-pair: 0: no devices
# ps aux | grep usbmux
usbmux 1825 0.0 0.0 2100 856 ? S 09:19 0:00 /usr/sbin/usbmuxd -u -U usbmux
# /lib/udev/ipheth-pair
/lib/udev/ipheth-pair: -3: cannot get default device
# ifconfig eth1 up
SIOCSIFFLAGS: No such file or directory
# dmesg
[ 3928.067258] ipheth: ipheth_rx_submit: usb_submit_urb: -2
# # ip addr show eth1
5: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether <iphone_mac> brd ff:ff:ff:ff:ff:ff
En gros l'interface semble la (ip l'indique DOWN?), mais j'ai un souci pour l'utiliser...
Voila, si quelqu'un sait comment reparer ca, j'en serais reconnaissant