Archive for the 'Linux' Category
Upgrade Alsa (1.0.20), sound problem solution ubuntu jaunty 9.04
To do this, we must begin by determining our version of alsa as follows :
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.18rc3.
We must then install the necessary tools to compile along with the kernel headers :
sudo apt-get -y install build-essential ncurses-dev gettext xmlto
sudo apt-get -y install linux-headers-`uname -r`
Then, we go in our personal folder and download alsa-driver, alsa-lib and alsa-utils :
cd ~
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2
After that, we create a new folder for the compilation and installation of the 3 files. Then, we move the 3 tar files that we just downloaded in this folder :
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp ~/alsa* .
Unpack the 3 tar files :
sudo tar xjf alsa-driver*
sudo tar xjf alsa-lib*
sudo tar xjf alsa-utils*
We compile and install alsa-driver :
cd alsa-driver*
sudo ./configure –with-cards=hda-intel –with-kernel=/usr/src/linux-headers-$(uname -r)
sudo make
sudo make install
We compile and install alsa-lib :
cd ../alsa-lib*
sudo ./configure
sudo make
sudo make install
We compile and install alsa-utils :
cd ../alsa-utils*
sudo ./configure
sudo make
sudo make install
Then, we remove the 3 tar files in our personal folder that are not anymore necessary :
rm -f ~/alsa-driver*
rm -f ~/alsa-lib*
rm -f ~/alsa-utils*
Incoming search terms for this article:
alsa-driver-1 0 18rc3 tar bz2 (1)uninstall alsa 1 0 20 ubuntu (1)
After Mandriva Linux, the OpenSUSE 11.1 launched, what is OpenSuse?
OpenSUSE Linux distributions is the versions of the community who supported and sponsored by Novell. OpenSUSE is a distribution Linux open source and free became the basis for the development of commercial Linux distributions that are provided by Novell, SUSE Linux Enterprise Server (SLES) and SUSE Linux Enterprise Desktop (SLED).
One of the main advantages of OpenSUSE compared to other Linux distributions is the completeness of the libraries and abundance of software is included. Together with Red Hat, SuSE Linux distributions is the versions of the initial survive and grow up to now.
Many people are afraid to use OpenSUSE because the license used. OpenSUSE Linux distributions that are free and open source. OpenSUSE can be used freely and without cost. If a company or institution want variants based SUSE distributions with the support of support, available SLES and SLED. Featured are stable and have backgrounds in OpenSUSE is the basis of the software included in SLES and SLED.
there Are differents between SLED, and SLES is a version of the OpenSUSE community? Apart from the support and little difference in appearance, almost no differences between the versions of the community with the commercial version. We can still use OpenSUSE fully without fear of the reduction in the quality and completeness.
If you want a stable Linux distributions, it’s easy to do in hardware detection, easily managed and supported by community developers in the world and have the support of sponsors from big companies, wanna try OpenSUSE???.
for liveCD Free download here.
Incoming search terms for this article:
OpenSUSE notebook recommendations (2)baixar opensuse para notebook (1)suse sles 11 1download (1)suse linux 11 em notebook sony vaio (1)suse free download (1)suse 11 1 download (1)sismedia suse (1)opensuse notebook distro download (1)opensuse enterprise free (1)hot laptop opensuse (1)free linux download for laptop (1)free download opensuse enterprise server 11 1 (1)download opensuse notebook (1)download opensuse for asus laptop (1)download opensuse enterprise opensuse enterprise (1)download free version of OpenSuses 11 1 (1)why hot laptop with opensuse (1)Préparez-vous pour la prochaine évolution de SUSE Linux! Présentation de openSUSE 11.1, la prochaine version du monde le plus utilisable sous Linux, a été libéré. Parmi les nouvelles fonctionnalités comprennent une meilleure expérience de bureau KDE, mieux synchroniser avec l’iPod et le nouveau téléphone Android G1 avec une mise à jour de Media Player Banshee, et de nombreuses autres améliorations et perfectionnements dans le bureau openSUSE. Il comprend également des mises à jour de logiciels, y compris GNOME 2.24.1, KDE 4.1.3, OpenOffice.org 3.0 et Firefox 3.0.4 et plus.
Pour le télécharger gratuitement ici livecd



