<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GnDx &#187; soporte</title>
	<atom:link href="http://gndx.org/tag/soporte/feed/" rel="self" type="application/rss+xml" />
	<link>http://gndx.org</link>
	<description>Gnu/linux, Mac OS X &#38; Tecnología</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:55:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bluetooth en ubuntu Linux</title>
		<link>http://gndx.org/2008/09/bluetooth-ubuntu-linux2/</link>
		<comments>http://gndx.org/2008/09/bluetooth-ubuntu-linux2/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 03:14:51 +0000</pubDate>
		<dc:creator>GnDx</dc:creator>
				<category><![CDATA[GnDx]]></category>
		<category><![CDATA[ayuda]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[Celulares]]></category>
		<category><![CDATA[soporte]]></category>
		<category><![CDATA[Tecnologia]]></category>

		<guid isPermaLink="false">http://gndx.org/?p=510</guid>
		<description><![CDATA[En esta entrada vamos a emparejar nuestro Celular con Bluetooth a nuestro Ubuntu Linux. [ probado con Sony Ericcson Motorola y Nokia ]Antes que nada Tendremos que realizar la instalación de paquetes necesarios. Instalación en Gnome. gndx@Firax:~$ sudo apt-get install gnome-bluetooth bluez-utils bluez-gnome bluetooth ( verciones anterioroes a Gusty ) Con Ubuntu 8.4 Ya no [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-511" title="bluetooth" src="http://gndx.org/wp-content/uploads/2008/09/bluetooth.jpg" alt="" width="260" height="342" /></p>
<p>En esta entrada vamos a emparejar nuestro Celular con Bluetooth a nuestro Ubuntu Linux. [ probado con Sony Ericcson Motorola y Nokia ]Antes que nada Tendremos que realizar la instalación de paquetes necesarios.<br />
<strong><br />
Instalación en Gnome.</strong></p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$</span></strong> sudo apt-get install gnome-bluetooth bluez-utils bluez-gnome bluetooth ( verciones anterioroes a Gusty )</p>
<p><strong>Con Ubuntu 8.4 Ya no necesitas instalar NADA ya trae el soporte integrado.</strong></p></blockquote>
<p><strong>Reconocimiento de Bluetooth en Linux</strong></p>
<p>aplicaremos el siguiente comando si usas una llave bluetooth</p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$</span></strong> lsusb<br />
Bus 002 Device 002: ID 1131:1001 Integrated System Solution Corp. KY-BT100 Bluetooth Adapter</p></blockquote>
<p>Y nos debe de arrojar algo parecido a lo anterior.</p>
<p>Ahora tendremos que activarle con el siguiente comando.</p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$</span></strong> hciconfig hci0 up</p></blockquote>
<p>nos pedirá Permisos así que ejecutenlo como root</p>
<p><strong>Detectando el Celular. </strong></p>
<blockquote><p><span style="color: #99cc00;"><strong>gndx@Firax:~$</strong></span> hcitool scan<br />
Scanning …<br />
00:1D:98:D1:82:42       [GnDx]</p></blockquote>
<p>Ahora ha encontrado nuestro MAC y el nombre que le asignamos a nuestro celular.</p>
<p><span id="more-510"></span></p>
<p><strong>Configurando Ubuntu para emparejar con el celular. </strong></p>
<p>Aquí es donde tendremos que configurar algunos archivos para sincronizar nuestro Ubuntu con el Celular.</p>
<p>Primero editaremos <strong>rfcomm.conf </strong>donde agregaremos nuestra MAC</p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$ </span></strong><span style="color: #000000;">sudo gedit  /etc/bluetooth/rfcomm.conf </span></p></blockquote>
<p>Buscaremos la siguiente linea  [ #    bind no; ]<br />
y la reemplazaremos por:  [ #    bind yes; ]</p>
<p>Ahora en la line:</p>
<blockquote><p>#    # Bluetooth address of the device<br />
#    device xx:xx:xx:xx:xx:xx;</p></blockquote>
<p>Por la siguiente</p>
<blockquote><p>#    # Bluetooth address of the device<br />
#    device <strong>00:1D:98:D1:82:42</strong>;</p></blockquote>
<p><strong>Nota:</strong> solo agregaremos la MAC que nos arrojo el comando hcitool scan  en mi caso fue 00:1D:98:D1:82:42, reemplazando las xx.xx.xx.xx.xx.xx</p>
<p>Guardamos y cerramos para proceder a editar el hcid.conf para modificar los parametros de seguridad  y contraseñas de emparejamiento.</p>
<blockquote><p><span style="color: #99cc00;"><strong>gndx@Firax:~$</strong> </span><span style="color: #000000;">sudo gedit  /etc/bluetooth/hcid.conf</span></p></blockquote>
<p>buscaremos la siguientes lineas</p>
<blockquote><p># Security Manager mode<br />
#   none &#8211; Security manager disabled<br />
#   auto &#8211; Use local PIN for incoming connections<br />
#   user &#8211; Always ask user for a PIN<br />
#<br />
security user;</p></blockquote>
<p>Para ser reemplazada por la siguiente</p>
<blockquote><p># Security Manager mode<br />
#   none &#8211; Security manager disabled<br />
#   auto &#8211; Use local PIN for incoming connections<br />
#   user &#8211; Always ask user for a PIN<br />
#<br />
security auto;</p></blockquote>
<p>Donde estamos activando que la seguridad sea automática para usar nuestro PIN.</p>
<p>Crearemos nuestro PIN para emparejamiento.</p>
<p>En la siguiente linea vamos agregar el PIN</p>
<blockquote><p># Default PIN code for incoming connections<br />
passkey “x0123456x”;</p></blockquote>
<p>Cualquier contraseña servira como PIN pero recuerda que sea facil de recordar.</p>
<p>Guardamos y cerramos, y vamos a editar el archivo Bluetooth</p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$</span></strong> sudo gedit /etc/default/bluetooth</p></blockquote>
<p>El cambio sera minimo solo agregaremos el valor <strong>1</strong>a HIDD ENABLED ya que este por defecto esta en <strong>0</strong> debiendo quedar de la siguiente manera.</p>
<p># Linux 2.6.6 patch or better from bluez.org, and set<br />
# HIDD_ENABLED to 1.<br />
HIDD_ENABLED=1</p>
<p>Guardamos y Cerramos para Reiniciar el servicio.</p>
<blockquote><p><strong><span style="color: #99cc00;">gndx@Firax:~$</span></strong> sudo /etc/init.d/bluetooth restart<br />
* Restarting Bluetooth services                              [ OK ]</p></blockquote>
<p><strong><br />
Configurando el Celular.</strong></p>
<p>en mi caso es un Nokia 5300 pero ya he realizado el emparejamiento con Sony Ericsson y Motorola.</p>
<p>Vamos al menú de Bluetooth de tu Celular.<br />
y Buscamos la opción de dispositivos emparejaros o  dispositivos Acoplados</p>
<p>y le dan Acoplar nuevo dispositivo o Buscar dispositivos.</p>
<p>una ves que encuentre el bluetooth de nuestro Ubuntu le damos en emparejar y nos pedirá el PIN que agregamos Con anterioridad</p>
<p>Ya hemos Realizado el emparejamiento Ahora a enviar y recibir archivos sin problemas.</p>
<blockquote><p><strong>Mañana a segunda parte Como manipular Rhythmbox con Bluetooth</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gndx.org/2008/09/bluetooth-ubuntu-linux2/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Emesene Trunk Con soporte para Webcam.</title>
		<link>http://gndx.org/2008/06/emesene-trumk-con-soporte-para-webcam/</link>
		<comments>http://gndx.org/2008/06/emesene-trumk-con-soporte-para-webcam/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 06:19:06 +0000</pubDate>
		<dc:creator>GnDx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[emesene]]></category>
		<category><![CDATA[messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[soporte]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://gndx.org/?p=144</guid>
		<description><![CDATA[Bueno ahora vamos a hablar de Emesene. emesene es un cliente de mensajería instantánea multiplataforma desarrollada en Python + GTK. Es un &#8220;clon&#8221; de MSN Messenger que intenta tener una interfaz más simple y limpia que el cliente oficial. Es desarrollado por Luis Mariano Guerra, un estudiante de ingeniería en sistemas de información de la [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-147 aligncenter" title="emesene" src="http://gndx.org/wp-content/uploads/2008/06/emesene.png" alt="" width="254" height="142" /></p>
<p>Bueno ahora vamos a hablar de Emesene.</p>
<blockquote><p><strong>emesene</strong> es un <a class="mw-redirect" title="Cliente informático" href="http://es.wikipedia.org/wiki/Cliente_inform%C3%A1tico">cliente</a> de <a title="Mensajería instantánea" href="http://es.wikipedia.org/wiki/Mensajer%C3%ADa_instant%C3%A1nea">mensajería instantánea</a> multiplataforma desarrollada en <a title="Python" href="http://es.wikipedia.org/wiki/Python">Python</a> + <a title="GTK" href="http://es.wikipedia.org/wiki/GTK">GTK</a>. Es un &#8220;clon&#8221; de MSN Messenger que intenta tener una interfaz más simple y limpia que el cliente oficial. Es desarrollado por Luis Mariano Guerra, un estudiante de ingeniería en sistemas de información de la U.T.N. (<a title="Universidad Tecnológica Nacional" href="http://es.wikipedia.org/wiki/Universidad_Tecnol%C3%B3gica_Nacional">Universidad Tecnológica Nacional</a>) &#8211; Facultad Regional Córdoba &#8211; Argentina. Su licencia es GNU <a title="Licencia pública general de GNU" href="http://es.wikipedia.org/wiki/Licencia_p%C3%BAblica_general_de_GNU">GPLv</a>2. La nueva versión (1.0) corre sobre el nuevo protocolo de Live Messenger (<a title="MSNP" href="http://es.wikipedia.org/wiki/MSNP">MSNP</a>13), el cual permite integrar nuevas funcionalidades como mensajes offline, mensajes personales, etc.</p></blockquote>
<p>Pero como obtenemos todo eso, y ahora com Soporte para Webcam y mas caracteristicas que lo hacen dia a dia uno de los mejores mensajeros instantaneos.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-145 aligncenter" title="camm" src="http://gndx.org/wp-content/uploads/2008/06/camm.png" alt="" width="284" height="242" /><br />
Emesene Con soporte a Webcam.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-146 aligncenter" title="menuemesene" src="http://gndx.org/wp-content/uploads/2008/06/menuemesene.png" alt="" width="240" height="358" /><br />
Un nuevo Menu de contacto con mas opciones.</p>
<p>Ahora vamos a instalar la Version INESTABLE, solo recomendable para aquellos que quieran experimentar, ya que pueden llegar a tener problemas.</p>
<p>Instalando Emesene Trunk (inestable)</p>
<p>Instalaremos los siguientes paquetes necesarios.</p>
<blockquote><p><span style="color: #ff0000;">sudo apt-get install build-essential python2.5-dev</span></p></blockquote>
<p>Una Vez realizado lo siguiente procedemos a bajar la vercion inestable a nuestro ordenador.</p>
<blockquote><p><span style="color: #ff0000;">svn co https://emesene.svn.sourceforge.net/svnroot/emesene/trunk/emesene emesene</span></p></blockquote>
<p>Ahora vamos a la carpeta del Emesene</p>
<blockquote><p><span style="color: #ff0000;">cd emesene</span></p></blockquote>
<p>ejecutamos,</p>
<blockquote><p><span style="color: #ff0000;">python setup.py build</span></p>
<p><span style="color: #ff0000;">sudo python setup.py install</span></p></blockquote>
<p>Ahora probaremos emesene trunk</p>
<blockquote><p><span style="color: #ff0000;">./emesene</span></p></blockquote>
<p>Para Agregar un Lanzador o un nuevo elemento al menu, pondremos la siguiente informacion.</p>
<p><span style="color: #ff0000;">Tipo: </span>Aplicacion<br />
<span style="color: #ff0000;">Nombre:</span> Emesene Trunk<br />
<span style="color: #ff0000;">Comando:</span> python /home/TU USUARIO/emesene/emesene<br />
<span style="color: #ff0000;">Comentario:</span> Cliente de Mensajeria Instantanea Emesene.</p>
<p>Ahora Disfrutar de las nuevas mejoras, Pero recuerda es una Version inestable.</p>
]]></content:encoded>
			<wfw:commentRss>http://gndx.org/2008/06/emesene-trumk-con-soporte-para-webcam/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/13 queries in 0.011 seconds using disk: basic
Object Caching 242/268 objects using disk: basic

Served from: gndx.org @ 2012-02-11 16:12:19 -->
