Talk:N900 USB networking: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
New page: Is it possible to use the voip stack with USB networking only?
 
imported>dov
Line 1: Line 1:
Is it possible to use the voip stack with USB networking only?
Is it possible to use the voip stack with USB networking only?
== Connecting to Fedora 12 ==
I managed to get usb networking working on a Fedora 12 host by following the instructions at http://wiki.openmoko.org/wiki/USB_Networking distilled down to the following three statements:
  ip address add 192.168.2.14/24 dev usb0
  ip link set dev usb0 up
  route add -host 192.168.2.15 dev usb0
Once I did and followed the instructions for the N900, could I do flawless two-way communication!
There still seem to be some problems that meamo is "unaware" of the usb0 networking. It would be nice if usb0 was listed in the list of Internet connection as one of the possible connection options.
--[[User:dov|dov]] 06:53, 2 February 2010 (UTC)

Revision as of 06:53, 2 February 2010

Is it possible to use the voip stack with USB networking only?

Connecting to Fedora 12

I managed to get usb networking working on a Fedora 12 host by following the instructions at http://wiki.openmoko.org/wiki/USB_Networking distilled down to the following three statements:

 ip address add 192.168.2.14/24 dev usb0
 ip link set dev usb0 up
 route add -host 192.168.2.15 dev usb0

Once I did and followed the instructions for the N900, could I do flawless two-way communication!

There still seem to be some problems that meamo is "unaware" of the usb0 networking. It would be nice if usb0 was listed in the list of Internet connection as one of the possible connection options.

--dov 06:53, 2 February 2010 (UTC)