Problem with ARTS [fixed]

I'm new to this forum so first of all I want to say hello.
I got interested in archlinux because a friend of mine told me about the interesting packaging system and the performance of archlinux (however this is not my concern, I don't use linux for setting up a server or something )
Anyways I tried it and I liked it from the start. I've got most of the things working well with kernel 2.6 (the one on the CD of arch 0.6)
There is one problem though. I can't seem to get arts to work. Every time I start up the deamon, it's complaining about alsa-lib or something.
this is what I did:
[laurens@Nectar]-[/home/laurens]-83-$> artsd
unix_connect: can't connect to server (unix:/tmp/mcop-laurens/Nectar-1954-410a6da3)
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
after <ctrl-c>I tried
$> artds -l 0 (level 0 = debugging)
and got the following output:
[laurens@Nectar]-[/home/laurens]-79-$> artsd -l 0
artsd version is 1.2.3
gsl: using Unix98 pthreads directly for mutexes and conditions
[artsd: 6356] SoundServerStartup --> got lock
autodetecting driver:
- toss: 4
- esd: -1
- null: -1
- alsa: 11
- oss: 10
... which means we'll default to alsa
ALSA driver: default
buffering: 7 fragments with 1024 bytes (audio latency is 40.6 ms)
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
Closing ALSA-driver
virtualize StereoVolumeControl
ALSA driver: default
buffering: 7 fragments with 1024 bytes (audio latency is 40.6 ms)
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
Closing ALSA-driver
virtualize StereoVolumeControl
ALSA driver: default
buffering: 7 fragments with 1024 bytes (audio latency is 40.6 ms)
ALSA lib pcm_hw.c:549:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe
audio format is 44100 Hz, 16 bits, 2 channels
addDirectory(/opt/kde/lib/mcop,)
addDirectory(/opt/kde/lib/mcop/Arts,Arts)
addDirectory(/home/laurens/.mcop/trader-cache,)
addDirectory(/opt/kde/lib/mcop,)
addDirectory(/opt/kde/lib/mcop/Arts,Arts)
addDirectory(/home/laurens/.mcop/trader-cache,)
[artsd: 6356] SoundServerStartup <-- released lock
then I had to <ctrl-c>:
Synth_PLAY: closing audio fd
Closing ALSA-driver
This is my lsmod output:
[laurens@Nectar]-[/home/laurens]-81-$> lsmod
Module Size Used by
ipt_MASQUERADE 3456 1
iptable_nat 22692 2 ipt_MASQUERADE
ip_conntrack 30220 2 ipt_MASQUERADE,iptable_nat
iptable_filter 2560 1
ip_tables 17152 3 ipt_MASQUERADE,iptable_nat,iptable_filter
parport_pc 22976 1
lp 9608 0
parport 36808 2 parport_pc,lp
ppp_synctty 8320 0
ppp_async 10624 1
ppp_generic 27412 6 ppp_synctty,ppp_async
slhc 6912 1 ppp_generic
8139too 22272 0
mii 4864 1 8139too
sis900 18308 0
crc32 4352 2 8139too,sis900
tsdev 6016 0
joydev 8640 0
evdev 7936 0
snd_pcm_oss 51880 0
snd_mixer_oss 18304 1 snd_pcm_oss
snd_intel8x0 32556 1
snd_ac97_codec 68356 1 snd_intel8x0
snd_pcm 91780 2 snd_pcm_oss,snd_intel8x0
snd_timer 23556 1 snd_pcm
snd_page_alloc 9480 2 snd_intel8x0,snd_pcm
gameport 3968 1 snd_intel8x0
snd_mpu401_uart 7040 1 snd_intel8x0
snd_rawmidi 21540 1 snd_mpu401_uart
snd_seq_device 6920 1 snd_rawmidi
snd 50276 11 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 8160 1 snd
ohci_hcd 20484 0
rtc 11976 0
nls_cp850 4992 1
vfat 12928 1
fat 41632 1 vfat
nls_iso8859_15 4736 4
ntfs 119660 3
For the record: I can play sound easily with alsa, so that's no problem at all. I just want to get rid of the sounds that are placed in a stack or something while I'm listening to music. I want it to play all together. Already tried ESD but that makes my sound ugly.
Any help appreciated.

i would like to add some hints to this post as this is by far only half the story.
1st - his /etc/asound.conf is wrong
pcm.dsp0 {
type plug
slave.pcm "dmixer"
pcm.!default {
type plug
slave.pcm "dmixer"
pcm.dmixer {
type dmix
ipc_key 3950183
slave {
pcm "hw:0,0"
rate 44100
period_time 0
period_size 1024
buffer_size 8192
bindings {
0 0
ctl.mixer0 {
type hw
card 0
}1 1
notice the 1 1 at the end? i always wondered why that was - it should be here:
bindings {
0 0
1 1
otherwise you'll be scratching your ass wondering why you only get sound in one speaker.
Now, for each app.
The settings that work for me are:
xmms - change output plugin to ALSA - click configure - in the audio device combo box type "dmixer" - click apply and xmms is set
xine - open up the setup (change you settings to master of the know universe and restart if you have not already) - click the audio tab - change device used for mono/stereo output to dmixer - scroll down and change audio driver to use to alsa - apply and restart
gaim - just set sounds to auto and test - if it doesn't work when playing another sound tell it to use command and use aplay
gkrellm - play all your alerts with aplay - if you have used another app before and need to change all you alerts do it the smart way! - killall gkrellm - change to your ~/.gkrellm dir - open user config with gvim and find and replace all instances of your old app e.g. esdplay (uhhh), with aplay - much easier than using the configurator.
could this go in the wiki with more apps added?

Similar Messages

  • I how problems with delete/ fix alias

    I how problems with delete/fix alias. Somehow, I am trying to delete or fix alias by clicking the icon it show a pop-up saying to click "delete alias" or "fix alias." When I click "delete alias", it wouldn't let me. When I click "fix alias" I could not find what I am looking for. I try clicking different icon, but is show a pop-up saying "it could not be found (error code-43). Can someone help out????

    Moved to InDesign forum.
    You can start by telling us what the problem is.

  • Problem with arts

    Hi!
    I use kde 3.5.5. When Kde is going to play the sound with arts, the whole system just hangs for 1,5 seconds. Then sound plays, and everything backs to normal. And it happens every time, the sound is going to be played. When in kcontrol I turn off option to run arts with highest possible priority, there is no hang, but sound plays with 2 seconds delay. artsplay somesound gives:
    Can't connect to sound server
    How to solve this problem without arts uninstallation?

    Damnshock wrote:
    Alsa software mixing is a holy S***. The best choise is to use a card with hardware mixing or I've found out that esd works pretty well as esdplay also
    Damnshock
    jackd >> everything else!

  • Problem with BPM fix

    We all know about the BPM switch fix for finding and removing dead entries from iTunes, but I have encountered a (big) problem with this. Actually, two problems, one big, and one slightly smaller:
    1. As anyone who has done this knows, it takes quite a while to write the new information to all your files, especially if you have a lot (I have 5000 songs).
    2. The bigger problem is that once you do this, syncing with you iPod takes over an hour, because every file has to be replaced.
    I don't understand why iTunes can't just let show you a list of all the files that it can't find, instead of having to use a ghetto workaround like the BPM switch. If anyone has any OTHER workaround that doesn't cause this to happen, please let me know...I'll be here for a while as I wait for my ipod to finish updating....

    I don't know what the "BPM Fix" is, but my fix for removing for finding dead entries is much simpler.
    Download one of these scripts:
    http://otto.homedns.org/itunes/RemoveDeadTracks.txt
    http://otto.homedns.org/itunes/FindDeadTracks.txt
    Save them to your hard drive and rename them to have a ".js" extension.
    While iTunes is running, double click one of them to run them. The Remove one will remove all dead tracks from your library. The Find one will just create a text file with the names of these tracks instead.
    "Dead tracks" being anything that will have a ! beside it in iTunes.
    *The RemoveDeadTracks script is the same one included in Apple's iTunes COM SDK. It's unmodified.
    *The FindDeadTracks script is my modified version of same.

  • Anyone having problems with art/animation/audio disappearing from the timeline after a save?

    Hello,
    I'm having problems with many files losing their assets from the timeline after a save and reopening the file in Mac OS X Snow Leopard. This is happens quite often now and there seems to be no pattern to it. For example, I will open an existing Flash animation complete with sound and artwork, make changes to the animation timing, test the SWF and everything looks good, then save. After reopening the exact same file, there will be audio that was on the timeline will be an empty frame. In addition, there is art work that was swapped out or updated to a character and the symbols becomes empty after reopening. I'm losing days and hours of work and I can't seem to find any answers or help to figure out what's going on.
    Any insight would be appreciated!
    thanks!

    I now use CS5.5 but I've noticed it on every version since CS4.
    I JUST ran the latest update to 11.5.1.349
    I'll let you know if it continues but for now I'm planning to learn a new software. Finally have some time to focus on this and if it works out I may say so long to Flash. I'll give CS6 a try but if it's not SIGNIFICANTLY improved (Brush tool comparable to ToonBoom, No losing data, Better Playback, Ability to export HTML5), it's just not worth it anymore. I've been using Flash since version 1 and since Adobe took it over, I hate to say that anything other than actionscript has gone WAY downhill. Many new features but they don't actually work well, or crash at runtime if used beyond a tutorial's level intensity. What's the point of all that functionality if it looks like garbage and can't perform on a professional level? Even if you do take the extra time to work slowly or limited to make it look nice - it loses the data! or now without HTML5 your venues of use are sliced in half? Pointless. I don't want to trash all my Flash experience, but I'm done defending an inferior product and waiting for it to catch up to a modern professional standard. I think my Flash days may be over very soon unfortunately. I feel like the're more interested in defending what they've created, than in making it work or even asking us what we want. I feel like a Girlfriend who's Man keeps promising to get steady work but hasn't after 10 years. Flash...we need to talk.

  • Apogee duet problems with mavericks fixed?

    Any person worked out the problems with Mavericks and midi issues??? I have an Apogee Duet for Mac/IOS

    Nope.   To put it bluntly Apple really screwed this up.  The opperating system has created serious headaches for musicians and it doen't look like it's going to be fixed anything time soon. 

  • Ongoing WAP610N problems with no fix in sight...

    The WAP610N in its current form (with current firmware (1.0.01 build 94) is horribly broken and has been this way for many months with no sign from Linksys that they are working on a firmware update that may correct at least some of the problems.
    Here is what is broken:
    Static IP subnet mask - Apparently you can't assign a class C subnet mask (255.255.255.0) in the 10.x.x.x range when setting the WAP610N up with a static IP address.
    Wireless Connectivity issues with some wireless clients on secure networks - Some clients cannot connect when using any type of security on the WAP610N.  WPA, WPA2 with AES or TKIP all seem to be affected.  Same clients can connect and function properly when security is disabled on the WAP610N.  What good is a AP if it does not function properly with security enabled? 
    Wireless Connectivity but not able to obtain IP via DHCP.  This may be related to previous problem, but some wireless clients can connect but are unable to receive a IP via DHCP when connecting to the WAP610N.  Setting clients to Static IP is a workaround as it does provide connectivity but is not suitable for many environments. 
    Reboot under heavy usage - Some WAP610N's reboot randomly when under heavy usage.
    Random disconnect/reconnect and lockups.  Some WAP610N's just lock up and will not pass any traffic until power cycled.  Others exhibit random disconnect/reconnect cycles with certain wireless clients.
    Please do the right thing and dedicate sufficient resources to the problem and get it fixed.  NOW!
    Thank you.
    (Mod Note: Edited for guideline compliance.)

    I've waited long enough and asked Linksys for an RMA for one of the units that I have.  Since I purchased it directly from them I'm taking advantage of the 90 day return policy.  I've replaced that WAP610N with another brand and the new unit is working well and without issues.
    One additional problem that I noticed with the WAP610N is that many smartphones also have problems connecting with it.  I tried to connect to it using a new Windows 7 Phone (Samsung Focus) and nothing that I tried would allow a connect.  Once I replaced the WAP610N with a different brand the WP7 phone connected immediately.  The phone remembered the SSID and WPA-2 AES passphrase from my previous connection attempts and connected immediately with the new AP, as I had configured it using the same values as I had used previously with the WAP610N.
    It is really sad that Linksys has not taken the time to fix these issues with a firmware update.  For all concerned, I hope that they make this a priority and issue a new FW update quickly.  

  • Problem with Indicator: Fixing of Exchange Rate

    Dear All,
    i have a PO, where the "Indicator: Fixing of Exchange Rate" ist set. But in the header info of the goods receipt there is not the rate from the po, there is the actual day rate. And the system book the rate difference value to G/L Account 'exchange loss' and 'price and inventory difference'. I the note 518114 they write, if this flag is set, the system uses this exchange rate.
    Is there maybe any wrong customizing or why does the system use the wrong rate?
    Thanks & BR

    Hi,
    Check the GR Posting Date and Date on which you have activated "Exchange Rate Fixed" Indicator (Check in ME22N - Environment --> Header Changes).
    Whether it has been activated after GR Posting Date.

  • Been having a lot of problems with blackberry, fixed them but now SD card is not being recognized.

    Lately, I've been having a lot of problems. My phone is only a year old. My phone would be fully charged, then 10 minutes later die for no reason & would not turn back on. I decided to buy a new battery & try it out. Gladly, it worked.
    I also decided to wipe everything on my phone then restore the phone to my previous back up. This worked. This morning,as I was playing music, the pause button did not want to work. I didn't think much of it. Later today, when I restarted my phone because it was lagging, when it restarted, my blackberry was not recognizing my SD media card.
    I find this very strange. It is 4 GB &is a lexar. I have already tried formatting the card, this has not worked.
    I have tried almost everything.
    Please help!
    I use my SD card daily due to work related things.
    Please please please help!

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

  • Problems with the Fixed Optical Disk Drive

    I have a Tecra A4, DVD DOES NOT operate, does not read any DVD or CD-ROM and the computer display following error message indicating: Device is not accessible the request could not be performed because of an I/O device error. Any suggestions? lhidalgoa

    Since Apple says that some copy protected DVD's will not function with Disk Sharing, you may need to "clone" the DVD, using the MBP, to a flash drive, and use the flash drive to perform the installation of the software.
    Another alternative is to download and install the Trial version from the Microsoft Office For Mac website, and then use the activation code provided with the DVD to activate the full version install of the trial.

  • C1 Problem with Analyze / Fix Library

    in GW 8.01
    in C1
    Connect to the Domain
    Select the Post Office
    Select the Library
    Tools / GroupWise Utilities / Mailbox/Library Maintenance
    Select Analyze / Fix Library
    RUN is always greyed out
    Also, where is Reassign Orphan Document option ? It's not listed

    Ran into this too. Once in the library maintenance, go back to the drop down, select something else, then go back to library maintenance. For me, the button magically reappears.
    The reassign document option does appear to be missing. I use the standalone gwcheck for that.
    Does that help?
    -Tim
    Originally Posted by Steve Babcock
    in GW 8.01
    in C1
    Connect to the Domain
    Select the Post Office
    Select the Library
    Tools / GroupWise Utilities / Mailbox/Library Maintenance
    Select Analyze / Fix Library
    RUN is always greyed out
    Also, where is Reassign Orphan Document option ? It's not listed

  • Problem with different Labview platform

    Maybe this issue must be address to NI.
    I have this library calling a register DLL. The purpose of the library is to convert a type of movie file from hard drive(*.mcf type) to image stream then to show and eventualy to save it.
    The DLL is designed by NAC camera designer, which is a high speed camera. The code is based on properties, methodes and events from DLL.
    Code works well in Labview 8.6.1, in Labview 11.0.1, Labview 12.0f3. Unfortunately code does not work in Labview 11.0.1f2 which happens to be the one I am developing my applications.
    I will post the code developed by NI Japan (camera also is designed in Japan) and the mcf file as well as the DLL which must be registered.
    The code is compiled in 8.6.1.
    Register first the dll then open the NAC MCFF Control_E.vi.
    Brows the mcf file
    Press Open button
    Slide the frames one by one for showing the images content of the mcf.
    If you want to open under other labview then 8.6.1 then copy the folder and run a mass compile under that version then open the same top vi.
    Please, show me what is different for different versions of labview then in my version does not work.
    Than you,
    Virginia
    Solved!
    Go to Solution.

    Just because it doesn't crash does not mean automatically that everything is alright. You just might be unlucky that the memory corruption does not happen in a vital part of the LabVIEW memory.
    Now, when loading your LLB in LabVIEW on my machine, the first indication that something is wrong would be the error message that C:\Windows\System32\gdi32.dll could not be found. And indeed this is a system DLL that should never be referenced by the full path but simply by the DLL name alone. So change the Library Name or Path in the CLN inside the nac_NI_BitmapRead.vi to just "gdi32.dll" (without quotes). And when you are at it, change the first parameter to be a pointer sized integer too, since this IS a pointer.
    Now look in the configuration dialog in the Function tab a bit further down and notice that the Calling convention is set to C. 99% of all Windows userspace APIs are really stdcall under Win32 and fastcall under Win64. A "bug" in LabVIEW versions before 2009 attempted to automatically fix wrong calling conventions from C to stdcall, based on certain naming attributes of the actually exported function in the DLL (and no, LabVIEW does not show those decorated names but the human readable name). The problem with this fix was that it did not allow for calling (admittingly seldom but nevertheless possible configurations) of DLL functions that happen to follow this naming scheme but were explicitedly declared cdecl by the programmer.
    Try it and tell us if that will help.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Serious problem with Classic and iPod Hi-Fi

    I have a problem with iPod Classic 80GB and iPod Hi-Fi. When iPod is docked in Hi-Fi and it's play music, it always stop play after minut or two, randomly and in display it shows battery icon. What kind of problem could it be? Hardware or software? Maybe is solution for this? Maybe downgarde iPod software could help? How to do it?

    A known problem, with no fix it seems.
    http://discussions.apple.com/thread.jspa?threadID=1203198&tstart=0

  • Strange problem with Domain Values

    Dear All,
      I encounter one strange problem with Domain Fixed Values.
    Background:
       We have a custom domain ( ZXREF2) created for custom data element(ZXREF2) which has replaced standard dataelement in BSEG for field XREF2. This domain has 12 Fixed values. The idea was to have F4 help for field "Reference Key2" in FBL5N/FBL01 tcodes. It is working fine with these 12 Fixed value, means, on F4 we could see all these 12 values and when selecting a line from F4 the entry got thru the screen validation ( plz note hat this validation is like checking the mandatory value so this is done even before PAI).
    Problem:
      The requirement was to add a new line to F4 values( tecnically, 13th record in domain ZXREF2). We added this line to domain and moved to Quality system. Its working fine in both Dev and Qality, but the strange problem occured after moving and testing in Production.
      In production, we could see all 13 lines in F4 help. <b>BUT</b>, after selecting the new one( 13th one), and after the value appears on screen field, when Enter is pressed, it gives error message "Enter Valid value".
       This error message also comes when we enter any value which is not there in F4. That means, system is able to recognize the new value in F4, but falied to validate that.
      We thought that, this might be the problem with Buffer, and request Client to re-start the system. Even after system restart, it still gives the same error message.
    Please note that, the error message is triggered even before PAI of the screen called. So noway( I already tried system debugging) we can debug this error message to findout the rootcause.
    Any quick help would be highly appriciated.
    Thanks and Regards,
    Prasad.

    Hello Max,
      I guess DB Utility ( SE14 ) is to be run only when there is a change at structure level, to make Runtime and Database objects in sync. Here, we just added a new line to existing domain, and this added a new row to the Database table DD07T/DD07L.
      Could you please expalin it more clearly if your view is different that what I just described. 
    Prasad.

  • Kde and arts fixed yet?

    has the problem with arts and kde been resolved yet?

    3.2.3 is out on the 30th may: http://developer.kde.org/development-ve … -plan.html
    kindergarten is the 3.3.0alpha1:
    http://developer.kde.org/development-ve … -plan.html

Maybe you are looking for