<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=INPUTmice</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=INPUTmice"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/INPUTmice"/>
	<updated>2026-04-05T12:08:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=41068</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=41068"/>
		<updated>2009-02-14T14:02:38Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* Mobile Intel GM45 Express Chipset &lt;br /&gt;
* 256 MB [[Intel GMA X4500HD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* [[Integrated camera]]&lt;br /&gt;
* [[Bluetooth]]&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
* [http://web.mit.edu/eefi/www/debian-thinkpad-x301/ Debian unstable on an X301]&lt;br /&gt;
* [http://binaryground.com/install-debian-lenny-thinkpad-x301 Install Debian Lenny (testing) on a ThinkPad X301]&lt;br /&gt;
* [http://www.linux-community.de/Internal/User-Blogs/Daniel-Gultsch/Lenovo-Thinkpad-X301-im-Test#Test Thinkpad X301 Test (German)]&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Integrated_camera&amp;diff=40618</id>
		<title>Integrated camera</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Integrated_camera&amp;diff=40618"/>
		<updated>2009-01-15T12:51:21Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webcam in the Thinkpad Z61t is a Sonix sn9c201+OV7660 and it is supported by the gspca module in Kernel 2.6.28. (I didnt tested that myself because I have no Z61t but I saw the sn9c* stuff in the Kernel.&lt;br /&gt;
&lt;br /&gt;
The webcam in the Thinkpad X301 (and i guess in all other Thinkpads in this generation) is supported by uvcvideo. It is a USB standard for Webcams (pretty cool actually. I didn't know something like this existed)&lt;br /&gt;
You can take videos (see yourself) with mplayer by using the video4linux 2 driver. The call would look like this.&lt;br /&gt;
  mplayer driver=v4l2:width=640:height=480:outfmt=i420 -vo xv tv://&lt;br /&gt;
Note that one taking videos you cant go above 640x480. Anyway the quality is pretty good. Even the green led next to the webcam is on.&lt;br /&gt;
&lt;br /&gt;
You can take pictures with uvccapture. The call would look something like that:&lt;br /&gt;
  uvccapture -x1280 -y1024 -o002.jpg&lt;br /&gt;
Note that in this case (for a single picture you can go to the maximus resultion of 1280x1024px&lt;br /&gt;
&lt;br /&gt;
Maybe someone can write a newbie guide on how to find and enable the uvcvideo module (I think it's somewhere in Device-Drivers-&amp;gt;Multimedia Devices-&amp;gt;V4L-&amp;gt;USB capture devices)&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=40617</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=40617"/>
		<updated>2009-01-15T12:38:37Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* Mobile Intel GM45 Express Chipset &lt;br /&gt;
* 256 MB [[Intel GMA X4500HD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* [[Integrated camera]]&lt;br /&gt;
* [[Bluetooth]]&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
* [http://web.mit.edu/eefi/www/debian-thinkpad-x301/ Debian unstable on an X301]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=40616</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=40616"/>
		<updated>2009-01-15T12:37:44Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: linked the x4500hd directly to the right page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* Mobile Intel GM45 Express Chipset &lt;br /&gt;
* 256 MB [[Intel GMA 4500HD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* [[Integrated camera]]&lt;br /&gt;
* [[Bluetooth]]&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
* [http://web.mit.edu/eefi/www/debian-thinkpad-x301/ Debian unstable on an X301]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39620</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39620"/>
		<updated>2008-11-08T23:24:29Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* 256 MB [[Intel GMA 4500MHD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* [[Integrated camera]]&lt;br /&gt;
* [[Bluetooth]]&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39619</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39619"/>
		<updated>2008-11-08T23:23:10Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* 256 MB [[Intel GMA 4500MHD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** none (empty)&lt;br /&gt;
** [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39608</id>
		<title>Ericsson F3507g Mobile Broadband Module</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39608"/>
		<updated>2008-11-08T11:50:14Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unlike the X300 the X301 comes with a 3G / GPRS mobile boradband MiniPCIe Card from Ericsson.&lt;br /&gt;
&lt;br /&gt;
The Card should be supported by the ''option'' driver. You might need to patch your Kernel. A patch for the 2.6.27 Kernel can be found [http://www.thinkthinkdo.com/linux/option_F3507g.patch here].&lt;br /&gt;
&lt;br /&gt;
After loading the module with modprobe option you'll find four five(?!) new ttyUSBx devices. And one new ttyACMx device. You can use ttyACMx (where x = 0) to use the card like any other 3G modem.&lt;br /&gt;
&lt;br /&gt;
===Activating GPS===&lt;br /&gt;
The Card even has a GPS chip.&lt;br /&gt;
&lt;br /&gt;
You can activate it by sending&lt;br /&gt;
 AT+CFUN=1&lt;br /&gt;
 AT*E2GPSCTL=1,10,1&lt;br /&gt;
 AT*E2GPSNPD&lt;br /&gt;
to /dev/ttyACM0 Use any terminal program to do so. (A simple ''echo'' will work as well.)&lt;br /&gt;
&lt;br /&gt;
After this you will have the GPS device on ttyACM2. You can attach gpsd to ttyACM2.&lt;br /&gt;
&lt;br /&gt;
===Option module maybe unnecessary===&lt;br /&gt;
The option module mentioned above is maybe unnecessary because all needed devices (ttyACM[0-2]) are created by the cdc_acm module anyhow.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' I didnt tested all this by myself. I just worte a summary on what I read on the [http://ubuntuforums.org/showthread.php?s=9fddad39d15fed9b521c46f1e3d6ff47&amp;amp;t=934013 Ubuntu Forum] and [http://www.nabble.com/X301-Ericsson-Modul-f3507g-AT-Command-reference-tt20152955.html here]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39607</id>
		<title>Ericsson F3507g Mobile Broadband Module</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39607"/>
		<updated>2008-11-08T11:50:01Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unlike the X300 the X301 comes with a 3G / GPRS mobile boradband MiniPCIe Card from Ericsson.&lt;br /&gt;
&lt;br /&gt;
The Card should be supported by the ''option'' driver. You might need to patch your Kernel. A patch for the 2.6.27 Kernel can be found [http://www.thinkthinkdo.com/linux/option_F3507g.patch here].&lt;br /&gt;
&lt;br /&gt;
After loading the module with modprobe option you'll find four five(?!) new ttyUSBx devices. And one new ttyACMx device. You can use ttyACMx (where x = 0) to use the card like any other 3G modem.&lt;br /&gt;
&lt;br /&gt;
===Activating GPS===&lt;br /&gt;
The Card even has a GPS chip.&lt;br /&gt;
&lt;br /&gt;
You can activate it by sending&lt;br /&gt;
 AT+CFUN=1&lt;br /&gt;
 AT*E2GPSCTL=1,10,1&lt;br /&gt;
 AT*E2GPSNPD&lt;br /&gt;
to /dev/ttyACM0 Use any terminal program to do so. (A simple ''echo'' will work as well.)&lt;br /&gt;
After this you will have the GPS device on ttyACM2. You can attach gpsd to ttyACM2.&lt;br /&gt;
&lt;br /&gt;
===Option module maybe unnecessary===&lt;br /&gt;
The option module mentioned above is maybe unnecessary because all needed devices (ttyACM[0-2]) are created by the cdc_acm module anyhow.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' I didnt tested all this by myself. I just worte a summary on what I read on the [http://ubuntuforums.org/showthread.php?s=9fddad39d15fed9b521c46f1e3d6ff47&amp;amp;t=934013 Ubuntu Forum] and [http://www.nabble.com/X301-Ericsson-Modul-f3507g-AT-Command-reference-tt20152955.html here]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39606</id>
		<title>Ericsson F3507g Mobile Broadband Module</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ericsson_F3507g_Mobile_Broadband_Module&amp;diff=39606"/>
		<updated>2008-11-08T11:48:27Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: â†Created page with 'Unlike the X300 the X301 comes with a 3G / GPRS mobile boradband MiniPCIe Card from Ericsson.  The Card should be supported by the ''option'' driver. You might need to pat...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Unlike the X300 the X301 comes with a 3G / GPRS mobile boradband MiniPCIe Card from Ericsson.&lt;br /&gt;
&lt;br /&gt;
The Card should be supported by the ''option'' driver. You might need to patch your Kernel. A patch for the 2.6.27 Kernel can be found [http://www.thinkthinkdo.com/linux/option_F3507g.patch here].&lt;br /&gt;
&lt;br /&gt;
After loading the module with modprobe option you'll find four five(?!) new ttyUSBx devices. And one new ttyACMx device. You can use ttyACMx (where x = 0) to use the card like any other 3G modem.&lt;br /&gt;
&lt;br /&gt;
===Activating GPS===&lt;br /&gt;
The Card even has a GPS chip.&lt;br /&gt;
&lt;br /&gt;
You can activate it by sending&lt;br /&gt;
 AT+CFUN=1&lt;br /&gt;
 AT*E2GPSCTL=1,10,1&lt;br /&gt;
 AT*E2GPSNPD&lt;br /&gt;
to /dev/ttyACM0 After this you will have the GPS device on ttyACM2. You can attach gpsd to ttyACM2.&lt;br /&gt;
&lt;br /&gt;
===Option module maybe unnecessary===&lt;br /&gt;
The option module mentioned above is maybe unnecessary because all needed devices (ttyACM[0-2]) are created by the cdc_acm module anyhow.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' I didnt tested all this by myself. I just worte a summary on what I read on the [http://ubuntuforums.org/showthread.php?s=9fddad39d15fed9b521c46f1e3d6ff47&amp;amp;t=934013 Ubuntu Forum] and [http://www.nabble.com/X301-Ericsson-Modul-f3507g-AT-Command-reference-tt20152955.html here]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39603</id>
		<title>Category:X301</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:X301&amp;diff=39603"/>
		<updated>2008-11-08T11:29:48Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad X301 ===&lt;br /&gt;
This page gives an overview of all ThinkPad X301 related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* [[Intel Core 2 Duo SU9400]] 1.4 GHz &lt;br /&gt;
* 256 MB [[Intel Graphics Media Accelerator 4500MHD]] onboard graphics&lt;br /&gt;
** 13,3&amp;quot; LED Backlight WXGA+ 1440 x 900, 128 DPI&lt;br /&gt;
* 1-4 GB DDR3-RAM [[PC3-8500]]&lt;br /&gt;
* Solid State 64 or 128 GB SSD&lt;br /&gt;
* Ultraslim DVD burner&lt;br /&gt;
* Intel [[http://www.thinkwiki.org/wiki/Intel_Wifi_Link_5100_(AGN)#Models 5100]] or [[http://www.thinkwiki.org/wiki/Intel_Wifi_Link_5300_(AGN)#Models 5300]] AGN Wireless&lt;br /&gt;
* [[Ericsson F3507g Mobile Broadband Module]] (AT&amp;amp;T)&lt;br /&gt;
* AuthenTec Fingerprint scanner&lt;br /&gt;
&lt;br /&gt;
* Size: 318 x 231 x 18.6 &amp;amp;ndash; 23.4 mm&lt;br /&gt;
* Weight: 1.33 kg to 1.42 kg &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:x301.jpg|ThinkPad X301]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/43y9441.pdf Hardware Maintenance Manual Thinkpad X301] (5,503,105 Bytes)&lt;br /&gt;
* [http://redmonk.com/sogrady/2008/09/24/apone/ Ubuntu Hardy on an X301]&lt;br /&gt;
&lt;br /&gt;
[[Category:X Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Verizon_1xEV-DO_WWAN&amp;diff=39358</id>
		<title>Talk:Verizon 1xEV-DO WWAN</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Verizon_1xEV-DO_WWAN&amp;diff=39358"/>
		<updated>2008-10-28T18:58:57Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Can anybody tell me if the verizon EV-DO WWAN Card is a UMTS card? I cant read it from the description.&lt;br /&gt;
So will such a card work in germany, if I let it be unlocked by IBM?&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Yes it is&lt;br /&gt;
&lt;br /&gt;
== Qualcomm HS-USB Modem 9202 ==&lt;br /&gt;
&lt;br /&gt;
My T500 just shipped with a Verizon WWAN card.  It comes up as a &amp;quot;Qualcomm HS-USB Modem 9202&amp;quot;&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Integrated_camera&amp;diff=39039</id>
		<title>Integrated camera</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Integrated_camera&amp;diff=39039"/>
		<updated>2008-10-04T12:49:31Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: â†Created page with 'The webcame in the Thinkpad Z61t is a Sonix sn9c201 and it could be supported by the gspca driver from http://mxhaard.free.fr/news.html'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The webcame in the Thinkpad Z61t is a Sonix sn9c201 and it could be supported by the gspca driver from http://mxhaard.free.fr/news.html&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T500&amp;diff=39038</id>
		<title>Category:T500</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T500&amp;diff=39038"/>
		<updated>2008-10-04T12:41:51Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad T500 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad T500 related topics.&lt;br /&gt;
&lt;br /&gt;
Page under construction&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
&lt;br /&gt;
*One of the following processors:&lt;br /&gt;
** Intel® Core™2 Duo processor P8400 (2.26GHz, 3MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor P8600 (2.4GHz, 3MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor P9500 (2.53GHz, 3MB L2, 1066MHz FSB, TDP 25W)&lt;br /&gt;
** Intel® Core™2 Duo processor T9400 (2.53GHz, 6MB L2, 1066MHz FSB, TDP 35W)&lt;br /&gt;
** Intel® Core™2 Duo processor T9600 (2.8GHz, 6MB L2, 1066MHz FSB, TDP 35W)&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[Intel GMA X4500HD]]&lt;br /&gt;
** [[ATI Mobility Radeon HD3650 (switchable hybrid)]] (256 MB)&lt;br /&gt;
* 15.4&amp;quot; TFT widescreen display&lt;br /&gt;
** 1280x800 (WXGA) or 1440x900 (WSXGA) or 1680x1050 (WSXGA+) resolution&lt;br /&gt;
** WXGA available with LED backlight in some regions&lt;br /&gt;
* 1 GB [[PC3-8500]] memory standard upgradable to 8 GB&lt;br /&gt;
* One of the following disk drives:&lt;br /&gt;
** 80, 160, 250, or 320 GB 5400 RPM 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 200 GB 7200 RPM 2.5&amp;quot; SATA HDD (available with full disk encryption)&lt;br /&gt;
** 100 or 160GB 7200 RPM 2.5&amp;quot; SATA HDD&lt;br /&gt;
** 64GB SATA Solid-State Drive&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|Serial UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[DVD Recordable 8x max dual-layer drive]]&lt;br /&gt;
** [[CD-RW/DVD-ROM combo drive]]&lt;br /&gt;
** [[Blu-ray recordable drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** [[ThinkPad 11b/g WLAN III controller]]&lt;br /&gt;
** [[Intel WiFi Link 5100/5300 WLAN controller]]&lt;br /&gt;
** [[Intel WiMAX/WiFi Link 5150/5350 WiFi/WiMAX controller]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
** [[Cingular HSDPA WWAN]] (Sierra Wireless MC8775)&lt;br /&gt;
** [[Intel® Turbo Memory hard drive cache]] up to 2GB&lt;br /&gt;
* 1 [[CardBus slot]] (Type 2)&lt;br /&gt;
* 1 Slot with one of the following:&lt;br /&gt;
** [[ExpressCard slot|ExpressCard/54 slot]] &lt;br /&gt;
** SmartCard reader&lt;br /&gt;
* [[Ricoh_R5C843|4-in-1 Memory reader]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* [[Integrated camera]] on selected models&lt;br /&gt;
* [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|Bluetooth]] on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
* IEEE1394 Firewire&lt;br /&gt;
* [[DisplayPort]]&lt;br /&gt;
* [[Intel Active Management Technology (AMT)]] on select models&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/product.do?subcategoryind=0&amp;amp;familyind=422608&amp;amp;brandind=10&amp;amp;doccategoryind=0&amp;amp;modelind=0&amp;amp;doctypeind=9&amp;amp;validate=true&amp;amp;partnumberind=0&amp;amp;sitestyle=lenovo&amp;amp;template=%2Fproductpage%2Flandingpages%2FproductPageLandingPage.vm&amp;amp;operatingsystemind=49979&amp;amp;machineind=0 Lenovo Product page]&lt;br /&gt;
* [http://eric.persson.tm/?id=public:t500 Debian Lenny on T500]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Z61t&amp;diff=39037</id>
		<title>Category:Z61t</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Z61t&amp;diff=39037"/>
		<updated>2008-10-04T12:40:39Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad Z61t ===&lt;br /&gt;
This page gives an overview of all ThinkPad Z61t related topics.&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Merom)]] 1.66, 1.83, 2.0, or 2.16 GHz CPU&lt;br /&gt;
** [[Intel Core Duo (Yonah)]] 1.66, 1.83 or 2.0 GHz CPU&lt;br /&gt;
** [[Intel Core Solo (Yonah)]] 1.66 or 1.83 GHz CPU&lt;br /&gt;
** [[Intel Celeron M]] 410 (1.46GHz), 420 (1.6GHz), 430 (1.73GHz)&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 14.1&amp;quot; widescreen TFT display with 1280x800 resolution&lt;br /&gt;
** 14.1&amp;quot; widescreen TFT display with 1440x900 resolution&lt;br /&gt;
* 256 MB, 512 MB, 1 GB, or 2 GB [[PC2-5300]] memory standard upgradeable to 3 GB (2 slots)&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** DVD-ROM/CD-RW Combo&lt;br /&gt;
** DVD±RW DL [DVD burner / Super Multi-Burner (40Y8623)]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following:&lt;br /&gt;
** [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[MiniPCI Express slot]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[UltraNav]]&lt;br /&gt;
* 4-in-1 digital media reader ([[SD Card slot|MultiMedia Card]], [[MS Card slot|MemoryStick]], [[SD Card slot|SD]])&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
&lt;br /&gt;
==== Optional Features ====&lt;br /&gt;
* [[Integrated Fingerprint Reader]]&lt;br /&gt;
* Bluetooth adapter&lt;br /&gt;
* IEEE1394 (Firewire)&lt;br /&gt;
* [[Integrated camera]]&lt;br /&gt;
* [[Verizon 1xEV-DO WWAN]] adapter&lt;br /&gt;
&lt;br /&gt;
==== Weight &amp;amp; Dimensions ====&lt;br /&gt;
For a system with a 14.1&amp;quot; widescreen display:&lt;br /&gt;
* Width: 334 mm (13.1 in)&lt;br /&gt;
* Depth: 228 mm (9.0 in)&lt;br /&gt;
* Height: 26.6 to 30.9 mm (1.05 to 1.22 in)&lt;br /&gt;
* Configured system weight:&lt;br /&gt;
** With black top cover, seven-cell battery, and travel bezel: 2.05 kg (4.53 lb)&lt;br /&gt;
** With titanium top cover, seven-cell battery, and travel bezel: 2.16 kg (4.77 lb)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadZ60t.jpg|ThinkPad Z61t]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.secs.oakland.edu/~mtanski/thoughts/2006/06/18/new-laptop-hotness/ z61t Linux review (Milosz Tanski)], 2006-01-05&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
==== Linux ====&lt;br /&gt;
Most of the laptop features are currently supported by Linux.  Kernel versions 2.6.17 and later are recommended.&lt;br /&gt;
&lt;br /&gt;
==== Hardware support ====&lt;br /&gt;
===== Sound =====&lt;br /&gt;
Sound works with the snd-hda-intel module in the Linux kernel. Be aware that '''disabling the modem''' in the BIOS may '''break''' sound.&lt;br /&gt;
&lt;br /&gt;
===== Cooling Fan Control =====&lt;br /&gt;
There is [http://sourceforge.net/mailarchive/forum.php?thread_name=2709df680707230123u43f71ab4uaf2b46d206e0a65b%40mail.gmail.com&amp;amp;forum_name=ibm-acpi-devel some controversy] concerning whether the latest BIOS (and possibly earlier versions, too), when left in &amp;quot;auto&amp;quot; mode, allows the CPU core temperature to rise too high before spinning up the CPU cooling fan.  Concerned users recommend installing a [http://www.thinkwiki.org/wiki/How_to_control_fan_speed#Automated_control_scripts script controlling fan speed] to mitigate the risks of overheating.&lt;br /&gt;
&lt;br /&gt;
===== Virtualization =====&lt;br /&gt;
[[Intel Core Duo (Yonah)]] and [[Intel Core 2 Duo (Merom)]] supports Intel VT-x.  However, earlier versions of the Z61t BIOS [http://forum.thinkpads.com/viewtopic.php?t=31049 disable it].  You must update your system's BIOS to Version 7FETA0WW (2.18) or later to take advantage of virtualization.  Also, you must enter the BIOS configuration menus and explicitly enable the feature.&lt;br /&gt;
&lt;br /&gt;
See the [[BIOS_Upgrade|BIOS Upgrade]] page for details on updating your BIOS.&lt;br /&gt;
&lt;br /&gt;
===== IRDA =====&lt;br /&gt;
Make sure you either explicitly enable or disable the IRDA functionality in the BIOS (instead of having it be enabled but off).  Otherwise the kernel IRDA driver will OOPS. Other than that it works fine.&lt;br /&gt;
&lt;br /&gt;
===== Graphics =====&lt;br /&gt;
Requires xorg-x11 &amp;gt;= 7.1&amp;lt;br&amp;gt;&lt;br /&gt;
xf86-video-i810(xorg i810 driver) &amp;gt;= 1.7.0&amp;lt;br&amp;gt;&lt;br /&gt;
915resolution.&lt;br /&gt;
&lt;br /&gt;
For Ubuntu Gusty (7.1) Distribution&lt;br /&gt;
Intel 945GM chipset works right out of the installation.&lt;br /&gt;
The driver is Intel Experimental Modesetting Driver&lt;br /&gt;
&lt;br /&gt;
===== 3-in-1 card reader =====&lt;br /&gt;
Support for the built-in memory card reader is provided by the [[tifm]] drivers.&lt;br /&gt;
&lt;br /&gt;
===== ACPI =====&lt;br /&gt;
====== Suspend ======&lt;br /&gt;
As of kernel 2.6.17, suspend works, with the caveat that the SATA controller is set to compatibility mode in the BIOS (instead of AHCI mode). This is due to the fact that the kernel dosen't exactly support suspend/resume in the AHCI driver yet, and the AHCI module fails to turn the hard drives back on at resume time.&lt;br /&gt;
&lt;br /&gt;
Patches for AHCI suspend are aviable at the following urls:&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114958999517565&amp;amp;w=2 Description]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114958968123198&amp;amp;w=2 Patch 1]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114958999523165&amp;amp;w=2 Patch 2]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114959199902868&amp;amp;w=2 Patch 3]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114959199906103&amp;amp;w=2 Patch 4]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114958984425832&amp;amp;w=2 Patch 5]&lt;br /&gt;
[http://marc.theaimsgroup.com/?l=linux-ide&amp;amp;m=114958984425521&amp;amp;w=2 Patch 6]&lt;br /&gt;
&lt;br /&gt;
Kernels after 2.6.18 or so appear to work.  In particular, in the Ubuntu 7.1 distribution, suspend with SATA in AHCI mode works fine.&lt;br /&gt;
&lt;br /&gt;
===== Problems with Drivers =====&lt;br /&gt;
Certain driver modules are known to exhibit problems on suspend.  These are:&lt;br /&gt;
* ipw3945: Intel wireless driver.&lt;br /&gt;
* sdhci: SD host controller interface driver.&lt;br /&gt;
* [[tifm]]: Memory card reader driver.&lt;br /&gt;
Depending on which combination of kernel and driver versions you're using, the above drivers may cause you problems.  These drivers should be unloaded prior to suspend or your system may hang, requiring a power-cycle.&lt;br /&gt;
&lt;br /&gt;
For Ubuntu 7.1&lt;br /&gt;
suspend resumes fine for ipw3945 and sdhci driver.  Unsure about tifm driver.&lt;br /&gt;
However, tracker (indexing) program use higher than expected cpu resource after resume.&lt;br /&gt;
Disable tracker fixes this issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Z Series]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=How_to_protect_the_harddisk_through_APS&amp;diff=38971</id>
		<title>How to protect the harddisk through APS</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=How_to_protect_the_harddisk_through_APS&amp;diff=38971"/>
		<updated>2008-09-30T16:35:12Z</updated>

		<summary type="html">&lt;p&gt;INPUTmice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
This page tells you how to make the [[Active Protection System]] work under Linux to protect your harddrive from damage in case of a notebook drop or other kind of impact while it is running.&lt;br /&gt;
&lt;br /&gt;
Specific instructions for {{Fedora}} can be found [[Installing_Fedora_Core_5_on_a_ThinkPad_X41_Tablet#Harddrive_Active_Protection_System_.28HDAPS.29|here]].&lt;br /&gt;
&lt;br /&gt;
For {{Debian}} (Etch) have a look at [[Installing_Debian_Etch_on_a_ThinkPad_Z60m#Active_Protection_System|this]].&lt;br /&gt;
&lt;br /&gt;
== How APS works in Linux ==&lt;br /&gt;
APS in Linux consists of four components on the software side:&lt;br /&gt;
* The [[HDAPS]] driver (included in recent kernels). It exports a sysfs interface providing the acceleration values.&lt;br /&gt;
* The [http://www.dresco.co.uk/hdaps/ &amp;lt;tt&amp;gt;hdaps_protect&amp;lt;/tt&amp;gt;] disk protection kernel patch, which exports a sysfs interface that enables an ide or sata disk to be protected by a userspace process.&lt;br /&gt;
* The [http://www.dresco.co.uk/hdaps/ &amp;lt;tt&amp;gt;hdapsd&amp;lt;/tt&amp;gt;] disk protection userspace daemon. It monitors the acceleration values through the HDAPS interface and automatically initiates disk protection through the hdaps_protect interface - given that the movement exceeds a user specified threshold.&lt;br /&gt;
* Optional: the [http://roy.marples.name/node/269 &amp;lt;tt&amp;gt;khdapsmonitor KDE System Tray applet&amp;lt;/tt&amp;gt;] or the [http://www.dresco.co.uk/hdaps/ &amp;lt;tt&amp;gt;gnome-hdaps-applet&amp;lt;/tt&amp;gt;]. These applets provide a visual indication of the disk protection status and also a graphical interface for adjusting configuration options for &amp;lt;tt&amp;gt;hdapsd&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* For Kernel 2.6.28 it's planned to put a general disc protection directly into the libata driver&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
As mentioned above, the hdaps kernel driver found in recent kernels is only responsible for reading the accelerometer data and exporting it through the sysfs interface. &lt;br /&gt;
&lt;br /&gt;
In order to use this information to protect the disk, some additional steps are required.&lt;br /&gt;
&lt;br /&gt;
* Download and build the latest hdaps_protect disk protection kernel patches.&lt;br /&gt;
* Enable the drivers in the kernel (requires kernel rebuild).&lt;br /&gt;
* Download, build and configure the hdapsd userspace daemon.&lt;br /&gt;
* Download and build one of the applets to get a real-time representation of the disk protection status.&lt;br /&gt;
&lt;br /&gt;
===Getting the files===&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
! Latest Sources&lt;br /&gt;
|&lt;br /&gt;
See [[HDAPS#Disk_head_parking|HDAPS - Disk head parking]]&lt;br /&gt;
|-&lt;br /&gt;
! {{Debian}}&lt;br /&gt;
|&lt;br /&gt;
*&amp;lt;tt&amp;gt;hdapsd&amp;lt;/tt&amp;gt; package: http://packages.debian.org/unstable/misc/hdapsd&lt;br /&gt;
|-&lt;br /&gt;
! {{Fedora}}&lt;br /&gt;
| see instructions [[Installing_Fedora_Core_5_on_a_ThinkPad_X41_Tablet#Harddrive_Active_Protection_System_.28HDAPS.29|here]]&lt;br /&gt;
*kernel RPM packages including &amp;lt;tt&amp;gt;hdaps_protect&amp;lt;/tt&amp;gt;: http://www.dresco.co.uk/hdaps/ &lt;br /&gt;
*kernel RPM packages including &amp;lt;tt&amp;gt;hdaps_protect&amp;lt;/tt&amp;gt; and [[Software Suspend 2]]: http://mhensler.de/swsusp/download/yum/development/fc5/ (build 2084_2 and up)&lt;br /&gt;
|-&lt;br /&gt;
! {{Gentoo}}&lt;br /&gt;
|&lt;br /&gt;
*&amp;lt;tt&amp;gt;hdapsd&amp;lt;/tt&amp;gt;: [http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/hdapsd available]&lt;br /&gt;
*&amp;lt;tt&amp;gt;khdapsmonitor&amp;lt;/tt&amp;gt;: [http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/khdapsmonitor available]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Adding kernel support ===&lt;br /&gt;
A kernel patch is required for disk head parking and queue freezing.&lt;br /&gt;
&lt;br /&gt;
==== Manually patching and compiling a kernel ====&lt;br /&gt;
As root, do:&lt;br /&gt;
:{{cmdroot|cd /usr/src/linux}}&lt;br /&gt;
:{{cmdroot|patch -p1 &amp;lt; ~/hdaps_protect.20060409.patch}}&lt;br /&gt;
:{{cmdroot|make clean}}&lt;br /&gt;
:{{cmdroot|make}}&lt;br /&gt;
:{{cmdroot|make modules_install}}&lt;br /&gt;
&lt;br /&gt;
==== Zen-Sources patched kernel ====&lt;br /&gt;
Another way to achieve this is using zen-sources kernel. &lt;br /&gt;
It has hdaps patches applied. Additional it supports many other IBM futures like tp_smapi and newest thinkpad_acpi.&lt;br /&gt;
&lt;br /&gt;
Download page for this kind of kernel is http://zen-sources.org/&lt;br /&gt;
&lt;br /&gt;
After downloading a kernel image unpack it to ''/usr/src/linux'' with&lt;br /&gt;
:{{cmdroot|tar jxf zen-sources-2.6-version-zen0.tar.bz2 }}&lt;br /&gt;
&lt;br /&gt;
Installation is similar to previous one.&lt;br /&gt;
&lt;br /&gt;
As root, do:&lt;br /&gt;
:{{cmdroot|make oldconfig}}&lt;br /&gt;
:{{cmdroot|make clean}}&lt;br /&gt;
:{{cmdroot|make}}&lt;br /&gt;
:{{cmdroot|make modules_install}}&lt;br /&gt;
&lt;br /&gt;
'''make oldconfig''' command will ask you for some information. It's required to tap '''m''' or '''y''' on &amp;quot;HDAPS&amp;quot; functionality, and on some other things connected with Thinkpad.&lt;br /&gt;
&lt;br /&gt;
=== Installing hdapsd ===&lt;br /&gt;
==== Manual compilation from source ====&lt;br /&gt;
{{NOTE|1=There has been a new release of hdapsd which doesn't use sysfs anymore and therefore reduces timer interrupts. You need tp_smapi 0.32 for this. See also: http://article.gmane.org/gmane.linux.drivers.hdaps.devel/1040 .}}&lt;br /&gt;
* Download the &amp;lt;tt&amp;gt;hdapsd&amp;lt;/tt&amp;gt; sources (see above)&lt;br /&gt;
* Compile using {{cmdroot|gcc -o hdapsd hdapsd-*.c}}&lt;br /&gt;
* Run {{cmdroot|./hdapsd -d sda -s 12 -a}} (replace &amp;lt;tt&amp;gt;sda&amp;lt;/tt&amp;gt; with your hard disk device; run {{cmdroot|./hdapsd}} without arguments for help)&lt;br /&gt;
&lt;br /&gt;
==== Gentoo ====&lt;br /&gt;
{{NOTE|1=hdapsd was added to the official portage tree on the 26th June 2006.}}&lt;br /&gt;
{{Gentoo}} users can try the ebuild attached to [http://bugs.gentoo.org/show_bug.cgi?id=119845 gentoo bug 119845].&lt;br /&gt;
*Add hdapsd support in your kernel: device drivers -&amp;gt; hardware monitoring -&amp;gt; ... (you need it as a module if you want to use tp_smapi and hdaps, see [[Tp_smapi]])&lt;br /&gt;
*Download the ebuild, use same ebuild date as the kernel-patch.&lt;br /&gt;
*Make known the portage an extern ebuild path and add the following line to {{path|/etc/make.conf}}:&lt;br /&gt;
 PORTDIR_OVERLAY=&amp;quot;/usr/local/portage/&amp;quot; (or any other location)&lt;br /&gt;
*Create directory {{path|/usr/local/portage}} and {{path|/usr/local/portage/app-laptop/}}&lt;br /&gt;
*Copy the downloaded ebuild to {{path|/usr/local/portage/app-laptop}} ({{path|/usr/local/portage/app-laptop/hdapsd}} should now exists)&lt;br /&gt;
*Make portage known the new ebuild and creat digist with:&lt;br /&gt;
:{{cmdroot|ebuild /usr/local/portage/app-laptop/hdapsd/hdapsd-20060326.ebuild digest}}&lt;br /&gt;
*Optional: Copy source file to portage distfiles (if no internet connection is available): &lt;br /&gt;
:{{cmdroot|cp hdapsd-20060326.c /usr/portage/distfiles}}&lt;br /&gt;
*Accept the x86 keyword for this package: {{cmdroot|echo &amp;quot;app-laptop/hdapsd ~x86&amp;quot; &amp;gt;&amp;gt; /etc/portage/package.keywords}}&lt;br /&gt;
*Install hdapsd with: {{cmdroot|emerge hdapsd}}.&lt;br /&gt;
*Edit {{path|/etc/conf.d/hdapsd}} (change your harddrive if neccessary: mine is sda, and change the value from 5, 5 is to sensitive, 12 is a good value in my opinion).&lt;br /&gt;
*start deamon with: {{cmdroot|/etc/init.d/hdapsd start}}&lt;br /&gt;
*Optional: add to default runlevel: {{cmdroot|rc-update add hdapsd default, rc-update add hdapsd battery}}&lt;br /&gt;
Write an eMail to abartel[Ã¤d]htwm.de, if you want to get my hdapsd-20060326.ebuild and please upload it.&lt;br /&gt;
&lt;br /&gt;
==== Ubuntu ====&lt;br /&gt;
hdapsd is available via synaptic for Hardy Heron.&lt;br /&gt;
&lt;br /&gt;
=== Building an applet ===&lt;br /&gt;
====hdaps-gl====&lt;br /&gt;
*Make sure you have installed hdaps [and loaded] and ?opengl?&lt;br /&gt;
*Download [https://sourceforge.net/project/showfiles.php?group_id=138242 hdaps-gl-0.0.5] from the web.&lt;br /&gt;
*Extract files to {{path|/opt/hdaps-gl}}.&lt;br /&gt;
*{{cmdroot|make}}&lt;br /&gt;
*Start the applet: {{cmdroot|./hdaps-gl}}&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
See the [[Problem with APS harddisk parking]] page for troubleshooting APS issues.&lt;br /&gt;
{{NOTE|1=If you use [[tp_smapi]], remember to include the option &amp;lt;tt&amp;gt;HDAPS=1&amp;lt;/tt&amp;gt; when [[Tp_smapi#Installation|installing tp_smapi]]. Also, you might need to build the hdaps driver as module.}}&lt;br /&gt;
&lt;br /&gt;
==Further Information==&lt;br /&gt;
*Additonal information and support is available through the [[Mailinglists#HDAPS Developers Mailinglist|hdaps-devel]] mailinglist and its archive.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:R50]] [[Category:R50p]] [[Category:R51]] [[Category:R52]] [[Category:T41]] [[Category:T41p]] [[Category:T42]] [[Category:T42p]] [[Category:T43]] [[Category:T43p]] [[Category:T60]] [[Category:T60p]] [[Category:T61]] [[Category:X40]] [[Category:X41]] [[Category:X41 Tablet]] [[Category:X60]] [[Category:X60s]] [[Category:Z60m]] [[Category:Z60t]] [[Category:Z61m]] [[Category:Z61e]] [[Category:Z61m]]&lt;/div&gt;</summary>
		<author><name>INPUTmice</name></author>
		
	</entry>
</feed>