<?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>Luca Gibelli &#187; hw support</title>
<atom:link href="http://www.nervous.it/lang/en-us/categories/hw-support/feed/" rel="self" type="application/rss+xml" />
<link>http://www.nervous.it</link>
<description>You came here by hitting the wrong anykey.</description>
<lastBuildDate>Mon, 06 Feb 2012 22:06:15 +0000</lastBuildDate>
<language>en-us</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.2.1</generator>
<item>
<title>Huawei E1750 3G USB modem on OpenWRT Kamikaze</title>
<link>http://www.nervous.it/lang/en-us/2010/12/huawei-e1750-and-openwrt</link>
<comments>http://www.nervous.it/lang/en-us/2010/12/huawei-e1750-and-openwrt#comments</comments>
<pubDate>Sat, 18 Dec 2010 19:16:40 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=516</guid>
<description>
<![CDATA[I recently configured a Netgear WGT634U access point running OpenWRT Kamikaze 8.09.2 to use a HUAWEI E1750 3G modem. The HUAWEI E1750 is sold under different names, some people report it as E220 or E1752. You should check in /proc/bus/usb/devices what is the vendor and product id of your 3G modem. You should see the [...]]]>
</description>
<content:encoded>
<![CDATA[<p>I recently configured a Netgear WGT634U access point running <a href="http://www.openwrt.org">OpenWRT</a> Kamikaze 8.09.2 to use a HUAWEI E1750 3G modem.</p>
<p>The HUAWEI E1750 is sold under different names, some people report it as E220 or E1752. You should check in /proc/bus/usb/devices what is the vendor and product id of your 3G modem. You should see the following values:<br />
<code>vendor=0x12d1 product=0x1446</code></p>
<p>This howto should apply to all 3G USB modems with the same vendor and product id and any AP running OpenWRT Kamikaze 8.09.2.<br />
Here is how I got the whole thing running:</p>
<p>1. Install the required kernel modules and utilities:</p>
<p><code><br />
# opkg update<br />
# opkg install kmod-usb-acm kmod-usb-core kmod-usb-ohci kmod-usb-serial comgt \<br />
kmod-usb-serial-option kmod-usb-storage kmod-usb-uhci kmod-usb2  usb-modeswitch<br />
</code></p>
<p>2. Create or edit the file /etc/modules.d/60-usb-serial so that it only contains the following line:</p>
<p><code>usbserial vendor=0x12d1 product=0x1446</code></p>
<p>3. Create or edit the file/etc/usb_modeswitch.conf so that it looks as follows:</p>
<p><code>DefaultVendor= 0x12d1<br />
DefaultProduct=0x1446<br />
TargetVendor=  0x12d1<br />
TargetProductList="1001,1406,140c,14ac"<br />
CheckSuccess=20<br />
MessageEndpoint=0×01<br />
MessageContent="55534243123456780000000000000011060000000000000000000000000000"<br />
</code></p>
<p>4. Add the following section to /etc/config/network:</p>
<p><strong>WARNING!!! Depending on the model of your 3G modem you may need to replace ttyUSB0 with ttyUSB1, ttyUSB2, etc. Check the output of &#8220;dmesg&#8221; to know which is the correct port. If you are unsure, find out by trial-and-error.</strong><br />
<code><br />
config 'interface' 'ppp0'<br />
    option 'ifname' 'ppp0'<br />
    option 'proto' '3g'<br />
    option 'device' '/dev/ttyUSB0'<br />
    option 'apn' 'YOURAPNHERE'<br />
    option 'pincode' 'YOURPINCODEHERE'</code></p>
<p>Replace YOURAPNHERE with the name of your APN (e.g. &#8220;tre.it&#8221; for H3G Italy) and YOURPINCODEHERE with the PIN code of your SIM. </p>
<p><strong>WARNING!!! If you have disabled PIN code verification for your SIM, you can omit the pincode option but you&#8217;ll need to workaround a bug in /lib/network/3g.sh. Open /lib/network/3g.sh in your editor and comment out the following lines:</strong></p>
<p><code>#  PINCODE="$pincode" gcom -d "$device" -s /etc/gcom/setpin.gcom &#124;&#124; {<br />
#               echo "$cfg(3g): Failed to set the PIN code."<br />
#               set_3g_led 0 0 0<br />
#               return 1<br />
#       }<br />
</code></p>
<p>5. Reboot your OpenWRT device.</p>
<p>6. Manually run the following commands and after a minute verify that your 3G connection is working:</p>
<p><code>usb_modeswitch<br />
ifup ppp0<br />
</code></p>
<p>7. Add the following lines to the top of /etc/rc.local:</p>
<p><code>sleep 3<br />
/usr/sbin/usb_modeswitch<br />
sleep 3<br />
/sbin/ifup ppp0 </code></p>
<p>8. Log on the web interface of your OpenWRT device and click on Administration/Networks/Interfaces/ppp0 and add it to the WAN zone.</p>
<p>You may need to adjust the DNS settings manually. </p>
<p>Credits: <a href="http://www.it-slav.net/blogs/2010/06/12/howto-use-3g-dongle-huawei-e1750-in-openwrt/">Peter Andersson</a></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;count=horizontal&amp;text=Huawei%20E1750%203G%20USB%20modem%20on%20OpenWRT%20Kamikaze" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;count=horizontal&amp;text=Huawei%20E1750%203G%20USB%20modem%20on%20OpenWRT%20Kamikaze" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F12%2Fhuawei-e1750-and-openwrt&amp;title=Huawei%20E1750%203G%20USB%20modem%20on%20OpenWRT%20Kamikaze" id="wpa2a_2"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2010/12/huawei-e1750-and-openwrt/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>HUAWEI K3765 and Fonera 2.0N</title>
<link>http://www.nervous.it/lang/en-us/2010/06/huawei-k3765-and-fonera-20n</link>
<comments>http://www.nervous.it/lang/en-us/2010/06/huawei-k3765-and-fonera-20n#comments</comments>
<pubDate>Tue, 22 Jun 2010 09:33:08 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<category>
<![CDATA[2.0]]>
</category>
<category>
<![CDATA[3g]]>
</category>
<category>
<![CDATA[fon]]>
</category>
<category>
<![CDATA[fonera]]>
</category>
<category>
<![CDATA[huawei]]>
</category>
<category>
<![CDATA[k3765]]>
</category>
<category>
<![CDATA[usb modem]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=414</guid>
<description>
<![CDATA[Recently my ISP has been acting up, so I decided to setup a &#8220;backup&#8221; Internet connection that I can activate by simply plugging a USB stick into my Fonera 2.0N router. Unfortunately my HUAWEI K3765 3G modem is not compatible with Fonera 2.0N wifi router out of the box, at least not with the current [...]]]>
</description>
<content:encoded>
<![CDATA[<p>Recently my ISP has been acting up, so I decided to setup a &#8220;backup&#8221; Internet connection that I can activate by simply plugging a USB stick into my Fonera 2.0N router.<br />
<a href="http://cdn.nervous.it/wp-content/uploads/2010/06/2010-11.35.06.jpg"><img class="alignnone" title="fonera and huawei k3765" src="http://cdn3.nervous.it/wp-content/uploads/2010/06/2010-11.35.06-300x225.jpg" alt="fonera and huawei k3765" width="300" height="225" /></a><br />
Unfortunately my HUAWEI K3765 3G modem is not compatible with Fonera 2.0N wifi router out of the box, at least not with the current stable version of the firmware (2.3.6.0 aka Gari the Hummingbird).</p>
<p>Here is what I had to do to make the USB modem work with Fonera 2.0N:</p>
<ul>
<li>for some crazy reason, my 3G modem refuses to work on Fonera 2.0N if there are some SMS stored on it. Plug the 3G modem into your PC and remove any SMS you may have received. YMMV.</li>
<li>upgrade your Fonera 2.0N to the latest 2.3.6.0 firmware, <a href="http://wiki.fon.com/wiki/Fon-ng:_Get_Involved#Developer_Mode">choosing  the &#8220;developer&#8221; image</a>. You need the developer version to ssh into  your Fonera 2.0N.</li>
<li>ssh into your Fonera 2.0N router.</li>
<li>edit /etc/config/umtsd:</li>
</ul>
<pre>config 'umtsd' 'umtsd'
 option '_country' '_custom'
 option 'apn' 'replacewithyourapn'
config 'umtsdstate' 'umtsdstate'
config 'umtsdevice' 'option12D11465'
 option 'vendor' 'Huawei'
 option 'device' 'K3765'
 option 'data' '/dev/ttyUSB0'
<a href="http://cdn.nervous.it/wp-content/uploads/2010/06/2010-11.35.06.jpg">
</a> option 'cmd' '/dev/ttyUSB0'</pre>
<ul>
<li>plug the HUAWEI K3765 into the Fonera 2.0N router</li>
<li>wait a few seconds and then run:
<pre>echo "0x12d1 0x1465" &#62;/sys/bus/usb-serial/drivers/option1/new_id</pre>
</li>
</ul>
<p>Visit <a href="http://fonera/luci/fon_devices/fon_umts">http://fonera/luci/fon_devices/fon_umts</a> and check the status of your 3G modem.</p>
<p>If it still doesn&#8217;t work, you may have to follow the instructions provided by <a href="http://www.ovada.it/rubriche/90-tecnologia/341-configurare-fonera-20n-con-chiavetta-umts-huawei-3765-vodafone.html">stex1967</a>:</p>
<p>Create the file /etc/usb-modeswitch.conf with the following content:<br />
<code><br />
DefaultVendor= 0x12d1<br />
DefaultProduct= 0x1520<br />
TargetVendor= 0x12d1<br />
TargetProduct=0x1465<br />
MessageContent="55534243123456780000000000000011060000000000000000000000000000"<br />
</code></p>
<p>Also create the file /etc/rc.d/k3765:</p>
<p><code><br />
#!/bin/sh /etc/rc.common<br />
START=90<br />
usb_modeswitch<br />
sec=2<br />
sleep $sec<br />
echo "0x12d1 0x1465" >/sys/bus/usb-serial/drivers/option1/new_id<br />
</code></p>
<p>Finally run:</p>
<p><code><br />
chmod 755 /etc/init.d/k3765<br />
/etc/init.d/k3765 enable<br />
</code></p>
<p>and reboot. Thumbs up! </p>
<p>An updated list of supported 3G USB modems is available at <a href="http://wiki.fon.com/wiki/3G_compatibility">http://wiki.fon.com/wiki/3G_compatibility</a></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;count=horizontal&amp;text=HUAWEI%20K3765%20and%20Fonera%202.0N" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;count=horizontal&amp;text=HUAWEI%20K3765%20and%20Fonera%202.0N" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fhuawei-k3765-and-fonera-20n&amp;title=HUAWEI%20K3765%20and%20Fonera%202.0N" id="wpa2a_4"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2010/06/huawei-k3765-and-fonera-20n/feed</wfw:commentRss>
<slash:comments>13</slash:comments>
</item>
<item>
<title>Vodafone Mobile Connect: HUAWEI K3765</title>
<link>http://www.nervous.it/lang/en-us/2010/06/disable-autoplay-huawei-k3765</link>
<comments>http://www.nervous.it/lang/en-us/2010/06/disable-autoplay-huawei-k3765#comments</comments>
<pubDate>Sun, 13 Jun 2010 12:41:49 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<category>
<![CDATA[Uncategorized]]>
</category>
<category>
<![CDATA[auto play]]>
</category>
<category>
<![CDATA[huawei]]>
</category>
<category>
<![CDATA[k3765]]>
</category>
<category>
<![CDATA[macosx]]>
</category>
<category>
<![CDATA[vodafone]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=409</guid>
<description>
<![CDATA[I recently purchased a HUAWEI K3765 HSDPA modem with Vodafone brand. It&#8217;s possible to use to this USB stick with any operator, by simply downloading the Mobile Connect software from HUAWEI (just google for it). There is no need to flash a new firmware on it, just uninstall the Vodafone Mobile Connect software and replace [...]]]>
</description>
<content:encoded>
<![CDATA[<p>I recently purchased a HUAWEI K3765 HSDPA modem with Vodafone brand. It&#8217;s possible to use to this USB stick with any operator, by simply downloading the Mobile Connect software from HUAWEI (just google for it).</p>
<p>There is no need to flash a new firmware on it, just uninstall the Vodafone Mobile Connect software and replace it with the standard one from HUAWEI: you will be able to configure the software to use any APN you like.</p>
<p>You&#8217;ll still experience a small glitch though, at least under MacOSX: everytime you plug the modem into the USB port, you will see a popup asking you to install Vodafone Mobile Connect.</p>
<p>There is a simple solution to this problem:</p>
<ul>
<li>find out the UUID of your USB stick: diskutil info /Volumes/Vodafone\ Mobile\ Broadband/ &#124; grep UUID</li>
<li>create a new entry for this disk in /etc/fstab with the <em>noauto</em> flag turned on:
<ul>
<li>open /etc/fstab in your favourite editor (create it if it doesn&#8217;t exist yet): sudo vi /etc/fstab</li>
<li>add a line like the following to /etc/fstab:<br />
UUID=A46AA80A-97B9-3B47-91A4-8128A9458A31 none hfs rw,noauto 0 0</li>
</ul>
</li>
</ul>
<p>Replace the UUID with your own UUID.</p>
<p>Thumbs up! Now unplug your USB stick and plug it again: no annoying popup this time!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;count=horizontal&amp;text=Vodafone%20Mobile%20Connect%3A%20HUAWEI%20K3765" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;count=horizontal&amp;text=Vodafone%20Mobile%20Connect%3A%20HUAWEI%20K3765" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2010%2F06%2Fdisable-autoplay-huawei-k3765&amp;title=Vodafone%20Mobile%20Connect%3A%20HUAWEI%20K3765" id="wpa2a_6"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2010/06/disable-autoplay-huawei-k3765/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Upgrading firmware of Panasonic Lumix DMC-FT1</title>
<link>http://www.nervous.it/lang/en-us/2009/08/upgrading-firmware-of-panasonic-lumix-dmc-ft1</link>
<comments>http://www.nervous.it/lang/en-us/2009/08/upgrading-firmware-of-panasonic-lumix-dmc-ft1#comments</comments>
<pubDate>Sat, 15 Aug 2009 20:38:34 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<category>
<![CDATA[1.1]]>
</category>
<category>
<![CDATA[dmc-ft1]]>
</category>
<category>
<![CDATA[firmware]]>
</category>
<category>
<![CDATA[ft1]]>
</category>
<category>
<![CDATA[ft1__110.bin]]>
</category>
<category>
<![CDATA[lumix]]>
</category>
<category>
<![CDATA[panasonic]]>
</category>
<category>
<![CDATA[upgrade]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=245</guid>
<description>
<![CDATA[In short: Panasonic has released a new firmware for the Panasonic Lumix DMC-FT1 compact camera which is worse than the previous version. The previous version (1.1) is no longer available on Panasonic website, so I made it available for you on my website: FT1__110.zip Long story: I already talked about the Panasonic Lumix FT1 camera [...]]]>
</description>
<content:encoded>
<![CDATA[<p>In short:</p>
<p>Panasonic has <a href="http://panasonic.jp/support/global/cs/dsc/download/FT1_TS1/index.html" target="_self">released a new firmware </a>for the Panasonic Lumix DMC-FT1 compact camera which is worse than the previous version. The previous version (1.1) is no longer available on Panasonic website, so I made it available for you on my website: <a href="http://www.nervous.it/download/FT1__110.zip">FT1__110.zip</a></p>
<p>Long story:</p>
<p>I already talked about the Panasonic Lumix FT1 camera in <a href="http://www.nervous.it/2009/07/convert-mts-to-avi/" target="_blank">another post</a>, in short the strenghts of this camera are:</p>
<ul>
<li>ability to go under water</li>
<li>HD quality movies (720p)</li>
<li>optical zoom during movie recording</li>
<li>no limit on movie length</li>
</ul>
<p>It&#8217;s really worth its price. You can find <a href="http://www.youtube.com/results?search_query=lumix+ft1" target="_blank">many example videos</a> made with this camera on YouTube. The latest firmware available from Panasonic is <strong>ver. 1.2</strong> . The main <em>difference</em> with regards to ver 1.1 according to Panasonic website is an &#8220;improvement of battery detection for safety standards Panasonic uses&#8221; which seems cool until you dig around for a while and discover that this improvement actually means that &#8220;after this firmware update your Panasonic Digital Camera <strong>cannot be operated by unauthorised 3rd party batteries</strong>&#8220;.<br />
Wait a second, and you call this an <em>improvement</em>? <strong>No, thanks</strong>. I&#8217;d rather keep the ability to use 3rd party batteries.</p>
<p>So the next thing you do is check what other improvements have been introduced in firmware 1.1 compared to 1.0, here they are:</p>
<ul>
<li>Capable of playing back  AVCHD motion picture format (1,280 x 720 )</li>
<li>The quality of viewing image(still image) is improved.</li>
</ul>
<p>Don&#8217;t care too much about the former, but the latter looks quite important.</p>
<p>Right, next question is: where can I download firmware 1.1 ? Panasonic was such nice to remove it from their website, and force anybody who wants to fix the 2 issues listed above to upgrade to ver. 1.2 and (<em>bonus!</em>) lose the ability to use 3rd party batteries.</p>
<p>That&#8217;s not nice, Panasonic!</p>
<p>Fortunately for you, I had the luck to save a copy of firmware 1.1 while it was still available, here it is for your convenience: <a href="/download/FT1__110.zip">FT1__110.zip</a></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;count=horizontal&amp;text=Upgrading%20firmware%20of%20Panasonic%20Lumix%20DMC-FT1" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;count=horizontal&amp;text=Upgrading%20firmware%20of%20Panasonic%20Lumix%20DMC-FT1" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F08%2Fupgrading-firmware-of-panasonic-lumix-dmc-ft1&amp;title=Upgrading%20firmware%20of%20Panasonic%20Lumix%20DMC-FT1" id="wpa2a_8"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2009/08/upgrading-firmware-of-panasonic-lumix-dmc-ft1/feed</wfw:commentRss>
<slash:comments>10</slash:comments>
</item>
<item>
<title>Come flashare il Nokia E90 con tastiera tedesca QWERTZ con firmware italiano</title>
<link>http://www.nervous.it/lang/en-us/2009/05/come-flashare-il-nokia-e90-qwertz-con-firmware-italiano</link>
<comments>http://www.nervous.it/lang/en-us/2009/05/come-flashare-il-nokia-e90-qwertz-con-firmware-italiano#comments</comments>
<pubDate>Wed, 06 May 2009 10:13:07 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=178</guid>
<description>
<![CDATA[Ho trovato un interessante howto che risolve il problema di chi, come il sottoscritto, ha comprato un Nokia E90 con tastiera tedesca QWERTZ e vuole usarlo con un firmware in lingua italiana, in modo da avere il T9 in Italiano: Come Sbrandizzare Nokia E90 Communicator Tastiera tedesca. Il problema nasce dal fatto che la Nokia [...]]]>
</description>
<content:encoded>
<![CDATA[<p>Ho trovato un interessante howto che risolve il problema di chi, come il sottoscritto, ha comprato un Nokia E90 con tastiera tedesca QWERTZ e vuole usarlo con un firmware in lingua italiana, in modo da avere il T9 in Italiano:</p>
<p><a href="http://www.pcweblog.it/miniguide/4953/come-sbrandizzare-nokia-e90-communicator-tastiera-tedesca/">Come Sbrandizzare Nokia E90 Communicator Tastiera tedesca</a>.</p>
<p>Il problema nasce dal fatto che la Nokia distribuisce gli E90 in Europa orientale, Germania e Lussemburgo con la tastiera QWERTZ anzichè la classica QWERTY. I firmware di questi telefoni tipicamente includono un tris di lingue la cui composizione varia da Paese a Paese ma che ha come costante l&#8217;Inglese.<br />
Se impostiamo il telefono per l&#8217;utilizzo in lingua inglese avremo i menu in Inglese, ma il layout della tastiera viene cambiato in QWERTY causando non pochi problemi, senza contare che il T9 userà il dizionario Inglese.<br />
La soluzione è modificare il product code del proprio telefono in modo che Nokia Software Updater pensi che il telefono sia stato acquistato in un altro Paese e scelga di flasharlo con un firmware che abbia la lingua che ci interessa per menu e dizionario del T9 e allo stesso tempo anche il layout tastiera corretto: nel nostro caso stiamo cercando il firmware Svizzero, che è associato al product code 0544355.</p>
<p>In breve ecco come possiamo cambiare il product code del nostro telefono Nokia E90 e flasharlo con il firmware associato al nuovo product code:</p>
<ol>
<li>Scaricare e installare Nemesis Service Suite <strong></strong>da <a href="http://www.b-phreaks.co.uk/files/NSS/NSS103814.zip" target="_blank">qui</a></li>
<li>Scaricare e installare Nokia Pc Suite da <a title="nokia pc suite" href="http://www.nokia.it/supporto-e-software/software/nokia-pc-suite/download" target="_blank">qui</a></li>
<li>Scaricare e installare Phone Software Update da <a title="phone software update" href="http://nds1.nokia.com/files/support/global/phones/software/NokiaSoftwareUpdaterSetup_it.exe" target="_blank">qui</a></li>
<li>Aprire <strong>NSS</strong> (<strong>Nemesis</strong>)</li>
<li>Cliccare sul pulsante <strong>Scan for New Device</strong> (é quello sulla destra)</li>
<li>Cliccare sul pulsante <strong>Phone Info</strong> e poi cliccate su <strong>Read</strong></li>
<li>Inserire il seguente<strong> </strong>codice su <strong>Product Code</strong>: 0544355</li>
<li>Inserire la spunta su <strong>Enable</strong></li>
<li>Cliccare sul pulsante <strong>Write</strong></li>
<li>Dopo aver terminato l’aggiornamento chiudere <strong>Nemesis</strong></li>
<li>Aprire <strong>Phone Software Update </strong>e scegliere di aggiornare il firmware anche se l&#8217;ultima versione è già installata</li>
</ol>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;count=horizontal&amp;text=Come%20flashare%20il%20Nokia%20E90%20con%20tastiera%20tedesca%20QWERTZ%20con%20firmware%20italiano" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;count=horizontal&amp;text=Come%20flashare%20il%20Nokia%20E90%20con%20tastiera%20tedesca%20QWERTZ%20con%20firmware%20italiano" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F05%2Fcome-flashare-il-nokia-e90-qwertz-con-firmware-italiano&amp;title=Come%20flashare%20il%20Nokia%20E90%20con%20tastiera%20tedesca%20QWERTZ%20con%20firmware%20italiano" id="wpa2a_10"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2009/05/come-flashare-il-nokia-e90-qwertz-con-firmware-italiano/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Selection of AC-DC Power Adapters Regulated vs Unregulated</title>
<link>http://www.nervous.it/lang/en-us/2009/04/selection-of-ac-dc-power-adapters-regulated-vs-unregulated</link>
<comments>http://www.nervous.it/lang/en-us/2009/04/selection-of-ac-dc-power-adapters-regulated-vs-unregulated#comments</comments>
<pubDate>Tue, 28 Apr 2009 10:29:16 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[hw support]]>
</category>
<category>
<![CDATA[ac]]>
</category>
<category>
<![CDATA[alimentatori]]>
</category>
<category>
<![CDATA[dc]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/?p=176</guid>
<description>
<![CDATA[Mi è capitato diverse volte di sentire da alcuni miei amici giudizi negativi su prodotti elettronici che io stesso possedevo e trovavo di estrema qualità. La cosa mi incuriosiva e dopo alcuni indagini in diverse occasioni ho scoperto che per diversi motivi, gli apparati venivano utilizzati con alimentatori DC non originali, vuoi perchè l&#8217;originale si [...]]]>
</description>
<content:encoded>
<![CDATA[<p>Mi è capitato diverse volte di sentire da alcuni miei amici giudizi negativi su prodotti elettronici che io stesso possedevo e trovavo di estrema qualità.</p>
<p>La cosa mi incuriosiva e dopo alcuni indagini in diverse occasioni ho scoperto che per diversi motivi, gli apparati venivano utilizzati con alimentatori DC non originali, vuoi perchè l&#8217;originale si era rotto o vuoi perchè l&#8217;originale viene dall&#8217;estero e usa un ingresso diverso da quello del proprio Paese.</p>
<p>Nulla di male in tutto questo, se non fosse che nella scelta dell&#8217;alimentatore dell&#8217;apparato si era tenuto conto esclusivamente di avere un voltaggio identico all&#8217;originale e un amperaggio uguale o <strong>superiore</strong>.</p>
<p>Succede così che un ottimo telefono VoIP come il Polycom, collegato all&#8217;alimentatore di un rasoio elettrico (per fare un esempio) vada in continuo crash, perda la memoria, bruci il display a led (sempre per fare un esempio).</p>
<p>Questo articolo spiega estremamente bene come scegliere un alimentatore adatto al proprio apparato:</p>
<p><a href="http://www.apogeekits.com/power_adapter_selection.htm">Selection of AC-DC Power Adapters Regulated vs Unregulated</a>.</p>
<p>Per riassumere l&#8217;articolo: un alimentatore DC non stabilizzato con un output da 9 volt / 500 mAh ha in uscita 9 volt solo quando viene assorbita una corrente di mezzo Ampere. Se viene assorbito meno di mezzo Ampere, il voltaggio è molto più alto.</p>
<p>Se per esempio prendiamo un alimentatore non stabilizzato da 9 volt, lo colleghiamo alla presa di corrente di casa e misuriamo l&#8217;output senza mettere alcun carico sull&#8217;uscita, potremmo vedere sul nostro voltmetro un output anche di 14 volt.</p>
<p>Un alimentatore stabilizzato invece ha sempre lo stesso voltaggio in output, indipendentemente dalla corrente assorbita dal carico.</p>
<p>In conclusione ecco due regole d&#8217;oro da seguire quando si deve sostituire un alimentatore:</p>
<ul>
<li>se dobbiamo sostituire un alimentatore <strong>non stabilizzato</strong> possiamo scegliere o un alimentatore <strong>stabilizzato</strong> di uguale voltaggio e amperaggio <strong>uguale o superiore</strong> all&#8217;originale, o un alimentatore <strong>non stabilizzato</strong> di <strong>identico</strong> voltaggio e amperaggio.</li>
<li>se dobbiamo sostituire un alimentatore <strong>stabilizzato</strong> dobbiamo usare un alimentatore <strong>stabilizzato</strong> di <strong>identico</strong> voltaggio e amperaggio <strong>uguale o superiore</strong> all&#8217;originale</li>
</ul>
<p>Un voltmetro è sempre utile :)</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;count=horizontal&amp;text=Selection%20of%20AC-DC%20Power%20Adapters%20Regulated%20vs%20Unregulated" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;count=horizontal&amp;text=Selection%20of%20AC-DC%20Power%20Adapters%20Regulated%20vs%20Unregulated" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2009%2F04%2Fselection-of-ac-dc-power-adapters-regulated-vs-unregulated&amp;title=Selection%20of%20AC-DC%20Power%20Adapters%20Regulated%20vs%20Unregulated" id="wpa2a_12"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2009/04/selection-of-ac-dc-power-adapters-regulated-vs-unregulated/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Connecting to Internet via GPRS/EDGE/UMTS/HDSPA using Motorola RAZR MAXX V6</title>
<link>http://www.nervous.it/lang/en-us/2008/03/connecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6</link>
<comments>http://www.nervous.it/lang/en-us/2008/03/connecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6#comments</comments>
<pubDate>Wed, 19 Mar 2008 23:21:27 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/2008/03/connecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6/</guid>
<description>
<![CDATA[My dad recently got a MotoRAZR MAXX V6 with UMTS/HDSPA Internet access enabled. I tried to figure out how to use it under MacOSX Leopard to give him a backup Internet connection when ADSL doesn&#8217;t work. Here is the quick &#8216;n&#8217; dirt way: Go to http://www.taniwha.org.uk/ and download the scripts for Motorola 3.5G (HSDPA) phones [...]]]>
</description>
<content:encoded>
<![CDATA[<p>My dad recently got a MotoRAZR MAXX V6 with UMTS/HDSPA Internet access enabled. I tried to figure out how to use it under MacOSX Leopard to give him a backup Internet connection when ADSL doesn&#8217;t work.</p>
<p>Here is the quick &#8216;n&#8217; dirt way:</p>
<ol>
<li> Go to  <a href="http://www.taniwha.org.uk/" title="Taniwha - GPRS scripts for MacOSX" target="_blank">http://www.taniwha.org.uk/</a> and download the scripts for Motorola <strong>3.5G (HSDPA)</strong> phones</li>
<li>Extract the archive somewhere in /tmp</li>
<li>Enter directory /Library/Modem Scripts/Generic GPRS.ccl/Contents/Resources</li>
<li>Rename <em>Base Script.ccl </em>to <em>Base Script.ccl.bak</em></li>
<li>Copy the file <em>Motorola HSDPA CID1 </em>from /tmp to the current dir and rename it to <em>Base Script.ccl</em></li>
<li>Follow the usual procedure to configure Internet access with GPRS/EDGE/UMTS/HDSPA, in short:
<ul>
<li>From the Bluetooth menu choose <em>Set up Bluetooth Device</em></li>
<li>Put you Mobile phone in <em>Find me</em> mode (refer to your mobile user guide)</li>
<li>Follow the instructions on screen to pair your phone with your Mac</li>
<li>At the end, be sure to mark <em>Access the Internet with your phone&#8217;s data connection</em> and press <em>Continue</em></li>
<li>Make the following selections: Phone Vendor <em>Motorola,</em> Phone Model <em>GPRS (GSM/3G)</em>, username/password/APN as provided by your mobile operator, CID <em>1</em> .</li>
<li>That&#8217;s it! Choose <em>Connect</em> from the <em>Internet Connection</em> menu.</li>
</ul>
</li>
</ol>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;count=horizontal&amp;text=Connecting%20to%20Internet%20via%20GPRS%2FEDGE%2FUMTS%2FHDSPA%20using%20Motorola%20RAZR%20MAXX%20V6" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;count=horizontal&amp;text=Connecting%20to%20Internet%20via%20GPRS%2FEDGE%2FUMTS%2FHDSPA%20using%20Motorola%20RAZR%20MAXX%20V6" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2008%2F03%2Fconnecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6&amp;title=Connecting%20to%20Internet%20via%20GPRS%2FEDGE%2FUMTS%2FHDSPA%20using%20Motorola%20RAZR%20MAXX%20V6" id="wpa2a_14"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2008/03/connecting-to-internet-via-gprsedgeumtshdspa-using-motorola-razr-maxx-v6/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Ubuntu GNU/Linux on Dell XPS M1330</title>
<link>http://www.nervous.it/lang/en-us/2007/11/linux-dell-xps-m1330</link>
<comments>http://www.nervous.it/lang/en-us/2007/11/linux-dell-xps-m1330#comments</comments>
<pubDate>Sun, 25 Nov 2007 21:45:56 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[howto]]>
</category>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/2007/11/linux-dell-xps-m1330/</guid>
<description>
<![CDATA[Here are some notes from my installation of Ubuntu Gutsy 7.10 on Dell XPS M1330. CPU Dual core processor correctly recognized, frequency scaling works ok except after suspending to memory. When resuming, the second core runs always at the maximum frequency. You can read the temperature of each core by loading the coretemp kernel module [...]]]>
</description>
<content:encoded>
<![CDATA[<p>Here are some notes from my installation of Ubuntu Gutsy 7.10 on Dell XPS M1330.</p>
<p><a href="http://tuxmobil.org/dell.html" title="TuxMobile page for Dell laptops"> <img src="http://tuxmobil.org/pics/tuxmobil_sticker.png" alt="TuxMobil - Linux on Laptops, Notebooks, PDAs and Mobile Phones" border="0" height="31" width="88" /></a><a href="http://tuxmobil.org/acer.html"> </a></p>
<p><strong>CPU</strong></p>
<p>Dual core processor correctly recognized, frequency scaling works ok except after suspending to memory. When resuming, the second core runs always at the maximum frequency.</p>
<p>You can read the temperature of each core by loading the coretemp kernel module and run:</p>
<p>cat /sys/devices/platform/coretemp.?/temp1_input</p>
<p>Remember to add <em>coretemp</em> to /etc/modules .</p>
<p><strong>RAM</strong></p>
<p>Nothing to say here.</p>
<p><strong>Graphic card</strong></p>
<p>My laptop is equipped with a GeForce 8400M GS card.</p>
<p>Install nvidia-glx-new, nvidia-kernel-common, linux-restricted-modules .</p>
<p>Ubuntu recognized the GeForce without any intervention. 3D works perfectly (tested with armagetron).</p>
<p>Run <em>nvidia-settings </em>to tune the parameters of the graphic card.</p>
<p>strawks reports that users with Intel GM965 Graphic Card experience stability problems under Xorg (see <a href="https://bugs.freedesktop.org/show_bug.cgi?id=11847" title="Bug report about Intel GM965" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=11847</a>)The external VGA port is almost unusable: when you plug the power adapter, some fuzzy lines appear on the external VGA screen/projector. Thanks Dell for putting the power port next to the VGA port. In the beginning I thought my unit was the only defective one, but a quick search on Google showed up a lot of people who experience the same problem.</p>
<p>TBD: test HDMI output<br />
<strong>Hard drive</strong></p>
<p>Make sure the SATA controller in the BIOS is set to AHCI. Ubuntu has no problem to recognize the controller and the hard drive. I also decided to enable the &#8216;quiet mode&#8217; for the hard drive in the BIOS at the price of some performance (or so the manual says). Output of hdparm -t -T /dev/sda:</p>
<p>/dev/sda:<br />
Timing cached reads:   7276 MB in  1.99 seconds = 3648.61 MB/sec<br />
Timing buffered disk reads:  160 MB in  3.02 seconds =  53.06 MB/sec</p>
<p><strong>Touchpad</strong></p>
<p>Works out of the box. Typical features found on Synaptics touchpad (i.e. scrolling, double tap) are enabled by default.</p>
<p><strong>Wireless</strong></p>
<p>My laptop is equipped with an Intel PRO/Wireless 3945ABG. It works by default with ipw3945 which is part of linux-ubuntu-modules-2.6.22-14-generic package. Driver is rock solid.</p>
<p>Packet injection is available through the experimental module ipwraw. This one allows raw packet Tx/Rx with the Intel 3945ABG adapter, it&#8217;s raw mode only and can&#8217;t be used for normal connections to the Internet. Somebody at <a href="http://homepages.tu-darmstadt.de/~p_larbig/wlan/" title="ipwraw-ng" target="_blank">http://homepages.tu-darmstadt.de/~p_larbig/wlan/</a> added wireless extensions to this driver and made it work with <a href="http://www.aircrack-ng.org" title="aircrack-ng" target="_blank">aircrack-ng</a>.</p>
<p>Jester de Jong reports that his laptop is equipped with Intel PRO/Wireless 4965 AGN and it works out of the box too with Ubuntu 7.10, but not on N-speed. The maximum speed he can get so far is 54 Mbit/s. Apparently for now there is no driver for Linux that supports N-speed (300Mbit/s).</p>
<p><strong>Ethernet</strong></p>
<p>Supported by the tg3 kernel module. Works out of the box.</p>
<p><strong>Firewire</strong></p>
<p>Works.</p>
<p><strong>Hot keys</strong></p>
<p>Hot keys for changing the volume, reproducing media, ejecting dvd, changing brightness all work out of the box.</p>
<p><strong>Sound</strong></p>
<p>This laptop is equipped with an Intel HDA audio with a Sigmatel STAC9228 codec. Output works fine by default, but the integrated digital microphone does not.</p>
<p>A patch is available on Ubuntu&#8217;s bug tracking system and some nice guy at Ubuntu generated an unofficial kernel module which already contains the patch.</p>
<p>Download <a href="http://people.ubuntu.com/~rtg/linux-backports-modules-2.6.22-14-generic_2.6.22-14.11UNRELEASED_i386.deb" title="Ubuntu patched sound module with microphone fix" target="_blank">http://people.ubuntu.com/~rtg/linux-backports-modules-2.6.22-14-generic_2.6.22-14.11UNRELEASED_i386.deb</a> and install it with:</p>
<p>dpkg -i  ./linux-backports-modules-2.6.22-14-generic_2.6.22-14.11UNRELEASED_i386.deb</p>
<p>Reboot.</p>
<p>After installing the package open a shell as root and run <em>alsamixer</em>:</p>
<ul>
<li>Go under <em>Digital Input Source</em> and select <em>Digital Mic 1</em> instead of <em>Analog Inputs</em></li>
<li>Press F4 to change the view to Capture, then crank up the volume of Capture 1, Capture 2 and Digital</li>
<li>Press ESC to exit alsamixer</li>
</ul>
<p><strong>Webcam</strong></p>
<p>If you have a WLED screen (like me), you get a 0.3mpx webcam. It works with all V4L2 compatible programs after installing latest <a href="linux-uvc" title="uvcvideo" target="_blank">linux-uvc</a>. Here are the steps I followed:</p>
<ul>
<li>apt-get install build-essentials</li>
<li>svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc</li>
<li>cd linux-uvc</li>
<li>make install</li>
<li>modprobe uvcvideo</li>
<li>Remember to add <em>uvcvideo</em> to /etc/modules</li>
</ul>
<p>If you want to make video calls using Skype, you must install <a href="http://www.skype.com/intl/en/download/skype/linux/beta/" title="Skype 2.0 beta" target="_blank">Skype 2.0 beta</a>. Works perfectly for me.</p>
<p>Jester de Jong reports that this webcam worked out of the box for him with the uvcvideo driver included in Ubuntu 7.10.</p>
<p>Feedback on the 2mbpx webcam which ships with the CCFL screen is welcome.</p>
<p><strong>Multiple card reader</strong></p>
<p>Secure Digital cards can be accessed out of the box. The SD reader is supported by the sdhci module which ships with the stock kernel.</p>
<p><strong>Controlling fan speed</strong></p>
<p>Install the i8kutils package and load the i8k module with:</p>
<p>modprobe i8k force=1</p>
<p>You can control the fan speed by running i8kmon and see the current temperature and fan speed by doing:</p>
<p>cat /proc/i8k</p>
<p>which will return in order:</p>
<ol>
<li>BIOS version</li>
<li>serial number</li>
<li> CPU temperature</li>
<li>fan status</li>
<li>fan rotation speed (only on some models)</li>
<li>ac power status</li>
<li>volume buttons status (not the multimedia buttons)</li>
</ol>
<p><strong>External USB modem</strong></p>
<p>TBD</p>
<p><strong>Bluetooth</strong></p>
<p>Works out of the box. Install<em> gnome-bluetooth</em>, <em>bluez-gnome </em>and <em>gnome-vfs-obexftp </em>if you want to be able to navigate inside the memory of your mobile phone (it must support Obex file transfers, almost every mobile does nowadays) using nautilus.</p>
<p>To associate a mobile with your laptop, search for the laptop from the mobile, try to connect to it and enter a PIN. When a connection is attempted, the laptop will prompt you for the secret PIN that you entered on your mobile.</p>
<p>To send files from mobile to laptop:</p>
<p>Run Applications / Accessory / Bluetooth File Sharing</p>
<p>A new icon will appear in the tray bar. When a file is sent to the laptop, a prompt will appear.</p>
<p>To send files from laptop to mobile:</p>
<p>Open nautilus and right click on the file, choose &#8216;Send to&#8230;&#8217; and choose <em>Bluetooth (OBEX Push)</em> in the drop-down menu.</p>
<p>TBD: GPRS/UMTS connections via Bluetooth</p>
<p><strong>Fingerprint reader</strong></p>
<p>If your Dell XPS m1330 has a fingerprint reader, install the <em>thinkfinger</em> (<a href="http://thinkfinger.sourceforge.net/" title="ThinkFinger homepage" target="_blank">http://thinkfinger.sourceforge.net/</a>) package. A nice howto for Ubuntu with repositories and step-by-step instructions is available at <a href="https://wiki.ubuntu.com/ThinkFinger" title="ThinkFinger" target="_blank">https://wiki.ubuntu.com/ThinkFinger</a> .</p>
<p><strong>Misc: battery </strong></p>
<p>My laptop is equipped with a 85 WHr 9-Cell Li-Ion battery (the largest available, at least at the time I placed the order).</p>
<p>The battery doesn&#8217;t follow the flat shape of the laptop. It provides an alternative base for the bottom of the rear of the laptop and slightly lifts the rear part up. This way the keyboard is gently inclined and very comfortable to use. The downside of this is that you lose stability when holding the laptop on your lap (!) and after some time it starts to hurt your legs.</p>
<p>So you face the dilemma: why would you want to have a longer battery life if this comes at the price of hurting your legs when travelling? Why would you need to have a bigger battery just to keep the keyboard inclined when sitting at the desk, where you don&#8217;t need battery power? :)</p>
<p>The laptop can run on battery power for about 4 hours / 4 hours and 20 mins with WiFi and Bluetooth disabled.</p>
<p>The battery life goes down to about 3 hours / 3 hours and 20 mins with WiFi and Bluetooth enabled.</p>
<p>The screen brightness doesn&#8217;t seem to make much difference on power consumption, this is probably because of the White Led LCD screen. If your laptop has a traditional CCL LCD screen, things could be different. Like always, when talking about battery life YMMV.</p>
<p><strong>Misc: suggestions for saving power</strong></p>
<p>These are some generic suggestions that will work with most laptops, not only Dell XPS m1330.</p>
<p>Add <em>options usbcore autosuspend=1 </em>to /etc/modprobe.d/options</p>
<p>Run <em>/usr/bin/hal-disable-polling &#8211;device /dev/scd0</em> to allow the CD/DVD rom to spin down after a while.</p>
<p>Add</p>
<ul>
<li> vm.dirty_writeback_centisecs=1500</li>
<li>vm.laptop_mode=5</li>
</ul>
<p>to /etc/sysctl.conf  .</p>
<p>Add  <em>/sbin/iwpriv eth1 set_power 5 </em>to /etc/rc.local and make sure that it gets executed at boot time.</p>
<p><strong>Misc: my sources.list</strong></p>
<p>deb http://it.archive.ubuntu.com/ubuntu/ gutsy main restricted<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy universe<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates universe<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy multiverse<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse<br />
deb http://it.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse<br />
deb http://archive.canonical.com/ubuntu gutsy partner<br />
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted<br />
deb http://security.ubuntu.com/ubuntu gutsy-security universe<br />
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse</p>
<p># skype and picasa</p>
<p>deb http://download.skype.com/linux/repos/debian/ stable non-free<br />
deb http://dl.google.com/linux/deb/ stable non-free</p>
<p><strong>Misc: output of lspci</strong></p>
<p>00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)<br />
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)<br />
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)<br />
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)<br />
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)<br />
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)<br />
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)<br />
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)<br />
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)<br />
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)<br />
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)<br />
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)<br />
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)<br />
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)<br />
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)<br />
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)<br />
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)<br />
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)<br />
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)<br />
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)<br />
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)<br />
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)<br />
03:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)<br />
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)<br />
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)<br />
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)<br />
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)</p>
<p><strong>Credits</strong></p>
<p>Kudos to Philip Langdale who started this madness on his blog at  <a href="http://intr.overt.org/blog/?page_id=56" title="Slackware on Dell XPS m1330" target="_blank">http://intr.overt.org/blog/?page_id=56</a> with an article on how to run Slackware on Dell XPS m1330.</p>
<p><strong>Contacts</strong></p>
<p>If you have any feedback, feel free to <a href="/contacts" title="Contact me">contact me</a>.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;count=horizontal&amp;text=Ubuntu%20GNU%2FLinux%20on%20Dell%20XPS%20M1330" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;count=horizontal&amp;text=Ubuntu%20GNU%2FLinux%20on%20Dell%20XPS%20M1330" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2007%2F11%2Flinux-dell-xps-m1330&amp;title=Ubuntu%20GNU%2FLinux%20on%20Dell%20XPS%20M1330" id="wpa2a_16"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2007/11/linux-dell-xps-m1330/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Collegare porte USB aggiuntive</title>
<link>http://www.nervous.it/lang/en-us/2004/02/porte-usb-aggiuntive</link>
<comments>http://www.nervous.it/lang/en-us/2004/02/porte-usb-aggiuntive#comments</comments>
<pubDate>Sat, 07 Feb 2004 01:01:04 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/wp/2004/02/porte-usb-aggiuntive/</guid>
<description>
<![CDATA[Oggi ho giocato al lascia e raddoppia con le porte USB&#8230; Il mio pc dispone di sole 2 porte usb e mi ritrovo a doverci collegare contemporaneamente webcam, pen drive, chiave bluetooth, ups. Per il momento mi ero visto costretto a scollegare la webcam con grande dispiacere di molti miei amici di chat che non [...]]]>
</description>
<content:encoded>
<![CDATA[<p class="itembody">   Oggi ho giocato al lascia e raddoppia con le porte USB&#8230;<br />
Il mio pc dispone di sole 2 porte usb e mi ritrovo a doverci collegare contemporaneamente <a href="http://www.nervous.it/webcam">webcam</a>, pen drive, chiave bluetooth, ups.<br />
Per il momento mi ero visto costretto a scollegare la webcam con grande dispiacere di molti miei amici di chat che non potevano piu&#8217; prendermi in giro :)</p>
<p>E&#8217; terribile l&#8217;abitudine di certe case produttrici a non fornire assieme alle motherboard le 2 porte usb da montare sul frontale del PC.<br />
Valeva anche per la mia motherboard, una Gigabyte 7DX, per la quale disponevo delle sole 2 porte usb saldate sul retro. Per fortuna son riuscito a &#8220;recuperare&#8221; in <a href="http://www.oltrelinux.com/">redazione</a> due porte usb 2.0 aggiuntive di una motherboard Abit.</p>
<p>La piedinatura ovviamente era diversa, ma il connettore per fortuna era identico: usb1.x e usb2.0 utilizzano infatti gli stessi segnali.</p>
<p><img src="http://www.nervous.it/blog/media/1/usb-scheme.png" alt="Schema porta USB" title="Schema porta USB" height="80" width="143" /></p>
<p>Ho staccato i contatti dal connettore che deve essere inserito sulla motherboard e li ho controllati con un tester. Confrontando il pin out delle porte usb descritto sul sito http://www.networktechinc.com/technote.html con il colore dei cavetti che uscivano dal connettore, ho potuto verificare la seguente corrispondenza tra colori e segnale:</p>
<p>Rosso= +5 VCC<br />
Bianco= Data -<br />
Verde= Data +<br />
Nero= Massa</p>
<p>Sul manuale della Gigabyte 7DX (reperibile in pdf sul sito della casa madre) ho trovato il pin out utilizzato dal connettore sulla motherboard.</p>
<p>Ho ricollegato i cavetti secondo tale scheda et voila&#8217;, 2 nuove porte usb disponibili :)</p>
<p>E fu così che la mia webcam tornò ad essere online 24h/24 &#8230; sono meglio del Grande Fratello :=)</p>
<p>Un grazie a mauro_png per il sostegno tecnico/morale :)</p>
<p class="iteminfo">
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;count=horizontal&amp;text=Collegare%20porte%20USB%20aggiuntive" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;count=horizontal&amp;text=Collegare%20porte%20USB%20aggiuntive" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F02%2Fporte-usb-aggiuntive&amp;title=Collegare%20porte%20USB%20aggiuntive" id="wpa2a_18"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2004/02/porte-usb-aggiuntive/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Hard(de)core devs</title>
<link>http://www.nervous.it/lang/en-us/2004/01/hardcore-devs</link>
<comments>http://www.nervous.it/lang/en-us/2004/01/hardcore-devs#comments</comments>
<pubDate>Tue, 27 Jan 2004 00:41:20 +0000</pubDate>
<dc:creator>admin</dc:creator>
<category>
<![CDATA[hw support]]>
</category>
<guid isPermaLink="false">http://www.nervous.it/wp/2004/01/hardcore-devs/</guid>
<description>
<![CDATA[Stavo facendo delle ricerche sui driver per cpufreq, ovvero il supporto per il clock/voltage scaling in Linux, quando sono finito sul sito del driver per i processori con speedstep montati su un chipset sfigatissimo. Il sito riporta testualmente: A really alpha cpufreq driver have been written. Look at ftp://ftp.poupinou.org/cpufreq/speedstep-ali.trunk.diff By now, this driver have been [...]]]>
</description>
<content:encoded>
<![CDATA[<p>Stavo facendo delle ricerche sui driver per cpufreq, ovvero il supporto per il clock/voltage scaling in Linux, quando sono finito sul sito del driver per i processori con speedstep montati su un <a href="http://www.poupinou.org/cpufreq/speedstep-ali.html">chipset sfigatissimo</a>.</p>
<p>Il sito riporta testualmente:</p>
<p><em>A really alpha cpufreq driver have been written. Look at ftp://ftp.poupinou.org/cpufreq/speedstep-ali.trunk.diff</p>
<p>By now, this driver have been reported to not work. I don&#8217;t know what to do next.</em></p>
<p>Capite il sacrificio estremo che ha fatto quest&#8217;uomo per sviluppare il driver?</p>
<p>Per citare il mio amico kah, quest&#8217;uomo <em>&#8230; ha sviluppato qualcosa di più grande di lui.</em></p>
<p>Live long and prosper, my friend.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;count=horizontal&amp;text=Hard%28de%29core%20devs" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;counturl=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;count=horizontal&amp;text=Hard%28de%29core%20devs" scrolling="no" style="border:none;overflow:hidden;width:130px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;size=medium&amp;count=true" scrolling="no" style="border:none;overflow:hidden;width:90px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.nervous.it%2Flang%2Fen-us%2F2004%2F01%2Fhardcore-devs&amp;title=Hard%28de%29core%20devs" id="wpa2a_20"><img src="http://www.nervous.it/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a></p>]]>
</content:encoded>
<wfw:commentRss>http://www.nervous.it/lang/en-us/2004/01/hardcore-devs/feed</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
</channel>
</rss>

<!-- W3 Total Cache: Minify debug info:
Engine:             disk: basic
Theme:              a53cd
Template:           archive
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 17/53 queries in 0.028 seconds using disk: basic
Object Caching 1316/1413 objects using disk: basic
Content Delivery Network via cdn.nervous.it

Served from: www.nervous.it @ 2012-05-18 13:29:03 -->
