Sound Card with Advanced Linux Sound Architecture (ALSA) Problem & Solution with Upgrade Script
In our current Internet World most of time Google Search Help us to find any problem related to Hardware Related Issue on Linux Box.
In Ubuntu Bangladesh Mailing List, someone named Tanveer Hossain Posted an wired problem, like after installing Ubuntu 10.x on his laptop Dell Inspiration 14R he found that normal built-in spiker in Laptop is playing sound, the interesting issue is when he put an earphone, no sound on earphone.
We all knows that when plug-in any headphone / earphone or line out jack in any sound card or notebook / laptop, it automatically disconnect the default spiker connection mechanically.
Actually this Sound Problem related to the driver and Advanced Linux Sound Architecture (ALSA) System which allow Linux to delivery most advance sound output, 4 Channel, 7 Channel etc (Who Told that Linux is not good on Multimedia Production?). The built in ALSA system has a bug which has been fixed by the project. I don't know why the Ubuntu still didn't Include the Upgraded version of ALSA with it.
Anyway, come to to point, how this ALSA Sound Related Problem Can be Solved. Just follow the instruction bellow:
Download the updated version of ALSA using any of your download manager, browser. I personalty love to use 'wget' which has a wide range of usage. You need to download the package of script of ALSA (AlsaUpgrade-1.0.23-2.tar) provided by the project from their URL: http://www.alsa-project.org/main/index.php/Download or Please do a Google Search (I found the unofficial scripts change their location time to time). I assume that your box don't have 'wget', so let's install the wget first:
[bauani@ost ~]$mkdir alsa # Creating A directory for Easy Maintainability:The AlsaUpgrade-1.0.23-2.tar have 3 scripts, which need to run as root, mean you have to user your 'sudo' power.
[bauani@ost ~]$cd alsa
[bauani@ost alsa]$sudo install wget # Let's Download & Install wget
[bauani@ost alsa]$wget http://url.of.script.home/AlsaUpgrade-1.0.23-2.tar #Download the Scripts
[bauani@ost alsa]$tar xf AlsaUpgrade-1.0.23-2.tar # Untar the Scripts which Contain 3 file
[bauani@ost alsa]$sudo sh AlsaUpgrade-1.0.23-2.sh -d
[bauani@ost alsa]$sudo sh AlsaUpgrade-1.0.23-2.sh -c
[bauani@ost alsa]$sudo sh AlsaUpgrade-1.0.23-2.sh -i
This update script is now installed, to active the change you need a restart.
[bauani@ost alsa]$sudo shutdown -r now # Rebooting Your System
After rebooting check you headphone / earphone, hope your problem has been resolved. The URL of AlsaUpgrade-1.0.23-2.tar is unknown to me. I am looking for the original one. If I found, I will add this here.
To write Above Solutions, I need to take steps / helps from the link bellow. If you still having problem with it, first try the Main Project Page of ALSA which is
http://www.alsa-project.org/main/index.php/Main_Page
Source Used to Write Article Above is:
- https://lists.ubuntu.com/archives/ubuntu-bd/2010-August/007372.html [ I notice the Problem from Here]
- http://forum.projanmo.com/post198909.html#p198909
- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/353206
- http://ubuntuforums.org/showpost.php?p=6589810&postcount=1
Any Comments, Advice & Criticism are Welcome. Which will help me to write perfect in future.
Thanks
Ahamed Bauani
Freelancer ICT Consultant from Bangladesh
Current Volunteer Project: IPv6 Deployment in Bangladesh

