Editing Networking

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
== Built-in wifi (Managed) ==
+
'''The Comprehensive Alternative Networking Guide'''
-
The built-in wireless card is pictured in detail here: http://talk.maemo.org/showthread.php?t=30032
+
A lot of the alternative networking methods on this wiki and in the forum have out-date information. This guide is for OS2008 Diablo. For more detailed information on a specific interface see the relevant wiki page or search the forums.
-
This interface is wlan0 and uses the closed-source cx3110x driver. For the NITdroid project an open-source driver http://stlc45xx.garage.maemo.org was created. As it stands, the internal wifi chipset is not capable of injection with either of these drivers.
+
(FYI: to add a new page to the wiki just navigate to it http://wiki.maemo.org/your-new-page this was not obvious to me until I remembered how wikipedia is set up)
 +
-------------------------
-
A useful utility is [http://maemo.org/downloads/product/OS2008/wifiinfo WifiInfo] which shows signal strength, internal IP address, power savings toggle and a AP scan option.
+
'''We will cover:'''
 +
built-in wifi (Managed), external USB wifi (r8187), ethernet (via USB), bluetooth PAN, usb networking, and forwarding traffic to a wired computer.
-
Some people have reported difficulty connecting to university wifi systems which use PEAP+MSCHAPv2 authentication. See the [[PEAP+MSCHAPv2 WiFi authentication setup]] page for how to resolve this issue.
+
== Built-in wifi (Managed) ==
 +
The built-in wireless card is pictured in detail here: http://talk.maemo.org/showthread.php?t=30032
-
=== ad hoc wifi ===
+
This interface is wlan0 and uses the closed-source cx3110x driver. For the NITdroid project an open-source driver http://stlc45xx.garage.maemo.org was created. As it stands, the internal wifi chipset is not capable of injection with either of these drivers.
-
{{main|N900 ad hoc wifi hotspot}}
+
A useful utility is [http://maemo.org/downloads/product/OS2008/wifiinfo WifiInfo] which shows signal strength, internal IP address, power savings toggle and a AP scan option.
== External USB wifi (r8187) ==
== External USB wifi (r8187) ==
Line 18: Line 21:
The Alfa goes for about $35, while the knock-off is about $25.
The Alfa goes for about $35, while the knock-off is about $25.
-
You are going to need more power than the N810 can provide for itself. There are many ways to do this. [http://talk.maemo.org/showthread.php?t=31117] of power injection
+
You are going to need more power than the N810 can provide for itself. There are many ways to do this. [http://maemo.org/ EXAMPLES] of power injection
-
Download the archive attached to [http://talk.maemo.org/showthread.php?t=30838 this post].
+
Download and untar this archive containing the compiled drivers.
-
Untar it somewher (for example to Documents)
+
For example, download [http://p7230.homelinux.com/os2008/rtl8187_diablo.tar here] to Documents
  # cd /home/user/MyDocs/.documents/
  # cd /home/user/MyDocs/.documents/
  # tar -xvf rtl8187_diablo.tar
  # tar -xvf rtl8187_diablo.tar
Line 30: Line 33:
Script:
Script:
-
<source lang="bash">
 
  echo host > /sys/devices/platform/msusb_hdrc/mode
  echo host > /sys/devices/platform/msusb_hdrc/mode
  insmod ieee80211_crypt-rtl.ko
  insmod ieee80211_crypt-rtl.ko
Line 36: Line 38:
  insmod r8187.ko
  insmod r8187.ko
  echo -n 1 > /sys/bus/usb/devices/1-1/bConfigurationValue
  echo -n 1 > /sys/bus/usb/devices/1-1/bConfigurationValue
-
</source>
 
The first line tells the N810 to set the USB mode as host
The first line tells the N810 to set the USB mode as host
Line 95: Line 96:
which should point to your router's admin page (default gateway).
which should point to your router's admin page (default gateway).
-
===nefarious use===
+
---------
 +
===nefarious use warning===
while on the subject, instead of connecting to router, let's change the mode from Managed to Monitor (injection-capable)
while on the subject, instead of connecting to router, let's change the mode from Managed to Monitor (injection-capable)
Line 125: Line 127:
== Ethernet ==
== Ethernet ==
-
{{main|USB to ethernet networking}}
+
see http://wiki.maemo.org/USB_to_ethernet_networking
-
== Bluetooth DUN ==
+
== Bluetooth PAN ==
 +
On the host computer, install blueman. [http://www.blueman-project.org/downloads.html BlueMan]. Not bluemon (installed by default).
 +
Reboot (or you could open a terminal and run blueman-applet).
-
{{main|Bluetooth DUN}}
+
*Blueman>Local Services>Network>
 +
**Check "Group Network" and "Network Access Point (NAP)".
 +
**Select dnsmasq, change IP address to 192.168.3.14.
 +
**Check "Enable Routing (NAT)"
 +
**Finally select "Let Blueman handle the network interfaces"
 +
*Apply.
-
== Bluetooth PAN ==
+
Pair tablet with computer.
 +
*Select BT applet>Devices>New.
 +
*Select your computing device and Pair.
 +
**The computer will popup (sometimes minimized) asking for the passcode that the tablet provides. Make sure "trusted" is checked. If you SElinux installed it may ask if you want to always set as trusted, do so.
-
{{main|Bluetooth PAN}}
+
Go [http://pc-connectivity.garage.maemo.org here] and follow directions to install PC Connectivity Manager packages.
-
== USB networking ==
+
*Settings>Control Panel>PC-Connectivity Manager>Advanced
 +
**Select [...] next to Environments>New>Name it bluetooth.
 +
***Connection type>Bluetooth>Options select enable.
 +
****Under "Bluetooth address" click Search to pair with your computer.
 +
*Click Save>Basic (make sure Bluetooth is checked)>Apply.
-
{{main|USB networking}}
+
*If you SElinux installed on your computer it may ask if you want to always set as trusted, do so.
 +
 
 +
*The BT icon/applet should now be blue.
 +
 
 +
Now open nano or your favorite text editor as root
 +
# nano /etc/resolv.conf
 +
and add the router's IP/gateway to the file on a new line
 +
NAMESERVER 192.168.1.1
 +
CTRL+X then y and enter
 +
 
 +
You should now be able to ping google.com
 +
 
 +
== USB networking ==
-
[[Category:Power users]]
+
see http://wiki.maemo.org/USB_networking
-
[[Category:Connectivity]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: