stopsoftwarepatents.eu petition banner

Let's Sign the petition today.

Parent

Thoses Installation notes shows howto install Debian 4.0 Testing/Lenny on a Thinkpad T61 : What are the packages needed, Quick-configuration hints (links to specific HowTos are provided).Your comments and feedback are welcome Franklin Piat

This page applies to Debian/Testing (and unstable). If you use Debian/Etch, refer to Etch on Thinkpad T61.

Overall status

CPU Dual Core. ok
CPU Frequence scalling ok
ACPI Power management ok
Power MgMt suspend ok
Power MgMt hibernation ok
DISPLAY console at native resolution config,ok
DISPLAY X11: intel driver ok
DISPLAY X11: nvidia driver not tested
DISPLAY X11-features: GL, external screen ok
Keyboard Hotkeys ok
Mouse console: (trackpoint and touchpad) ok
Mouse X11: trackpoint and touchpad ok
Modem (compile with module-assistant) not tested
Networking LAN: intel e1000 ok
Networking WLAN:intel i4965 ok, non-free

Pre-Installation Notes

Configure BIOS

Make sure that the SerialATA is configured in "AHCI" mode (not "compatibility mode")

Backup

As usual, you have back'd up your data (you never know). Also make sure you have created the reinstallation CDs to restore the original Operating system (unless you have the reinstallation CD!)

32bits or 64 bits ?

Since the CPU is a Core 2 Duo, you can choose a 64bits (amd64) which is slightly faster than 32bit (i386-686) mode. However, some applications aren't available, like the Modem driver. (see Benchmarks of T60).

Installation Notes

Partition

Thinkpads' diagnostic & recovery features (ThinkVantage) are stored on a hidden partition [type 27]. Make sure you don't delete it (see Hidden Protected Area at thinkwiki)

Boot Loader

it should be safer to install the boot loader on /dev/hdaN and activate that partition (to preserve ThinkVantage RnR feature).. Not tested though. How to add Rescue and Recovery to grub menu.

My TODO:

3988 frames in 5.0 seconds = 797.533 FPS 3995 frames in 5.0 seconds = 798.812 FPS

Post-Installation Notes

Power Management

ACPI:

ACPI is enabled by default on Etch's 2.6 kernel. The kernel module thinkpad_acpi (formerly known as ibm_acpi) is automatically. It enables some Thinkpad specific features (some "Fn" keys [?], controlling acpi through /proc/ibm/acpi etc. http://ibm-acpi.sourceforge.net/).

Hibernation

"Debian laptop" task installation will include the packages required for hibernation (hibernation and uswsusp).

Suspend to RAM

Just works !

CPU

Processor is an : "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz" cpuinfo ; dmi info ; cpufreq-info (or a T7100 @ 1.80GHz)

Frequency scaling

The required package (cpufrequtils) is installed by default if you selected the "Laptop Task" during installation

CPU Frequency Scaling Applet

The packages hal-device-manager and gnome-applets are automaticaly installed. (right-click on a gnome-Panel, "Add to panel" and choose "CPU Frequency Scaling Monitor" to display it).

Display

Thinkpad T61 comes in two flavour : a more powerful (and power greedy) Nvidia, or a Built-in Intel (965) chipset.

Display Brightness

Just works

Display / Intel X3100

Device is : "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" 8086:2A02 + 8086:2A03.

Console

If you want a 1280x800 console (with the Intel chipset), you can add "vga=871" to the kernel parameters (for other options, under grub boot loader, go to "command mode" and run "vbeprobe". add 0x200 to the desired mode then convert to decimal: 0x167 + 0x200 = 871)

xorg.conf / xorg-intel driver

Section "Device"
        Identifier      "Configured Video Device"

	## Previously (during the developpement of Debian Lenny), this was needed:
	Driver		"intel"
	Option          "DRI"   "true"
EndSection

# Previously (during the developpement of Debian Lenny), this was needed:
Section "DRI"
	Group "video"
	Mode    0660
EndSection

3D / OpenGL

Installing the 3D library is fairly quick..

packages: mesa-utils xlibmesa-dri xlibmesa-gl xlibmesa-glu

Test using glxinfo or glxhead

DRI (Direct Rendering)

You should install :

packages: mesa-utils xlibmesa-dri xlibmesa-gl xlibmesa-glu

Verify with :

glxinfo  | grep "direct"
direct rendering: Yes

and Xorg :

drmOpenDevice: node name is /dev/dri/card0 
drmOpenDevice: open result is 8, (OK)				

When DRI was disabled (or you don't have the permissions) you had :

glxinfo |grep 'direct'
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

#Typical error messages in Xorg.log
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[..]
(II) intel(0): [drm] drmOpen failed
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
[..]
(II) intel(0): direct rendering: Failed

RandR

X'RandR (Resize and Rotate) is working. (see gnome's Desktop Menu/Preference/Screen Resolution) there are some other interesting R&R applications. see packages gnome-randr-applet, grandr and kcontrol. You can create a drawer in gnome panel, including some Custom application launchers. This is an effective way to replace Fn-F7.

Auto-detect Built-in-LCD, CRT and DVI (pick the best resolution, or remove screen if device not present[=connected]).

xrandr --output LVDS --auto --output VGA --auto --output TMDS-1 --auto

Force Built-in-LCD only

xrandr --output LVDS --auto --output VGA --off --output TMDS-1 --off

Extended Desktop (limited to 2048 pixels wide)

xrandr --output LVDS --auto --output VGA --auto --right-of LVDS --output TMDS-1 --off

thanks to zeek

External screen

Switching to external screen using Fn+F7 doesn't work... but see RanrR above.

Display / nVidia NVS 140M

Device is : "nVIDIA Quadro NVS 140M" 10de:0429

This model wasn't tested with Debian/Testing. read my Debian/Etch report

(I you have this model, your comments are welcome).

Console

If you want a 1440x900 console (with the Nvidia chipset), you can add "vga=869" to the kernel parameters (under grub boot loader, go to "command mode" and run "vbeprobe". add 0x200 to the desired mode then convert to decimal 0x165 + 0x200 = 869)Even though the module is loaded, the laptop produces no sound [kernel < 2.6.23 or alsa-module < 1.0.15].

Sound

Device is a : " Intel Corporation 82801H (ICH8 Family) HD Audio Controller" PCI 8086:284b ("high definition audio" module : snd-hda-intel) Works out of the box, since kernel 2.6.24.

No sound after upgrade ?

If you have no sound after upgrading to Lenny, you should check your mixer :

 apt-get remove --purge  alsa-modules-$(uname -r)
 invoke-rc.d alsa-utils restart

Then open the volume control application :

Still no sound ?

If it still doesn't work, then close your applications that use sound card, switch to the console (Ctrl-Alt-F1), run "alsaconf". Then restart the mixer configuration above.

Keyboard

device is: Ibm's hotkeys input:1014:5450

package: hotkey-setup

Some hotkeys are working.. more work required

keyAction Status
Fn-F2 Lock Screen ok
Fn-F3 Battery ok (print battery info)
Fn-F4 Suspend computer ok
Fn-F5 Radio (Wifi + Bluetooth) ok
Fn-F7 Switch to external screen Not working [1]
Fn-F8 enable/disable Touchpad config, ok
Fn-F9 Eject (laptop from station) config, ok
Fn-F12 Hibernation broken: [2]
Fn-Spc Presentation Not Working
Vol+/- control Volume ok
Mute Mute volume ok
Radio Kill-Radio switch ok
Bright.Control screen brightness broken [3]

[1] but see RandR. [2] acpi_fakekey triggerd, but nothing happend. [3] needs more work, but see Display Brightness

Multimedia control

In Debian/Unstable, you don't need to touch your ~/.xmodmap or /etc/X11/Xmodmap to get your multimedia keys to work.

Eject

create two files :

# /etc/acpi/events/lenovo-eject
# This is called when the user presses the eject button
# /etc/acpi/lenovo-eject.sh to fake the key input

event=ibm/hotkey HKEY 00000080 00001009
#Choose you "action" file.
action=/etc/acpi/lenovo-eject.sh

# You could also generate an event, and get Gnome to handle Eject.
#action=/etc/acpi/ejectbtn.sh

and

#!/bin/sh
# this file (/etc/acpi/lenovo-eject.sh) is invoked by /etc/acpi/events/lenovo-eject

test -f /usr/share/acpi-support/power-funcs || exit 0

. /usr/share/acpi-support/key-constants
#Could prepare Docking station ejection.. but currently eject CD.
eject

Mouse

The Thinkpad T61 has a two built-in mouse : a Touchpad and a Trackpoint (both working out of the box). Each mouse's data is available through a separate /dev/mouse{0,1} and the combination of both events are available in /dev/mice.

Touchpad

Device is a "SynPS/2 Synaptics TouchPad" ( dmi info ; input 00002:0007) If you want to tweak default configuration/behaviour, use touchpad configuration tool:

package: (optional:tpconfig)

Under X11, Touchpad was automaticaly and properly configured (including vertical scroll):

/etc/X11/xorg.conf
	Section "InputDevice"
		Identifier      "Synaptics Touchpad"
		Driver          "synaptics"
		Option          "SendCoreEvents"        "true"
		Option          "Device"                "/dev/psaux"
		Option          "Protocol"              "auto-dev"
		Option          "HorizScrollDelta"      "0"

		# Enable usage of synclient (and tpconfig and gsynaptics..)
		# On T60,T61, it also enable  Fn-F8 to enable/disable Touchpad
		Option "SHMConfig" "true"
	EndSection

If you upgraded from Etch to Testing or Unstable, you have to add (or update) the "ServerLayout" section. see Sin Tzu ServerLayout Comment.

Trackpoint

Device is a "TPPS/2 IBM TrackPoint" ( dmi info ; input:00002:000a) Trackpoint's middle button doesn't scroll by default.

/etc/X11/xorg.conf
	Section "InputDevice"
		Identifier      "Configured Mouse"
		Driver          "mouse"
		Option          "CorePointer"
		Option          "Device"               "/dev/input/mice"
		Option          "Protocol"             "ImPS/2"
		Option          "Emulate3Buttons"      "true"

		#add those three lines
		Option          "EmulateWheel"          "true"
		Option          "EmulateWheelTimeOut" "200"
		Option          "EmulateWheelButton"    "2"
		#For more information http://thinkwiki.org/wiki/How_to_configure_the_TrackPoint
	EndSection

If you upgraded from Etch to Testing or Unstable, you have to add (or update) the "ServerLayout" section. see Sin Tzu ServerLayout Comment.

Console

The gpm package, which provices mouse support in console mode, supports both mice. (However, advanced tweaking of the touchpad through /etc/gpm-syn.conf doesn't work because choosing mouse type=synps2 doesn't work at all).

Modem

Not actually tested (but the module is loaded)

The module isn't available under amd64 arch.

You will need to compile the module

/etc/apt/sources.list
	#Add  "non-free" and "contrib"
	deb http://ftp.XX.debian.org/debian/ etch main contrib non-free

apt-get install module-assistant pppconfig sl-modem-daemon ;
m-a prepare ;
m-a update ;
m-a a-i sl-modem ;

WiFi

Intel 4965AGN

device "Intel PRO/Wireless 4965 Network Connection" (PCI 8086:1049)

iwlwifi

Intel's wireless driver http://intellinuxwireless.org/?p=iwlwifi isn't packaged under debian/Testing yet. (however, the firmware-iwlwifi packages includes iwlwifi-4965.ucode firmware. The module mac80211 is included in kernel 2.6.22). zoltan's blog may help.

Debian/Testing users (kernel 2.6.22) should install Debian/Unstable's 2.6.23 kernel (note: kernel 2.6.23 might soon reach Testing) which include the module iwl4965.

Check my page : http://wiki.debian.org/iwlwifi.

ndiswrapper 4965AGN

I have just reinstalled my system with kernel 2.6.22-3-amd64 (not because it was broken : just to test DebianInstaller/testing !)... ndiswrapper causes errors when it's loaded : I can't remember If a ever actually got it to work with 64bits... I recommend using iwlwifi anyway (see above).

.

I've moved ndiswraper installation instruction on Etch on Thinkpad T61.

Infrared

(No IrDA on the tested model).

Bluetooth

The optional, built-in bluetooth adapter is a Broadcom BCM2045B (0a5c:2110) (uses module hci_usb).

Use the radio switch and Fn-F5 switch to enable/disable bluetooth (Fn-F5 : "Sequence is Both on, Bluetooth only, Wireless only, Both off").

package: bluetooth bluez-passkey-gnome bluez-utils bluez-gnome hotkey module thinkpad_acpi

PC Card

Thinkpad T61 comes in various PC Cards slots ( PCMCIA/CardBus ; ExpressCard ; Card reader...)

Pcmcia

(16bit card tested, ok). (pcmcia card are 16-bit kind of "pc-card"...).

Card Bus

(32bit card tested, ok)

package: pcmciautils

(Cardbus are 32-bit kind of "pc-card" cardctl ; dmi.)

Express Card

No Express card on the tested model

Card Reader

The 4-in-1 card reader wasn't tested with Debian/Testing. Read my Debian/Etch report

Fingerprint Reader

device "SGS Thomson Microelectronics Fingerprint Reader" (0483:2016) has thinkfinger driver available in experimental.

There are some debian packages, for testing: Download and install the packages libpam-thinkfinger,libthinkfinger-doc,libthinkfinger0,thinkfinger-tools from http://packages.debian.org/thinkfinger, then follow the instruction in /usr/share/doc/thinkfinger-tools/README.gz Note: as the name implies, packages in "experimental" are expermiental ! (read http://wiki.debian.org/DebianExperimental)

Smart Card Reader

device is Lenovo's "Integrated Smart Card Reader" (USB 17ef:1003)

packages: libccid pcscd
Note: 1. No module is loaded (the daemon is communication through libusb) 2. You will also need an actual application. more to come on http://wiki.debian.org/Smartcards

(thanks to Henryk Ploetz)

Hard Disk

Device is Seagate Momentus 5400 / 160GB ( hdparm ; on Serial ATA PCI adapter 8086:2829)

SATA and Suspend Problem

No obvious bug with either 2.6.21, 2.6.22 or 2.6.23, or 2.6.24

Active Protection

The drive has IBM "Hard Disk Active Protection System" (hdaps). I should work on this.

TPM

This thinkpad is fitted with a TPM chip. I don't use it.

Centrino Pro / intel AMT

On Centrino Pro laptops, once you have enable Intel AMT features , you have those extra PCI devices showing up

00:03.0 Communication controller [0780]: Intel Corporation Mobile PM965/GM965 MEI Controller [8086:2a04] (rev 0c)
00:03.2 IDE interface [0101]: Intel Corporation Mobile PM965/GM965 PT IDER Controller [8086:2a06] (rev 0c)
00:03.3 Serial controller [0700]: Intel Corporation Mobile PM965/GM965 KT Controller [8086:2a07] (rev 0c)

Xen

Xen, and other hypervisor based Virtualisation system (like Qemu/KVM), can take advantage of Full (hardware) Virtualization support using Intel VT (cpu's vmx flag in /proc/cpuinfo). You should let Virtualization enabled in BIOS (Config/CPU/Virtualization = Enable)

Check your boot log :

xm dmesg | grep VMX

If it works you get

 (XEN) VMXON is done

If it doesn't work you get

 (XEN) VMX disabled by Feature Control MSR

More information about Xen : wiki.debian.org/Xen

Benchmarks

hard disk perf

CPU and RAM perf

for x in 1 2 3 4 ; do time ( (dd if=/dev/mem bs=4096 count=51200 ; dd if=/dev/urandom bs=4096 count=1024 ) 2> /dev/null | gzip -1 | md5sum >/dev/null ) & done
@1.8Gz amd64
T7100
real 0m37.867s
user 0m17.701s
sys 0m1.412s
real 0m37.910s
user 0m17.805s
sys 0m1.300s
real 0m38.420s
user 0m17.553s
sys 0m2.184s
real 0m38.968s
user 0m17.737s
sys 0m1.900s
Tot.Real
Tot.User
Tot.Sys
User+Sys

3D rendering

Intel X3100 Adapter / xorg intel driver

without DRI

glxgears
4250 frames in 5.0 seconds = 849.957 FPS
4250 frames in 5.0 seconds = 849.946 FPS
4244 frames in 5.0 seconds = 848.720 FPS

with DRI (very much smoother though)

4117 frames in 5.0 seconds = 823.367 FPS
4199 frames in 5.0 seconds = 839.685 FPS
4204 frames in 5.0 seconds = 840.678 FPS

Nvidia adapter

(Not Tested)

System Summary

T61 type 7662

uname

uname -a
Linux t61-amd64-7662 2.6.21-2-amd64 #1 SMP Tue Jul 10 21:39:38 UTC 2007 x86_64 GNU/Linux

and

Error 404: Can't include file [File not fount]

lspci

lspci -v -nn
00:00.0 Host bridge [0600]: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub [8086:2a00] (rev 0c)
	Subsystem: Lenovo Unknown device [17aa:20b3]
	Flags: bus master, fast devsel, latency 0
	Capabilities: [e0] Vendor Specific Information

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) (prog-if 00 [VGA])
	Subsystem: Lenovo Unknown device [17aa:20b5]
	Flags: bus master, fast devsel, latency 0, IRQ 10
	Memory at f8100000 (64-bit, non-prefetchable) [size=1M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 1800 [size=8]
	Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
	Capabilities: [d0] Power Management version 3

00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a03] (rev 0c)
	Subsystem: Lenovo Unknown device [17aa:20b5]
	Flags: bus master, fast devsel, latency 0
	Memory at f8200000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: [d0] Power Management version 3

00:03.0 Communication controller [0780]: Intel Corporation Mobile PM965/GM965 MEI Controller [8086:2a04] (rev 0c)
	Subsystem: Lenovo Unknown device [17aa:20d1]
	Flags: bus master, fast devsel, latency 0, IRQ 10
	Memory at fe226800 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-

00:03.2 IDE interface [0101]: Intel Corporation Mobile PM965/GM965 PT IDER Controller [8086:2a06] (rev 0c) (prog-if 85 [Master SecO PriO])
	Subsystem: Lenovo Unknown device [17aa:20d3]
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11
	I/O ports at 1828 [size=8]
	I/O ports at 180c [size=4]
	I/O ports at 1820 [size=8]
	I/O ports at 1808 [size=4]
	I/O ports at 1810 [size=16]
	Capabilities: [c8] Power Management version 3
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-

00:03.3 Serial controller [0700]: Intel Corporation Mobile PM965/GM965 KT Controller [8086:2a07] (rev 0c) (prog-if 02 [16550])
	Subsystem: Lenovo Unknown device [17aa:20d4]
	Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 17
	I/O ports at 1830 [size=8]
	Memory at fe024000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [c8] Power Management version 3
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-

00:19.0 Ethernet controller [0200]: Intel Corporation 82566MM Gigabit Network Connection [8086:1049] (rev 03)
	Subsystem: Lenovo Lenovo Thinkpad T61 [17aa:20b9]
	Flags: bus master, fast devsel, latency 0, IRQ 1273
	Memory at fe000000 (32-bit, non-prefetchable) [size=128K]
	Memory at fe025000 (32-bit, non-prefetchable) [size=4K]
	I/O ports at 1840 [size=32]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+

00:1a.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 [8086:2834] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Lenovo Lenovo Thinkpad T61 [17aa:20aa]
	Flags: bus master, medium devsel, latency 0, IRQ 20
	I/O ports at 1860 [size=32]

00:1a.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 [8086:2835] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Lenovo Lenovo Thinkpad T60 [17aa:20aa]
	Flags: bus master, medium devsel, latency 0, IRQ 21
	I/O ports at 1880 [size=32]

00:1a.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 [8086:283a] (rev 03) (prog-if 20 [EHCI])
	Subsystem: Lenovo Lenovo Thinkpad T61 [17aa:20ab]
	Flags: bus master, medium devsel, latency 0, IRQ 22
	Memory at fe226c00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2

00:1b.0 Audio device [0403]: Intel Corporation 82801H (ICH8 Family) HD Audio Controller [8086:284b] (rev 03)
	Subsystem: Lenovo Lenovo Thinkpad T61 [17aa:20ac]
	Flags: bus master, fast devsel, latency 0, IRQ 17
	Memory at fe020000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [70] Express Unknown type IRQ 0
	Capabilities: [100] Virtual Channel
	Capabilities: [130] Unknown (5)

00:1c.0 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 [8086:283f] (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: fc000000-fdffffff
	Prefetchable memory behind bridge: 00000000f8000000-00000000f80fffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Lenovo Unknown device [17aa:20ad]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.1 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 [8086:2841] (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: dc000000-df3fffff
	Prefetchable memory behind bridge: 00000000dfe00000-00000000dfefffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Lenovo Unknown device [17aa:20ad]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.2 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 [8086:2843] (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: d8000000-d9ffffff
	Prefetchable memory behind bridge: 00000000dfb00000-00000000dfbfffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Lenovo Unknown device [17aa:20ad]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.3 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 [8086:2845] (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=05, subordinate=0c, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: d4000000-d5ffffff
	Prefetchable memory behind bridge: 00000000df800000-00000000df8fffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Lenovo Unknown device [17aa:20ad]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1c.4 PCI bridge [0604]: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 [8086:2847] (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=0d, subordinate=14, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: d0000000-d1ffffff
	Prefetchable memory behind bridge: 00000000df500000-00000000df5fffff
	Capabilities: [40] Express Root Port (Slot+) IRQ 0
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
	Capabilities: [90] Subsystem: Lenovo Unknown device [17aa:20ad]
	Capabilities: [a0] Power Management version 2
	Capabilities: [100] Virtual Channel
	Capabilities: [180] Unknown (5)

00:1d.0 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 [8086:2830] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Lenovo Unknown device [17aa:20aa]
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 18a0 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 [8086:2831] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Lenovo Unknown device [17aa:20aa]
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 18c0 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 [8086:2832] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Lenovo Unknown device [17aa:20aa]
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 18e0 [size=32]

00:1d.7 USB Controller [0c03]: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 [8086:2836] (rev 03) (prog-if 20 [EHCI])
	Subsystem: Lenovo Unknown device [17aa:20ab]
	Flags: bus master, medium devsel, latency 0, IRQ 19
	Memory at fe227000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev f3) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=15, subordinate=18, sec-latency=32
	I/O behind bridge: 00007000-0000afff
	Memory behind bridge: f8300000-fbffffff
	Prefetchable memory behind bridge: 00000000f4000000-00000000f7ffffff
	Capabilities: [50] Subsystem: Lenovo Unknown device [17aa:20ae]

00:1f.0 ISA bridge [0601]: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller [8086:2811] (rev 03)
	Subsystem: Lenovo Unknown device [17aa:20b6]
	Flags: bus master, medium devsel, latency 0
	Capabilities: [e0] Vendor Specific Information

00:1f.1 IDE interface [0101]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller [8086:2850] (rev 03) (prog-if 8a [Master SecP PriP])
	Subsystem: Lenovo Unknown device [17aa:20a6]
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4 [size=1]
	I/O ports at 0170 [size=8]
	I/O ports at 0374 [size=1]
	I/O ports at 1c00 [size=16]

00:1f.2 SATA controller [0106]: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller [8086:2829] (rev 03) (prog-if 01 [AHCI 1.0])
	Subsystem: Lenovo Unknown device [17aa:20a7]
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 1274
	I/O ports at 1c50 [size=8]
	I/O ports at 1c44 [size=4]
	I/O ports at 1c48 [size=8]
	I/O ports at 1c40 [size=4]
	I/O ports at 1c20 [size=32]
	Memory at fe226000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/2 Enable+
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] #12 [0010]

00:1f.3 SMBus [0c05]: Intel Corporation 82801H (ICH8 Family) SMBus Controller [8086:283e] (rev 03)
	Subsystem: Lenovo Unknown device [17aa:20a9]
	Flags: medium devsel, IRQ 23
	Memory at fe227400 (32-bit, non-prefetchable) [size=256]
	I/O ports at 1c60 [size=32]

03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection [8086:4230] (rev 61)
	Subsystem: Intel Corporation Unknown device [8086:1011]
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at df3fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [c8] Power Management version 3
	Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
	Capabilities: [e0] Express Endpoint IRQ 0
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number 0d-77-51-ff-ff-e8-13-00

15:00.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ba)
	Subsystem: Lenovo Unknown device [17aa:20c6]
	Flags: bus master, medium devsel, latency 168, IRQ 16
	Memory at f8300000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=15, secondary=16, subordinate=17, sec-latency=176
	Memory window 0: f4000000-f7fff000 (prefetchable)
	Memory window 1: 40000000-43fff000
	I/O window 0: 00007000-000070ff
	I/O window 1: 00007400-000074ff
	16-bit legacy interface ports at 0001

15:00.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 04) (prog-if 10 [OHCI])
	Subsystem: Lenovo Unknown device [17aa:20c7]
	Flags: bus master, medium devsel, latency 64, IRQ 17
	Memory at f8301000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [dc] Power Management version 2

lsmod

lsmod
Module                  Size  Used by
nls_iso8859_1           9600  2 
nls_cp437              11392  2 
vfat                   17920  2 
fat                    58160  1 vfat
usb_storage            90432  2 
hci_usb                22684  2 
rfcomm                 49192  0 
l2cap                  32768  5 rfcomm
bluetooth              64516  7 hci_usb,rfcomm,l2cap
nvram                  13448  1 
uinput                 14208  1 
ppdev                  13704  0 
parport_pc             42664  0 
lp                     17352  0 
parport                44428  3 ppdev,parport_pc,lp
button                 13472  0 
ac                     10376  0 
battery                15496  0 
ipv6                  296840  12 
acpi_cpufreq           13704  1 
cpufreq_ondemand       13328  1 
cpufreq_conservative    12424  0 
cpufreq_powersave       6272  0 
cpufreq_userspace       9472  0 
cpufreq_stats          10400  0 
freq_table              9600  3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
fuse                   50608  1 
dm_snapshot            21320  0 
dm_mirror              26240  0 
dm_mod                 63984  2 dm_snapshot,dm_mirror
thinkpad_acpi          50424  0 
firewire_sbp2          18180  0 
loop                   23044  0 
tsdev                  13312  0 
joydev                 15616  0 
snd_hda_intel         319776  1 
pcmcia                 45976  0 
firmware_class         15360  1 pcmcia
snd_pcm_oss            49184  0 
snd_mixer_oss          21760  1 snd_pcm_oss
snd_pcm                90248  2 snd_hda_intel,snd_pcm_oss
snd_timer              28552  1 snd_pcm
snd                    67176  7 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
psmouse                45468  0 
soundcore              13088  1 snd
i2c_i801               13468  0 
serio_raw              11780  0 
yenta_socket           31756  1 
rsrc_nonstatic         16128  1 yenta_socket
pcmcia_core            46628  3 pcmcia,yenta_socket,rsrc_nonstatic
pcspkr                  7680  0 
i2c_core               31488  1 i2c_i801
snd_page_alloc         15120  2 snd_hda_intel,snd_pcm
intel_agp              32032  1 
evdev                  15232  6 
ext3                  137232  1 
jbd                    68080  1 ext3
mbcache                13832  1 ext3
ide_cd                 44832  0 
cdrom                  39848  1 ide_cd
sd_mod                 33280  6 
ata_generic            13188  0 
firewire_ohci          22656  0 
firewire_core          49472  2 firewire_sbp2,firewire_ohci
crc_itu_t               6656  1 firewire_core
ahci                   28676  2 
libata                132016  2 ata_generic,ahci
scsi_mod              164536  4 usb_storage,firewire_sbp2,sd_mod,libata
e1000                 127552  0 
piix                   14980  0 [permanent]
generic                10372  0 [permanent]
ide_core              147728  4 usb_storage,ide_cd,piix,generic
uhci_hcd               29856  0 
ehci_hcd               37900  0 
thermal                19600  0 
processor              39784  2 acpi_cpufreq,thermal
fan                     9992  0 

cardctl

cardsctl status

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /home/public_html/fpiat/projects/cwiki/cwiki.php on line 468

cpuinfo

cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz
stepping	: 13
cpu MHz		: 800.000
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips	: 3595.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz
stepping	: 13
cpu MHz		: 800.000
cache size	: 2048 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips	: 3591.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

cpufreq-info

cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 800 MHz - 1.80 GHz
  available frequency steps: 1.80 GHz, 1.80 GHz, 1.20 GHz, 800 MHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 800 MHz and 1.80 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz (asserted by call to hardware).
analyzing CPU 1:
  driver: acpi-cpufreq
  CPUs which need to switch frequency at the same time: 0 1
  hardware limits: 800 MHz - 1.80 GHz
  available frequency steps: 1.80 GHz, 1.80 GHz, 1.20 GHz, 800 MHz
  available cpufreq governors: ondemand, conservative, powersave, userspace, performance
  current policy: frequency should be within 800 MHz and 1.80 GHz.
                  The governor "ondemand" may decide which speed to use
                  within this range.
  current CPU frequency is 800 MHz (asserted by call to hardware).

proc ioports

cat /proc/ioports
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
01f0-01f7 : 0000:00:1f.1
  01f0-01f7 : ide0
0376-0376 : 0000:00:1f.1
03c0-03df : vesafb
03f6-03f6 : 0000:00:1f.1
  03f6-03f6 : ide0
0cf8-0cff : PCI conf1
1000-1003 : ACPI PM1a_EVT_BLK
1004-1005 : ACPI PM1a_CNT_BLK
1008-100b : ACPI PM_TMR
1010-1015 : ACPI CPU throttle
1020-1020 : ACPI PM2_CNT_BLK
1028-102f : ACPI GPE0_BLK
1800-1807 : 0000:00:02.0
1808-180b : 0000:00:03.2
180c-180f : 0000:00:03.2
1810-181f : 0000:00:03.2
1820-1827 : 0000:00:03.2
1828-182f : 0000:00:03.2
1830-1837 : 0000:00:03.3
  1830-1837 : serial
1840-185f : 0000:00:19.0
  1840-185f : e1000
1860-187f : 0000:00:1a.0
  1860-187f : uhci_hcd
1880-189f : 0000:00:1a.1
  1880-189f : uhci_hcd
18a0-18bf : 0000:00:1d.0
  18a0-18bf : uhci_hcd
18c0-18df : 0000:00:1d.1
  18c0-18df : uhci_hcd
18e0-18ff : 0000:00:1d.2
  18e0-18ff : uhci_hcd
1c00-1c0f : 0000:00:1f.1
  1c00-1c07 : ide0
1c20-1c3f : 0000:00:1f.2
1c40-1c43 : 0000:00:1f.2
1c44-1c47 : 0000:00:1f.2
1c48-1c4f : 0000:00:1f.2
1c50-1c57 : 0000:00:1f.2
1c60-1c7f : 0000:00:1f.3
  1c60-1c7f : i801_smbus
2000-2fff : PCI Bus #02
3000-3fff : PCI Bus #03
4000-4fff : PCI Bus #04
5000-5fff : PCI Bus #05
6000-6fff : PCI Bus #0d
7000-afff : PCI Bus #15
  7000-70ff : PCI CardBus #16
  7400-74ff : PCI CardBus #16

proc interrupts

cat /proc/interrupts
           CPU0       CPU1       
  0:    1379077    1407493   IO-APIC-edge      timer
  1:       5390       5191   IO-APIC-edge      i8042
  8:          0          1   IO-APIC-edge      rtc
  9:       4038       4054   IO-APIC-fasteoi   acpi
 12:     131547     131479   IO-APIC-edge      i8042
 14:      50931      49269   IO-APIC-edge      ide0
 16:      20574      20565   IO-APIC-fasteoi   uhci_hcd:usb5, yenta
 17:        256        207   IO-APIC-fasteoi   uhci_hcd:usb6, firewire_ohci, HDA Intel
 18:          0          0   IO-APIC-fasteoi   uhci_hcd:usb7
 19:      66566      33435   IO-APIC-fasteoi   ehci_hcd:usb2
 20:     199438     206063   IO-APIC-fasteoi   uhci_hcd:usb3
 21:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4
 22:       4261       4237   IO-APIC-fasteoi   ehci_hcd:usb1
1273:      16469      16358   PCI-MSI-edge      eth0
1274:      12264      12381   PCI-MSI-edge      ahci
NMI:          0          0 
LOC:    2786497    2786464 
ERR:          0

proc bus usb

cat /proc/bus/usb/devices
T:  Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=06 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=17ef ProdID=1003 Rev= 1.00
S:  Manufacturer=Lenovo
S:  Product=Integrated Smart Card Reader
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=0b(scard) Sub=00 Prot=00 Driver=(none)
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=24ms

T:  Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1d.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1a.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc= 45/900 us ( 5%), #Int=  1, #Iso=  1
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 uhci_hcd
S:  Product=UHCI Host Controller
S:  SerialNumber=0000:00:1a.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0a5c ProdID=2110 Rev= 1.00
S:  Manufacturer=Broadcom Corp
S:  Product=BCM2045B
C:* #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=1ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:  If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=   0 Ivl=1ms
I:  If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=   9 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=   9 Ivl=1ms
I:* If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  17 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  17 Ivl=1ms
I:  If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  32 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  32 Ivl=1ms
I:  If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
I:  If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=84(I) Atr=02(Bulk) MxPS=  32 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none)

T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0483 ProdID=2016 Rev= 0.01
S:  Manufacturer=STMicroelectronics
S:  Product=Biometric Coprocessor
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=   4 Ivl=20ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1d.7
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 4
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.22-1-amd64 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:1a.7
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=01 Lev=01 Prnt=01 Port=02 Cnt=01 Dev#=  4 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=3538 ProdID=0054 Rev= 1.00
S:  Manufacturer=PQI
S:  Product=U190
S:  SerialNumber=00000000000208
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 80mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=125us
E:  Ad=82(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=  64 Ivl=16ms

proc bus input

cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab54
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: EV=120013
B: KEY=402000000 3802078fb40f001 7effffdfffefffff ffffffffffffffff
B: MSC=10
B: LED=7

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: EV=40001
B: SND=6

I: Bus=0011 Vendor=0002 Product=0007 Version=81b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/class/input/input2
U: Uniq=
H: Handlers=mouse0 event2 ts0 
B: EV=b
B: KEY=6420 70000 0 0 0 0
B: ABS=11000003

I: Bus=0011 Vendor=0002 Product=000a Version=0000
N: Name="TPPS/2 IBM TrackPoint"
P: Phys=synaptics-pt/serio0/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse1 event3 ts1 
B: EV=7
B: KEY=70000 0 0 0 0
B: REL=3

I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=button_power/button/input0
S: Sysfs=/class/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=3
B: KEY=10000000000000 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/class/input/input5
U: Uniq=
H: Handlers=event5 
B: EV=21
B: SW=1

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/class/input/input6
U: Uniq=
H: Handlers=kbd event6 
B: EV=3
B: KEY=4000 0 0

I: Bus=0011 Vendor=1014 Product=5450 Version=0001
N: Name="/usr/sbin/thinkpad-keys"
P: Phys=
S: Sysfs=/class/input/input7
U: Uniq=
H: Handlers=kbd event7 
B: EV=3
B: KEY=300000001 2000000000100000 e000000000000 0

hdparm

hdparm -I /dev/sda
/dev/sda:

ATA device, with non-removable media
	Model Number:       ST9160824AS                             
	Serial Number:      ##REMOVED##

dmidecode

dmidecode
# dmidecode 2.9
SMBIOS 2.4 present.
73 structures occupying 2430 bytes.
Table at 0x000E0010.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: LENOVO
	Version: 7LET39WW (1.09 )
	Release Date: 05/14/2007
	Address: 0xE0000
	Runtime Size: 128 kB
	ROM Size: 4096 kB
	Characteristics:
		PCI is supported
		PC Card (PCMCIA) is supported
		PNP is supported
		BIOS is upgradeable
		BIOS shadowing is allowed
		ESCD support is available
		Boot from CD is supported
		Selectable boot is supported
		BIOS ROM is socketed
		EDD is supported
		ACPI is supported
		USB legacy is supported
		BIOS boot specification is supported
		Targeted content distribution is supported
	BIOS Revision: 1.9
	Firmware Revision: 1.5

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: LENOVO
	Product Name: 7661A56
	Version: ThinkPad T61
	Serial Number: REMOVED
	UUID: REMOVED
	Wake-up Type: Power Switch
	SKU Number: Not Specified
	Family: ThinkPad T61

Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
	Manufacturer: LENOVO
	Product Name: 7661A56
	Version: Not Available
	Serial Number: REMOVED

Handle 0x0003, DMI type 3, 13 bytes
Chassis Information
	Manufacturer: LENOVO
	Type: Notebook
	Lock: Not Present
	Version: Not Available
	Serial Number: Not Available
	Asset Tag: No Asset Information
	Boot-up State: Unknown
	Power Supply State: Unknown
	Thermal State: Unknown
	Security Status: Unknown

Handle 0x0004, DMI type 126, 13 bytes
Inactive

Handle 0x0005, DMI type 126, 13 bytes
Inactive

Handle 0x0006, DMI type 4, 35 bytes
Processor Information
	Socket Designation: None
	Type: Central Processor
	Family: Other
	Manufacturer: GenuineIntel
	ID: FD 06 00 00 FF FB EB BF
	Version: Intel(R) Core(TM)2 Duo CPU     T7100  @ 1.80GHz
	Voltage: 1.3 V
	External Clock: 200 MHz
	Max Speed: 1800 MHz
	Current Speed: 1800 MHz
	Status: Populated, Enabled
	Upgrade: None
	L1 Cache Handle: 0x000A
	L2 Cache Handle: 0x000C
	L3 Cache Handle: Not Provided
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified

Handle 0x0007, DMI type 5, 20 bytes
Memory Controller Information
	Error Detecting Method: None
	Error Correcting Capabilities:
		None
	Supported Interleave: One-way Interleave
	Current Interleave: One-way Interleave
	Maximum Memory Module Size: 4096 MB
	Maximum Total Memory Size: 8192 MB
	Supported Speeds:
		Other
	Supported Memory Types:
		DIMM
		SDRAM
	Memory Module Voltage: 2.9 V
	Associated Memory Slots: 2
		0x0008
		0x0009
	Enabled Error Correcting Capabilities:
		Unknown

Handle 0x0008, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM Slot 1
	Bank Connections: 0 1
	Current Speed: 155 ns
	Type: DIMM SDRAM
	Installed Size: 1024 MB (Double-bank Connection)
	Enabled Size: 1024 MB (Double-bank Connection)
	Error Status: OK

Handle 0x0009, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM Slot 2
	Bank Connections: 2 3
	Current Speed: 155 ns
	Type: DIMM SDRAM
	Installed Size: Not Installed
	Enabled Size: Not Installed
	Error Status: OK

Handle 0x000A, DMI type 7, 19 bytes
Cache Information
	Socket Designation: Internal L1 Cache
	Configuration: Enabled, Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 64 KB
	Maximum Size: 64 KB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Instruction
	Associativity: 8-way Set-associative

Handle 0x000B, DMI type 7, 19 bytes
Cache Information
	Socket Designation: Internal L1 Cache
	Configuration: Enabled, Socketed, Level 1
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 64 KB
	Maximum Size: 64 KB
	Supported SRAM Types:
		Synchronous
	Installed SRAM Type: Synchronous
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Data
	Associativity: 8-way Set-associative

Handle 0x000C, DMI type 7, 19 bytes
Cache Information
	Socket Designation: Internal L2 Cache
	Configuration: Enabled, Socketed, Level 2
	Operational Mode: Write Back
	Location: Internal
	Installed Size: 2048 KB
	Maximum Size: 2048 KB
	Supported SRAM Types:
		Burst
	Installed SRAM Type: Burst
	Speed: Unknown
	Error Correction Type: Single-bit ECC
	System Type: Unified
	Associativity: 8-way Set-associative

Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: External Monitor
	External Connector Type: DB-15 female
	Port Type: Video Port

Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: Microphone Jack
	External Connector Type: Mini Jack (headphones)
	Port Type: Audio Port

Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: Headphone Jack
	External Connector Type: Mini Jack (headphones)
	Port Type: Audio Port

Handle 0x0010, DMI type 126, 9 bytes
Inactive

Handle 0x0011, DMI type 126, 9 bytes
Inactive

Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: Modem
	External Connector Type: RJ-11
	Port Type: Modem Port

Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: Ethernet
	External Connector Type: RJ-45
	Port Type: Network Port

Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: USB 1
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: USB 2
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: USB 3
	External Connector Type: Access Bus (USB)
	Port Type: USB

Handle 0x0017, DMI type 126, 9 bytes
Inactive

Handle 0x0018, DMI type 126, 9 bytes
Inactive

Handle 0x0019, DMI type 126, 9 bytes
Inactive

Handle 0x001A, DMI type 126, 9 bytes
Inactive

Handle 0x001B, DMI type 126, 9 bytes
Inactive

Handle 0x001C, DMI type 126, 9 bytes
Inactive

Handle 0x001D, DMI type 126, 9 bytes
Inactive

Handle 0x001E, DMI type 126, 9 bytes
Inactive

Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
	Internal Reference Designator: Not Available
	Internal Connector Type: None
	External Reference Designator: IEEE1394
	External Connector Type: IEEE 1394
	Port Type: Firewire (IEEE P1394)

Handle 0x0020, DMI type 126, 13 bytes
Inactive

Handle 0x0021, DMI type 9, 13 bytes
System Slot Information
	Designation: CardBus Slot 1
	Type: 32-bit PC Card (PCMCIA)
	Current Usage: Available
	Length: Other
	ID: Adapter 1, Socket 0
	Characteristics:
		5.0 V is provided
		3.3 V is provided
		PC Card-16 is supported
		Cardbus is supported
		Zoom Video is supported
		Modem ring resume is supported
		PME signal is supported
		Hot-plug devices are supported

Handle 0x0022, DMI type 126, 13 bytes
Inactive

Handle 0x0023, DMI type 126, 13 bytes
Inactive

Handle 0x0024, DMI type 126, 13 bytes
Inactive

Handle 0x0025, DMI type 9, 13 bytes
System Slot Information
	Designation: SmartCard Slot 1
	Type: Other
	Current Usage: Available
	Length: Other
	Characteristics:
		Hot-plug devices are supported

Handle 0x0026, DMI type 126, 13 bytes
Inactive

Handle 0x0027, DMI type 10, 6 bytes
On Board Device Information
	Type: Other
	Status: Disabled
	Description: IBM Embedded Security hardware

Handle 0x0028, DMI type 11, 5 bytes
OEM Strings
	String 1: IBM ThinkPad Embedded Controller -[7KHT21WW-1.05    ]-

Handle 0x0029, DMI type 13, 22 bytes
BIOS Language Information
	Installable Languages: 1
		enUS
	Currently Installed Language: enUS

Handle 0x002A, DMI type 15, 25 bytes
System Event Log
	Area Length: 0 bytes
	Header Start Offset: 0x0000
	Header Length: 16 bytes
	Data Start Offset: 0x0010
	Access Method: General-purpose non-volatile data functions
	Access Address: 0x0000
	Status: Invalid, Full
	Change Token: 0x000000FB
	Header Format: Type 1
	Supported Log Type Descriptors: 1
	Descriptor 1: POST error
	Data Format 1: POST results bitmap

Handle 0x002B, DMI type 16, 15 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 4 GB
	Error Information Handle: Not Provided
	Number Of Devices: 2

Handle 0x002C, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x002B
	Error Information Handle: 0xFF01
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 1024 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM 1
	Bank Locator: Bank 0/1
	Type: DDR2
	Type Detail: Synchronous
	Speed: 667 MHz (1.5 ns)
	Manufacturer: Not Specified
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified

Handle 0x002D, DMI type 17, 27 bytes
Memory Device
	Array Handle: 0x002B
	Error Information Handle: 0xFF01
	Total Width: Unknown
	Data Width: Unknown
	Size: No Module Installed
	Form Factor: SODIMM
	Set: None
	Locator: DIMM 2
	Bank Locator: Bank 2/3
	Type: DDR2
	Type Detail: Synchronous
	Speed: 667 MHz (1.5 ns)
	Manufacturer: Not Specified
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified

Handle 0x002E, DMI type 18, 23 bytes
32-bit Memory Error Information
	Type: OK
	Granularity: Unknown
	Operation: Unknown
	Vendor Syndrome: Unknown
	Memory Array Address: Unknown
	Device Address: Unknown
	Resolution: Unknown

Handle 0x002F, DMI type 19, 15 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x0003FFFFFFF
	Range Size: 1 GB
	Physical Array Handle: 0x002B
	Partition Width: 0

Handle 0x0030, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x0003FFFFFFF
	Range Size: 1 GB
	Physical Device Handle: 0x002C
	Memory Array Mapped Address Handle: 0x002F
	Partition Row Position: 1

Handle 0x0031, DMI type 20, 19 bytes
Memory Device Mapped Address
	Starting Address: 0x0003FFFFC00
	Ending Address: 0x0003FFFFFFF
	Range Size: 1 kB
	Physical Device Handle: 0x002D
	Memory Array Mapped Address Handle: 0x002F
	Partition Row Position: 1

Handle 0x0032, DMI type 21, 7 bytes
Built-in Pointing Device
	Type: Track Point
	Interface: PS/2
	Buttons: 3

Handle 0x0033, DMI type 21, 7 bytes
Built-in Pointing Device
	Type: Touch Pad
	Interface: PS/2
	Buttons: 0

Handle 0x0034, DMI type 22, 26 bytes
Portable Battery
	Location: Rear
	Manufacturer: LGC
	Name: 42T5227
	Design Capacity: 37440 mWh
	Design Voltage: 14400 mV
	SBDS Version: 03.01
	Maximum Error: Unknown
	SBDS Serial Number: REMOVED
	SBDS Manufacture Date: 2007-06-15
	SBDS Chemistry: LION
	OEM-specific Information: 0x00000000

Handle 0x0035, DMI type 126, 26 bytes
Inactive

Handle 0x0036, DMI type 24, 5 bytes
Hardware Security
	Power-On Password Status: Disabled
	Keyboard Password Status: Disabled
	Administrator Password Status: Disabled
	Front Panel Reset Status: Unknown

Handle 0x0037, DMI type 32, 11 bytes
System Boot Information
	Status: No errors detected

Handle 0x0038, DMI type 131, 17 bytes
OEM-specific Type
	Header and Data:
		83 11 38 00 01 02 03 FF FF 1F 00 00 00 00 00 02
		00
	Strings:
		BOOTINF 20h
		BOOTDEV 21h
		KEYPTRS 23h

Handle 0x0039, DMI type 131, 22 bytes
OEM-specific Type
	Header and Data:
		83 16 39 00 01 00 00 00 00 00 00 00 00 00 00 00
		00 00 00 00 00 01
	Strings:
		TVT-Enablement

Handle 0x003A, DMI type 132, 7 bytes
OEM-specific Type
	Header and Data:
		84 07 3A 00 02 D8 36

Handle 0x003B, DMI type 133, 5 bytes
OEM-specific Type
	Header and Data:
		85 05 3B 00 01
	Strings:
		KHOIHGIUCCHHII

Handle 0x003C, DMI type 134, 13 bytes
OEM-specific Type
	Header and Data:
		86 0D 3C 00 12 07 07 20 00 00 00 00 00

Handle 0x003D, DMI type 134, 16 bytes
OEM-specific Type
	Header and Data:
		86 10 3D 00 00 41 54 4D 4C 01 01 00 00 02 01 02
	Strings:
		TPM INFO
		System Reserved

Handle 0x003E, DMI type 135, 13 bytes
OEM-specific Type
	Header and Data:
		87 0D 3E 00 54 50 07 00 01 00 00 00 00

Handle 0x003F, DMI type 135, 18 bytes
OEM-specific Type
	Header and Data:
		87 12 3F 00 54 50 07 01 01 AE 01 00 00 00 00 00
		00 00

Handle 0x0040, DMI type 135, 35 bytes
OEM-specific Type
	Header and Data:
		87 23 40 00 54 50 07 02 42 41 59 20 49 2F 4F 20
		01 00 02 00 00 0A 00 50 1C 46 1C 02 00 0E 00 F0
		01 F6 03

Handle 0x0041, DMI type 135, 26 bytes
OEM-specific Type
	Header and Data:
		87 1A 41 00 54 50 07 04 01 04 01 01 02 00 02 01
		02 00 03 01 02 00 04 01 02 00

Handle 0x0042, DMI type 136, 6 bytes
OEM-specific Type
	Header and Data:
		88 06 42 00 5A 5A

Handle 0x0043, DMI type 137, 28 bytes
OEM-specific Type
	Header and Data:
		89 1C 43 00 0C 02 00 01 01 00 00 01 50 57 4D 53
		20 49 6E 66 6F 72 6D 61 74 69 6F 6E

Handle 0x0044, DMI type 138, 40 bytes
OEM-specific Type
	Header and Data:
		8A 28 44 00 14 01 02 01 40 02 01 40 02 01 40 02
		01 40 01 40 42 49 4F 53 20 50 61 73 73 77 6F 72
		64 20 46 6F 72 6D 61 74

Handle 0x0045, DMI type 139, 37 bytes
OEM-specific Type
	Header and Data:
		8B 25 45 00 11 01 0A 00 00 00 00 00 00 00 00 00
		00 50 57 4D 53 20 4B 65 79 20 49 6E 66 6F 72 6D
		61 74 69 6F 6E

Handle 0x0046, DMI type 129, 8 bytes
OEM-specific Type
	Header and Data:
		81 08 46 00 01 01 02 01
	Strings:
		Intel_ASF
		Intel_ASF_001

Handle 0x0047, DMI type 130, 20 bytes
OEM-specific Type
	Header and Data:
		82 14 47 00 24 41 4D 54 01 01 01 01 01 A5 0B 04
		00 00 00 00

Handle 0x0048, DMI type 127, 4 bytes
End Of Table

/proc/acpi/ibm

grep '' /proc/acpi/ibm/* | grep -v '/proc/acpi/ibm/ecdump'
/proc/acpi/ibm/beep:status:		supported
/proc/acpi/ibm/beep:commands:	<cmd> (<cmd> is 0-17)
/proc/acpi/ibm/bluetooth:status:		enabled
/proc/acpi/ibm/bluetooth:commands:	enable, disable
/proc/acpi/ibm/brightness:level:		0
/proc/acpi/ibm/brightness:commands:	up, down
/proc/acpi/ibm/brightness:commands:	level <level> (<level> is 0-7)
/proc/acpi/ibm/cmos:status:		supported
/proc/acpi/ibm/cmos:commands:	<cmd> (<cmd> is 0-21)
/proc/acpi/ibm/driver:driver:		ThinkPad ACPI Extras
/proc/acpi/ibm/driver:version:	0.14
/proc/acpi/ibm/fan:status:		enabled
/proc/acpi/ibm/fan:speed:		3048
/proc/acpi/ibm/fan:level:		auto
/proc/acpi/ibm/hotkey:status:		enabled
/proc/acpi/ibm/hotkey:mask:		0xff9f
/proc/acpi/ibm/hotkey:commands:	enable, disable, reset, <mask>
/proc/acpi/ibm/led:status:		supported
/proc/acpi/ibm/led:commands:	<led> on, <led> off, <led> blink (<led> is 0-7)
/proc/acpi/ibm/light:status:		off
/proc/acpi/ibm/light:commands:	on, off
/proc/acpi/ibm/thermal:temperatures:	40 38 34 -128 32 -128 33 -128 37 44 36 -128 -128 -128 -128 -128
/proc/acpi/ibm/video:status:		supported
/proc/acpi/ibm/video:lcd:		enabled
/proc/acpi/ibm/video:crt:		disabled
/proc/acpi/ibm/video:dvi:		disabled
/proc/acpi/ibm/video:auto:		enabled
/proc/acpi/ibm/video:commands:	lcd_enable, lcd_disable
/proc/acpi/ibm/video:commands:	crt_enable, crt_disable
/proc/acpi/ibm/video:commands:	dvi_enable, dvi_disable
/proc/acpi/ibm/video:commands:	auto_enable, auto_disable
/proc/acpi/ibm/video:commands:	video_switch, expand_toggle
/proc/acpi/ibm/volume:level:		7
/proc/acpi/ibm/volume:mute:		on
/proc/acpi/ibm/volume:commands:	up, down, mute
/proc/acpi/ibm/volume:commands:	level <level> (<level> is 0-15)

Links / References

Installation-report

(none yet)

Other Howtos

Users Comments

Summary of comments I received by mail.

Sin Tzu ServerLayout Comment

Sin Tzu pointed that Etch's Xorg version doesn't have a "ServerLayout" section. Make sure your xorg.conf has such section, otherwise Xorg will only use the configuration information for the first listed mouse in your xorg.conf file. typically, my xorg.conf has :

Section "ServerLayout"
       Identifier      "Default Layout"
       Screen          "Default Screen"
       InputDevice     "Generic Keyboard"
	#On my system, this is the identifier of the Trackpoint section, YMMV.
       InputDevice     "Configured Mouse"
	#On my system, this is the identifier of the Touchpad section , YMMV.
       InputDevice     "Synaptics Touchpad"
EndSection  

History

	## The option "Ignore" is more effective than "Disable"
	## (undocumented in the manpage, but see :
	## http://lists.freedesktop.org/archives/xorg/2007-July/026340.html )
	Option          "Ignore"        "true"

Andrew Clunis T61 Audio Hack

An Old Workaround from Andrew Clunis (for 2.6.21 and 2.6.22)

It turns out that the problem lies with the mixer. While there isn't aproper patch, I determined that constantly emitting a tone from the PCspeaker will at least allow the speakers to work (line-out will notwork, unfortunately). Read the comments in the attachment for more info. :) t61_audio_hack.py