<?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=Michiel</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=Michiel"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Michiel"/>
	<updated>2026-05-23T20:41:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_R61&amp;diff=38809</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad R61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_R61&amp;diff=38809"/>
		<updated>2008-09-10T23:42:00Z</updated>

		<summary type="html">&lt;p&gt;Michiel: /* To Ram */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Suspend with Nv140m ==&lt;br /&gt;
&lt;br /&gt;
=== To Ram ===&lt;br /&gt;
&lt;br /&gt;
Does not work by default.&lt;br /&gt;
&lt;br /&gt;
I used the information from [http://thinkwiki.org/wiki/Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_T61#Suspend_with_Nv140m here]and [http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61#How_to_Suspend_with_nVidia_140m.2F570m here].&lt;br /&gt;
&lt;br /&gt;
'''Summary:'''&lt;br /&gt;
&lt;br /&gt;
Open the file {{path|/etc/default/acpi-support}} in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
  ...&lt;br /&gt;
  # Save and restore video state?&lt;br /&gt;
  SAVE_VIDEO_PCI_STATE=true&lt;br /&gt;
&lt;br /&gt;
Create a new file {{path|/etc/hal/fdi/information/lenovo.fdi}} with the following contents:&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; &amp;lt;!-- -*- SGML -*- --&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;system.hardware.vendor&amp;quot; string=&amp;quot;LENOVO&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.s3_mode&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;false&amp;lt;/merge&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.save_pci&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&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;
&lt;br /&gt;
If the above method does not work, restart hal ('sudo /etc/init.d/hal restart') and check if the modifications are loaded correctly with 'lshal | grep quirk'. If power_management.quirk.s3_bios is still set to true, try editing {{path|/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi}}.&lt;br /&gt;
Change &amp;lt;pre&amp;gt;&amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&amp;lt;/pre&amp;gt; to &amp;lt;pre&amp;gt;&amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;false&amp;lt;/merge&amp;gt;&amp;lt;/pre&amp;gt; on line 9 (under section X60 / X60s / T61 / T61p / R61 / R61s / X61(s/Tablet) / X300).&lt;br /&gt;
Don't forget to restart hal and check if the modifications are loaded correctly this time!&lt;br /&gt;
&lt;br /&gt;
=== To Disc ===&lt;br /&gt;
&lt;br /&gt;
Suspend to Disk (and RAM) worked out of the box for me.&lt;br /&gt;
However when resuming, the wireless network would not reconnect automatically.&lt;br /&gt;
&lt;br /&gt;
Note: I have the iwl4965 driver. Check the driver for your host with:&lt;br /&gt;
  lsmod | grep 80211&lt;br /&gt;
&lt;br /&gt;
The following changes will ensure wifi is available after resuming:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/default/acpi-support&lt;br /&gt;
   #MODULES=&amp;quot;&amp;quot;&lt;br /&gt;
   # ACM 1-Jul-2008 Explicitly specify all the wifi modules to be shutdown&lt;br /&gt;
   MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
   &lt;br /&gt;
   #STOP_SERVICES=&amp;quot;&amp;quot;&lt;br /&gt;
   # ACM 1-Jul-2008 specify netapplet be restarted&lt;br /&gt;
   STOP_SERVICES=&amp;quot;netapplet&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 vi /boot/grub/menu.lst&lt;br /&gt;
   # defoptions=quiet splash acpi_sleep=s3_mode&lt;br /&gt;
&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: R61]] [[Category:  Ubuntu 8.04]]&lt;/div&gt;</summary>
		<author><name>Michiel</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_R61&amp;diff=38801</id>
		<title>Installing Ubuntu 8.04 (Hardy Heron) on a ThinkPad R61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_R61&amp;diff=38801"/>
		<updated>2008-09-10T20:16:45Z</updated>

		<summary type="html">&lt;p&gt;Michiel: /* Suspend with Nv140m */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Suspend with Nv140m ==&lt;br /&gt;
