Installing Gentoo 2007.0 on a ThinkPad R61

From ThinkWiki
Revision as of 14:54, 15 October 2007 by Fuchs (Talk | contribs) (←Created page with '== Model == Lenovo Thinkpad {{R61}} 7743-Y1B == General == This installation instruction describes the steps after a Gentoo 2007.0 base installation. Please read the gen...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Model

Lenovo Thinkpad R61 7743-Y1B

General

This installation instruction describes the steps after a Gentoo 2007.0 base installation. Please read the gentoo handbook for installation instructions

Graphics: NVIDIA Quadro NVS 140M

To install and configure the NVIDIA driver, just emerge the nvidia-driver. Tested with nvidia-driver-100.14.19, everything works fine, games run smooth.

Framebuffer works fine with vga=791, might work on higher resolutions as well, hardwareinfo --framebufer displays the supported resolutions.

NOTE!
The brightness cannot be changed while X is displayed. Press Ctrl-Alt-F1 to switch to the first virtual console. There, change the brightness by pressing Fn-Pos1 or Fn-End. Then, press Ctrl-Alt-F7 to return to X.

Sound: AD1984

Did not work with older Versions of ALSA driver, works fine with ALSA 1.0.15 and should work with ALSA 1.0.14 as well. The in-kernel ALSA works since 2.6.23.

The mute button is hardwired and works, the volume up and volume down buttons work as well but you need to configure them first.

Note: After muting you have to press a volume up or down button to unmute, and the mute status is not displayed in any mixer application.

Network

The integrated e1000 LAN NIC works out of the box.

For wireless you have to unmask and emerge the iwlwifi package with the ipw4965 USEFlag enabled.

Don't forget that the interface (wlan0) has to be set as up (ifconfig wlan0 up) before scanning and associating works.

Ports

PCMCIA port works with the yentai module, tested with an audigy pcmcia. The left hand usb ports generate an IRQ nobody cared error from time to time, I'll try to fix this as soon as possible. Firewire is untested.

Drives

The optical drive and hard drive work out of the box

Input

TouchPad

Works out of the box here, with scrolling. Have a look at my Xorg.conf section at the end

Trackpoint

Works out of the box as well, with no scrolling however. Can be configured via xorg.conf, I prefer using the middle button as mouse3.

Keyboard

Works out of the box, most of the Fn Keys work.

Hardwired: Mute, Thinklight, Brightness Generates a keycode and can be configures: Volume Down, Volume Up, Fn+F2, Fn+F3, Fn+F4, Fn+F5, Fn+F7, Fn+Arrows Does not generate a key event: Fn+F8, Fn+F9, Fn+F12, Fn+Space

Power Management

Suspend to RAM worked out of the box here, echo 3 > /proc/acpi/sleep puts the machine in suspend mode, opening it or pressing the power button wakes it up. Worked with nvidia driver and in X11. All devices came back without problems, wlan might have disconnected, but by using networkmanager, wicd or a good configuration it should reconnect after waking up. Works here with wicd.

Integrated Fingerprint Reader

Emerge the thinkfinger package, add a user with the tf-tool. Then you have to edit the /etc/pam.d/system-auth file by adding

auth sufficient pam_thinkfinger.so

between pam.unix and pam.env.

Refer to the Gentoo-Wiki to use it with xscreensaver, there is a good solution over there.

Note: kdm has problems with thinkfinger auth and might crash. There are patches, but I didn't test them yet.