Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[nOOb] Nokia 6600 (pendiente)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
julitri
n00b
n00b


Joined: 26 Dec 2004
Posts: 2

PostPosted: Sun Dec 26, 2004 2:33 am    Post subject: [nOOb] Nokia 6600 (pendiente) Reply with quote

Estoy intentando configurar un nokia 6600 para conectar a internet mediante el bluetooth . He conseguido hacer funcionar el envio y recepción de archivos por bluetooth, pero siguiendo este manual
http://www.rlachenal.com/bluetooth-6600-linux/.
al llegar al punto de hacer el dund recibo esta respuesta alguien me puede ayudar.
Code:
dund --listen  --channel 3 --msdun noauth 192.168.0.3:192.168.0.4 115200 ms-dns 192.168.0.1  lock --nodetach --persist
dund[16645]: Bluetooth DUN daemon version 2.12
dund[16645]: Bind failed. Address already in use(98)

estoy usando el /dev/rfcomm0 la ip que acaba en 3 es la de mi maquina la del 4 la que quiero que tenga el móvil y la del 1 mi router no se si lo estoy haciendo bien.
Back to top
View user's profile Send private message
kloro
Tux's lil' helper
Tux's lil' helper


Joined: 23 May 2004
Posts: 85
Location: Barcelona

PostPosted: Sun Dec 26, 2004 11:41 am    Post subject: Reply with quote

Ya sé que no esta bien contestar con otra duda pero...
Como has conseguido el envio y recepcion de archivos por bt? sq yo tb tengo un 6600 y no quiero depender de windows por el pcsuite....

thanks! y perdona x no poder contestarte..
Back to top
View user's profile Send private message
FGA
Apprentice
Apprentice


Joined: 07 Apr 2004
Posts: 179

PostPosted: Sun Dec 26, 2004 3:58 pm    Post subject: Reply with quote

kloro wrote:
Ya sé que no esta bien contestar con otra duda pero...
Como has conseguido el envio y recepcion de archivos por bt? sq yo tb tengo un 6600 y no quiero depender de windows por el pcsuite....

thanks! y perdona x no poder contestarte..


Si usas KDE, instálate el kdebluetooth, va muy bien. Y en el kernel pon como módulo todo lo referente a bluetooth, ya se encargará el demonio kdebluetoothd de cargar los módulos al detectar el dispositivo bluetooth.
Back to top
View user's profile Send private message
julitri
n00b
n00b


Joined: 26 Dec 2004
Posts: 2

PostPosted: Sun Dec 26, 2004 4:45 pm    Post subject: Reply with quote

exactamente
emerge kbluetooth
luego creo que había que configurar el bluez pero es bastante fácil si tienes alguna duda con algún fichero de configuración dime cual y te pego el mio.
te dejo lo que tengo puesto yo en el kernel

Code:
ode maturity level options ->
 [*] Prompt for development and/or incomplete code/drivers 
 [*]   Select only drivers expected to compile cleanly
 [*]   Select only drivers that don't need compile-time external firmware

Device drivers -> Networking support -> Bluetooth support ->
 <M> Bluetooth subsystem support
 <M>   L2CAP protocol support
 <M>   SCO links support
 <M>   RFCOMM protocol support
 [*]     RFCOMM TTY support
 <M>   BNEP protocol support
 Bluetooth device drivers  --->
  <M> HCI USB driver

Device drivers -> USB support ->
 <*> Support for Host-side USB
 [*]   USB device filesystem
 <M>   EHCI HCD (USB 2.0) support
 <M>   UHCI HCD (most Intel and VIA) support


Last edited by julitri on Sun Dec 26, 2004 9:17 pm; edited 1 time in total
Back to top
View user's profile Send private message
ninioperdido
n00b
n00b


Joined: 02 Nov 2004
Posts: 7
Location: Granada

PostPosted: Sun Dec 26, 2004 7:57 pm    Post subject: Conexión 6600 bt Reply with quote

Si lo que intentas es acceder a través de bt a internet desde el 6600 precisamente el kbluetoothd es el que no deja coger el puerto a rfcomm, creo que hay alguna mención de esa incompatibilidad en la página que dices. A mi me funciona el envio-recepción de ficheros a través de kbluetooth e internet (pero solo una cosa o la otra :wink: ).
Aqui pego un cutre-script que me he hecho (internet + sistema nfs para el 6600) para el arranque en mi máquina:

#!/sbin/runscript

start() {
ebegin "Levantando pasarela a dispositivos móviles en tierra.ninioperdido.com"
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
sdptool add --channel=3 SP
# ip-maquina ip-6600 ip-servidor-dns
dund -n --listen --channel 3 --msdun noauth 192.168.1.201:192.168.1.202 ms-dns 213.172.33.34 lock &
rfcomm bind 3 00:0E:6D:8B:04:6A 2
# Esto es para montar el sistema de ficheros del 6600 por nfs
# a traves de p3nfsd
rfcomm bind /dev/rfcomm0 00:0E:6D:8B:04:6A 11
eend $?
}

Por cierto, alquien lo ha conseguido sincronizar correo,calendario y notas a través de synml o algo parecido y thunderbird??

Saludos.
Ninioperdido.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish 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