cat pointer_reset.sh sudo sh -c "echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/sensitivity"
Friday, April 9, 2010
how to change the response of the lenovo/ibm track point pointer deveice in ubuntu linux
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
Sunday, August 23, 2009
how to install hdaps on ubuntu / lenovo t60
sudo apt-get install build-essential module-assistant
sudo /etc/init.d/hdapsd stop
sudo modprobe -vr hdaps
sudo modprobe -vr tp-smapi
sudo m-a a-i -f tp-smapi
sudo -i
rm /lib/modules/$KVER/kernel/ubuntu/misc/thinkpad_ec.ko
rm /lib/modules/$KVER/kernel/ubuntu/misc/tp_smapi.ko
rm /lib/modules/$KVER/kernel/drivers/hwmon/hdaps.ko
modprobe tp_smapi
modprobe hdaps
# install hdapsd from : https://launchpad.net/~jonasped/+archive/ppa
/etc/init.d/hdapsd start
hdaps-gl
# refrence :
# https://launchpad.net/~jonasped/+archive/ppa
# http://meandmyubuntu.blogspot.com/2009/05/getting-hdasp-to-work-on-jaunty.html
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/297213/comments/15
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.