Archive for the ‘Kubuntu’ Category

Upgrade Alsa (1.0.23) on Ubuntu Lucid Lynx 10.04

May 2nd, 2010 by alpho2k 319
alsa Ubuntu Lucid Lynx 10.04 is coming by default with the version 1.0.21 of Alsa so I decided to upgrade to the last version wich is 1.0.23.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.23) on Ubuntu Lucid Lynx 10.04″

Upgrade Alsa (1.0.23) on Ubuntu Karmic Koala 9.10

April 17th, 2010 by alpho2k 27
alsa Ubuntu Karmic Koala 9.10 is coming by default with the version 1.0.20 of Alsa so I decided to upgrade to the last version wich is 1.0.23.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.23) on Ubuntu Karmic Koala 9.10″

Upgrade Alsa (1.0.22.1) on Ubuntu Karmic Koala 9.10

December 17th, 2009 by alpho2k 90
alsa Ubuntu Karmic Koala 9.10 is coming by default with the version 1.0.20 of Alsa so I decided to upgrade to the last version wich is 1.0.22.1.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.22.1) on Ubuntu Karmic Koala 9.10″

Upgrade Alsa (1.0.21) on Ubuntu Karmic Koala 9.10

October 29th, 2009 by alpho2k 81
alsa Ubuntu Karmic Koala 9.10 is coming by default with the version 1.0.20 of Alsa so I decided to upgrade to the last version wich is 1.0.21.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.21) on Ubuntu Karmic Koala 9.10″

Upgrade Alsa (1.0.21) on Ubuntu Jaunty 9.04

August 31st, 2009 by alpho2k 137
alsa Ubuntu Jaunty 9.04 is coming by default with the version 1.0.18rc3 of Alsa so I decided to upgrade to the last version wich is 1.0.21.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.21) on Ubuntu Jaunty 9.04″

Upgrade Alsa (1.0.20) on Ubuntu Jaunty 9.04

May 9th, 2009 by alpho2k 94
alsa Ubuntu Jaunty 9.04 is coming by default with the version 1.0.18rc3 of Alsa so I decided to upgrade to the last verison wich is 1.0.20.

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.20) on Ubuntu Jaunty 9.04″

How to install Java on Ubuntu Jaunty 9.04

May 5th, 2009 by alpho2k 7
java_logo1 Here’s how to install Java on Ubuntu Jaunty 9.04. This will allow Firefox to run Java applications. It also works for those who are under 64 bit Ubuntu.

[ad#Widgetbucks]
What is Java ?

According to Wikipedia, Java refers to a number of computer software products and specifications from Sun Microsystems that together provide a system for developing application software and deploying it in a cross-platform environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones on the low end, to enterprise servers and supercomputers on the high end.

Click to continue reading “How to install Java on Ubuntu Jaunty 9.04″

How to install Flash 64-bit on Ubuntu Jaunty 9.04

May 1st, 2009 by alpho2k 9
flash_logo Flash is coming by default in Ubuntu Jaunty 9.04 repositories with the 32-bit version. Here is a small procedure to install the 64-bit version.

[ad#Widgetbucks]
What is Flash ?

According to Wikipedia : Adobe Flash (previously called Macromedia Flash) is a multimedia platform originally acquired by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate video into web pages, and more recently, to develop rich Internet applications. Web site like youtube or dailymotin use this technologie.

Installation

We must start by uninstalling the current version of Flash installed on your computer if necessary as follows :

sudo apt-get remove flashplugin-nonfree flashplugin-installer

Then, we download Flash directly from Adobe :

wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz

We then extract the archive and move the extracted file in the plugins directory of Firefox :

[ad#Adsense]
tar xvf libflashplayer-10.0.22.87.linux-x86_64.so.tar.gz
sudo mv libflashplayer.so /usr/lib/mozilla/plugins/

Now, just restart Firefox to take full advantage of Flash!

Upgrade Alsa (1.0.19) on Ubuntu Jaunty 9.04

May 1st, 2009 by alpho2k 14
alsa Ubuntu Jaunty 9.04 is coming by default with the version 1.0.18rc3 of Alsa so I decided to upgrade to the last verison wich is 1.0.19. For the 1.0.20 version, go here!

[ad#Widgetbucks]

What is Alsa (Advanced Linux Sound Architecture) ?

According to Wikipedia, Alsa is a Linux kernel component intended to replace the original Open Sound System (OSS) for providing device drivers for sound cards. Some of the goals of the ALSA project at its inception were automatic configuration of sound-card hardware, and graceful handling of multiple sound devices in a system, goals which it has largely met.

Installation :

To do this, we must begin by determining our version of alsa as follows :

Click to continue reading “Upgrade Alsa (1.0.19) on Ubuntu Jaunty 9.04″

Acer Aspire 6920 – Bass not working on Ubuntu Jaunty 9.04

April 29th, 2009 by alpho2k 15

Once your sound is working with the method I described this morning, we must now correct the problem with the bass that isn’t working.
[ad#Widgetbucks]
First, we must download hda-verb:

Click to continue reading “Acer Aspire 6920 – Bass not working on Ubuntu Jaunty 9.04″

 
WordPress Loves AJAX