Difference between revisions of "Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad T61"

From ThinkWiki
Jump to: navigation, search
(Tested: Worked "out of the box")
(Tested: Worked "out of the box")
Line 27: Line 27:
  
 
The scanner works, but (in X windows) you need to hit "Enter" after doing a scan.
 
The scanner works, but (in X windows) you need to hit "Enter" after doing a scan.
 +
The solution is to add the following repository:
 +
{{cmduser|# Fingerprint reader fix}}
 +
{{cmduser|sudo add-apt-repository ppa:martin-meltin/ppa}}
 +
{{cmduser|sudo aptitude update && sudo aptitude -y full-upgrade}}
 +
 +
  
 
'''ACPI'''
 
'''ACPI'''

Revision as of 15:18, 14 June 2010

General Information

Ubuntu 10.04 (Lucid Lynx)

Tested: Worked "out of the box"

Video 2D/3D

  • NVidia (Quadro NVS 140M): works (needs proprietary driver for hardware acceleration)

WiFi

  • Intel PRO/Wireless 4965AGN: works
  • Intel PRO/Wireless 3945ABG: works
  • Front switch (airplane mode): works by default

Ethernet (Intel Gigabit): works

Special Keys (volume, Fn-, ThinkVantage):

Touchpad: works

Touchpoint: works, for tweaking see http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint#Configuration_using_Gnome

Fingerprint reader: works (sort of)

The scanner works, but (in X windows) you need to hit "Enter" after doing a scan. The solution is to add the following repository: $ # Fingerprint reader fix $ sudo add-apt-repository ppa:martin-meltin/ppa $ sudo aptitude update && sudo aptitude -y full-upgrade


ACPI


Bluetooth: works by default

DVD Drive

  • Ultrabay Slim Super Multi-Burner Drive : works

Audio (AD1984 HD): works

  • Headphones: works
  • Microphone: works


Card Reader: not tested

Tested: Needed tweaking to obtain full functionality

HDAPS Harddisk Parking Got very easy to handle with lucid, the module is now recompiled at any kernel-install using DKMS, just install and reboot:

$ sudo aptitude install tp-smapi-dkms hdapsd

now just wait until next reboot, if you can't wait:

# modprobe tp-smapi; /etc/init.d/hdapsd restart


WiFi

  • Atheros Communications Inc. AR5212: Kernel panic (flashing caps lock) with Ath5k and Network Manager. Uninstall NM and installing WICD seems to have resolved for now. System working fine before upgrading from Karmic.