Difference between revisions of "Laptop Sound Issues"

From FreekiWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
It appears Laptops do sometimes have sound issues. They are going to be addressed here.
+
It appears Laptops do sometimes have sound issues. They are going to be addressed here:
  
[http://kubasik.net/blog/2008/03/31/sound-problems-in-ubuntu-hardy/ One approach] is to build the alsa modules yourself. If you want to have any hope of keeping your install halfway clean, then you need to get those files tracked by dpkg so we avoid conflicts when the modules are fixed. There’s a simple solution:
 
  
sudo apt-get install module-assistant<br>.
+
[http://kubasik.net/blog/2008/03/31/sound-problems-in-ubuntu-hardy/ One approach] is to build the alsa modules yourself. If you want to have any hope of keeping your install halfway clean, then you need to get those files tracked by dpkg so we avoid conflicts when the modules are fixed. This utilizes the handy module-assistant package to automatically build alsa for you. There’s a simple solution:
sudo m-a update<br>
 
sudo m-a prepare<br>
 
sudo m-a a-i alsa<br>
 
  
This utilizes the handy module-assistant package to automatically build alsa for you. :) Reboot and enjoy!
+
sudo apt-get install module-assistant
 +
sudo m-a update
 +
sudo m-a prepare
 +
sudo m-a a-i alsa
  
 +
Reboot and enjoy!
  
 +
[http://www.alsa-project.org/main/index.php/Main_Page The Alsa Wiki Page]
  
  
Line 17: Line 18:
  
  
 
+
[[Category:Laptops Archive]]
 
 
 
 
 
 
[[Category:Laptops]]
 

Latest revision as of 20:07, 6 November 2013

It appears Laptops do sometimes have sound issues. They are going to be addressed here:


One approach is to build the alsa modules yourself. If you want to have any hope of keeping your install halfway clean, then you need to get those files tracked by dpkg so we avoid conflicts when the modules are fixed. This utilizes the handy module-assistant package to automatically build alsa for you. There’s a simple solution:

sudo apt-get install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa

Reboot and enjoy!

The Alsa Wiki Page