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

From ThinkWiki
Jump to: navigation, search
(Model: BIOS update.)
m (Fixed formatting.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Model ==
 
== Model ==
Lenovo Thinkpad {{T430s}} 2356-LPG, BIOS G7ETA0WW (2.60)
+
Lenovo Thinkpad {{T430s}} 2356-LPG, BIOS G7ETA0WW (2.60), Firmware G7HT39WW (1.15)
  
 
== General ==
 
== General ==
Line 21: Line 21:
  
 
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
<code>
 
 
  echo "auto" > /sys/bus/pci/devices/0000:00:19.0/power/control
 
  echo "auto" > /sys/bus/pci/devices/0000:00:19.0/power/control
</code>
 

Latest revision as of 11:23, 27 December 2016

Model

Lenovo Thinkpad T430s 2356-LPG, BIOS G7ETA0WW (2.60), Firmware G7HT39WW (1.15)

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] 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.[2] 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