[solved] org.freedesktop.UPower no reply stalls KDE windows

Edit4: a fixed libusbx package has been released.
Edit3: I reported it https://bugs.archlinux.org/task/36418 but meanwhile, people suffering from this can systemctl restart upower and then do run nohup strace -o /dev/null -p $(pidof upowerd) it makes the problem disappear...
Edit2: the problem is https://bugzilla.redhat.com/show_bug.cgi?id=985484
Edit: I thought I solved it but a couple dock-undock operations brings back the problem:
qdbus --system org.freedesktop.UPower
Error: org.freedesktop.DBus.Error.NoReply
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
This causes every KDE window to appear after a 25 second wait cos apparently every new KDE window (even file uploads from Chrome) apparently needs to talk to upower and they wait 25 seconds for a timeout.
If I do a systemctl restart upower, then it gets fixed. There's nothing relevant in dmesg, journalctl, xsession-errors.
Last edited by chx (2013-08-05 08:14:12)

Thank you very much for posting this workaround. This bug has been affecting me as well, but now at least I can be productive while we wait for upstream to fix it.
Last edited by AuHop (2013-08-05 02:01:29)

Similar Messages

  • Org.freedesktop.DBus.Error.ServiceUnknown

    Hello list,
    I frequently get these org.freedesktop.DBus error messages, e.g. working in Emacs, or starting Chromium. Is that a dbus bug? Is there a remedy? Its often not critical, e.g. chromium starts up and works fine besides the error message below - but there might be a message I should read.
    Cheers
    [tj@arch ~]$ chromium
    [8025:8034:17227638682:ERROR:object_proxy.cc(239)] Failed to call method:
    org.freedesktop.DBus.Error.ServiceUnknown:
    The name org.freedesktop.NetworkManager was not provided by any .service files
    Neues Fenster in aktueller Browsersitzung erstellt.

    hadrons123 wrote:
    What version of chrome are you using?
    Here is some info from google about the bug.
    This  org.freedesktop.DBus causes errors in Emacs too. Its not fatal, but seems to be buggy somehow.
    [tj@arch ~]$ LC_ALL=C sudo pacman -Qi chromium
    Name : chromium
    Version : 17.0.963.56-1
    URL : http://www.chromium.org/
    Licenses : BSD
    Groups : None
    Provides : chromium-browser
    Depends On : gtk2 dbus-glib nss alsa-lib xdg-utils bzip2 libevent libxss libgcrypt ttf-dejavu desktop-file-utils
    hicolor-icon-theme
    Optional Deps : kdebase-kdialog: needed for file dialogs in KDE
    Required By : None
    Conflicts With : chromium-browser
    Replaces : None
    Installed Size : 96376.00 KiB
    Packager : Evangelos Foutras <[email protected]>
    Architecture : x86_64
    Build Date : Thu Feb 16 03:16:03 2012
    Install Date : Thu Feb 16 14:41:57 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser

  • Failed to start org.freedesktop.Avahi

    Every time during boot i see a message:
    dbus[725]    [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    What cause that service failed to start? Why it is trying to be loaded? Should be?
    My system is msi wind u100 with arch and recent updates:
    Linux msi 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel GNU/Linux
    rc.conf content, if it's relevant:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="pl_PL.UTF-8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Warsaw"
    KEYMAP="pl"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(uvcvideo acpi_cpufreq cpufreq_ondemand cpufreq_powersave !ati_remote !lirc_atiusb)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="msi"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    #eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus hal crond bluetooth alsa wicd !samba kdm !cups !lircd)
    Last edited by bagheera (2011-08-14 08:48:29)

    bagheera wrote:
    karol wrote:You're still using the old rc.conf setup - why? You're blacklisting modules in rc.conf, even though it doesn't work anymore.
    #MOD_BLACKLIST=() #deprecated
    It's commented out, so it doesn't matter
    I was talking about
    MODULES=(uvcvideo acpi_cpufreq cpufreq_ondemand cpufreq_powersave !ati_remote !lirc_atiusb)
    http://www.archlinux.org/news/changes-t … cklisting/
    Before this change you could
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.

  • [SOLVED] Cant figure out how to install kde 4.3rc from official "testi

    Well, I'm very new to this and I have lots of questions about Arch and I've been reading lots of forum posts and wiki articles.
    Now,I've installed everything in the beginners guide with exception of a DE. And that's because I want to install kde 4.3rc even if the development id not complete yet. I want to install it from official repositories and not from kdemod.
    I see there is a kde-unstable repo that I have to enable. But I kind of read that to use it I have to enable testing also and "know how to use it" And well, thats the problem about being new to Arch isn't it? I don't know how to use it nor there is some wiki article called testing.
    So I have 2 questions:
    How can I "use" testing repo? Are there guidelines to use it or maybe recommendations? I'm thinking about enabling that repo only for kde 4.3 and not for other packages, so, How do I do that?
    And also, If I install kde 4.3rc now, whene it is moved to extra in a couple of days/weeks, how should I disable kde testing repo and enable extra again to keep my kde up to date? Will I need to reinstall everything when this happens?
    Lol... Those where like 10 questions instead of 2... But maybe the answer is very small. I hope someone can give me some advice.
    Thanks
    Last edited by ztrange (2009-08-02 22:08:49)

    Hi, I can't answer all your questions but can help you get started.
    The file you want is at /etc/pacman.conf so use your editor of choice and open that file. So say I use the vi editor it would be >>>
    vi /etc/pacman.conf
    If the package you want is in testing uncomment testing repo.
    If its at a custom repo put in the custom package repository info at bottom of that file.
    Then use pacman -S "package-name" to install what you want.
    EDIT
    Heres some links maybe some help to you, I don't use kde so don't know anything about it.
    conversation about kde 4.3 rc and kde-unstable repository >>>
    http://bbs.archlinux.org/viewtopic.php?id=75028
    KDE Packages >>>
    http://wiki.archlinux.org/index.php/KDE_Packages
    Last edited by coda (2009-07-26 02:00:17)

  • GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown error

    I recently updated my system and now it giving me an error:
    GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.cinnamon.SettingsDaemon was not provided by any .service files
    How can I easily start troubleshooting this issue?
    Pacman.log:  http://pastebin.com/BRRmuWPV
    I've got an IBM T520 laptop with built-in i915:
    [blah@blah ~]$ lspci -v -s `lspci | awk '/VGA/{print $1}'`
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device 21cf
    Flags: bus master, fast devsel, latency 0, IRQ 28
    Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
    Memory at e0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 5000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: <access denied>
    Kernel driver in use: i915
    Kernel modules: i915
    [blah@blah ~]$
    Any help would be appreciated
    Last edited by Anoniem (2015-02-09 13:02:53)

    Anoniem wrote:
    Haha, well:
    1. I turn on laptop
    2. Login into my desktop
    3. My display is low resolution and external display too, fonts and theme settings are gone (gnome)
    4. I want to change resolution
    5. Get error message like above
    Checked my logs, tried reverting packages I updated
    Still the same GDBUS thing.
    Maybe there is an conflict when the X starts on 2 monitors with 2 different resolutions...
    It depends from your graphic card. For example, on my nvidia when X starts with both internal and external monitors plugged in, the resolution is messed up. But when you enter to your desktop, usually it reads the last resolution states and the screen resolution problem if fixed.
    One solution is to plug the external monitor after desktop is loaded or create a config file for the monitors on the /etc/X11/... folder Xorg wiki
    Last edited by alex.theoto (2014-12-05 17:18:11)

  • Gkr-Message: secret service operation failed: The name org.freedesktop

    When I run svn update in my terminal window, I get lots of these errors..:
    Gkr-Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
    What is this and how do I remove the error?
    Regards,
    BTJ

    If you dont want to store your passwords on harddisk, you can disable it by edit the following lines in ~/.subversion/config
    password-stores =
    store-passwords = no
    Last edited by Corubba (2011-10-31 10:52:51)

  • Org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount

    When I plugged in my USB stick I got this error. This is weird because I tested another usb stick (where backtrack 3 resides. to boot from), and it worked flawlessly.
    An error occurred while accessing 'MY USB STICK', the system responded: org.freedesktop.Hal.Device.PermissionDeniedByPolicy: hal-storage-mount-removable-extra-options no ← (action, result)
    What's the matter?

    This has been covered here massively in the last few weeks:
    http://wiki.archlinux.org/index.php/HAL … utomounter

  • Org.freedesktop.hal.power-management.reboot returns no

    Hallo,
    I'm a new Xfce4 user, and when I reboot as non-root, I get the message
    org.freedesktop.hal.power-management.reboot returns no
    When asking google, one solution would be to change in /usr/share/PolicyKit/policy/org.freedesktop.hal.power-management.policy
    <action id="org.freedesktop.hal.power-management.reboot">
    <description>Reboot the system</description>
    <message>System policy prevents rebooting the system</message>
    <defaults>
    <allow_inactive>no</allow_inactive>
    <allow_active>yes</allow_active>
    </defaults>
    </action>
    to
    <action id="org.freedesktop.hal.power-management.reboot">
    <description>Reboot the system</description>
    <message>System policy prevents rebooting the system</message>
    <defaults>
    <allow_any>yes</allow_any>
    </defaults>
    </action>
    But this is only a workaround - what is the meening of "active" and "inactive" in this context, and how can I get "active" to be able to reboot?
    Thx, Charly

    In this case, "active" and "inactive" refer to the status of the current ConsoleKit session.
    Do 'ck-list-sessions' command from a console to see the sessions, you should see a "Active = TRUE"
    If however you see no output, then your Xfce session isn't registered with ConsoleKit. This usually happens to people that are using 'startx' to load X (using GDM/KDM should automatically register the ConsoleKit session). Try editing your .xinitrc and change it from 'exec startxfce4' to 'exec ck-launch-session startxfce4'

  • [Solved] Conflicts when trying to upgrade from KDE 4.6.3 to 4.6.5

    [free@desktop ~]$ sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace eigen with extra/eigen2? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: kdeedu-libkdeedu and kdeedu-data are in conflict
    Any solutions?
    Since i'm newbie, the only thing i can think of is forcing the removal of said packages and then re-install the kdeedu group or whole KDE, but it doesn't seem like a good idea.
    Edit: also tried another mirror to be sure but nothing changed.
    Edit2: I removed kdeedu-data and the 4 packages that relied on it with a simple -R and when the upgrade was complete i just re-installed the kdeedu group package to get the 4 packages i removed earlier.
    Some info that might help developers prevent this from happening again: The standard behavior afaik on today's upgrade is pacman asking you to remove the kdeedu-data package and then the upgrade proceeds normally.
    In my case the system was about one month old and on my -Syu today i upgraded pacman first. So basically i'm coming from an "older installation".
    Last edited by freestyler7 (2011-07-07 20:50:58)

    bash wrote:Are you sure you've 4.6.3 installed? I guess you've 4.6.2. Try updating with --ignore kdeedu-data
    I updated my first post btw. My installed version was 4.6.3. I checked to make sure from the standard "about KDE" window and also i re-checked now my pacman cache where i have 4.6.3.

  • [SOLVED]No sound under linux, works fine under Windows

    Hello everyone. This is a completely new issue, and I've not had to deal with figuring out audio on linux before, so I was hoping that someone can help me try to resolve this issue, and I can learn more about my system in the process.
    Up until a few days ago, my audio was working perfectly fine on Arch. Nothing changed, that I can remember, that might be the cause of the audio suddenly stopping.
    alsamixer shows that all volume is turned up, I've turned up the volume on my speakers, and pulseaudio pavucontrol shows that sound is being played, and it shows that the correct sound card is selected. Still, no sound. It doesn't work with headphones either.
    If, in pavucontrol, I change the playback device to my HDMI out, sound comes out properly thought that.
    When I dualboot into Windows, all sound works fine, headphones and speakers.
    What might I need to look in to here? What information would help you to help me figure out what's going on?
    Thank you in advance for your help and your patience.
    [SOLVE] was deleting the pulseaudio configuration and letting them be remade.
    Last edited by Somnus (2014-11-19 21:56:03)

    Sorry it's taken me so long to respond.
    No, no sound at all will play, no matter what the application or media type.
    The only thing I'd recently done was install xfce4 so that I could try to set my Keyboard's volume wheel (Logitech G510) so that it would work. It didn't work however, and I've since removed xfce4. I honestly dont' know if the sound stopped working before or after I tried this though.
    dmesg doesn't show anything in particular to my untrained eye, but after rebooting, trying to play a youtube video to test the sound, and checking journalctl, I do see this:
    Nov 19 00:43:42 arch pulseaudio[766]: Unable to load mixer: Invalid argument
    Nov 19 00:43:47 arch pulseaudio[766]: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
    Also, starting audio from the terminal doesn't show anything useful.

  • New Message, reply, or forward window does not open in Outlook for Mac 2011

    New Message, reply, or forward window does not open in Outlook for Mac 2011
    Outlook acts as if I am pressing a dummy button.

    Hi friends,
    I have the same problem.
    Mountain Lion + Office 2011 + Safari 6.1.2 (8537.74.9)
    It is not clear to me what is the relation between Safari and this problem.
    I have Chrome installed as well and it is set as default browser. Is this involved?
    If yes how can I solve the problem?
    Please let me know.
    Many thanks.
    Best regards
    Peval

  • [Proposal] Rename KDE Window Decoration Packages

    Currently window decoration packages in the AUR are named 'kdedecor-*'.  This naming schema applies to all the KDE window decoration (Kwim titlebar and borders) packages.  The name to me though seems to be ambiguous, 'decor' could describe plasma-themes, icons, any look given to the desktop.  I think because of the current name most of these packages' descriptions have had to state that the package is a window decoration.  I think it would be a good idea to rename these to a more descriptive name.   The current packages:
    aur/kdedecor-alphacube                                                   
    aur/kdedecor-aurorae                                                     
    aur/kdedecor-aurorae-cupertino                                           
    aur/kdedecor-blended                                                     
    aur/kdedecor-cellophane                                                 
    aur/kdedecor-cellophane-themes                                           
    aur/kdedecor-clearlooks                                                 
    aur/kdedecor-crystal                                                     
    aur/kdedecor-crystalgl                                                   
    aur/kdedecor-crystal-kde4                                               
    aur/kdedecor-cylonminimal                                               
    aur/kdedecor-dekorator
    aur/kdedecor-dekorator-kde4
    aur/kdedecor-dekorator-kde4-svn
    aur/kdedecor-fitz
    aur/kdedecor-flatknifty
    aur/kdedecor-glowglass-lite
    aur/kdedecor-humanblue
    aur/kdedecor-hypnotistasade
    aur/kdedecor-hypnotista-siyah
    aur/kdedecor-klearbox
    aur/kdedecor-knifty
    aur/kdedecor-linstasquared
    aur/kdedecor-metal4kde
    aur/kdedecor-mytango
    aur/kdedecor-nitrogen-kde4
    aur/kdedecor-nvidia
    aur/kdedecor-opak
    aur/kdedecor-porcelain
    aur/kdedecor-powder
    aur/kdedecor-pureline
    aur/kdedecor-reluna
    aur/kdedecor-svgdeco
    aur/kdedecor-whiteline
    aur/kdemod3-kdedecor-crystal
    I've been thinking that a more descriptive naming schema would be 'kde-windecor'.  This I think would be descriptive enough without being too long.
    What do you guys think?

    Thanks!!!
    new PKGBUILD
    # Maintainer: Joshua Rubin <[email protected]>
    pkgname=kde-crystal-theme
    pkgver=0.9.0
    pkgrel=1
    pkgdesc="This is the Crystal KDE Windowdecoration Theme."
    url="http://www.kde-look.org/content/show.php?content=13969"
    license="none"
    replaces=(crystal)
    depends=('kdebase' 'x-server')
    source=(http://kde-look.org/content/files/13969-crystal-$pkgver.tar.bz2)
    md5sums=('052aeb7e0c665e4a2b75cf697315241f')
    build() {
    cd $startdir/src/crystal-$pkgver
    ./configure
    make || return 1
    make DESTDIR=$startdir/pkg install

  • Kde-window-decorator in compiz

    Hi,
    Where is the package for kde-window-decorator?
    The wiki just says to type it into ccsm: https://wiki.archlinux.org/index.php/Co … Decoration
    Ive tried installing compiz, the kde deps, rebuilding compiz after deps were installed, tried to locate kde-window-decorator using pkgfile, and looked at the pkgbuild/build options for compiz. It's almost as if this is not an option, as there is a total lack of documentation on kde-window-decorator.
    Am I totally missing something obvious or does this binary not exist?

    From the wiki: "The GTK Window Decorator and the KDE Window Decorator are included in the Compiz source and can be optionally compiled whilst building Compiz. Emerald, on the other hand, is a separate, standalone decorator."
    You didn't say which package you were using. But for compiz or compiz-bzr change:
    -DBUILD_KDE4=Off \
    to
    -DBUILD_KDE4=On \
    Then rebuild. Then you can specify the command in the decoration plugin as per the wiki. It's not documentated because it goes pretty much unused these days. After all, it relys on Kwin (provided by kdebase-workspace, not the Kwin for Plasma 5) and as Kwin has all of the effects Compiz has, why bother with Compiz?

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • [SOLVED] Oxygen widget style missing/broken after KDE 4.8.0 to 4.8.1

    hi all,
    (I'm was not sure where to place this thread so please forgive me if I should have placed in somewhere else :-))
    Today I upgraded my KDE to 4.8.1 and now I'm missing the Oxygen widget style. I tried reinstalling kdebase and kde-workspace and I even uninstalled all of kde, followed by installing kde-meta (previously I had the "kde" package installed).
    Since there is no "oxygen" package (or at least I couldn't find it) I'm really stuck here. I also couldn't find anything related in the forums, like issues from previous upgrades.
    I made two screenshots. At [1] you see that only unthemed widget styles are available. At [2] you see that also GTK apps like firefox have lost their theming although oxygen-gtk is installed.
    I'd appreciate any help!
    cheers
    [1] http://imagepaste.nullnetwork.net/viewimage.php?id=3456
    [2] http://imagepaste.nullnetwork.net/viewimage.php?id=3457
    Last edited by Kei (2012-03-09 12:03:04)

    Thanks for your replies!
    bash wrote:See https://wiki.archlinux.org/index.php/Un … oxygen-gtk
    Sorry, I shouldn't have posted that firefox screenshot. What I meant was that GTK applications are not themed as well. However, the main issue here is that there seems to be no theming at all, e.g., oxygen is not available for Qt applications (only built-in styles selectable, as shown in the first screenshot).
    the_easterbunny wrote:I had the same problem. It seems that KDE ignores the "old" oxygen.so file. Moving /usr/lib/kde4/plugins/styles/oxygen.so to /usr/lib/kde4/plugins/styles/oxygen2.so solved it for me - however, it is only a workaround for that strange problem.
    I have just tried to symlink the oxygen.so file to oxygen2.so, but unfortunately that hasn't changed anything.
    additional info: I did a fresh install of the system on wednesday with KDE 4.8.0. I didn't have any problems with oxygen or theming back then. I also tried removing ~/.kde4.
    EDIT: note that I'm in a full KDE session and QT_PLUGIN_PATH is set to $HOME/.kde4/lib/kde4/plugins/:/usr/lib/kde4/plugins/
    EDIT2: I just reported it as a bug -- https://bugs.archlinux.org/index.php?do … k_id=28838
    EDIT3: It turned out it is indeed a configuration error. To anyone having this issue: delete ~/.config/Trolltech.conf
    Last edited by Kei (2012-03-09 12:02:08)

Maybe you are looking for

  • Macbook pro and iphone connection weirdness

    I've recently replaced my old router with a netgear dgn2000 model (supports up to n wireless). My pc, xbox and ps3 connects to it without any problem but, sadly, any of the houses 3 apple products (macbook pro and 2 iphones) see the signal at full st

  • Unreadable characters when creating a pdf using Adobe Acrobat 9 Pro

    I'm using an application that generates a pdf report. When the report is created the text contains unreadable chars.  Heeders look fine, only the text body is unreadable.

  • Flash crashed and now operates without layouts????

    I was working on a project, copying and pasting a large amount of frames and objects when Flash CS4 would not let me save, the message was something like "cannot save due to an unknown error" so I closed it and opened again, and the following error p

  • I am getting about 50 mV of noise in a signal that ranges from 0V to 5V.

    I am using a BNC-2120 board with a PCI-6024E card and Labview 5.1.1. to aquire a voltage signal with a high limit of 5V and lower limit of 0V. The signal is noisy with about 50 mV of noise. Is there a way to get rid of this noise? Thank you for you h

  • Audio settings ignored when exporting

    Hi all, I have fully up to date Captivate 5. I have a captivate project that was created from a narrated PPT file, but when I choose to export no matter what audio settings i have (High, low, custom, any combination) the file size is exactly the same