heres what happens when i start artsd at the command line.
Code: Select all
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
Code: Select all
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe

xmms doesn't play via arts.. KDE sounds do play using artsgyratedotorg wrote:as i mentioned earlier, im able to play sounds through xmms (using alsa), so alsa is not the issue. i also have my sound drivers compiled into the kernel (not as modules).
Code: Select all
[Misc]
LastConfiguredApp=KDE System Notifications
[StartProgress]
Arts Init=true
KNotify Init=true
Use Arts=true
Code: Select all
[Misc]
LastConfiguredApp=KDE System Notifications
[StartProgress]
Arts Init=false
KNotify Init=true
Use Arts=false

sonf wrote:After googling for
SNDRV_PCM_IOCTL_START failed: Broken pipe
the result on linuxquestions.org:
http://www.linuxquestions.org/questions/history/244052
The post #10 is OK, so check your ~/.kde/share/config/knotifyrc file.
My new and working one looks like:The old wasCode: Select all
[Misc] LastConfiguredApp=KDE System Notifications [StartProgress] Arts Init=true KNotify Init=true Use Arts=trueIt solved my artsd segfault.Code: Select all
[Misc] LastConfiguredApp=KDE System Notifications [StartProgress] Arts Init=false KNotify Init=true Use Arts=false
Hope it helps.
Code: Select all
ALSA lib pcm_hw.c:563:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe Code: Select all
artswrapper -a ossCode: Select all
artsd -a ossTry Dmix, if you get it working, drop us a line. I haven't had the time to try it yet, too much work.fmmarzoa wrote:Same problem here and I've found no solution yet. I dont want to use OSS. I'm thinking about move from arts to another solution.