<?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>¡darandandunguen! &#187; SpeedTouch</title>
	<atom:link href="http://www.darandandunguen.org/category/speedtouch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darandandunguen.org</link>
	<description>Gritos a mansalva.</description>
	<lastBuildDate>Wed, 27 May 2009 07:42:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Driver Router SpeedTouch 580</title>
		<link>http://www.darandandunguen.org/2006/11/05/driver-router-speedtouch-580/</link>
		<comments>http://www.darandandunguen.org/2006/11/05/driver-router-speedtouch-580/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 12:24:52 +0000</pubDate>
		<dc:creator>manu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SpeedTouch]]></category>

		<guid isPermaLink="false">http://www.darandandunguen.org/2006/11/05/driver-router-speedtouch-580/</guid>
		<description><![CDATA[This is one of the most commons search terms in Google for people who comes to my blog. In this week people have searched (among others):

drivers router inalambrico speed touch wanadoo
configurar speedtouch 580 linux
drivers thompson speedtouch 580
speedtouch 580 driver

 I&#8217;ve never written about this before because there&#8217;s no driver to use, you simply don&#8217;t need [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of the most commons search terms in Google for people who comes to my blog. In this week people have searched (among others):</p>
<ul>
<li>drivers router inalambrico speed touch wanadoo</li>
<li>configurar speedtouch 580 linux</li>
<li>drivers thompson speedtouch 580</li>
<li>speedtouch 580 driver</li>
</ul>
<p> I&#8217;ve never written about this before because there&#8217;s no driver to use, you simply don&#8217;t need any. A router is not a modem, a router is a machine in itself, and so, you only need to configure the communication between two machines, your computer and the computer named router SpeedTouch 580.</p>
<p><span id="more-39"></span></p>
<p>My router came with these default parameters:</p>
<ul>
<li>user: admin</li>
<li>password: (en blanco)</li>
<li>IP address: 192.168.0.1</li>
</ul>
<p>You should <a href="http://www.thinkgeek.com/tshirts/frustrations/3239/">read the manual</a> to see the defaults for your router. I&#8217;ll assume that your router has the same IP as mine:</p>
<ol>
<li><img src="/wp-content/uploads/2006/11/puertos.jpg" alt="Puerto y cable ethernet" />Attach an ethernet wire between your computer and the router. The ethernet port is the one marked in green.</li>
<li>Use an appropriate address in your computer (like 192.168.0.2 netmask 255.255.255.0) and use the router address as default gateway.
<ul>
<li>Linux:Open a root console and type <br /><code>ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up <br />route add default gw 192.168.0.1</code></li>
<li>Windows: Type the values in TCP/IP configuration under Network properties</li>
<li>Mac: I don&#8217;t know.</li>
</ul>
</li>
<li>Type in an internet browser the address of the router, 192.168.0.1, and use your user and password to access the router configuration page. Follow the instructions in the manual.</li>
<li>If you have questions use the comments and I&#8217;ll try to solve them</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.darandandunguen.org/2006/11/05/driver-router-speedtouch-580/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Usar encriptación WPA Personal con el SpeedTouch 121g en Debian GNU/Linux</title>
		<link>http://www.darandandunguen.org/2005/07/21/usar-encriptacion-wpa-personal-con-el-speedtouch-121g-en-debian-gnulinux/</link>
		<comments>http://www.darandandunguen.org/2005/07/21/usar-encriptacion-wpa-personal-con-el-speedtouch-121g-en-debian-gnulinux/#comments</comments>
		<pubDate>Thu, 21 Jul 2005 05:28:42 +0000</pubDate>
		<dc:creator>manu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SpeedTouch]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.darandandunguen.org/2005/07/21/usar-encriptacion-wpa-personal-con-el-speedtouch-121g-en-debian-gnulinux</guid>
		<description><![CDATA[


 Ya comenté en otra entrada como configurarlo usando el driver de ndiswrapper. Ahora veremos como encriptarlo con WPA-PSK.
Para utilizar WPA Personal (también conocida como WPA-PSK) necesitaremos descargar la última versión del wpa_supplicant
apt-get updateapt-get install wpasupplicant
Una vez instalado, en /usr/share/doc/wpasupplicant/examples/ tenemos una versión anotada y con múltiples ejemplos del archivo de configución  wpa_supplicant.conf, debemos [...]]]></description>
			<content:encoded><![CDATA[<p>Ya comenté en <a title="otra entrada" href="/2005/07/08/configurar-el-speedtouch-121g-en-debian-gnulinux-parte-i/">otra entrada</a> como configurarlo usando el driver de <a href="http://ndiswrapper.sourceforge.net">ndiswrapper</a>. Ahora veremos como encriptarlo con WPA-PSK.<br />
<span id="more-25"></span>Para utilizar WPA Personal (también conocida como WPA-PSK) necesitaremos descargar la última versión del wpa_supplicant</p>
<pre>apt-get updateapt-get install wpasupplicant</pre>
<p>Una vez instalado, en <em>/usr/share/doc/wpasupplicant/examples/</em> tenemos una versión anotada y con múltiples ejemplos del archivo de configución  wpa_supplicant.conf, debemos copiarlo al directorio /etc</p>
<pre>cp /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf</pre>
<p>Ahora editamos el archivo /etc/wpa_supplicant.conf<br />
Primero eliminamos, todas las entradas <em>network</em> que hay al final del archivo y las cambiamos por una que represente nuestra red, así, si lo queremos conectar al router SpeedTouch 580, añadiremos (sirve para casi cualquier router):</p>
<pre>network={
ssid="[ElSidDeTuPuntoDeAcceso]"
#psk="[LaClavePSKEnTextoPlano]"
psk=[LaClavePSKEnHexadecimal]
key_mgmt=WPA-PSK
proto=WPA
priority=2
}</pre>
<p>Podéis ver que he comentado la clave en texto plano y la he puesto en hexadecimal, esto es recomendable por que así el wpa_supplicant no tendráque calcularla cada vez. Para obtenerla debéis ejecutar</p>
<pre>wpa_passphrase [ElSsidDeTuPuntoDeAcceso] [LaClavePSKEnTextoPlano]</pre>
<p>El Ssid es el que hayáis configurado en el punto de acceso (en el SpeedTouch 580 en la pestaña inalámbrica) y la clave PSK, la que hayáis configurado en el punto de acceso (en el SpeedTouch 580 en la pestaña seguridad dentro de inalámbrica (tenéis que tener activada la seguridad de nivel 2))<br />
Ya sólodebéis levantar la interfaz inalámbrica</p>
<pre>ifconfig wlan0 ip [TuIP]</pre>
<p>Y arrancar el wpa_supplicant</p>
<pre>wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -dd</pre>
<p>Con la opción -dd lo que hacemos es que nos de mucha información sobre lo que está haciendo. De todos modos, siguiendo estos pasos debería funcionar sin problemas, con lo que tras comprobar que funciona bien podemos eliminarlo y arrancarlo como demonio.]]&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darandandunguen.org/2005/07/21/usar-encriptacion-wpa-personal-con-el-speedtouch-121g-en-debian-gnulinux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configurar el SpeedTouch 121g en Debian GNU/Linux (Parte I)</title>
		<link>http://www.darandandunguen.org/2005/07/08/configurar-el-speedtouch-121g-en-debian-gnulinux-parte-i/</link>
		<comments>http://www.darandandunguen.org/2005/07/08/configurar-el-speedtouch-121g-en-debian-gnulinux-parte-i/#comments</comments>
		<pubDate>Fri, 08 Jul 2005 18:01:28 +0000</pubDate>
		<dc:creator>manu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SpeedTouch]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.darandandunguen.org/2005/07/08/configurar-el-speedtouch-121g-en-debian-gnulinux-parte-i</guid>
		<description><![CDATA[For those of you that are not aware, the SpeedTouch 121g is an USB wireless dongle. I haven&#8217;t been able to make it work ussing native drivers but it works with ndiswrapper.

There are two ways to do it:

Non geek version
If you&#8217;re pretty new to Debian this may be the best way for you:

Install the binary [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you that are not aware, the SpeedTouch 121g is an USB wireless dongle. I haven&#8217;t been able to make it work ussing native drivers but it works with <a title="ndiswrapper" href="http://ndiswrapper.sourceforge.net/">ndiswrapper</a>.</p>
<p><span id="more-26"></span></p>
<p>There are two ways to do it:</p>
<ol>
<li>Non geek version<br />
If you&#8217;re pretty new to Debian this may be the best way for you:</p>
<ul>
<li>Install the binary packages and the kernel for them. In this moment newest version for a pentium IV is
<pre>apt-get install ndiswrapper-modules-2.6.8-2-686 kernel-image-2.6.8-2</pre>
</li>
<li>Boot the machine with this kernel. Simply turn off the  computer and boot it again. In the boot manager (whether <em>grub</em>, or <em>lilo</em>) choose linux-2.6.8-2.</li>
<li>Download the driver for Windows (yes, it&#8217;s not April&#8217;s Fool, I said the seven chars O.S.) from <a href="http://www.speedtouch.com/support.htm">SpeedTouch</a>. The ETSI driver is for E.U. and the FCC one for the U.S.A. (and allows two channels less than the ETSI one)</li>
<li>Unzip the file.
<pre>unzip Windows_Instaler_ST121g_R1.0_ETSI.zip</pre>
</li>
<li>Look for a file called BT4501G.inf which is under Installer/Driver/</li>
<li>Rename the file to BT4501G.INF
<pre>mv BT4501G.inf BT4501G.INF</pre>
</li>
<li>Plug the SpeedTouch 121g in any USB dock.</li>
<li>Let&#8217;s install the driver with ndiswrapper.
<pre>ndiswrapper -i BT4501G.INF</pre>
</li>
<li>Type
<pre>ndiswrapper -l</pre>
<p>A message will appear saying that the driver is installed and the hardware present.</li>
<li>Now we must load the kernel module
<pre>modprobe ndiswrapper</pre>
</li>
<li>A green light will appear in the USB dongle, now let&#8217;s config the wlan.
<pre>iwconfig wlan0 mode "Managed"
iwconfig wlan0 essid "[YourNetworkName]"
iwconfig wlan0 key "s:[YourNetworkPassword]"</pre>
<p>I was only able to  make this work with a 12 chars password</li>
<li>Finaly we bring up the interface
<pre>ifconfig wlan0 [ip] netmask [máscara] up</pre>
</li>
<li>Example:
<pre>iwconfig wlan0 mode "Managed"
iwconfig wlan0 essid "SuperCoco"
iwconfig wlan0 key "s:EstoEsArriba"
ifconfig wlan0 192.168.0.128 netmask 255.255.255.0</pre>
</li>
</ul>
</li>
<li>Normal Version<br />
If you compiled your own kernel:</p>
<ul>
<li>Get the source code for <em>ndiswrapper</em>
<pre>apt-get install ndiswrapper-source</pre>
</li>
<li>Go to <em>/usr/src</em> and untar the source
<pre>cd /usr/srctar xjvf ndiswrapper-source.tar.bz2</pre>
</li>
<li>Now it depends how you compiled your kernel
<ol>
<li>If you did it <em>The Debian Way</em> (best option I think,  There is a good tutorial in <a href="http://myrddin.org/howto/debian-kernel-recompile.html">myrddin</a>), you must just type
<pre>cd linuxmake-kpkg modules-image --added-modules ndiswrapper</pre>
<p>Finally install the debian package that will be under  <em>/usr/src</em> using <em>dpkg</em></li>
<li>If you compiled your kernel &#8216;as ussual&#8217; you should know how to build the kernel module <img src='http://www.darandandunguen.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
</li>
<li>From here on just follow the instructions for non-geeks</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.darandandunguen.org/2005/07/08/configurar-el-speedtouch-121g-en-debian-gnulinux-parte-i/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->