Difference between revisions of "Installing OpenSUSE 12.1 on a ThinkPad T410s"

From ThinkWiki
Jump to: navigation, search
(Hardware Encryption Support)
m (Sound: Spelling.)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Model ==
 
== Model ==
Lenovo Thinkpad {{T410s}} 2912-W1C, BIOS 6UET62WW (1.42), ECP 6UHT32WW (1.13)
+
Lenovo Thinkpad {{T410s}} 2912-W1C, BIOS 6UET68WW (1.48), ECP 6UHT33WW (1.14)
  
 
== General ==
 
== General ==
 
This installation instruction describes these parts that do not or do not completely work after my {{OpenSUSE}} 12.1 DVD installation using KDE 4 as window manager.  If anything does not work as expected, please have a look at the older {{Install|OpenSUSE| 11.4| T410s}} for possible workarounds that I forgot to mention here.
 
This installation instruction describes these parts that do not or do not completely work after my {{OpenSUSE}} 12.1 DVD installation using KDE 4 as window manager.  If anything does not work as expected, please have a look at the older {{Install|OpenSUSE| 11.4| T410s}} for possible workarounds that I forgot to mention here.
 +
 +
== Sound ==
 +
Sometimes, sound does not work after suspend to RAM.[https://bugzilla.novell.com/show_bug.cgi?id=728207] Suspending and resuming repeatedly will help eventually, while a reboot immediately does.
  
 
== Network ==
 
== Network ==
Line 15: Line 18:
  
 
== Power Management ==
 
== Power Management ==
Suspend to RAM works out of the box. However, the WWAN connection disapears from the NetworkManager Plasmoid.
+
Suspend to RAM works out of the box. However, sometimes the sound is broken after resume until a reboot.[https://bugzilla.novell.com/show_bug.cgi?id=728207]
 
 
== Integrated Fingerprint Reader ==
 
{{Todo|needs testing}}
 
  
 
== Hardware Encryption Support ==
 
== Hardware Encryption Support ==
 
The CPU implements the [http://en.wikipedia.org/wiki/AES_instruction_set AES instruction set]. It improves the speed of disk encryption, e.g., [http://en.wikipedia.org/wiki/Dm-crypt dm-crypt]. However, the kernel module is not loaded by default.[https://bugzilla.novell.com/show_bug.cgi?id=693885] In order to load it on boot, edit {{path|/etc/sysconfig/kernel}}
 
The CPU implements the [http://en.wikipedia.org/wiki/AES_instruction_set AES instruction set]. It improves the speed of disk encryption, e.g., [http://en.wikipedia.org/wiki/Dm-crypt dm-crypt]. However, the kernel module is not loaded by default.[https://bugzilla.novell.com/show_bug.cgi?id=693885] In order to load it on boot, edit {{path|/etc/sysconfig/kernel}}
 
  MODULES_LOADED_ON_BOOT="aes"
 
  MODULES_LOADED_ON_BOOT="aes"

Latest revision as of 16:56, 17 May 2012

Model

Lenovo Thinkpad T410s 2912-W1C, BIOS 6UET68WW (1.48), ECP 6UHT33WW (1.14)

General

This installation instruction describes these parts that do not or do not completely work after my OpenSUSE 12.1 DVD installation using KDE 4 as window manager. If anything does not work as expected, please have a look at the older Installation of OpenSUSE 11.4 on a ThinkPad T410s for possible workarounds that I forgot to mention here.

Sound

Sometimes, sound does not work after suspend to RAM.[1] Suspending and resuming repeatedly will help eventually, while a reboot immediately does.

Network

Wireless WAN

The optional Wireless WAN (WWAN) adapter Qualcomm Gobi 2000 does not work out of the box. The gobi_loader application that uploads the firmware to the WWAN device can be found in the Network Utilities repository or 1-Click install. See the ThinkWiki article linked above for obtaining the firmware files.

GPS

After loading the firmware, Qualcomm Gobi 2000 provides three USB devices. The last one sends GPS NMEA data after activating it by a special command string. See the ThinkWiki article linked above and its discussion page for more details.

NOTE!
"Auto tracking" has to be enabled in the Options of the ThinkVantage GPS Windows application. The Thinkvantage GPS Windows application works with a clean Windows installation in a virtualizer that supports USB. However, it requires the Qualcomm Gobi 2000 Wireless WAN Driver to be installed.

Power Management

Suspend to RAM works out of the box. However, sometimes the sound is broken after resume until a reboot.[2]

Hardware Encryption Support

The CPU implements the AES instruction set. It improves the speed of disk encryption, e.g., dm-crypt. However, the kernel module is not loaded by default.[3] In order to load it on boot, edit /etc/sysconfig/kernel

MODULES_LOADED_ON_BOOT="aes"