Penguin
Diff: UbuntuDapperNotes
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of UbuntuDapperNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Saturday, August 19, 2006 11:58:26 am by AlastairPorter
Older page: version 7 Last edited on Saturday, July 29, 2006 11:01:46 am by AristotlePagaltzis Revert
@@ -20,5 +20,20 @@
  
 <verbatim> 
 sudo sh -c 'echo dmfe >> /etc/modules' 
 sudo sh -c 'echo blacklist tulip >> /etc/modprobe.d/blacklist' 
+</verbatim>  
+  
+!! Firefox Sound isn't working  
+Ubuntu [lists a bug|https://launchpad.net/distros/ubuntu/+source/flashplugin-nonfree/+bug/29760] with flash and firefox, which causes firefox to crash when using the esd audio sink. Ubuntu's fix is to disable sound.  
+You can use alsa instead:  
+<verbatim>  
+apt-get install alsa-oss  
+</verbatim>  
+Edit the file ''<tt>/etc/firefox/firefoxrc</tt>'' and replace the line  
+<verbatim>  
+FIREFOX_DSP="none"  
+</verbatim>  
+with  
+<verbatim>  
+FIREFOX_DSP="aoss"  
 </verbatim>