Thank you! I had the same problem: arts got broken somehow, I re-emerged it but knotify didn't work anymore. Then I tried your solution and now it works again.Ateo wrote:Open ~/.kde/share/config/knotifyrc and make sure it has the following:If they are set to false, change them to true.Code: Select all
[StartProgress] Arts Init=true KNotify Init=true Use Arts=true
Well after modifying that config file it works perfectly again here as well. Thanks a bunchetk wrote: I pulled down KDE 3.3.0 and ran into this exact same problem - no sound at all. After modifying ~/.kde/share/config/knotifyrc to(Arts Init and Use Arts were for whatever reason false on mine), I believe this was what started allowing me to play WAV files within KDE. However .ogg files were still not working. I managed to get aplay to "play" ogg files, but they were screeching garbled noise.Code: Select all
[StartProgress] Arts Init=true KNotify Init=true Use Arts=true

Code: Select all
artsshell suspendCode: Select all
sound server was already suspendedCode: Select all
Playing WAVE '/mnt/data/Media/Sounds/alive.wav' : Unsigned 8 bit, Rate 11000 Hz, Mono
aplay: pcm_write:1115: write error: Input/output errori've had this problem too. i've upgraded to 3.3.2, and my knotifyrc file looks like its supposed to:srlinuxx wrote:Try to start artsd at the commandline and see what it says.
Code: Select all
[StartProgress]
Arts Init=true
KNotify Init=true
Use Arts=trueCode: Select all
# artsd
ALSA lib pcm_hw.c:1172:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: Device or resource busy
Error while initializing the sound driver:
device: default can't be opened for playback (Device or resource busy)
am i correct in assuming that you had been using KDE 3.3.0? FWIW, this doesn't seem to be applicable to my case, where i started off with an installation of 3.3.1 and upgraded to 3.3.2. according to portage, i already have flac-1.1.1 installed as a dependency of either 3.3.1 or 3.3.2.etk wrote:When trying to find a simple ogg player, I found /usr/bin/ogg123 had been installed previously due to vorbis-tools. However ogg123 itself would not play ogg files. It complained about a missing FLAC library. With an etcat -u, I found that there was a -flac use flag forr vorbis-tools which I had not set myself (and the package did not use by default).
So I edited /etc/make.conf USE=flac (and of course, others) and re-emerged vorbis-tools - which also brought down the package flac. Once installed, KDE 3.3 now plays ogg sounds without reverting to an "external player" or any of that other business.
well, volume only works as a solution if your volume controls are mis-set. so it seems that there is more than one problem in this thread.shredz wrote:lol I suggested volume a few posts higher... it's good to see how I waste my time helping people here
Code: Select all
emerge arts

i am using kde-3.4-beta1 without arts. even though sound notifications don't work with an external player, others like displaying message box does work.------- Additional Comment #6 From Rohan McGovern 2005-01-26 16:34 PST -------
(by the way, the 'breakage' of knotify is not just restricted to sound notifications. I don't even use knotify for sound notifications, I noticed the breakage because the knotify object disappears from DCOP, which sure as heck should not be caused by not building Arts support.)