Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Hardware
Hardware Troubleshooting
Ubuntu audio not working
Message
<blockquote data-quote="Sr. Normal" data-source="post: 428799"><p>Possibly you have a conflict between PulseAudio and Alsa</p><p></p><p>Remove all traces of Pulseaudio:</p><p>sudo cp /usr/share/alsa/alsa.conf /usr/share/alsa/alsa.conf.bak</p><p></p><p>Add repositories "gnome-media / applets / settings-daemon" to change the Sound Control Press by "gstreamer-based" (This is ideal for users who want OSS4 in GNOME) with:</p><p>sudo apt-add-repository ppa:dtl131/ppa</p><p></p><p>Install the following packages alsa with the following command:</p><p>sudo apt-get install esound esound-clients esound-common alsa-base alsa-tools alsa-utils alsa-oss linux-sound-base python-alsaaudio gnome-media libsdl1.2debian-alsa</p><p></p><p>Uninstalled pulseaudio the following packages with the following command:</p><p>sudo apt-get purge libcanberra-pulse pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-udev pulseaudio-module-x11 gstreamer0.10-pulseaudio pulseaudio-utils pavucontrol</p><p></p><p>reinstall Alsa:</p><p>sudo apt-get --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2</p><p></p><p>reboot</p><p></p><p>With this we have eliminated the conflict between the two managers audio, leaving only Alsa. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite109" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p>-------------------------------------------<strong><span style="font-size: 22px">EDIT</span></strong>----------------------------------------------------------------------</p><p></p><p>Maybe you just missing libraries so you can start with:</p><p>sudo apt-add-repository ppa:dtl131/ppa</p><p>sudo apt-get install esound esound-clients esound-common alsa-base alsa-tools alsa-utils alsa-oss linux-sound-base python-alsaaudio gnome-media libsdl1.2debian-alsa</p><p>sudo apt-get --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2</p><p></p><p>This not uninstall anything and you make sure you have everything you need to work perfectly with Alsa</p></blockquote><p></p>
[QUOTE="Sr. Normal, post: 428799"] Possibly you have a conflict between PulseAudio and Alsa Remove all traces of Pulseaudio: sudo cp /usr/share/alsa/alsa.conf /usr/share/alsa/alsa.conf.bak Add repositories "gnome-media / applets / settings-daemon" to change the Sound Control Press by "gstreamer-based" (This is ideal for users who want OSS4 in GNOME) with: sudo apt-add-repository ppa:dtl131/ppa Install the following packages alsa with the following command: sudo apt-get install esound esound-clients esound-common alsa-base alsa-tools alsa-utils alsa-oss linux-sound-base python-alsaaudio gnome-media libsdl1.2debian-alsa Uninstalled pulseaudio the following packages with the following command: sudo apt-get purge libcanberra-pulse pulseaudio pulseaudio-esound-compat pulseaudio-module-bluetooth pulseaudio-module-gconf pulseaudio-module-udev pulseaudio-module-x11 gstreamer0.10-pulseaudio pulseaudio-utils pavucontrol reinstall Alsa: sudo apt-get --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 reboot With this we have eliminated the conflict between the two managers audio, leaving only Alsa. :) -------------------------------------------[B][SIZE=6]EDIT[/SIZE][/B]---------------------------------------------------------------------- Maybe you just missing libraries so you can start with: sudo apt-add-repository ppa:dtl131/ppa sudo apt-get install esound esound-clients esound-common alsa-base alsa-tools alsa-utils alsa-oss linux-sound-base python-alsaaudio gnome-media libsdl1.2debian-alsa sudo apt-get --purge reinstall linux-sound-base alsa-base alsa-utils linux-image-`uname -r` linux-ubuntu-modules-`uname -r` libasound2 This not uninstall anything and you make sure you have everything you need to work perfectly with Alsa [/QUOTE]
Insert quotes…
Verification
Post reply
Top