User:Mantis

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: = Mantis: Neo Freerunner owner = --~~~~ 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 Bluetoo...)
 
m (Mantis: Neo Freerunner owner)
Line 15: Line 15:
  
 
On neo:
 
On neo:
 +
<pre>
 
root@om-gta02:~# hcitool scan
 
root@om-gta02:~# hcitool scan
 
Scanning ...
 
Scanning ...
 
00:1B:59:01:02:03 Blue-Server(0)
 
00:1B:59:01:02:03 Blue-Server(0)
 +
</pre>
  
 
Start bluetooth via Configuration menu
 
Start bluetooth via Configuration menu
 +
<pre>
 
root@om-gta02:~# pand --connect 00:1B:59:01:02:03 --role PANU
 
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
 
root@om-gta02:~# ip a add 192.168.0.102/24 dev bnep0
 +
</pre>
  
 
On server:
 
On server:
Line 27: Line 31:
 
If connection successful you should see line in /var/log/messages like
 
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
 
pand[17965]: New connection from 00:01:02:03:04:05 at bnep0
 +
<pre>
 
root@om-gta02:~# ip addr add 192.168.0.100/24 dev 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:~# ssh root@192.168.0.102
 
root@om-gta02:~# scp root@192.168.0.102:/tmp/xx ~/xx    #  transfer files etc
 
root@om-gta02:~# scp root@192.168.0.102:/tmp/xx ~/xx    #  transfer files etc
 +
</pre>

Revision as of 01:02, 16 October 2008

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