<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=71.213.131.84</id>
	<title>Maemo Wiki Mirror - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=71.213.131.84"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php/Special:Contributions/71.213.131.84"/>
	<updated>2026-04-22T07:07:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=Mer/Documentation/USB_Networking&amp;diff=24082</id>
		<title>Mer/Documentation/USB Networking</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=Mer/Documentation/USB_Networking&amp;diff=24082"/>
		<updated>2009-07-13T21:39:29Z</updated>

		<summary type="html">&lt;p&gt;71.213.131.84: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a method to use your PC internet connection on your tablet.&lt;br /&gt;
&lt;br /&gt;
This was tried with an N810 with an Ubuntu laptop.&lt;br /&gt;
&lt;br /&gt;
== Preparation == &lt;br /&gt;
&lt;br /&gt;
On host, open (with root privileges) file &amp;lt;code&amp;gt;/etc/network/interfaces&amp;lt;/code&amp;gt; and add the following at the end of the lines:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;auto usb0&lt;br /&gt;
iface usb0 inet static&lt;br /&gt;
      address 192.168.2.1&lt;br /&gt;
      netmask 255.255.255.0&lt;br /&gt;
      broadcast 192.168.2.255&lt;br /&gt;
      up echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
      up iptables -P FORWARD ACCEPT&lt;br /&gt;
      up iptables -A POSTROUTING -t nat -j MASQUERADE -s 192.168.2.0/24&lt;br /&gt;
      down echo 0 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;br /&gt;
      down iptables -t nat -F POSTROUTING&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(in Mer 0.15testing9, the address line above should be &amp;lt;code&amp;gt;address 192.168.2.14&amp;lt;/code&amp;gt; as Mer is hardcoded to use that as a gateway address)&lt;br /&gt;
&lt;br /&gt;
== Enter rescue mode == &lt;br /&gt;
&lt;br /&gt;
Turn your tablet on. As soon as the Nokia screen appears, press the Home button on your tablet and keep it pressed until the Mer screen appears.&lt;br /&gt;
&lt;br /&gt;
Shortly after this screen appeared, the rescue mode will appear. It gives you five choices:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Start Mer&lt;br /&gt;
* Activate console&lt;br /&gt;
* Act as an ethernet USB gadget&lt;br /&gt;
* Act as a serial USB tool&lt;br /&gt;
* Reboot&lt;br /&gt;
&lt;br /&gt;
Select the option that says &amp;quot;act as an ethernet USB gadget&amp;quot;. A console screen will scroll, then the Mer screen will appear. Connect the USB cable between your PC and the tablet.&lt;br /&gt;
&lt;br /&gt;
== Configure your network interface ==&lt;br /&gt;
&lt;br /&gt;
On host, open a shell, and type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;modprobe usbnet&lt;br /&gt;
sudo ifdown usb0&lt;br /&gt;
sudo ifup usb0&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should get no message from the shell.&lt;br /&gt;
&lt;br /&gt;
== Find your DNS == &lt;br /&gt;
&lt;br /&gt;
On host, on Ubuntu, they should be in &amp;lt;code&amp;gt;/etc/resolv.conf&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
On the tablet, open the shell, and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo echo nameserver A.B.C.D &amp;gt; /etc/resolv.conf&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where A.B.C.D represent the figures in your DNS. For instance 208.67.222.222 (public nameserver).&lt;br /&gt;
&lt;br /&gt;
== Test by pinging ==&lt;br /&gt;
&lt;br /&gt;
On host, open a shell, and type&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;ping 192.168.2.2 -c 5&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(in Mer 0.15testing9, the address line above should be &amp;lt;code&amp;gt;address 192.168.2.15&amp;lt;/code&amp;gt; as Mer is hardcoded to use that as a device address)&lt;br /&gt;
&lt;br /&gt;
It should return five lines proving that contact was established with the tablet. This means that you are ready to use the internet connection of your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Mer]]&lt;/div&gt;</summary>
		<author><name>71.213.131.84</name></author>
	</entry>
</feed>