Nowadays every distribution should work. The formerly reported problems with sound and display are solved. The only feature that seems to be still missing is support for openGL.
What's wrong with Ubuntu?
Everything you need to know about Amilo and Lifebook laptops by Fujitsu
hikaru wrote:And what's the problem with the tutorial you linked? It looks pretty much straight forward and should also work with newer kernel versions. I had a short look at the VIA driver that was linked there. It should work with every linux distribution.
hikaru wrote:I can't tell why the recent Ubuntu release causes trouble but if you're looking for another distribution I would suggest to try one of the following:
Mint, Debian, Mandriva, Fedora, OpenSuse, PCLOS, Sabayon, Dreamlinux
CrazySat wrote:according to your experience with Amilo Li1705 and Linux, which distro do you recomend ?
I am using at moment Ubuntu 8.04 LTS but I am trying to improve ...
cat /proc/asound/version
sudo /etc/init.d/alsa-utils stop
sudo apt-get -y install build-essential ncurses-dev gettext xmlto libasound2-dev
sudo apt-get -y install linux-headers-`uname -r` libncursesw5-dev
cd ~
rm -rf ~/alsa* ~/.pulse*
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.23.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.23.tar.bz2
sudo rm -rf /usr/src/alsa
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/alsa* .
sudo tar xjf alsa-driver*
sudo tar xjf alsa-lib*
sudo tar xjf alsa-utils*
cd alsa-driver*
sudo ./configure
sudo make
sudo make install
cd ../alsa-lib*
sudo ./configure
sudo make
sudo make install
cd ../alsa-utils*
sudo ./configure
sudo make
sudo make install
rm -f ~/alsa-driver*
rm -f ~/alsa-lib*
rm -f ~/alsa-utils*
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
Compiled on May 2 2010 for kernel 2.6.32-21-generic (SMP).
sudo alsaconf
CrazySat wrote:Hi tzotzolyno
thank you so much for your good feed back and for your "how to"![]()
Did you had a fresh and clean install of 10.04 LTS or did you just upgraded from 8.04 LTS ?