Another problems

After upgrading my KDE, i couldn't run Noatun, Juk, KMplayer, basically all the applications under multimedia menu...i don't know if this is related to my sound problem
basically in terminal i type "kmplayer &" or "noatun &" and i get the same output when i run "artsd"
kmplayer: error while loading shared libraries: libjack.so.0: cannot open shared object file: No such file or directory
noatun: error while loading shared libraries: libjack.so.0: cannot open shared object file: No such file or directory
i am not able to find "libjack.so.0" using "find" command as well.
I hope this gives you guys clue to help me out.....Thanks

pacman -S jack-audio-connection-kit should solve this

Similar Messages

  • After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!

    After having yet another problem with my MacBook Pro and having to wipe the drive, I am now unable to sync my iPhones etc without erasing all the music on them. Is there a way around this? I have no other library!
    iTunes is a mess! It couldn't find it's own libraries and I was forced to create a new one. Now I don't know where my music is or if any's missing.

    columbus new boy wrote:
    How crap is that?
    It's not crap at all.
    It's not that simple. For example, I've 3500 songs on my MacBook but don't want them all on my phone, so I have to manually select each song again???
    There has to be a solution.
    Why not simply make a playlist with the songs you want on the iPhone?
    and maintain a current backup of your computer.

  • I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem. Another problem, this browser is no longer compatible with some institutions. This new version might have some problems.

    '''I can not eliminate ASK engine from the list. It came back by itself. Please, tel me how I can eliminate this problem.
    Another problem, this browser is no longer compatible with some institutions. .'''

    Step by step, how did you arrive at seeing this agreement?

  • New software update still not downloading.  Apps updates have all downloaded since iTunes issue resolved.  Is the software issue also related to this, or is there another problem?  This is on my iPhone 6, not my Mac.

    Trying to download the iOS 8.2 software update on my iPhone 6, but it won't update.  All app updates have resolved since the iTunes issue was resolved.  Is the software update issue related to this as well, or is it another problem entirely?
    I've synced it to iTunes, turned it off/on, etc., but still not downloading.
    Any help is appreciated.
    Thanks.

    Hi DebC64,
    So is the iOS 8.2 update not downloading to your iPhone, computer or both?
    You have synced it to iTunes, that is an option to update if it's not updating wirelessly.  Please see if other steps help.
    Resolve iOS update and restore errors in iTunes - Apple Support
    Regards,
    Nubz

  • I tried a lot of time to download Lightroom on my MacBookPro without success. I already remove the firewall. Maybe because of a slow connection in Lebanon? Or another problem?

    I tried a lot of time to download Lightroom on my MacBookPro without success. I already remove the firewall. Maybe because of a slow connection in Lebanon? Or another problem?

    Béatricel88978029 do you receive any specific errors when download Photoshop Lightroom?  For information on how to resolve download errors please see Error downloading and installing Creative Cloud application.

  • Another problem with SOAP sender

    I have another problem with SOAP scenario in a different environment (PI 7.0) from my earlier post.
    Scenario:
    Soap Sender -> PI -> Soap Receiver
    Following steps from GoogleSearch SOAP scenario in the SAP How-to Guide for SAP NetWeaver '04 entitled: "How To... Use the XI 3.0 SOAP Adapter" version 1.00 - March 2006.
    I have loaded in the api.google.com/GoogleSearch.wsdl file as an External definition and created the SOAP receiver as described in the How-to guide.  It takes a doGoogleSearch as input and sends back a doGoogleSearchResponse (Sync Call). 
    Note that the GoogleSearch.wsdl contains a complex type ResultElementArray that refers to ResultElement\[\], and a DirectoryCategoryArray that refers to DirectoryCategory\[\].  The ResultElement and DirectoryCategory types are defined in the GoogleSearch.wsdl file.
    Problem One:
    The generated WSDL for the SOAP sender contains the ResultElementArray and DirectoryCategoryArray types but it DOES NOT contain the required ResultElement and DirectoryCategory types.  XML Spy complains that this WSDL is not valid because the type ResultElement\[\] is not defined.
    Problem Two:
    I generate a SOAP message in XML Spy, provide values for the doGoogleSearch fields, and send.  In SXMB_MONI, the SOAP sender payload contains only the <key> value from the doGoogleSearch message body, i.e. <part name="key" type="xsd:string" />
    The other doGoogleSearch fields seem to be missing, i.e.
      <part name="q" type="xsd:string" />
      <part name="start" type="xsd:int" />
      <part name="maxResults" type="xsd:int" />
      <part name="filter" type="xsd:boolean" />
      <part name="restrict" type="xsd:string" />
      <part name="safeSearch" type="xsd:boolean" />
      <part name="lr" type="xsd:string" />
      <part name="ie" type="xsd:string" />
      <part name="oe" type="xsd:string" />
    Does anyone know why:
    (1) PI/XI seems to leave out the ResultElement and DirectoryCategory types from the SOAP sender service WSDL file?
    (2) The doGoogleSearch message seen in SXMB_MONI contains only the first <key> field, and not the other fields?
    Thanks for any help with this.

    I have another problem with SOAP scenario in a different environment (PI 7.0) from my earlier post.
    Scenario:
    Soap Sender -> PI -> Soap Receiver
    Following steps from GoogleSearch SOAP scenario in the SAP How-to Guide for SAP NetWeaver '04 entitled: "How To... Use the XI 3.0 SOAP Adapter" version 1.00 - March 2006.
    I have loaded in the api.google.com/GoogleSearch.wsdl file as an External definition and created the SOAP receiver as described in the How-to guide.  It takes a doGoogleSearch as input and sends back a doGoogleSearchResponse (Sync Call). 
    Note that the GoogleSearch.wsdl contains a complex type ResultElementArray that refers to ResultElement\[\], and a DirectoryCategoryArray that refers to DirectoryCategory\[\].  The ResultElement and DirectoryCategory types are defined in the GoogleSearch.wsdl file.
    Problem One:
    The generated WSDL for the SOAP sender contains the ResultElementArray and DirectoryCategoryArray types but it DOES NOT contain the required ResultElement and DirectoryCategory types.  XML Spy complains that this WSDL is not valid because the type ResultElement\[\] is not defined.
    Problem Two:
    I generate a SOAP message in XML Spy, provide values for the doGoogleSearch fields, and send.  In SXMB_MONI, the SOAP sender payload contains only the <key> value from the doGoogleSearch message body, i.e. <part name="key" type="xsd:string" />
    The other doGoogleSearch fields seem to be missing, i.e.
      <part name="q" type="xsd:string" />
      <part name="start" type="xsd:int" />
      <part name="maxResults" type="xsd:int" />
      <part name="filter" type="xsd:boolean" />
      <part name="restrict" type="xsd:string" />
      <part name="safeSearch" type="xsd:boolean" />
      <part name="lr" type="xsd:string" />
      <part name="ie" type="xsd:string" />
      <part name="oe" type="xsd:string" />
    Does anyone know why:
    (1) PI/XI seems to leave out the ResultElement and DirectoryCategory types from the SOAP sender service WSDL file?
    (2) The doGoogleSearch message seen in SXMB_MONI contains only the first <key> field, and not the other fields?
    Thanks for any help with this.

  • Load default configuration in BIOS to fix sound, caused another problem

    Hey !
    I have had problem to get sound in my T61, and used Lenovo support, Troubleshooting, to fix it.
    I did as it told in Lenovo Support.
    In BIOS Setup utility menu setup I pressed F9.
    Then I selected YES to load the default configuration.
    After that I pressed F10 key and YES to save the configuration.
    But after that when I start the computer it says that a failur has occured, and windows has shot down to avoid problems with the computer.
    Is there any way of going back in the BIOS setup, so I should get it work again ?
    Thanks in advance/ Kurt
    Moderator edit: Subject edited for clarity.

    Hi !
     I solved it with money !
    I went to a company, and they fixed it, Don't ask me how ! I did not understand when they described it.
    Anyway I have another problem with the sound, as you can see in the other message !
    They tried to fix that to, but could not solve the problem.
    George

  • WLC and windows radius issue and another problem

    Hi everyone.
    We have a problem with a costumer wireless infraestructure which has a WLC using a Windows 2003 radius server. for authentication.
    The users can't connet to the SSID from monday. Anything haven't been changed and the configuration is correct.
    I think its a client problem because the clients who use Linux can connect.
    Any idea?
    I have attached a debug dot1x events when a windows client try to connect.
    We have another problem with another SSID using local wpa2/pkm/ascii authentication..
    This SSID is used for smartphones. The clientes who use Android can connet, the clients who use IPhone can't.
    Is this a cospiracy? xD
    Thank you for avance.
    Best regards

    for the debug you attached, I see the client send an EAPOL start message, after it gets the Identity request.  It seems to move beyond that, and then
    Jul 30 15:36:47.396: 18:3d:a2:65:bd:54 Processing Access-Reject for mobile 18:3d:a2:65:bd:54
    I'd take a look at the IAS logs to see why this particular client was rejected.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • My photos aren't being moved automatically from my iphone 5c to my laptop. i've tried making sure the email addresses match. how can i be sure? or is there another problem.

    my photos aren't being transferred from my iphone 5c to my laptop. this option had been working on my 4s until just before i changed over to the 5c. i have tried making sure the email address on the phone and the laptop agree. perhaps i haven't done that correctly. or is there another problem?

    Hi graylady66,
    Welcome to the Support Communities!
    Have you set up Photo Stream on your iPhone 5C?  I can't tell what computer you have from your post, so I'll include all of the Photo Stream information for you:
    iCloud: Photo Stream
    http://support.apple.com/kb/PH2596
    iCloud: Set up My Photo Stream
    http://support.apple.com/kb/PH13693
    iCloud: My Photo Stream troubleshooting
    http://support.apple.com/kb/TS3989http://support.apple.com/kb/TS3989
    Cheers,
    - Judy

  • Hi everyone,I have an Iphone 4S,when I updated iOS 7 my phone got slow,so please help me how to downgrade it to 6.1.3 or 6.1.3,I have another problem with iOS 7,I cant request my credit balancing,when i type *101

    Hi everyone,I have an Iphone 4S,when I updated iOS 7 my phone got slow,so please help me how to downgrade it to 6.1.3 or 6.1.3,I have another problem with iOS 7,I cant request my credit balancing,when i type *101# automatically calls and says "this number dows not excits",I wnat iOS 6.1.2 back ..

    sorry for my bad english ..

  • Trying to download CC Desktop. Loading bar freezes... how long does it take to download or is there another problem I'm not aware? Interne connection is working fine.

    .. how long does it take to download or is there another problem I'm not aware? Interne connection is working fine.
    Thanks for any help in advance!

    Are you using Windows computer or Mac?
    Also specify the version.

  • I have an ipod 5 (IOS8) and two days ago my ipod died and when I tried to on it after charging it would turn on to the apple symbol and after about 5 minutes it would shut off. Another problem is that i also have a jammed home button.

    I have an ipod 5 (IOS8) and two days ago my ipod died and when I tried to on it after charging it would turn on to the apple symbol and after about 5 minutes it would shut off. Another problem is that i also have a jammed home button. Is there anyway i can fix my ipod?

    Try:
    Turn on without Home/Power Button

  • Shuts down when entering Yahoo Groups --npYState.dll is only located in Mozilla's block list in 2 locations? Obvioiusly they either are not blocked or there is another problem?? Please advise

    When opening Yahoo Groups Firefox immediately shuts down. NSBrowserOpt.dll is not in the component file........
    npYState.dll is only located in 2 locations of Mozilla's Blocklist.
    Obviously these files are either not blocked or there is another problem not addressed in the Help topics???

    I think this problem may be caused by Yahoo's changes making it incompatible with the klatest version of FireFox.
    This is suddenly affecting many many people who use Firefox and are members of Yahoo Groups. All these people say they themselves changed nothing and have not been locked out before when using Firefox. But suddenly, within the last week, they are.
    What did Mozilla do or what did Yahoo do to cause this problem? I can say that I was not blocking cookies and after trying a number of things to fix it, I went to Yahoo's home page and navigated to my group from here.
    This problem is not anything a user did. Either Firefox is at fault or Yahoo is. I want to know which company is at fault and when they are going to fix it.

  • I have a MacBook Pro and the batter icon has an "X" in it.  I attempted resetting the SMC but it's still there. Not sure if the SMC didn't work or I have another problem.  Help?

    I have a MacBook Pro and the batter icon has an "X" in it.  I attempted resetting the SMC but it's still there. Not sure if the SMC didn't work or I have another problem.  Help?

    You can try the SMC again.
    http://support.apple.com/kb/HT3964
    Follow directions for a battery you should not remove yourself
    You can also try a NVRAM/PRAM reset (at the bottom of the same page in the above link
    Also hold the OPTION key and click on the Apple logo in the menu bar and click on system information, in the left column select power. Under the battery info see if it is charging (with the power adapter  plugged in) as well as the health info (condition should be normal), and battery installrd (should be YES)
    If other than these are different you may want to take it in to a Genius bar for a full diagnosis they will do that for dree.
    Hope this helps

  • Do I need a new battery or is there another problem?

    I bought my Macbook Pro in 2006 and haven't had any problems until recently. My battery doesn't hold a charge very long when my computer isn't plugged in. I calibrated it a couple times and now after a couple hours the computer just turns off and is extremely hot underneath. I don't know what's going on. Do I need a new battery or is there another problem? Here's some info I pulled up about it:
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 410
    Remaining Capacity (mAh): 77
    Amperage (mA): 308
    Voltage (mV): 12604
    Cycle Count: 63

    MissArtist32,
    the figures you provide indicate that your battery is so close to completely dead that it is a wonder that it will run your computer at all. A Full Charge Capacity of 410mAh is less than a tenth of what it was when new.
    The fact that you have only completed 63 cycles in more than three years probably explains why. Even with normal use 3 years is quite a good "lifespan", but Lithium Ion batteries need regular use to prevent deterioration. Most batteries of this age will have been through at least a couple of hundred "cycles".
    Once you get a new battery try to let it get through at least one discharge / charge cycle every week. The best way to do this is to use it for brief periods of time off the charger ever day or so, rather than charging it right up and draining it right down.
    But one thing is for sure. Your battery is in very , very poor condition indeed. Time to buy a new one.
    Cheers
    Rod

  • N97 another problem... :(

    Hello friends,
    Another problem with N97 (like usual)
    This morning i restart my phone and surprise...won't start it get stuck on Nokia logo,but if i pull out the memory card (4GBMMC-Kingstom) it starts normaly,i tryed 5-6 times and it starts only with memory card out,and after i start the phone,i put the memory card back it see the memory card without problems,but if i restart the same problem...any sugestions how to fix this situation without start up my phone with mmc pulled out or without formatting the mmc?
     Thanks'a lot,I hope that you guys have any solutions

    Hello all,
    Just have my Nokia N97 white and allready it won't start up. A day ago I downloaded some apps from Ovi and installed them and they worked fine. Today I installed anotherone and this one needed a restart so I restarted my N97 but when it started up it froze at the NOKIA logo and can't put it off.
    Pfffffff ....... the Nokia care point finder on the Nokia site doesn't work eighter and after being 15 minutes on the phone waiting to be connected with the Belgium Nokia I gave up and hangup. Thank you Nokia!
    I'm going to send it back ..... more costs and if lost it will not be replaced so it needs to be insurred to. Thank you Nokia! 
    Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!Thank you Nokia!

Maybe you are looking for

  • Data is not Getting refresh in Dashboard

    Hi I have implemented Xcelsius on the top of SAP BI System. I have the following architecture - SAP BI Cube --> BO XI 3.1 Universe Based on Cube --> QWaaS on the Universe --> Xcelsius Dashboard on the QWaas. When i created a dashboard and run it , it

  • How to create a group.

    Hello All, how to create a group in web dynpro for Abap. Thanks and regards, Lisa. Message was edited by:         Lisa Roy

  • USB OVER CURRENT NOTICE

    I keep receiving this error message in a dialog box, repeatedly; so much so, in fact, that it is affecting productivity: "USB OVER CURRENT NOTICE - A USB device is currently drawing too much power. The hub to which it is attached to will be deactivat

  • Unable to create integrator using webadi

    Hello, We are trying to create a custom integrator from our custom schema - XXXXX.It errors saying PER PER_289870_ADI_IFACE_FAIL : An error occurred and the interface was not created. Please check input values and try again.The same Integrator works

  • Project wise Access

    Hi All, Could some one explain the process of restricting project wise access to a user. Thanks and Regards, Naveen Dasari.