I was able to get 3.4 up and running. It worked perfectly for everything I tested, except for these items:

1) It still does not support ATI video cards (which was the only reason I wanted to upgrade),
2) Blender 2.62 did not work, would launch and immediately close.
3) Xine would not work, would launch and immediately close.

Best regards,
Rick C. Hodgin

On 05/29/2012 01:43 PM, [email protected] wrote:
You can also build the kernel from source. Here's my usual procedure.

If you don't have the build requirements:
sudo apt-get install build-essential ncurses5


wget http://www.linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-3.4.N/linux-libre-3.4-gnu.tar.xz
tar xf linux-libre-3.4-gnu.tar.xz
cd linux-3.4
make menuconfig (to edit and save the kernel .config file)
INSTALL_MOD_STRIP=1 make deb-pkg (this can take a few hours)
cd ..
sudo dpkg -i linux-*.deb



Reply via email to