<?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>TastyCode devblog &#187; WiFi</title>
	<atom:link href="http://blog.tastycode.pl/tag/wifi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tastycode.pl</link>
	<description>Just another devblog...</description>
	<lastBuildDate>Fri, 04 Jun 2010 15:52:50 +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>Restarting wifi driver on NIT&#8217;s</title>
		<link>http://blog.tastycode.pl/2009/12/13/restarting-wifi-driver-on-nits/</link>
		<comments>http://blog.tastycode.pl/2009/12/13/restarting-wifi-driver-on-nits/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 07:36:16 +0000</pubDate>
		<dc:creator>Informatic</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[N810]]></category>
		<category><![CDATA[NIT]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://blog.tastycode.pl/2009/12/13/restarting-wifi-driver-on-nits/</guid>
		<description><![CDATA[After using aircrack-ng suite on my N810 (with original wifi drivers) I can't use wifi. I must restart my tablet. I don't like it ;p
Here is a small shell script which reloads wifi kernel module, and initializes it:
#! /bin/sh
rmmod cx3110x
insmod /mnt/initfs/lib/modules/2.6.21-omap1/cx3110x.ko
chroot /mnt/initfs /usr/bin/wlan-cal
You simply put it in any directory, and add "executable" bit by running [...]]]></description>
			<content:encoded><![CDATA[<p>After using aircrack-ng suite on my N810 (with original wifi drivers) I can't use wifi. I must restart my tablet. I don't like it ;p<br />
Here is a small shell script which reloads wifi kernel module, and initializes it:</p>
<pre class="brush: bash;">#! /bin/sh
rmmod cx3110x
insmod /mnt/initfs/lib/modules/2.6.21-omap1/cx3110x.ko
chroot /mnt/initfs /usr/bin/wlan-cal</pre>
<p>You simply put it in any directory, and add "executable" bit by running <b>chmod +x <i>file</i></b></p>
<p>(i suggest not putting it on cards, cause' they are formatted with FAT, but in FAT there aren't bits like "executable" <img src='http://blog.tastycode.pl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tastycode.pl/2009/12/13/restarting-wifi-driver-on-nits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
