You are not logged in.
Pages: 1
Today is my lucky day. I finally found out how to completely remove pulseaudio from system.
sudo killall pulseaudio
sudo apt-get purge pulseaudio pulseaudio-utils gstreamer0.10-pulseaudio libpulse-browse0 paman pavumeter pavucontrol
sudo mv /etc/asound.conf /etc/asound.conf-bak
rm ~/.pulse-cookie
rm -r ~/.pulseReboot. Then install:
sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss alsamixergui libalsaplayer0After next reboot you will get normal sound without distortion, cracking noises and wasted CPU.
PS Happy New Year everybody! 
PSS Even skype started working properly. The only problem - xfce4-volumed doesn't like the absence of pulseaudio very much, but I think I will find a way around it.
Last edited by incogn1to (2012-12-31 14:14:34)
Don't let anyone ever make you feel like you don't deserve what you want
Samsung 535U3C
Offline
Additionally - replace Volume Control Command in PNMixer with:
xfce4-mixeror any other mixer you like.
Last edited by incogn1to (2012-12-31 14:22:17)
Don't let anyone ever make you feel like you don't deserve what you want
Samsung 535U3C
Offline
To get xfce4-volumed working, you should start xfce4-mixer and add all audio channels you wish to manipulate.
Then you should run
xfconf-query -c xfce4-mixer -p /active-track --create -t string -s "Master"You may replace "Master" with any other auido channel. Command shows xfce4-volumed which channel you are interested in.
After restart volume control works as expected.
PS #! is a best Linux distribution again 
Last edited by incogn1to (2012-12-31 14:43:52)
Don't let anyone ever make you feel like you don't deserve what you want
Samsung 535U3C
Offline
Nice write up! I often wonder why professor nominal uses pulse. Seems lately like it causes more grief than glad.
Offline
i am condidering myself to remove pulseaudio.
since this thread is fresh, i probably don't have to start a new one.
i am not sure if pulseaudio could be set up to do what i want, but the way it is now on my system just sucks.
what i want: -seperate channels for seperate apps - i thought this is what pa was designed for - i don't necessarily want to mix them together, but right now the sound system gets seriously confused (crash?) if, e.g., i have youtube videos playing and start my media player.
- clear and simple volume control from systray - pa has a way of changing both master volume and app volume from the systray dropdown. very annoying, makes me open pavucontrol far too often.
- bluetooth support. which works in pa, but does it work with alsa too?
(also i'm considering to install music making software; iirc they all use jackaudio? would that even work with pulseaudio?)
@incogn1to: how is it since you removed pa? everything nice and smooth?
Offline
what i want: -seperate channels for seperate apps
Here is an example (mine) of an ALSA dmixer slave plugin thingy-ma-bobber which achieves exactly that.
/etc/asound.conf
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 1
}with, pcm "hw:1,0" and card 1 being my soundcard.
jackaudio? would that even work with pulseaudio?
install jack-audio-connection-kit, jack-tools and qjackctl...
edit: added path to script.
Last edited by junkie (2013-01-12 08:41:42)
Offline
thanks junkie (is that your username? i don't want to insult you).
i didn't quite get if your tips are for a setup with or without pulseaudio?
oh well i will take a look at my asound.conf now anyway.
what's dmixer?
Offline
@ohnonot yup, I'm a junkie.
and yes I'm only using ALSA.
I guess the first step would be uninstalling pulse if that's what you want.
Then, (after a reboot) making sure sound is working for you with just ALSA.
If, not maybe a simple solution would be to reinstall alsa etc...
Then, you could try the my /etc/asound.conf edited for your machine's soundcard.
*reboot *profit -hopefully 
dmix -pcm -plugin
dmix alsa wiki
Last edited by junkie (2013-01-12 18:47:38)
Offline
I thought that I had followed this guide correctly, but evidently I must have done something wrong.
1. tint2 volume control button does not launch xfce4-mixer. Instead, it informs me:

2. Upon attempting to start xfce4-mixer from the terminal, this happens:

Any thoughts?
Registered Linux User #555301
Things worth clicking on: UbuWeb | Autistici/Inventati | Hackerspaces.org wiki | Famicoman's blog
Offline
I had the same problem.
sudo apt-get install gstreamer0.10-alsawhile ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
hello junkie! parallel conversations!
so i removed pa, alsa works nicely on its own.
however if i use the asound conf you suggest (i replaced hw:1,0 with 0,0 and card 1 with 0) pcm don't work anymore, everything runs through master.
obviously i have to set up dmix somehow... is there an easy way to do it?
Offline
@R3nCi: Did installing gstreamer0.10-alsa fix xfce4-mixer for you? I just tried it on the latest Waldorf release after following incogn1to's guide, and it worked (and was necessary) here.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Offline
hello junkie! parallel conversations!
so i removed pa, alsa works nicely on its own.
however if i use the asound conf you suggest (i replaced hw:1,0 with 0,0 and card 1 with 0) pcm don't work anymore, everything runs through master.
obviously i have to set up dmix somehow... is there an easy way to do it?
This has been an ongoing anomaly for me as well. While fiddling with my setup (I have a bit more in my asound to control default sound card) I have been able to either use pcm or master - capture. Maybe an alias to swap between might be the way, but I'll be digging deeper in time. Let me know if you find any progress.
Offline
@R3nCi: Did installing gstreamer0.10-alsa fix xfce4-mixer for you? I just tried it on the latest Waldorf release after following incogn1to's guide, and it worked (and was necessary) here.
Well, I can launch xfce4-mixer from the openbox menu now, but the icon in my tint2 still points to pavucontrol. I'm not exactly sure how to fix that.
Registered Linux User #555301
Things worth clicking on: UbuWeb | Autistici/Inventati | Hackerspaces.org wiki | Famicoman's blog
Offline
@R3nCi: You mean from pnmixer icon in the systray? If so, did you right click on the pnmixer's icon, and then left click on the "Behaviror" tab? And did you then change the value under "Volume Control Command" to "xfce4-mixer" and then clicked "OK"?
Last edited by swensken (2013-01-23 19:41:43)
Asus P8Z68-V, Intel Core i7 2600K, 8GB DDR 1600, Intel 520 SSD, 120gb , Seagate Barracuda 500gb, SyncMaster SA300B
Offline
removed pulse and followed the above method. master volume setting seems not to be linear anymore? not that I care and it all works, but just a peculiarity I noticed.
Offline
@R3nCi: You mean from pnmixer icon in the systray? If so, did you right click on the pnmixer's icon, and then left click on the "Behaviror" tab? And did you then change the value under "Volume Control Command" to "xfce4-mixer" and then clicked "OK"?
Whoops. I didn't think of right-clicking on the icon. Your instructions fixed the problem - thanks! 
Registered Linux User #555301
Things worth clicking on: UbuWeb | Autistici/Inventati | Hackerspaces.org wiki | Famicoman's blog
Offline
@R3nCi: Good to hear it's working. 
Asus P8Z68-V, Intel Core i7 2600K, 8GB DDR 1600, Intel 520 SSD, 120gb , Seagate Barracuda 500gb, SyncMaster SA300B
Offline
OK, so I ran into some kind of problem - I don't remember what - and reverted to Pulseaudio a few months ago. I'd like to give ALSA another shot now, so I followed the steps presented in this guide. Now my system is without audio altogether. Neither xfce4mixer nor alsamixergui are picking up any audio while a YouTube video or locally-stored FLAC audio file is playing.
Once again: thoughts? 
Registered Linux User #555301
Things worth clicking on: UbuWeb | Autistici/Inventati | Hackerspaces.org wiki | Famicoman's blog
Offline
OK, so I ran into some kind of problem - I don't remember what - and reverted to Pulseaudio a few months ago. I'd like to give ALSA another shot now, so I followed the steps presented in this guide. Now my system is without audio altogether. Neither xfce4mixer nor alsamixergui are picking up any audio while a YouTube video or locally-stored FLAC audio file is playing.
Once again: thoughts?
the same has happened to me.
edit- working now, missed a step.
although no volume icon and for some unknown and extremely irritating reason no internet icon either.
Last edited by dgz (2013-05-06 00:22:27)
ooh baby i like it raw
Online
edit- working now, missed a step.
What did you miss? I'd like to try this again.
Registered Linux User #555301
Things worth clicking on: UbuWeb | Autistici/Inventati | Hackerspaces.org wiki | Famicoman's blog
Offline
Nice guide, thanks man
and all it too was 912 kB of archives.
Youtube videos have badly stuttered audio though 
Time to Google some solutions...
Solved: I disabled the cruddy adobe flash plugin (it could not purge via apt so I disabled it in the chrome:plugins URL), then installed gnash:
sudo apt-get install gnash browser-plugin-gnashBeautiful!
Last edited by kbmonkey (2013-05-12 16:48:57)
Offline
dgz wrote:edit- working now, missed a step.
What did you miss? I'd like to try this again.
sudo mv /etc/asound.conf /etc/asound.conf-bak
rm ~/.pulse-cookie
rm -r ~/.pulsei was quite tired at the time.
ooh baby i like it raw
Online
Spent ages "fixing" pulseaudio, gave up and wanted to remove pulseaudio but keep cairo-dock... found this post from the debian mailing lists
http://lists.debian.org/debian-user/201 … 02017.html
Allows you to keep apps which rely on pulseaudio but dont actually need it... as in most of them.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.