<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Paranoia</title>
	<atom:link href="http://smallshield.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://smallshield.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 15 Dec 2007 17:07:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='smallshield.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7bf1e3649eeb42cd4dfe3f85b5129e3a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Paranoia</title>
		<link>http://smallshield.wordpress.com</link>
	</image>
			<item>
		<title>Hacer funcionar WLAN Prism2_usb en OpenSuse 10.3 64 bits</title>
		<link>http://smallshield.wordpress.com/2007/12/15/hacer-funcionar-wlan-prism2_usb-en-opensuse-103-64-bits/</link>
		<comments>http://smallshield.wordpress.com/2007/12/15/hacer-funcionar-wlan-prism2_usb-en-opensuse-103-64-bits/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 17:07:36 +0000</pubDate>
		<dc:creator>smallshield</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://smallshield.wordpress.com/2007/12/15/hacer-funcionar-wlan-prism2_usb-en-opensuse-103-64-bits/</guid>
		<description><![CDATA[A muchos habrá pasado que los dispositivos USB que usaban el chipset Prism2_usb, aun siendo detectados por nuestro GNU / Linux, no funcionaban correctamente.
Eso mismo fue lo que me pasó a mí y por lo que perdí varios días investigando el porqué y buscando posibles soluciones&#8230; hasta que lo averigüé.
Bien, el motivo es que el [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smallshield.wordpress.com&blog=2311638&post=6&subd=smallshield&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A muchos habrá pasado que los dispositivos USB que usaban el chipset Prism2_usb, aun siendo detectados por nuestro GNU / Linux, no funcionaban correctamente.</p>
<p>Eso mismo fue lo que me pasó a mí y por lo que perdí varios días investigando el porqué y buscando posibles soluciones&#8230; hasta que lo averigüé.</p>
<p>Bien, el motivo es que el driver no funciona correctamente y detecta estos dispositivos como LANs por cable (no wifi). Con lo cual por más que configures y reconfigures por YaST, no consigues que funcione.</p>
<p><strong>SOLUCIÓN</strong></p>
<p>La solución no gustará a muchos ya que no he conseguido usar NetworkManager de esta forma. Hay que usar el método tradicional ifup.</p>
<p>Lo que hay que hacer es añadir unas líneas al archivo<em> </em><strong>/etc/init.d/boot.local </strong>de nuestro OpenSuse. Lo que añadiremos es lo siguiente:</p>
<p>rmmod prism2_usb<br />
modprobe prism2_usb<br />
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable<br />
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable<br />
wlanctl-ng wlan0 lnxreq_hostwep decrypt=true encrypt=true<br />
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11PrivacyInvoked=true<br />
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKeyID=0<br />
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKey0=&#8221;XX:XX:XX:XX&#8221;<br />
wlanctl-ng wlan0 lnxreq_autojoin ssid=&#8221;VUESTRAESSID&#8221; authtype=&#8221;opensystem&#8221;<br />
sleep 2<br />
ifconfig wlan0 192.168.1.110 netmask 255.255.255.0 up<br />
route del -net 192.168.0.0/24<br />
route add default gw 192.168.1.1</p>
<p><strong>¿Y qué modifico? </strong></p>
<p>Primero de todo cambiamos todas las X de esta línea</p>
<p>wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKey0=&#8221;XX:XX:XX:XX&#8221;</p>
<p>por nuestra clave hexadecimal y &#8220;VUESTRAESSID&#8221; por vuestra ESSID (como bien dice).</p>
<p>Una vez hecho esto hemos de tener claro que ip queremos (escoged una dentro de vuestra red) y sustituís 192.168.1.110 por la vuestra, sustituyendo el 255.255.255.0 si tocara (máscara de red).</p>
<p>De las líneas que siguen (route), realmente solo hace falta una:</p>
<p>route add default gw 192.168.1.1</p>
<p>dónde teneis que modificar el 192.168.1.1 por vuestra puerta de enlace.</p>
<p>Los DNS podeis ponerlos por YaST ya que eso si que funciona bien.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/smallshield.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/smallshield.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/smallshield.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/smallshield.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/smallshield.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/smallshield.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/smallshield.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/smallshield.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/smallshield.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/smallshield.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/smallshield.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/smallshield.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=smallshield.wordpress.com&blog=2311638&post=6&subd=smallshield&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://smallshield.wordpress.com/2007/12/15/hacer-funcionar-wlan-prism2_usb-en-opensuse-103-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18461821fa64b9d5d25481505737731e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smallshield</media:title>
		</media:content>
	</item>
	</channel>
</rss>