Difference between revisions of "Installing OpenSUSE 10.2 on a ThinkPad R61"

From ThinkWiki
Jump to: navigation, search
m (Fixed links.)
(General: Clarifiy what exactly does not work on x86_64)
Line 7: Line 7:
 
# the kernel of the day (KOTD), e.g., precompiled available at [http://download.opensuse.org/repositories/Kernel:/HEAD/openSUSE_Factory/ openSUSE BuildService].
 
# the kernel of the day (KOTD), e.g., precompiled available at [http://download.opensuse.org/repositories/Kernel:/HEAD/openSUSE_Factory/ openSUSE BuildService].
  
An x86_64 installation requires the latter option, since the Windows XP driver does not work there.
+
An x86_64 installation requires the latter option, since the Windows XP Intel WiFi driver does not work there.
  
 
== Graphics: NVIDIA Quadro NVS 140M ==
 
== Graphics: NVIDIA Quadro NVS 140M ==

Revision as of 22:42, 25 July 2007

Model

8919-6VG

General

To get the following things working, there are at least two ways: Using

  1. the default kernel of openSUSE 10.2, or
  2. the kernel of the day (KOTD), e.g., precompiled available at openSUSE BuildService.

An x86_64 installation requires the latter option, since the Windows XP Intel WiFi driver does not work there.

Graphics: NVIDIA Quadro NVS 140M

When using the default kernel there are two ways:

  1. use the precompiled driver from the NVIDIA package repository [1], or
  2. compile the latest driver on your own [2].

A kernel of the day implies the second way, since there are simply no precompiled drivers.

NOTE!
Brightness cannot be changed while X is displayed.

Sound: AD1984

In both cases, install a recent alsa version from the additional Packman YaST package repository. [3] [4]

When using the default kernel, the alsa mixer workaround script is needed to get at least the internal speakers working. Get it, e.g., from Installation of Ubuntu 7.10 (Gutsy Gibbon) Tribe on a ThinkPad R61.

WiFi: Intel 4965AGN

The easiest way getting this to work on a default kernel is to install ndiswrapper [5] and the NETw4x32.INF driver of the Windows XP Professional zip [6].

The kernel of the day is prepared for installing the native Linux Intel 4965AGN iwlwifi kernel module.

UltraNav

TouchPad

The Synaptics TouchPad driver for X version distributed with openSUSE 10.2 (x11-input-synaptics-0.14.6-24) does not work. Thus, there are no advandced features like scrolling available.

Trackpoint

The Trackpoint can be used to perform scrolling, similar to Windows. Just add the following options to the "InputDevice" section of the X.org configuration:

        Option          "EmulateWheel"          "On"
        Option          "EmulateWheelButton"    "2"

Power Management

Neither suspend to RAM (s2ram) nor suspend to disk (s2disk) work out of the box when running X. s2ram immediately resumes and s2disk fails to restore the display. s2disk works fine when not running X, e.g., runlevel 3 or less. Following [7], s2ram -f -p -m and s2ram -f -p -s work within minimal environment and a normal environment without X. However, there will be a lot of ACPI errors in the log on resume.

Blacklisting the agpgart kernel module according [8] does not work, since the nvidia module depends on it.