View source for User:Mantis

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to User:Mantis.

Personal tools

Mantis: Neo Freerunner owner

--Mantis 22:59, 15 October 2008 (UTC) SIM:

UK O2 Pay-As-You-Go SIM did not work, replaced with Orange PAYG SIM which works fine.

Using FDOM distibution based on Om2008.9

Bluetooth networking: using USB dongle on Open Suse 11.0 server

On server: edit /etc/bluetooth/hicd.conf change 'pscan disable' to 'pscan 'enable' pand --listen --role NAP

On neo: root@om-gta02:~# hcitool scan Scanning ... 00:1B:59:01:02:03 Blue-Server(0)

Start bluetooth via Configuration menu root@om-gta02:~# pand --connect 00:1B:59:01:02:03 --role PANU root@om-gta02:~# ip a add 192.168.0.102/24 dev bnep0

On server:

If connection successful you should see line in /var/log/messages like pand[17965]: New connection from 00:01:02:03:04:05 at bnep0 root@om-gta02:~# ip addr add 192.168.0.100/24 dev bnep0 root@om-gta02:~# ssh root@192.168.0.102 root@om-gta02:~# scp root@192.168.0.102:/tmp/xx ~/xx # transfer files etc