&lt;br /&gt;
=== To Ram ===&lt;br /&gt;
&lt;br /&gt;
Does not work by default.&lt;br /&gt;
&lt;br /&gt;
I used the information from [http://thinkwiki.org/wiki/Installing_Ubuntu_8.04_(Hardy_Heron)_on_a_ThinkPad_T61#Suspend_with_Nv140m here]and [http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.10_(Gutsy_Gibbon)_on_a_ThinkPad_T61#How_to_Suspend_with_nVidia_140m.2F570m here].&lt;br /&gt;
&lt;br /&gt;
'''Summary:'''&lt;br /&gt;
&lt;br /&gt;
Open the file {{path|/etc/default/acpi-support}} in your favorite editor and change the following lines:&lt;br /&gt;
&lt;br /&gt;
  # Should we save and restore state using the VESA BIOS Extensions?&lt;br /&gt;
  SAVE_VBE_STATE=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Should we attempt to warm-boot the video hardware on resume?&lt;br /&gt;
  POST_VIDEO=false&lt;br /&gt;
  ...&lt;br /&gt;
  # Set the following to &amp;quot;platform&amp;quot; if you want to use ACPI to shut down&lt;br /&gt;
  # your machine on hibernation&lt;br /&gt;
  HIBERNATE_MODE=platform&lt;br /&gt;
  ...&lt;br /&gt;
  # Save and restore video state?&lt;br /&gt;
  SAVE_VIDEO_PCI_STATE=true&lt;br /&gt;
&lt;br /&gt;
Create a new file {{path|/etc/hal/fdi/information/lenovo.fdi}} with the following contents:&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; &amp;lt;!-- -*- SGML -*- --&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;system.hardware.vendor&amp;quot; string=&amp;quot;LENOVO&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.s3_mode&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;false&amp;lt;/merge&amp;gt;&lt;br /&gt;
      &amp;lt;merge key=&amp;quot;power_management.quirk.save_pci&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&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;
&lt;br /&gt;
If the above method does not work, restart hal ('sudo /etc/init.d/hal restart') and check if the modifications are loaded correctly with 'lshal | grep quirk'. If power_management.quirk.s3_bios is still set to true, try editing {{path|/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi}}.&lt;br /&gt;
Change &amp;lt;pre&amp;gt;&amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&amp;lt;/pre&amp;gt; to &amp;lt;pre&amp;gt;&amp;lt;merge key=&amp;quot;power_management.quirk.s3_bios&amp;quot; type=&amp;quot;bool&amp;quot;&amp;gt;false&amp;lt;/merge&amp;gt;&amp;lt;/pre&amp;gt; on line 9 (under section X60 / X60s / T61 / T61p / R61 / R61s / X61(s/Tablet) / X300).&lt;br /&gt;
Don't forget to restart hal and check if the modification are loaded correctly this time!&lt;br /&gt;
&lt;br /&gt;
=== To Disc ===&lt;br /&gt;
&lt;br /&gt;
Suspend to Disk (and RAM) worked out of the box for me.&lt;br /&gt;
However when resuming, the wireless network would not reconnect automatically.&lt;br /&gt;
&lt;br /&gt;
Note: I have the iwl4965 driver. Check the driver for your host with:&lt;br /&gt;
  lsmod | grep 80211&lt;br /&gt;
&lt;br /&gt;
The following changes will ensure wifi is available after resuming:&lt;br /&gt;
&lt;br /&gt;
 vi /etc/default/acpi-support&lt;br /&gt;
   #MODULES=&amp;quot;&amp;quot;&lt;br /&gt;
   # ACM 1-Jul-2008 Explicitly specify all the wifi modules to be shutdown&lt;br /&gt;
   MODULES=&amp;quot;iwl4965 iwlwifi_mac80211 cfg80211&amp;quot;&lt;br /&gt;
   &lt;br /&gt;
   #STOP_SERVICES=&amp;quot;&amp;quot;&lt;br /&gt;
   # ACM 1-Jul-2008 specify netapplet be restarted&lt;br /&gt;
   STOP_SERVICES=&amp;quot;netapplet&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 vi /boot/grub/menu.lst&lt;br /&gt;
   # defoptions=quiet splash acpi_sleep=s3_mode&lt;br /&gt;
&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: R61]] [[Category:  Ubuntu 8.04]]&lt;/div&gt;</summary>
		<author><name>Michiel</name></author>
		
	</entry>
</feed>