<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux tips, tricks, notes and scrawls</title>
	<atom:link href="http://linuxtrap.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxtrap.wordpress.com</link>
	<description>Yet another Linux blog</description>
	<lastBuildDate>Mon, 21 Mar 2011 16:30:52 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='linuxtrap.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux tips, tricks, notes and scrawls</title>
		<link>http://linuxtrap.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://linuxtrap.wordpress.com/osd.xml" title="Linux tips, tricks, notes and scrawls" />
	<atom:link rel='hub' href='http://linuxtrap.wordpress.com/?pushpress=hub'/>
		<item>
		<title>XBMC on Ubuntu Maverick</title>
		<link>http://linuxtrap.wordpress.com/2010/12/05/xbmc-on-ubuntu-maverick/</link>
		<comments>http://linuxtrap.wordpress.com/2010/12/05/xbmc-on-ubuntu-maverick/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 11:55:25 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[10.10]]></category>
		<category><![CDATA[Maverick]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=30</guid>
		<description><![CDATA[A small step by step guide to install XBMC on Ubuntu Maverick Install Ubuntu Desktop or from MinimalCD (lightweight). Create user xbmc directly on installation process with password &#8220;xbmc&#8221; Reboot sudo usermod -aG audio,video,fuse,cdrom,plugdev xbmc Install XBMC from SVN PPA sudo apt-get install python-software-properties -y sudo add-apt-repository ppa:team-xbmc-svn sudo apt-get update &#38;&#38; sudo apt-get upgrade [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=30&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A small step by step guide to install XBMC on Ubuntu Maverick</p>
<ol>
<li>Install Ubuntu Desktop or from <a href="https://help.ubuntu.com/community/Installation/MinimalCD">MinimalCD</a> (lightweight).
<ul>
<li>Create user xbmc directly on installation process with password &#8220;xbmc&#8221;</li>
<li>Reboot</li>
<li>
<pre>sudo usermod -aG audio,video,fuse,cdrom,plugdev xbmc</pre>
</li>
</ul>
</li>
<li>Install XBMC from SVN PPA
<ul>
<li style="text-align:justify;">
<pre>sudo apt-get install python-software-properties -y
sudo add-apt-repository ppa:team-xbmc-svn
sudo apt-get update &amp;&amp; sudo apt-get upgrade
sudo apt-get install xbmc-live</pre>
</li>
</ul>
</li>
<li style="text-align:justify;">Set autostart and disable USB autosuspend
<ul>
<li style="text-align:justify;">Edit<strong> /etc/default/grub </strong>and set
<ul>
<li style="text-align:justify;">
<pre>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash xbmc=autostart,noredir loglevel=0 ﻿﻿usbcore.autosuspend=-1"</pre>
</li>
</ul>
</li>
<li style="text-align:justify;">﻿﻿﻿sudo update-grub</li>
</ul>
</li>
<li style="text-align:justify;">Fix poweroff / suspend permissions
<ol>
<li style="text-align:justify;">sudo apt-get install upower</li>
<li style="text-align:justify;">Create a file <strong>/var/lib/polkit-1/localauthority/50-local.d/custom-actions.pkla</strong> with the following contents:
<ol>
<li style="text-align:justify;">
<pre>[Actions for xbmc user]
Identity=unix-user:xbmc
Action=org.freedesktop.upower.*;org.freedesktop.consolekit.system.*
ResultActive=yes
ResultAny=auth_admin
ResultInactive=yes</pre>
</li>
</ol>
</li>
</ol>
</li>
<li style="text-align:justify;">Enabling wakeup status for device
<ul>
<li>Follow <a href="http://wiki.xbmc.org/index.php?title=Enable_Wake-On-Device">this guide</a></li>
</ul>
</li>
<li style="text-align:justify;">Using IR remote supported with XBMC
<ul>
<li>Large majority of Media Center Remotes you can find online was supported by the LIRC module <em>lirc_mceusb</em> in Ubuntu 10.04.<br />
From Ubuntu 10.10 support is moved into kernel module <em>mceusb</em> so setup the remote should be easier and so will be in the future. Unfortunately  sometimes fresh hardware in not yet support by the official <em>mceusb</em> kernel module but there is workaround to make it works with the old <em>lirc_mceusb </em>module without poking with the kernel recompiling it.<br />
Here a tutorial I wrote to setup my HP Pavilion HDX Remote with the old <em>lirc_mceusb: </em><a title="HOW-TO Using old lirc_mceusb in place of new mceusb on Maverick 10.10 for HP remote" href="http://forum.xbmc.org/showthread.php?t=88347" target="_blank">Default HOW-TO Using old lirc_mceusb in place of new mceusb on Maverick 10.10 for HP remote</a></li>
</ul>
</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=30&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2010/12/05/xbmc-on-ubuntu-maverick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>Make rt73usb working configuring /etc/network/interfaces on Ubuntu/Debian</title>
		<link>http://linuxtrap.wordpress.com/2010/12/05/make-rt73usb-working-configuring-etcnetworkinterfaces-on-ubuntudebian/</link>
		<comments>http://linuxtrap.wordpress.com/2010/12/05/make-rt73usb-working-configuring-etcnetworkinterfaces-on-ubuntudebian/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 10:56:54 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
		
		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=27</guid>
		<description><![CDATA[rt73usb wireless cards needs to be woke up before scanning so you have to add &#8220;pre-up ifconfig wlan0 up&#8221; in /etc/network/interfaces. Example: auto wlan0 iface wlan0 inet dhcp pre-up ifconfig wlan0 up wpa-ssid XYZ wpa-psk XYZPRESHAREDKEY<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=27&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>rt73usb wireless cards needs to be woke up before scanning so you have to add &#8220;pre-up ifconfig wlan0 up&#8221; in /etc/network/interfaces.</p>
<p>Example:</p>
<blockquote><p>auto wlan0<br />
iface wlan0 inet dhcp<br />
<span style="color:#ff0000;">pre-up ifconfig wlan0 up</span><br />
wpa-ssid XYZ<br />
wpa-psk XYZPRESHAREDKEY</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=27&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2010/12/05/make-rt73usb-working-configuring-etcnetworkinterfaces-on-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>Update Dell BIOS in Ubuntu Linux</title>
		<link>http://linuxtrap.wordpress.com/2010/03/03/update-dell-bios-in-ubuntu-linux/</link>
		<comments>http://linuxtrap.wordpress.com/2010/03/03/update-dell-bios-in-ubuntu-linux/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:13:40 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[hdr]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[smbios]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=22</guid>
		<description><![CDATA[Dell initially place all his BIOS on a repository to be used by dellBiosUpdate tool but now it is not longer updated. To get the latest BIOS for your pc you have to download the Windows BIOS package and extract the HDR data using wine (example for Latitude E6500): wine E6500A19.EXE -writehdrfile A new file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=22&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dell initially place all his BIOS on <a href="http://linux.dell.com/repo/firmware/bios-hdrs/" target="_blank">a repository</a> to be used by dellBiosUpdate tool but now it is not longer updated.</p>
<p>To get the latest BIOS for your pc you have to download the Windows BIOS package and extract the HDR data using wine (example for Latitude E6500):</p>
<blockquote><p>wine E6500A19.EXE -writehdrfile</p></blockquote>
<p>A new file will be created: E6500A19.hdr</p>
<p>Now we can update the BIOS as usual:</p>
<blockquote><p>sudo apt-get install smbios-utils<br />
sudo modprobe dell_rbu<br />
sudo dellBiosUpdate -u -f ./E6500A19.hdr</p></blockquote>
<p>Restart your Linux box and enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=22&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2010/03/03/update-dell-bios-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>Moonlight 2 on Firefox 3.5 Ubuntu 9.10 Karmic Koala</title>
		<link>http://linuxtrap.wordpress.com/2010/01/19/moonlight-2-on-firefox-3-5-ubuntu-9-10-karmic-koala/</link>
		<comments>http://linuxtrap.wordpress.com/2010/01/19/moonlight-2-on-firefox-3-5-ubuntu-9-10-karmic-koala/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:33:50 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Moonlight]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=19</guid>
		<description><![CDATA[I&#8217;ve download FF plugin from Official site but FF continue to use Moonlight plug-in version 1.01 from Ubuntu packages moonlight-plugin-core and moonlight-plugin-mozilla. I resolved roughly overwriting packages files with latest ones directly from extension: cd /usr/lib/moon/plugin sudo rm libmoonloader.so libmoonplugin-ff3bridge.so libmoonplugin.so sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/moonlight/libmoonplugin-ff3bridge.so libmoonplugin-ff3bridge.so sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/moonlight/libmoonpluginxpi.so libmoonplugin.so sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/libmoonloaderxpi.so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=19&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve download FF plugin from <a href="http://www.go-mono.com/moonlight/">Official site</a> but FF continue to use Moonlight plug-in version 1.01 from Ubuntu packages moonlight-plugin-core and moonlight-plugin-mozilla.</p>
<p>I resolved roughly overwriting packages files with latest ones directly from extension:</p>
<blockquote><p>cd /usr/lib/moon/plugin<br />
sudo rm libmoonloader.so  libmoonplugin-ff3bridge.so  libmoonplugin.so</p>
<p>sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/moonlight/libmoonplugin-ff3bridge.so libmoonplugin-ff3bridge.so</p>
<p>sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/moonlight/libmoonpluginxpi.so libmoonplugin.so</p>
<p>sudo ln -s ~/.mozilla/firefox/*.default/extensions/moonlight@novell.com/plugins/libmoonloaderxpi.so libmoonloader.so</p></blockquote>
<p>Now restart your browser.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=19&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2010/01/19/moonlight-2-on-firefox-3-5-ubuntu-9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>Hard blocked wireless kill-switch on Dell laptop</title>
		<link>http://linuxtrap.wordpress.com/2009/11/25/hard-blocked-wireless-kill-switch-on-dell-laptop/</link>
		<comments>http://linuxtrap.wordpress.com/2009/11/25/hard-blocked-wireless-kill-switch-on-dell-laptop/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:11:15 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=12</guid>
		<description><![CDATA[A few minutes ago my new Dell Latitude E6500 running Ubuntu karmic 9.10 hangs on resume. It pretty frequent but this time the hardware radio kill-switch is set On (=wireless disabled). I reboot and the dumb dell_laptop linux kernel module thinks the kill-swith is set Off so when I toggle the hardware switch the kernel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=12&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few minutes ago my new Dell Latitude E6500 running Ubuntu karmic 9.10 hangs on resume. It pretty frequent but this time the hardware radio kill-switch is set On (=wireless disabled).<br />
I reboot and the dumb <em>dell_laptop</em> linux kernel module thinks the kill-swith is set Off so when I toggle the hardware switch the kernel module works reversed.</p>
<p>It&#8217;s the output of network-manager debug when the hw kill-switch is set Off  (=wireless should be enabled):</p>
<blockquote><p>NetworkManager: &lt;info&gt;  Wireless now disabled by radio killswitch</p></blockquote>
<p>And this is the output of rfkill list:</p>
<blockquote><p># rfkill list<br />
2: phy0: Wireless LAN<br />
Soft blocked: no<br />
Hard blocked: no<br />
5: dell-wifi: Wireless LAN<br />
Soft blocked: no<br />
<span style="color:#ff0000;">Hard blocked: yes</span><br />
6: dell-bluetooth: Bluetooth<br />
Soft blocked: no<br />
Hard blocked: yes</p></blockquote>
<p>Rebooting doesn&#8217;t help!</p>
<p>I resolve removing dell_laptop kernel module</p>
<blockquote><p># rmmod dell_laptop</p></blockquote>
<p>then I toggle the hw kill-switch and finally</p>
<blockquote><p># modprobe dell_laptop</p></blockquote>
<p>Great, now works like a charm!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=12&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2009/11/25/hard-blocked-wireless-kill-switch-on-dell-laptop/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>Converti i video per iPod con Linux</title>
		<link>http://linuxtrap.wordpress.com/2008/01/31/converti-i-video-per-ipod-con-linux/</link>
		<comments>http://linuxtrap.wordpress.com/2008/01/31/converti-i-video-per-ipod-con-linux/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 23:04:46 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[H264]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=7</guid>
		<description><![CDATA[L&#8217;iPod è compatibile con il formato MPEG-4 ma solo con una precisa codifica per audio e video. Per esempio paradossalmente l&#8217;iPod non gestisce video con audio MP3 ma solo AAC! Per convertire con ottima qualità (anche 2-pass) i vostri video vi consiglio lo script di Mark Pilgrim che gestisce: H.264/AAC cropping a 4/3 se la [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=7&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;"><img src="http://linuxtrap.files.wordpress.com/2008/01/ipod_classic.png?w=510" alt="ipod_classic.png" /></div>
<p>L&#8217;iPod è compatibile con il formato MPEG-4 ma solo con una precisa codifica per audio e video.<br />
Per esempio paradossalmente l&#8217;iPod non gestisce video con audio MP3 ma solo AAC!</p>
<p>Per convertire con ottima qualità (anche 2-pass)</p>
<p>i vostri video vi consiglio lo script di <a href="http://diveintomark.org/archives/2007/06/07/howto-batch-encode-video-for-ipod-under-linux-2007-edition" target="_blank">Mark Pilgrim</a> che gestisce:</p>
<ul>
<li>H.264/AAC</li>
<li>cropping a 4/3 se la sorgente è widescreen</li>
<li>resizing</li>
<li>DVD o file video</li>
</ul>
<p>Se poi volete tutti i video di una cartella io di solito uso un semplice script bash:</p>
<blockquote><p>$ for i in *.avi; do podencoder $i; done</p></blockquote>
<p>Oppure per chi ama la shell <a href="http://www.mail-archive.com/transcode-users@exit1.org/msg00597.html" target="_blank">un&#8217;altra soluzione con MP4Box</a>&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxtrap.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxtrap.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=7&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2008/01/31/converti-i-video-per-ipod-con-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>

		<media:content url="http://linuxtrap.files.wordpress.com/2008/01/ipod_classic.png" medium="image">
			<media:title type="html">ipod_classic.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Truecrypt 4.2a on 2.6.24</title>
		<link>http://linuxtrap.wordpress.com/2008/01/30/truecrypt-42a-on-2624/</link>
		<comments>http://linuxtrap.wordpress.com/2008/01/30/truecrypt-42a-on-2624/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 22:46:16 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[Moduli]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=6</guid>
		<description><![CDATA[Anche con la release 2.6.24 è necessaria una patch per compilare il modulo del kernel. La patch cumulativa per 2.6.23 e 2.6.24 la potete scaricare qui altrimenti separatamente dal cvs gentoo. In attesa della prossima release pianificata a giorni&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=6&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anche con la release 2.6.24 è necessaria una patch per compilare il modulo del kernel.</p>
<p>La patch cumulativa per 2.6.23 e 2.6.24 la potete scaricare <a href="http://ubuntuforums.org/attachment.php?attachmentid=54669&amp;d=1199018370" target="_blank">qui</a> altrimenti separatamente dal <a href="http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/truecrypt/files/" target="_blank">cvs gentoo</a>.</p>
<p>In attesa della prossima release pianificata a giorni&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxtrap.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxtrap.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=6&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2008/01/30/truecrypt-42a-on-2624/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
		<item>
		<title>HD SATA2 su controller SATA</title>
		<link>http://linuxtrap.wordpress.com/2008/01/30/hd-sata2-su-controller-sata/</link>
		<comments>http://linuxtrap.wordpress.com/2008/01/30/hd-sata2-su-controller-sata/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 22:26:18 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SATA]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=4</guid>
		<description><![CDATA[Utile se avete problemi con controller vecchi. In dettaglio sui Western Digital basta ponticellare i pin 5-6 (OPT1) come da guida.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=4&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Utile se avete problemi con controller vecchi.</p>
<p>In dettaglio sui Western Digital basta ponticellare i pin 5-6 (OPT1) come da <a href="http://www.wdc.com/en/library/eide/2579-001037.pdf" target="_blank">guida</a>.</p>
<p><img src="http://linuxtrap.files.wordpress.com/2008/01/sata.png?w=510" alt="sata.png" /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxtrap.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxtrap.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=4&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2008/01/30/hd-sata2-su-controller-sata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>

		<media:content url="http://linuxtrap.files.wordpress.com/2008/01/sata.png" medium="image">
			<media:title type="html">sata.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Abilitare i canali wifi 12 e 13</title>
		<link>http://linuxtrap.wordpress.com/2008/01/30/abilitare-i-canali-wifi-12-e-13/</link>
		<comments>http://linuxtrap.wordpress.com/2008/01/30/abilitare-i-canali-wifi-12-e-13/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 22:01:39 +0000</pubDate>
		<dc:creator>linuxtrap</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Moduli]]></category>
		<category><![CDATA[mac80211]]></category>

		<guid isPermaLink="false">http://linuxtrap.wordpress.com/?p=3</guid>
		<description><![CDATA[In Italia sono abilitati secondo normativa i canali fino all&#8217;11(2462MHz) Per abilitarli fino al 13 (2472MHz) se usate lo stack di rete mac80211 va specificata l&#8217;opzione &#8220;ieee80211_regdom=64&#8243; con # modprobe mac80211 ieee80211_regdom=64 Altrimenti affinché avvenga direttamente all&#8217;avvio aggiungete la riga seguente a /etc/modprobe.d/options: options mac80211 ieee80211_regdom=64 Per verificare se usate lo stack mac80211 guardate se [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=3&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Italia sono abilitati secondo normativa i <a href="http://en.wikipedia.org/wiki/List_of_WLAN_channels" target="_blank">canali fino all&#8217;11(2462MHz)</a><br />
Per abilitarli fino al 13 (2472MHz) se usate lo stack di rete mac80211 va specificata l&#8217;opzione &#8220;ieee80211_regdom=64&#8243; con</p>
<blockquote><p># modprobe mac80211 ieee80211_regdom=64</p></blockquote>
<p>Altrimenti affinché avvenga direttamente all&#8217;avvio aggiungete la riga seguente a /etc/modprobe.d/options:</p>
<blockquote><p>options mac80211 ieee80211_regdom=64</p></blockquote>
<p>Per verificare se usate lo stack mac80211 guardate se è caricato il modulo con # lsmod | grep mac80211.</p>
<p>Per controllare i canali abilitati: # iwlist freq.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/linuxtrap.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/linuxtrap.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/linuxtrap.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/linuxtrap.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/linuxtrap.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=linuxtrap.wordpress.com&amp;blog=2674844&amp;post=3&amp;subd=linuxtrap&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://linuxtrap.wordpress.com/2008/01/30/abilitare-i-canali-wifi-12-e-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12137c2075b69d7e337704a7a8cb4107?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">linuxtrap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
