Monday, August 27, 2007
re-compile kernel on ubuntu for Lenovo X60
apt-get install linux-source
patch suspend2
bzcat *.bz | patch -p1
patch ieee80211
make patch_kernel SHELL=/bin/bash
make ipw3945
make SHELL=/bin/bash
ipw3945d-2.6.22-9
tp_smapi (+hdaps)
make install HDAPS=1 SHELL=/bin/bash
At least, now hdaps working, as well as systemtap's "hello world".
patch suspend2
bzcat *.bz | patch -p1
patch ieee80211
make patch_kernel SHELL=/bin/bash
make ipw3945
make SHELL=/bin/bash
ipw3945d-2.6.22-9
tp_smapi (+hdaps)
make install HDAPS=1 SHELL=/bin/bash
At least, now hdaps working, as well as systemtap's "hello world".