A Blog about technology, linux, peer2peer, cool new downloads and software development.
Showing posts with label thinkpad. Show all posts
Showing posts with label thinkpad. Show all posts

Wednesday, March 17, 2010

how to install hdaps on ubuntu 9.10


HOW-TO install the driver :
http://www.thinkwiki.org/wiki/Installing_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T61#Install_HDAPS_-_IBM_Active_Protection_System_Linux_Driver

How to install monitoring utilities :
http://www.thinkwiki.org/wiki/HDAPS

Saturday, February 20, 2010

How to configure the sensitivity of the Lenovo trackpoint joystick in ubuntu linux


To test :
$ sudo -s
# echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/sensitivity

to change permanently :
$ sudo vim /etc/rc.local
and add the line :
echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/sensitivity

Saturday, February 9, 2008

Installing Ubuntu hardy alpha-3 on Lenovo / Ibm ThinkPad T60

Problematic hardware on my specific machine variant :
Intel 82573L copper NIC
Atheros AR5418 wifi NIC
ATI Radeon X1300 Display
1. get the ubuntu as the kubuntu power managment dosent work (didnt check the other variations)
2. check your hardware : sudo su -; lshw | less
3. Install the Intel copper NIC driver for the Intel 82573L chip : http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&ProductID=983&DwnldID=9180&lang=eng
(follow the instructions, connect the cable before the make / make install or else the phy is powered down to save power)
4. Install the Atheros AR5418 wireless network driver : get the latest driver source from the http://madwifi.org/ svn and compile/isntall per instructions, reboot and use the network manager to configure the wireless network as usual.