All of lore.kernel.org
 help / color / mirror / Atom feed
* ipheth device not showing up
@ 2010-05-11 16:51 Norbert Preining
  2010-05-11 18:59 ` Alejandro Riveira Fernández
  0 siblings, 1 reply; 6+ messages in thread
From: Norbert Preining @ 2010-05-11 16:51 UTC (permalink / raw)
  To: linux-kernel

Hi everyone, 

(please cc)

since I didn't find a contact point for the ipheth driver I write here.
I am runnning git kernel from yesterday, and I am trying to get 
my iPhone connected to the laptop via the ipheth driver.

It actually looks good:
[46128.590402] usb 2-1: Product: iPhone
[46128.590407] usb 2-1: Manufacturer: Apple Inc.
[46128.590411] usb 2-1: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[46128.717504] ipheth 2-1:4.2: Apple iPhone USB Ethernet device attached

so it seems that there should be an ethernet device, but ifconfig -a
or any other way I can imagine to check does not show the new device.

Am I missing something?

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan            TU Wien, Austria           Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
ALBUQUERQUE (n.)
A shapeless squiggle which is utterly unlike your normal signature,
but which is, nevertheless, all you are able to produce when asked
formally to identify yourself. Muslims, whose religion forbids the
making of graven images, use albuquerques to decorate their towels,
menu cards and pyjamas.
			--- Douglas Adams, The Meaning of Liff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ipheth device not showing up
  2010-05-11 16:51 ipheth device not showing up Norbert Preining
@ 2010-05-11 18:59 ` Alejandro Riveira Fernández
  2010-05-12  2:42   ` Norbert Preining
  0 siblings, 1 reply; 6+ messages in thread
From: Alejandro Riveira Fernández @ 2010-05-11 18:59 UTC (permalink / raw)
  To: Norbert Preining; +Cc: linux-kernel

El Wed, 12 May 2010 01:51:59 +0900
Norbert Preining <preining@logic.at> escribió:

> Hi everyone, 
[ ... ]
> 
> It actually looks good:
> [46128.590402] usb 2-1: Product: iPhone
> [46128.590407] usb 2-1: Manufacturer: Apple Inc.
> [46128.590411] usb 2-1: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
> [46128.717504] ipheth 2-1:4.2: Apple iPhone USB Ethernet device attached
> 
> so it seems that there should be an ethernet device, but ifconfig -a
> or any other way I can imagine to check does not show the new device.
> 
> Am I missing something?

 http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver

  The "pairing" program in the link above ? Google is your friend :)

> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ipheth device not showing up
  2010-05-11 18:59 ` Alejandro Riveira Fernández
@ 2010-05-12  2:42   ` Norbert Preining
  2010-05-12 16:02     ` Matthew Garrett
  0 siblings, 1 reply; 6+ messages in thread
From: Norbert Preining @ 2010-05-12  2:42 UTC (permalink / raw)
  To: Alejandro Riveira Fernández; +Cc: linux-kernel

On Di, 11 Mai 2010, Alejandro Riveira Fernández wrote:
> > [46128.590402] usb 2-1: Product: iPhone
> > [46128.590407] usb 2-1: Manufacturer: Apple Inc.
> > [46128.590411] usb 2-1: SerialNumber: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
> > [46128.717504] ipheth 2-1:4.2: Apple iPhone USB Ethernet device attached
> > 
> > so it seems that there should be an ethernet device, but ifconfig -a
> > or any other way I can imagine to check does not show the new device.
> > 
> > Am I missing something?
> 
>  http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver
> 
>   The "pairing" program in the link above ? Google is your friend :)

Sorry, forgot that, pairing program is called, but does not change
anything. It is called automatically by udev, but I also tried manually.

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan            TU Wien, Austria           Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
VANCOUVER (n.)
The technical name for one of those huge trucks with whirling brushes
on the bottom used to clean streets.
			--- Douglas Adams, The Meaning of Liff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ipheth device not showing up
  2010-05-12  2:42   ` Norbert Preining
@ 2010-05-12 16:02     ` Matthew Garrett
  2010-05-12 16:07       ` Norbert Preining
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Garrett @ 2010-05-12 16:02 UTC (permalink / raw)
  To: Norbert Preining; +Cc: Alejandro Riveira Fernández, linux-kernel

On Wed, May 12, 2010 at 11:42:58AM +0900, Norbert Preining wrote:

> Sorry, forgot that, pairing program is called, but does not change
> anything. It is called automatically by udev, but I also tried manually.

Have you enabled tethering on your phone?

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ipheth device not showing up
  2010-05-12 16:02     ` Matthew Garrett
@ 2010-05-12 16:07       ` Norbert Preining
  2010-05-17 18:50         ` L. Alberto Giménez
  0 siblings, 1 reply; 6+ messages in thread
From: Norbert Preining @ 2010-05-12 16:07 UTC (permalink / raw)
  To: Matthew Garrett; +Cc: Alejandro Riveira Fernández, linux-kernel

On Mi, 12 Mai 2010, Matthew Garrett wrote:
> On Wed, May 12, 2010 at 11:42:58AM +0900, Norbert Preining wrote:
> 
> > Sorry, forgot that, pairing program is called, but does not change
> > anything. It is called automatically by udev, but I also tried manually.
> 
> Have you enabled tethering on your phone?

Yes, of course.

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan            TU Wien, Austria           Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
WEEM (n.)
The tools with which a dentist can inflict the greatest
pain. Formerly, which tool this was dependent upon the imagination and
skill of the individual dentist, though now, with technological
advances, weems can be bought specially.
			--- Douglas Adams, The Meaning of Liff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ipheth device not showing up
  2010-05-12 16:07       ` Norbert Preining
@ 2010-05-17 18:50         ` L. Alberto Giménez
  0 siblings, 0 replies; 6+ messages in thread
From: L. Alberto Giménez @ 2010-05-17 18:50 UTC (permalink / raw)
  To: Norbert Preining
  Cc: Matthew Garrett, Alejandro Riveira Fernández, linux-kernel

On Thu, May 13, 2010 at 01:07:31AM +0900, Norbert Preining wrote:
> On Mi, 12 Mai 2010, Matthew Garrett wrote:
> > On Wed, May 12, 2010 at 11:42:58AM +0900, Norbert Preining wrote:
> > 
> > > Sorry, forgot that, pairing program is called, but does not change
> > > anything. It is called automatically by udev, but I also tried manually.
> > 
> > Have you enabled tethering on your phone?
> 
> Yes, of course.
> 

Hi,

I've found some times when testing a proper network manager that it doesn't show
up using ifconfig but the kernel detects it (using /proc or /sys you can see the
device).

Have you tried an udev/dbus enabled network manager?


Regards,
-- 
L. Alberto Giménez
JabberID agimenez@jabber.sysvalve.es
GnuPG key ID 0x3BAABDE1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-17 18:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-11 16:51 ipheth device not showing up Norbert Preining
2010-05-11 18:59 ` Alejandro Riveira Fernández
2010-05-12  2:42   ` Norbert Preining
2010-05-12 16:02     ` Matthew Garrett
2010-05-12 16:07       ` Norbert Preining
2010-05-17 18:50         ` L. Alberto Giménez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.