User:Mantis

From Openmoko

Revision as of 01:02, 16 October 2008 by Mantis (Talk | contribs)

Jump to: navigation, search

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
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