Difference between revisions of "Installing OpenSUSE 13.1 on a ThinkPad T430s"

From ThinkWiki
Jump to: navigation, search
(Power Management: Added another openSUSE bug report link)
(Power Management: Added link to lenovo forum with SSD firmware update)
Line 18: Line 18:
  
 
== Power Management ==
 
== Power Management ==
Suspend to RAM works out of the box. Unfortunately, the ThinkPad often reboots instead of shutting down. Installing the [[Laptop-mode-tools]] might help.[https://bugzilla.novell.com/show_bug.cgi?id=853116][https://bugzilla.novell.com/show_bug.cgi?id=848889] But thereby [[How_to_reduce_power_consumption#SATA_Link_Power_Management|SATA Link Power Management]] will be activated by default and the Intel SSD 520 with 180 GB and 240 GB could time out on heavy I/O load. There is no fix from Lenovo, yet.[https://bugzilla.kernel.org/show_bug.cgi?id=51861][http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T430s-Intel-SSD-520-180GB-issue/td-p/888083] So, you have to set {{bootparm|INTEL_SATA_POWER|"0"}} in {{path|/etc/laptop-mode/conf.d/intel-sata-powermgmt.conf}}.
+
Suspend to RAM works out of the box. Unfortunately, the ThinkPad often reboots instead of shutting down. Installing the [[Laptop-mode-tools]] might help.[https://bugzilla.novell.com/show_bug.cgi?id=853116][https://bugzilla.novell.com/show_bug.cgi?id=848889] But thereby [[How_to_reduce_power_consumption#SATA_Link_Power_Management|SATA Link Power Management]] will be activated by default and the Intel SSD 520 with 180 GB and 240 GB could time out on heavy I/O load. There is a "beta" firmware update (LB3i) from Lenovo, but yet only for windows.[http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/x230-SATA-errors-with-180GB-Intel-520-SSD-under-heavy-write-load/m-p/1540734#M57711] Without the update, you have to set {{bootparm|INTEL_SATA_POWER|"0"}} in {{path|/etc/laptop-mode/conf.d/intel-sata-powermgmt.conf}}.
  
 
However, there seems to be no need to install [[Laptop-mode-tools]] but to only set the PCI power management of the Ethernet controller
 
However, there seems to be no need to install [[Laptop-mode-tools]] but to only set the PCI power management of the Ethernet controller

Revision as of 15:06, 11 May 2014

Model

Lenovo Thinkpad T430s 2356-LPG, BIOS G7ET90WW (2.50), ECP G7HT36WW (1.12)

General

This installation instruction describes these parts that do not or do not completely work after my OpenSUSE 13.1 DVD installation using KDE 4 as window manager.

Graphics

Using the default BIOS settings, the Switchable Graphics with Intel HD Graphics and NVIDIA Optimus may cause high power consumption. Thus, if you do not need the NVIDIA Optimus graphics, change the BIOS settings from Switchable to Internal graphics before installation. Please read Switchable Graphics for the pros and cons. Note that I did not test the NVIDIA Optimus graphics.

NOTE!
Any time you change the BIOS setting after installation, you may have to execute # mkinitrd in order to prevent loading of unnecessary modules.

Network

GPS

The Ericsson HSPA+ WWAN Minicard (H5321gw) must be configured every time before it emits GPS data, see H5321gw GPS.

LCD Brightness Buttons

The LCD brightness buttons stopped working because of a change in the 3.7 kernel. Adding acpi_osi=\"!Windows 2012\" as a kernel boot parameter using YaST reverts to the old kernel behavior. However, there is no on-screen display feedback in KDE.

Power Management

Suspend to RAM works out of the box. Unfortunately, the ThinkPad often reboots instead of shutting down. Installing the Laptop-mode-tools might help.[1][2] But thereby SATA Link Power Management will be activated by default and the Intel SSD 520 with 180 GB and 240 GB could time out on heavy I/O load. There is a "beta" firmware update (LB3i) from Lenovo, but yet only for windows.[3] Without the update, you have to set INTEL_SATA_POWER="0" in /etc/laptop-mode/conf.d/intel-sata-powermgmt.conf.

However, there seems to be no need to install Laptop-mode-tools but to only set the PCI power management of the Ethernet controller

echo "auto" > /sys/bus/pci/devices/0000:00:19.0/power/control