Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

artsd crashes with kde 3.3

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
gyratedotorg
Tux's lil' helper
Tux's lil' helper
Posts: 89
Joined: Sat Feb 14, 2004 10:09 pm

artsd crashes with kde 3.3

  • Quote

Post by gyratedotorg » Sat Sep 18, 2004 7:15 pm

ever since i upgraded to kde 3.3, i get no sound through kde. if i try to use kaboodle, artsd segfaults. sound works fine through xmms, so it must be a problem with the new arts.

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
im stuck here until i use ctrl+c. anyone have any suggestions?
Top
pdaphreak
n00b
n00b
Posts: 1
Joined: Sun Sep 19, 2004 6:26 pm

  • Quote

Post by pdaphreak » Sun Sep 19, 2004 6:30 pm

I just switched from esd to artsd to get skype to work, and I am now experiencing the same problem. I will continue to research, and any help is appreciated.
Top
Luka21
n00b
n00b
Posts: 39
Joined: Tue Aug 24, 2004 6:16 pm

  • Quote

Post by Luka21 » Tue Sep 21, 2004 7:32 am

If you're using alsa I suggest starting at the beginning with alsa and work your way up to arts.

1. Make sure you have alsa up and running; try playing some wav file with aplay - I was able to reduce some (arts) errors by compiling kernel with everything that has to do with sound support as module.

2. Maybe it just works? If not create a new user and start kde, just to make sure there is no problem with your old settings.

3. I read that some people had to unmerged old versions of arts and reemerged the new version for everything to work

4. You can also try to rm /tmp/ -r

I am really curious how this will develope, because I have similar problem. I don't expe expect you will be able to fix errors, but at least you should get sound working.
Top
Assgier
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 127
Joined: Wed May 28, 2003 12:37 am
Location: Europe -> Netherlands -> Utrecht -> Amersfoort

  • Quote

Post by Assgier » Tue Sep 21, 2004 8:18 pm

after upgrading to KDE 3.3 (an upgrade to arts 1.3.0 comes with it), you have to recompile alsa-driver (or your kernel(-modules), should you be running alsa from inside the kernel) to be compatible with the new arts :)

It's what got KDE sound working again on my laptop ;)
8)
Top
gyratedotorg
Tux's lil' helper
Tux's lil' helper
Posts: 89
Joined: Sat Feb 14, 2004 10:09 pm

  • Quote

Post by gyratedotorg » Wed Sep 22, 2004 11:30 pm

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).
Top
Assgier
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 127
Joined: Wed May 28, 2003 12:37 am
Location: Europe -> Netherlands -> Utrecht -> Amersfoort

  • Quote

Post by Assgier » Sat Sep 25, 2004 10:55 pm

gyratedotorg 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).
xmms doesn't play via arts.. KDE sounds do play using arts :P

But my above given solution is not really a solution, after getting into trouble with alsa crashing my complete system after a while of playing for example some SNES game with zsnes (Super Nintendo emulator) or supertux, i went tweaking with various alsa versions to stop it from crashing, during this process KDE sound got broken again for some reason and i couldn't fix it back :(

So i think this is still a topic that needs a real fix :(
8)
Top
sonf
n00b
n00b
Posts: 2
Joined: Thu Nov 18, 2004 7:25 am

  • Quote

Post by sonf » Thu Nov 18, 2004 7:35 am

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:

Code: Select all

[Misc]
LastConfiguredApp=KDE System Notifications

[StartProgress]
Arts Init=true
KNotify Init=true
Use Arts=true
The old was

Code: Select all

[Misc]
LastConfiguredApp=KDE System Notifications

[StartProgress]
Arts Init=false
KNotify Init=true
Use Arts=false
It solved my artsd segfault.
Hope it helps.
Top
Assgier
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 127
Joined: Wed May 28, 2003 12:37 am
Location: Europe -> Netherlands -> Utrecht -> Amersfoort

  • Quote

Post by Assgier » Thu Nov 18, 2004 4:12 pm

My own problem with the crashing zsnes/supertux was solved by upgrading to kernel 2.6.9-gentoo-r10 so my conclusion is that the -ck8 kernel was unstable on playing audio, i think that it was fixed in -ck9, but since i'm now using the gentoo sources i haven't tested it :roll:

That did, however, not fix the problem where kde-sounds didn't play using kde's own internal system, therefore i used /usr/bin/play as external player... Till now :)
After sonf's reply, i altered my ~/.kde/share/config/knotifyrc a little and, like a miracle, it's now working again 8O

So KDE 3.3 still has a little bug i think; it's not altering the knotifyrc file correctly ;)

Well anyways, thanks a lot for your reply sonf, because this topic was outdated ;)
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:

Code: Select all

[Misc]
LastConfiguredApp=KDE System Notifications

[StartProgress]
Arts Init=true
KNotify Init=true
Use Arts=true
The old was

Code: Select all

[Misc]
LastConfiguredApp=KDE System Notifications

[StartProgress]
Arts Init=false
KNotify Init=true
Use Arts=false
It solved my artsd segfault.
Hope it helps.
8)
Top
PT_LAmb
Guru
Guru
User avatar
Posts: 332
Joined: Mon Apr 22, 2002 4:55 am
Location: Lisboa (Lisbon), Portugal

  • Quote

Post by PT_LAmb » Fri Dec 31, 2004 5:46 pm

Hi everyone,

I had a similar problem with arts-1.3.1 communicating with ALSA. Everytime I started artsd or artswrapper, I would get an unpleasent

Code: Select all

ALSA lib pcm_hw.c:563:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe 
The only way I found to workaround this problem, was to force artsd to use OSS instead of ALSA appending a switch as follows:

Code: Select all

artswrapper -a oss
or as root:

Code: Select all

artsd -a oss
I hope this helps someone.

Ricardo
SETI@Home - http://setiathome.ssl.berkeley.edu/
Top
fmmarzoa
n00b
n00b
Posts: 17
Joined: Wed Mar 24, 2004 8:39 pm

Same problem here

  • Quote

Post by fmmarzoa » Tue Jan 18, 2005 8:55 am

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.
Top
PT_LAmb
Guru
Guru
User avatar
Posts: 332
Joined: Mon Apr 22, 2002 4:55 am
Location: Lisboa (Lisbon), Portugal

Re: Same problem here

  • Quote

Post by PT_LAmb » Fri Jan 21, 2005 4:53 pm

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.
Try Dmix, if you get it working, drop us a line. I haven't had the time to try it yet, too much work.

Good luck,
Ricardo
SETI@Home - http://setiathome.ssl.berkeley.edu/
Top
Post Reply

11 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic