Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo linux - Mobile phone connectivity
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Greek
View previous topic :: View next topic  
Author Message
MarDouk
n00b
n00b


Joined: 24 Nov 2004
Posts: 1

PostPosted: Wed Nov 24, 2004 5:54 pm    Post subject: Gentoo linux - Mobile phone connectivity Reply with quote

Καλησπέρα, μετά από πολύ ψάξιμο κατάφερα να έχω σε λειτουργία το bluetooth και την δυνατότητα αποστολής και λήψης αρχείων με το Ρ800 (κινητό τηλέφωνο) μου, στα γουίνδοους είχα την δυνατότητα μέσω του PC Suite της Sony Ericsson να συνδέομαι και να παίρνω την σύνδεση στο ιντερνετ από το πισι έτσι ώστε να έχω ιντερνετ και στο κινητό, νομίζω πως αυτό γινόταν δυνατό από έναν mrouter. Έψαξα σε πάρα πολλά φόρουμς αλλά το μόνο που κατάφερα ήταν να γεμίσω το σύστημα μου με λανθασμένες ρυθμίσεις. Αυτό που κατάλαβα εν`ολίγης είναι πως πρέπει να γίνει σύνδεση με το ppp πρωτόκολο στο serial channel profile port του κινητού ώστε να δημιουργηθεί lan bluetooth network.
Επίσης έχω το kdebluetooth framework με το οποίο δεν μπορώ να κάνω ζευγάρι τις δύο συσκευές αφού ακρίβως μετά απο μερικά δευτερόλεπτα που θα γίνει η σύνδεση χάνεται και πάλι...
Αν ξέρει κάποιος κάτι περισσότερο και μπορεί να βοηθήσει θα είμαι πολύ ευτυχής :)
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Sun Dec 19, 2004 3:39 pm    Post subject: Reply with quote

Prospathises me RFCOMM?
Back to top
View user's profile Send private message
irruption
n00b
n00b


Joined: 23 May 2005
Posts: 12

PostPosted: Thu Jul 07, 2005 11:16 pm    Post subject: Reply with quote

Dokimase:
1)
Code:
echo 1 > /proc/sys/net/ipv4/ip_forward

kai
Code:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE

2)
Code:
sdptool add --channel=2 SP

3)
Quote:
/etc/named.conf:
options {
directory "/var/named";
cleaning-interval 120;
statistics-interval 0;
notify no;
};
zone "localhost" in {
type master;
file "localhost.zone";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "127.0.0.zone";
};
zone "." in {
type hint;
file "root.hint";
};
zone "mrouter" {
type master;
file "/var/named/mrouter.hosts";
};
EOF

/var/named/127.0.0.zone:
$TTL 2D
@ IN SOA localhost. root.localhost. (
42 ; serial (d. adams)
1D ; refresh
2H ; retry
1W ; expiry
2D ) ; minimum

IN NS localhost.
1 IN PTR localhost.
EOF

/var/named/localhost.zone:
$TTL 2D
@ IN SOA @ root (
42 ; serial (d. adams)
1D ; refresh
2H ; retry
1W ; expiry
2D ) ; minimum

IN NS @
IN A 127.0.0.1
EOF

/var/named/mrouter.hosts:
$ttl 38400
mrouter. IN SOA bernd. bernd.pnd. (
2003051402
10800
3600
604800
38400 )
mrouter. IN NS bernd.
wsockhost.mrouter. IN A 192.168.2.1
192.168.2.1.mrouter. IN PTR wsockhost
EOF


4)
Quote:
/etc/ppp/options:

noauth
local
modem
proxyarp
debug
ms-dns 192.168.1.1 # DNS-Server resolvs "wsockhost.mrouter"
192.168.1.100:192.168.1.200 # IP-Addresses gia host and kinhto


5)
Code:
 dund --listen --channel=2


6)
Code:
 rfcomm connect 2 <MAC-ADDRESS apo to kinhto soy> 2


thn MAC-ADDRESS apo to kinhto soy---thn briskeis me to hcitool scan

AYTA.... Dokimase kapoion browser toy kinhtoy soy na deis an ola ok...
Sto nokia moy doyleuoun mia xara ayta.... :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Greek All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum