LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > HCL > Laptops and Netbooks > Lenovo
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Lenovo ThinkPad T61 7658-CTO
Reviews Views Date of last review
1 34955 09-22-2008
spacer
Recommended By Average Price Average Rating
100% of reviewers $1,250.00 9.0



Description: All basic hardware works as expected "out of the box" on recent 64bit Ubuntu, SuSE, etc.
- Wide screen (1440x900) version.
- Intel wireless 3945abg
- Intel gigabit ethernet
- Intel GM965 graphics
- Ricoh firewire
- Ricoh card reader

Untested: pcmcia
No Support: Intel turbo memory
Keywords: lenovo thinkpad ibm
/sbin/lspci output: 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c) 0:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:19.0 Ethernet controller: Intel Corporation 82566MM Gigabit Network Connection (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03) 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HBM (ICH8M-E) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 02:00.0 Memory controller: Intel Corporation Turbo Memory Controller (rev 01) 03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02) 15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba) 15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04) 15:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21) 15:00.3 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 11) 15:00.4 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 11) 15:00.5 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 11)


Author
Post A Reply 
Old 09-22-2008, 10:02 PM   #1
theeil
 
Registered: Aug 2004
Distribution: gentoo, debian, slackware
Posts: 25

Rep: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $1,250.00 | Rating: 9

Kernel (uname -r): 2.6.26-1-amd64
Distribution: Debian (Lenny)



Distributions Tested:

OpenSUSE (32/64 bit), Ubuntu (feisty/hardy) 64 bit, Debian Lenny 64 bit.


Hardware Support:

Perfect linux laptop. It's actually certified for RHEL and SLED, but will work out of the box on any modern distro. There is native kernel support for all hardware except for Atheros wireless cards (Intel cards also available) which are supported by madwifi.

Bluetooth works fine. I just run 'hidd --search' to attach my keyboard.

I have yet to test the 4 port ieee1394/Firewire, but I imagine it works since it is detected fine.

Suspend to ram and disk both work fine out of the box on Debian. The soft buttons and lid event all work fine using gnome-power-manager.

Note that the speakers are pretty quiet.

Docking station works as expected. Tested DVI, VGA, audio, serial port, ethernet, ps/2 port, power. A bios update prevents it from crashing when the power state is changed (unplugged, etc) while the laptop is docked by allowing you to disable serial and parallel ports.

SD card reader may remount after laptop resumes.


Performance Notes:

Running with the lenovo 4 cell battery from 1.5-2 hours on Ubuntu/Gnome to 2-2.75 hours on Debian with Xfce4. I later got a 6 cell battery from battdepot.ca which lasts 3-3.5 hours. All times refer to light to normal usage conditions at half brightness. I also found that using Xfce's compositing takes some load off the cpu to the intel gpu and actually saves power.


Features:

To get the trackpoint to behave as intended (hold middle button to scroll) add the following lines to the mouse 'InputDevice' section of xorg.conf
Code:
Option 'EmulateWheel' 'on'
Option 'EmulateWheelTimeout' '200'
Option 'EmulateWheelButton' '2'
The soft wireless toggle button cycles between wifi and bluetooth/wifi/bluetooth/both off. To toggle bluetooth only, I use a custom script to control it via acpi:
Code:
#!/bin/sh
FILE='/proc/acpi/ibm/bluetooth'
if [ -n `grep status $FILE` ]
then echo 'disable' (GREATER THAN SYMBOL) $FILE
else echo 'enable' (GREATER THAN SYMBOL) $FILE
fi
The soft display toggle button may not work. I recommend LXRandR to quickly change display settings reliably (for a presentation or when attaching to vga/dvi monitor.)

We may soon see HDAPS (hard drive accelerometer to protect drive when you drop laptop) support in the shipped kernels in next generation of distros. Right now I've got the HDAPS accelerometers working as a joystick which can be used in neverball.


See http://www.thinkwiki.org/wiki/Category:T61 for full hardware options and lots of useful information about running linux on a T61.
 




  



All times are GMT -5. The time now is 01:33 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration