<?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=Anoncsaddict</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=Anoncsaddict"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Anoncsaddict"/>
	<updated>2026-05-07T06:51:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T61&amp;diff=44654</id>
		<title>Installing Ubuntu 9.10 (Karmic Koala) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T61&amp;diff=44654"/>
		<updated>2009-11-02T21:13:52Z</updated>

		<summary type="html">&lt;p&gt;Anoncsaddict: /* Tested: Worked &amp;quot;out of the box&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{HELP|We need help testing the remaining hardware}} &lt;br /&gt;
&lt;br /&gt;
= General Information =&lt;br /&gt;
Ubuntu 9.10 (Karmic Koala) was released on 29 October 2009.&lt;br /&gt;
&lt;br /&gt;
= Hardware Support Details =&lt;br /&gt;
&lt;br /&gt;
== Untested ==&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
* '''ThinkPad 11a/b/g/n (Atheros):''' PRO/Wireless 4965 AG tested and works by default&lt;br /&gt;
* '''Front switch (airplane mode):''' works by default&lt;br /&gt;
&lt;br /&gt;
'''Webcam:''' unknown&lt;br /&gt;
&lt;br /&gt;
'''Active Protection System:''' working after intstalling HDAPS (see below).&lt;br /&gt;
&lt;br /&gt;
'''Card Reader:''' unknown&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' works by default&lt;br /&gt;
&lt;br /&gt;
'''Modem:''' unknown&lt;br /&gt;
&lt;br /&gt;
'''FireWire (IEEE1394):''' unknown&lt;br /&gt;
&lt;br /&gt;
'''DVD Drive'''&lt;br /&gt;
* '''Ultrabay Slim DVD-ROM Drive:''' unknown&lt;br /&gt;
* '''Ultrabay Slim CD-RW/DVD-ROM Combo II Drive:''' burning and reading CD's works. Untested on reading DVD&lt;br /&gt;
&lt;br /&gt;
== Tested: Worked &amp;quot;out of the box&amp;quot; ==&lt;br /&gt;
'''Video 2D/3D '''&lt;br /&gt;
* '''NVidia (Quadro NVS 140M):''' works (needs proprietary driver for hardware acceleration)&lt;br /&gt;
* '''Intel (GMA X3100):''' works&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
* '''Intel PRO/Wireless 4965AGN:''' works&lt;br /&gt;
* '''Intel PRO/Wireless 3945ABG:''' works&lt;br /&gt;
* '''ThinkPad 11a/b/g (Atheros):''' works with ath5k driver (in upgrade from 9.04, had to add ath5k module to /etc/modules for autoloading).  When upgrading from 9.04, the ath5k driver may be blacklisted and hence will not load the driver for the wireless card.  To fix this, open /etc/modprobe.d/blacklist-ath_pci.conf in your favorite editor and comment out the line &amp;quot;blacklist ath5k&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Ethernet (Intel Gigabit):''' works&lt;br /&gt;
&lt;br /&gt;
'''Special Keys (volume, Fn-, {{ibmkey|ThinkVantage|#495988}}):'''&lt;br /&gt;
* ThinkVantage button: go to ''System'' -&amp;gt; ''Preferences'' -&amp;gt; ''Keyboard Shortcuts'' and assign a task to it.&lt;br /&gt;
*Fn-F5 (Wireless/Bluetooth): works by default&lt;br /&gt;
*Fn-F8 (Enable/Disable touchpad): works by default&lt;br /&gt;
&lt;br /&gt;
'''Touchpad:''' works&lt;br /&gt;
&lt;br /&gt;
'''Touchpoint:''' works but see below for scrolling&lt;br /&gt;
&lt;br /&gt;
'''ACPI'''&lt;br /&gt;
* '''Suspend:''' works running the restricted 185 nvidia driver, and on intel&lt;br /&gt;
* '''Hibernate:''' works, though not as smoothly as in previous releases&lt;br /&gt;
&lt;br /&gt;
'''DVD Drive'''&lt;br /&gt;
* '''Ultrabay Slim Super Multi-Burner Drive :''' works&lt;br /&gt;
&lt;br /&gt;
'''Audio (AD1984 HD)''': works&lt;br /&gt;
* '''Headphones:''' works&lt;br /&gt;
* '''Microphone:''' works&lt;br /&gt;
&lt;br /&gt;
== Tested: Needed tweaking to obtain full functionality ==&lt;br /&gt;
=== Enabling Trackpoint scrolling ===&lt;br /&gt;
To get vertical/horizontal scrolling working create {{path|/etc/hal/fdi/policy/mouse-wheel.fdi}} and add the following to it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
&amp;lt;/match&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You then have to restart either X or GDM. Restarting HAL didn't work for me, a restart did the trick though.&lt;br /&gt;
&lt;br /&gt;
=== Enabling multi-touch touchpad ===&lt;br /&gt;
To get get the multi-touch on the touchpad working (two-finger scrolling, etc) create {{path|/etc/hal/fdi/policy/11-x11-synaptics.fdi}} and add the following to it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;info.capabilities&amp;quot; contains=&amp;quot;input.touchpad&amp;quot;&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_driver&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;synaptics&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;On&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.EmulateTwoFingerMinZ&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;90&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.VertTwoFingerScroll&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;1&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.HorizTwoFingerScroll&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;1&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.TapButton1&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;1&amp;lt;/merge&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.TapButton2&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;3&amp;lt;/merge&amp;gt;  &amp;lt;!--two finger tap -&amp;gt; middle clieck(3) --&amp;gt;&lt;br /&gt;
       &amp;lt;merge key=&amp;quot;input.x11_options.TapButton3&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;  &amp;lt;!--three finger tap -&amp;gt; right click(2). almost impossible to click --&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
 &amp;lt;/device&amp;gt;&lt;br /&gt;
&amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Then restart HAL with:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo service hal restart}} &lt;br /&gt;
&lt;br /&gt;
Instructions courtesy of [http://ubuntu-snippets.blogspot.com/2009/03/multi-touch-for-anyall-synaptics.html ubuntu snippets].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Enabling the fingerprint reader === &lt;br /&gt;
&lt;br /&gt;
Install the ''thinkfinger-tools'' and ''libpam-thinkfinger'' packages then execute:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo /usr/lib/pam-thinkfinger/pam-thinkfinger-enable}}&lt;br /&gt;
&lt;br /&gt;
to enable the fingerprint reader. To capture the user's fingerprint run:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|tf-tool --acquire $USERNAME}}&lt;br /&gt;
&lt;br /&gt;
you can then verify it with:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|tf-tool --verify}}&lt;br /&gt;
&lt;br /&gt;
=== Fix for fingerprint reader getting too hot ===&lt;br /&gt;
&lt;br /&gt;
Use the last script from [http://www.thinkwiki.org/wiki/How_to_enable_the_fingerprint_reader_with_ThinkFinger#Fix_for_the_fingerprint_reader_getting_too_hot here], but note that in Karmic, the correct path is: {{path|/sys/class/usbmon/usbmon*/device/usb*/*}}&lt;br /&gt;
&lt;br /&gt;
=== Install HDAPS - IBM Active Protection System Linux Driver ===&lt;br /&gt;
To install the Active Protection System execute the following commands:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo cp /etc/modules /etc/modules_backup}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo aptitude install tp-smapi-source}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo module-assistant prepare tp-smapi}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo module-assistant auto-install tp-smapi}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo modprobe tp-smapi}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo aptitude install hdapsd}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|echo 'tp-smapi' &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; sudo tee -a /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
== Tested: Non-functioning == &lt;br /&gt;
* Experienced some random GDM crashes using proprietary nvidia driver (on model with Quadro NVS 140M).&lt;br /&gt;
The crashes are also present with the latest driver from this PPA:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat /etc/apt/sources.list.d/nvidia.list &lt;br /&gt;
## Nvidia Vdpau Team PPA&lt;br /&gt;
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main&lt;br /&gt;
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat /proc/driver/nvidia/version &lt;br /&gt;
NVRM version: NVIDIA UNIX x86 Kernel Module  190.42  Tue Oct 20 20:18:32 PDT 2009&lt;br /&gt;
GCC version:  gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:T61]][[Category:Ubuntu 9.10]]&lt;/div&gt;</summary>
		<author><name>Anoncsaddict</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T61&amp;diff=39394</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T61&amp;diff=39394"/>
		<updated>2008-10-30T15:18:36Z</updated>

		<summary type="html">&lt;p&gt;Anoncsaddict: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE: I copied the 8.04 document and created this one with the information. Please help to update it so it accurately reflects 8.10.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Intel cards tested. Atheros cards also works.&lt;br /&gt;
&lt;br /&gt;
'''Wireless WAN:''' Cingular/AT&amp;amp;T card tested.&lt;br /&gt;
&lt;br /&gt;
'''Network Card''' Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch''' Tested (Only has an effect over the bluetooth, wifi is unaffected)&lt;br /&gt;
&lt;br /&gt;
'''Webcam''' Tested with cheese and skype.&lt;br /&gt;
&lt;br /&gt;
'''Headphones''' Works out of the box&lt;br /&gt;
&lt;br /&gt;
'''Microphone''' Just needs to be activated, see section [[#Audio|below]]&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:''' Most of them work out of the box, some need to be activated, see section [[#Multimedia_Keys|below]]&lt;br /&gt;
&lt;br /&gt;
== Items that need (some) tweaking to obtain full functionality ==&lt;br /&gt;
&lt;br /&gt;
=== Open Source Intel Wifi Driver ===&lt;br /&gt;
The following information is important if you are upgrading from a previous version (2007 or earlier) of Ubuntu to 8.10.&lt;br /&gt;
&lt;br /&gt;
Intel has created a new Linux Wifi driver project for Intel Wireless cards, &amp;quot;[[Iwlwifi]]&amp;quot;.  This driver is Open Source and no longer requires the Intel daemon to run in addition.  This project will support the [[:Category:T61 | T61]]'s Wifi [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter | Intel 3945ABG network adapter]] and [[Intel PRO/Wireless 4965AGN Mini-PCI Express Adapter| Intel 4965AGN network adapter]].&lt;br /&gt;
&lt;br /&gt;
An automatic migration will occur when upgrading from [[Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61|Ubuntu 7.10]] to Ubuntu 8.04.  However, there is a caveat to be aware of:&lt;br /&gt;
* The new driver wants to name the interface wlan0 (by default -- you can rename it to anything you want), and requires a different entry in {{path|/etc/udev/rules.d/70-persistent-net.rules}}, which handles the naming of interfaces.  Simply edit this file and delete your old entry for the ipw3945 driver, then unload/reload the new driver, or simply reboot.  A new entry will automatically be created that is appropriate for the new driver.  Here's an example of the lines to delete:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# PCI device 0x8086:0x4227 (ipw3945)&lt;br /&gt;
SUBSYSTEM==&amp;quot;net&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTRS{address}==&amp;quot;00:1b:77:a4:0e:2f&amp;quot;, NAME=&amp;quot;eth1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need to perform a manual migration, the Ubuntu Help Community has written some [https://help.ubuntu.com/community/WifiDocs/Driver/iwlwifi_Intel_3945_4965/gutsy documentation] that will make this very easy to do.&lt;br /&gt;
&lt;br /&gt;
=== Network connection after suspend/resume ===&lt;br /&gt;
Networking may not work after a suspend or resume operation, this is because of the ath_pci driver and can be worked around by creating the file {{path|/etc/pm/config.d/madwifi}} and adding the single line &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SUSPEND_MODULES=ath_pci&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
which causes the driver to be unloaded on suspend and reloaded on resume.&lt;/div&gt;</summary>
		<author><name>Anoncsaddict</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T61&amp;diff=39393</id>
		<title>Installing Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T61&amp;diff=39393"/>
		<updated>2008-10-30T15:18:01Z</updated>

		<summary type="html">&lt;p&gt;Anoncsaddict: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE: I copied the 8.04 document and created this one with the information. Please help to update it so it accurately reflects 8.10.&lt;br /&gt;
&lt;br /&gt;
== Items that work out of the box ==&lt;br /&gt;
&lt;br /&gt;
'''Intel Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Nvidia Video:''' 2D and 3D acceleration works&lt;br /&gt;
&lt;br /&gt;
'''Wireless:''' Intel cards tested. Atheros cards also works.&lt;br /&gt;
&lt;br /&gt;
'''Wireless WAN:''' Cingular/AT&amp;amp;T card tested.&lt;br /&gt;
&lt;br /&gt;
'''Network Card''' Intel 10/100/1000 tested&lt;br /&gt;
&lt;br /&gt;
'''Wireless switch''' Tested (Only has an effect over the bluetooth, wifi is unaffected)&lt;br /&gt;
&lt;br /&gt;
'''Webcam''' Tested with cheese and skype.&lt;br /&gt;
&lt;br /&gt;
'''Headphones''' Works out of the box&lt;br /&gt;
&lt;br /&gt;
'''Microphone''' Just needs to be activated, see section [[#Audio|below]]&lt;br /&gt;
&lt;br /&gt;
'''Keyboard Shortcuts:''' Most of them work out of the box, some need to be activated, see section [[#Multimedia_Keys|below]]&lt;br /&gt;
&lt;br /&gt;
== Items that need (some) tweaking to obtain full functionality ==&lt;br /&gt;
&lt;br /&gt;
=== Open Source Intel Wifi Driver ===&lt;br /&gt;
The following information is important if you are upgrading from a previous version (2007 or earlier) of Ubuntu to 8.10.&lt;br /&gt;
&lt;br /&gt;
Intel has created a new Linux Wifi driver project for Intel Wireless cards, &amp;quot;[[Iwlwifi]]&amp;quot;.  This driver is Open Source and no longer requires the Intel daemon to run in addition.  This project will support the [[:Category:T61 | T61]]'s Wifi [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter | Intel 3945ABG network adapter]] and [[Intel PRO/Wireless 4965AGN Mini-PCI Express Adapter| Intel 4965AGN network adapter]].&lt;br /&gt;
&lt;br /&gt;
An automatic migration will occur when upgrading from [[Installing Ubuntu 7.10 (Gutsy Gibbon) on a ThinkPad T61|Ubuntu 7.10]] to Ubuntu 8.04.  However, there is a caveat to be aware of:&lt;br /&gt;
* The new driver wants to name the interface wlan0 (by default -- you can rename it to anything you want), and requires a different entry in {{path|/etc/udev/rules.d/70-persistent-net.rules}}, which handles the naming of interfaces.  Simply edit this file and delete your old entry for the ipw3945 driver, then unload/reload the new driver, or simply reboot.  A new entry will automatically be created that is appropriate for the new driver.  Here's an example of the lines to delete:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# PCI device 0x8086:0x4227 (ipw3945)&lt;br /&gt;
SUBSYSTEM==&amp;quot;net&amp;quot;, DRIVERS==&amp;quot;?*&amp;quot;, ATTRS{address}==&amp;quot;00:1b:77:a4:0e:2f&amp;quot;, NAME=&amp;quot;eth1&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you need to perform a manual migration, the Ubuntu Help Community has written some [https://help.ubuntu.com/community/WifiDocs/Driver/iwlwifi_Intel_3945_4965/gutsy documentation] that will make this very easy to do.&lt;br /&gt;
&lt;br /&gt;
=== Network connection after suspend/resume ===&lt;br /&gt;
Networking may not work after a suspend or resume operation, this is because of the ath_pci driver and can be worked around by creating the file {{/etc/pm/config.d/madwifi}} and adding the single line &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SUSPEND_MODULES=ath_pci&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
which causes the driver to be unloaded on suspend and reloaded on resume.&lt;/div&gt;</summary>
		<author><name>Anoncsaddict</name></author>
		
	</entry>
</feed>