MITE initialization of the 660x card

The 6602 and 6608 cards require a slightly different initialization of the
PCI interface (MITE chip) on the card than other NI cards such as the E
series MIO. With this updated initialization of the MITE, there is no
problem addressing the second TIO chip (TIO1) on the card.
The E series cards include the following initialization of the MITE:
//Tell the MITE to enable BAR1, where the rest of the board's registers
are
Bar0.write32(0xC0, (physicalBar1 & 0xffffff00L) | 0x80);
For the 660x this should be replaced with the following code:
// ***** 6602/6608 specific MITE initialization *****
// Hit the IO Window Base/Size Register 1 (IOWBSR1) in the MITE. We set
the
// address, enable the window and set t
he size of the window:
Bar0.write32(0xC4, (physicalBar1 & 0xffffff00L) | 0x8C);
// Write to the IO Window Control Register 1 (IOWCR1) to make the IO
window
// go to RAM memory space instead of the config space
Bar0.write32(0xF4, 0);
physicalBar1 is the physical address of BAR1on the card which is the base
address of the TIO0.
Bar0.write32 writes to the given offset from BAR0 which is the MITE chip on
the board.

The information about the MITE initialization above supercedes the information in the April 2002 (or earlier) edition of the 660x register level programming manual. The manual is in the process of being updated and will be posted soon.
Christian L
Consulting Services - RLP
National Instruments
Christian Loew, CLA
Principal Systems Engineer, National Instruments
Please tip your answer providers with kudos.
Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense

Similar Messages

  • NVIDIA Issues; hitting the video card hangs the machine

    Hello everybody, this could easily be placed under the Kernel and Hardware forum, but this one suits my experience level better.  I tried
    searching for some similar issues to what I am having, but wasn't able to come up with anything. (Perhaps I was an unknown keyword off in my searches. )
    Additionally, thanks in advance for any help! I'm pretty much out of ideas short of replacing some hardware.
    My problem is that whenever my desktop displays anything that is graphically intensive, it freezes. I first experienced this while I had Slackware 13.1 installed when trying to run Minecraft. I had been running it successfully for a month or two when it hung while I was playing. I switched over to Arch in the hopes that it would be easier for me to troubleshoot the problem. This was a few months ago, and I've not been able to figure it out.
    I'm running with an i7 930 CPU, GTX 480 video card, and six gigs of RAM. My xorg.conf is below:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 270.41.06 ([email protected]) Mon Apr 18 15:14:00 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I dug through my logs and the only strange thing I found was in kernel.log:
    Jul 3 13:56:43 localhost kernel: [ 101.297777] NVRM: GPU at 0000:03:00.0 has fallen off the bus.
    For what it's worth, here is my Xorg.0.conf (but the only error is related to my keyboard, which actually works fine):
    [ 28.765]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 28.766] X Protocol Version 11, Revision 0
    [ 28.766] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 28.766] Current Operating System: Linux myhost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 27 21:26:22 CEST 2011 x86_64
    [ 28.766] Kernel command line: root=/dev/disk/by-uuid/53882ab2-b171-4117-a8a2-6ec984ace8e2 ro
    [ 28.767] Build Date: 30 May 2011 08:18:15AM
    [ 28.767]
    [ 28.767] Current version of pixman: 0.22.0
    [ 28.767] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 28.768] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 28.770] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 3 14:20:49 2011
    [ 28.800] (==) Using config file: "/etc/X11/xorg.conf"
    [ 28.801] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 28.817] (==) ServerLayout "Layout0"
    [ 28.817] (**) |-->Screen "Screen0" (0)
    [ 28.817] (**) | |-->Monitor "Monitor0"
    [ 28.817] (**) | |-->Device "Device0"
    [ 28.817] (**) |-->Input Device "Keyboard0"
    [ 28.817] (**) |-->Input Device "Mouse0"
    [ 28.817] (==) Automatically adding devices
    [ 28.817] (==) Automatically enabling devices
    [ 28.837] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.837] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.837] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 28.837] Entry deleted from font path.
    [ 28.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 28.857] Entry deleted from font path.
    [ 28.857] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 28.857] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 28.857] Entry deleted from font path.
    [ 28.858] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 28.858] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 28.858] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 28.858] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 28.858] (WW) Disabling Keyboard0
    [ 28.858] (WW) Disabling Mouse0
    [ 28.858] (II) Loader magic: 0x7d3440
    [ 28.858] (II) Module ABI versions:
    [ 28.858] X.Org ANSI C Emulation: 0.4
    [ 28.858] X.Org Video Driver: 10.0
    [ 28.858] X.Org XInput driver : 12.2
    [ 28.858] X.Org Server Extension : 5.0
    [ 28.859] (--) PCI:*(0:3:0:0) 10de:06c0:10de:075f rev 163, Mem @ 0xdc000000/33554432, 0xc8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000df00/128, BIOS @ 0x????????/524288
    [ 28.859] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 28.859] (II) LoadModule: "extmod"
    [ 28.878] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 28.889] (II) Module extmod: vendor="X.Org Foundation"
    [ 28.889] compiled for 1.10.2, module version = 1.0.0
    [ 28.889] Module class: X.Org Server Extension
    [ 28.889] ABI class: X.Org Server Extension, version 5.0
    [ 28.889] (II) Loading extension MIT-SCREEN-SAVER
    [ 28.889] (II) Loading extension XFree86-VidModeExtension
    [ 28.889] (II) Loading extension XFree86-DGA
    [ 28.889] (II) Loading extension DPMS
    [ 28.889] (II) Loading extension XVideo
    [ 28.889] (II) Loading extension XVideo-MotionCompensation
    [ 28.889] (II) Loading extension X-Resource
    [ 28.889] (II) LoadModule: "dbe"
    [ 28.889] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 28.890] (II) Module dbe: vendor="X.Org Foundation"
    [ 28.890] compiled for 1.10.2, module version = 1.0.0
    [ 28.890] Module class: X.Org Server Extension
    [ 28.890] ABI class: X.Org Server Extension, version 5.0
    [ 28.890] (II) Loading extension DOUBLE-BUFFER
    [ 28.890] (II) LoadModule: "glx"
    [ 28.890] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 29.187] (II) Module glx: vendor="NVIDIA Corporation"
    [ 29.195] compiled for 4.0.2, module version = 1.0.0
    [ 29.195] Module class: X.Org Server Extension
    [ 29.195] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 29.195] (II) Loading extension GLX
    [ 29.195] (II) LoadModule: "record"
    [ 29.195] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 29.196] (II) Module record: vendor="X.Org Foundation"
    [ 29.196] compiled for 1.10.2, module version = 1.13.0
    [ 29.196] Module class: X.Org Server Extension
    [ 29.196] ABI class: X.Org Server Extension, version 5.0
    [ 29.196] (II) Loading extension RECORD
    [ 29.196] (II) LoadModule: "dri"
    [ 29.196] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 29.207] (II) Module dri: vendor="X.Org Foundation"
    [ 29.207] compiled for 1.10.2, module version = 1.0.0
    [ 29.207] ABI class: X.Org Server Extension, version 5.0
    [ 29.207] (II) Loading extension XFree86-DRI
    [ 29.207] (II) LoadModule: "dri2"
    [ 29.207] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 29.207] (II) Module dri2: vendor="X.Org Foundation"
    [ 29.207] compiled for 1.10.2, module version = 1.2.0
    [ 29.207] ABI class: X.Org Server Extension, version 5.0
    [ 29.207] (II) Loading extension DRI2
    [ 29.207] (II) LoadModule: "nvidia"
    [ 29.208] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 29.240] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 29.241] compiled for 4.0.2, module version = 1.0.0
    [ 29.241] Module class: X.Org Video Driver
    [ 29.246] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 29.246] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 29.246] (--) using VT number 7
    [ 29.255] (II) Loading sub module "fb"
    [ 29.255] (II) LoadModule: "fb"
    [ 29.255] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.262] (II) Module fb: vendor="X.Org Foundation"
    [ 29.262] compiled for 1.10.2, module version = 1.0.0
    [ 29.262] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.262] (II) Loading sub module "wfb"
    [ 29.262] (II) LoadModule: "wfb"
    [ 29.262] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 29.270] (II) Module wfb: vendor="X.Org Foundation"
    [ 29.270] compiled for 1.10.2, module version = 1.0.0
    [ 29.270] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.270] (II) Loading sub module "ramdac"
    [ 29.270] (II) LoadModule: "ramdac"
    [ 29.270] (II) Module "ramdac" already built-in
    [ 29.271] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 29.271] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 29.271] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.272] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 29.272] (==) NVIDIA(0): RGB weight 888
    [ 29.272] (==) NVIDIA(0): Default visual is TrueColor
    [ 29.272] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 30.069] (II) NVIDIA(GPU-0): Display (AOC 2436 (CRT-1)) does not support NVIDIA 3D Vision
    [ 30.069] (II) NVIDIA(GPU-0): stereo.
    [ 30.070] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 480 (GF100) at PCI:3:0:0 (GPU-0)
    [ 30.070] (--) NVIDIA(0): Memory: 1572864 kBytes
    [ 30.070] (--) NVIDIA(0): VideoBIOS: 70.00.21.00.02
    [ 30.070] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 30.070] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 30.070] (--) NVIDIA(0): Connected display device(s) on GeForce GTX 480 at PCI:3:0:0
    [ 30.070] (--) NVIDIA(0): AOC 2436 (CRT-1)
    [ 30.071] (--) NVIDIA(0): AOC 2436 (CRT-1): 400.0 MHz maximum pixel clock
    [ 30.109] (II) NVIDIA(0): Assigned Display Device: CRT-1
    [ 30.109] (==) NVIDIA(0):
    [ 30.109] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 30.109] (==) NVIDIA(0): will be used as the requested mode.
    [ 30.109] (==) NVIDIA(0):
    [ 30.109] (II) NVIDIA(0): Validated modes:
    [ 30.109] (II) NVIDIA(0): "nvidia-auto-select"
    [ 30.110] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 30.134] (--) NVIDIA(0): DPI set to (93, 94); computed from "UseEdidDpi" X config
    [ 30.134] (--) NVIDIA(0): option
    [ 30.134] (--) Depth 24 pixmap format is 32 bpp
    [ 30.134] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 30.134] (II) NVIDIA: access.
    [ 30.144] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 30.144] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 30.144] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 30.144] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 30.144] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 30.144] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 30.144] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 30.144] (II) NVIDIA(0): Config Options in the README.
    [ 30.147] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 30.208] (II) Loading extension NV-GLX
    [ 30.270] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 30.270] (==) NVIDIA(0): Backing store disabled
    [ 30.270] (==) NVIDIA(0): Silken mouse enabled
    [ 30.271] (**) NVIDIA(0): DPMS enabled
    [ 30.271] (II) Loading extension NV-CONTROL
    [ 30.271] (II) Loading extension XINERAMA
    [ 30.271] (II) Loading sub module "dri2"
    [ 30.271] (II) LoadModule: "dri2"
    [ 30.271] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 30.272] (II) Module dri2: vendor="X.Org Foundation"
    [ 30.272] compiled for 1.10.2, module version = 1.2.0
    [ 30.272] ABI class: X.Org Server Extension, version 5.0
    [ 30.272] (II) NVIDIA(0): [DRI2] Setup complete
    [ 30.272] (==) RandR enabled
    [ 30.272] (II) Initializing built-in extension Generic Event Extension
    [ 30.272] (II) Initializing built-in extension SHAPE
    [ 30.272] (II) Initializing built-in extension MIT-SHM
    [ 30.272] (II) Initializing built-in extension XInputExtension
    [ 30.272] (II) Initializing built-in extension XTEST
    [ 30.272] (II) Initializing built-in extension BIG-REQUESTS
    [ 30.272] (II) Initializing built-in extension SYNC
    [ 30.272] (II) Initializing built-in extension XKEYBOARD
    [ 30.272] (II) Initializing built-in extension XC-MISC
    [ 30.272] (II) Initializing built-in extension SECURITY
    [ 30.272] (II) Initializing built-in extension XINERAMA
    [ 30.272] (II) Initializing built-in extension XFIXES
    [ 30.272] (II) Initializing built-in extension RENDER
    [ 30.272] (II) Initializing built-in extension RANDR
    [ 30.272] (II) Initializing built-in extension COMPOSITE
    [ 30.272] (II) Initializing built-in extension DAMAGE
    [ 30.273] (II) Initializing extension GLX
    [ 30.487] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 30.487] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.487] (II) LoadModule: "evdev"
    [ 30.499] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.506] (II) Module evdev: vendor="X.Org Foundation"
    [ 30.506] compiled for 1.10.0, module version = 2.6.0
    [ 30.506] Module class: X.Org XInput Driver
    [ 30.506] ABI class: X.Org XInput driver, version 12.2
    [ 30.506] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.506] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.506] (**) Power Button: always reports core events
    [ 30.506] (**) Power Button: Device: "/dev/input/event1"
    [ 30.530] (--) Power Button: Found keys
    [ 30.530] (II) Power Button: Configuring as keyboard
    [ 30.530] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 30.530] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 30.530] (**) Option "xkb_rules" "evdev"
    [ 30.530] (**) Option "xkb_model" "evdev"
    [ 30.530] (**) Option "xkb_layout" "us"
    [ 30.561] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 30.561] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.561] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.561] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.561] (**) Power Button: always reports core events
    [ 30.561] (**) Power Button: Device: "/dev/input/event0"
    [ 30.583] (--) Power Button: Found keys
    [ 30.583] (II) Power Button: Configuring as keyboard
    [ 30.583] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 30.583] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 30.583] (**) Option "xkb_rules" "evdev"
    [ 30.583] (**) Option "xkb_model" "evdev"
    [ 30.583] (**) Option "xkb_layout" "us"
    [ 30.590] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event4)
    [ 30.590] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.590] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 30.591] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.591] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 30.591] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event4"
    [ 30.623] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 30.623] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 30.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.0/input/input4/event4"
    [ 30.623] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 30.623] (**) Option "xkb_rules" "evdev"
    [ 30.624] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event5)
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.624] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 30.624] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 30.624] (**) Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event5"
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found absolute axes
    [ 30.650] (--) Logitech Logitech Illuminated Keyboard: Found keys
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.1/usb6/6-1/6-1:1.1/input/input5/event5"
    [ 30.650] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD)
    [ 30.650] (**) Option "xkb_rules" "evdev"
    [ 30.650] (**) Option "xkb_model" "evdev"
    [ 30.650] (**) Option "xkb_layout" "us"
    [ 30.650] (EE) Logitech Logitech Illuminated Keyboard: failed to initialize for relative axes.
    [ 30.650] (II) Logitech Logitech Illuminated Keyboard: initialized for absolute axes.
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 30.650] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 30.651] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/event6)
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Applying InputClass "evdev pointer catchall"
    [ 30.651] (II) Using input driver 'evdev' for 'Microsoft Microsoft Optical Mouse with Tilt Wheel'
    [ 30.651] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: always reports core events
    [ 30.651] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: Device: "/dev/input/event6"
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found 9 mouse buttons
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found scroll wheel(s)
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found relative axes
    [ 30.676] (--) Microsoft Microsoft Optical Mouse with Tilt Wheel: Found x and y relative axes
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Configuring as mouse
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: Adding scrollwheel support
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: YAxisMapping: buttons 4 and 5
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.676] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.2/usb7/7-2/7-2:1.0/input/input6/event6"
    [ 30.676] (II) XINPUT: Adding extended input device "Microsoft Microsoft Optical Mouse with Tilt Wheel" (type: MOUSE)
    [ 30.676] (II) Microsoft Microsoft Optical Mouse with Tilt Wheel: initialized for relative axes.
    [ 30.676] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) keeping acceleration scheme 1
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration profile 0
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration factor: 2.000
    [ 30.677] (**) Microsoft Microsoft Optical Mouse with Tilt Wheel: (accel) acceleration threshold: 4
    [ 30.677] (II) config/udev: Adding input device Microsoft Microsoft Optical Mouse with Tilt Wheel (/dev/input/mouse0)
    [ 30.677] (II) No input driver/identifier specified (ignoring)
    [ 30.677] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 30.677] (II) No input driver/identifier specified (ignoring)
    [ 30.680] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 30.680] (II) No input driver/identifier specified (ignoring)
    The more I investigate, the more I feel like this could be a hardware problem. I checked the CPU temp first, but it only reaches ~32 degrees celsius when the system hangs, so I doubt that's the cause. I've checked the cables (power and otherwise) between everything in my box, and it's all solid. I've also taken the sides off, thinking it my be an air flow issue, but that didn't solve it either.
    On the software side of things, I've got nvidia, nvidia-utils, and lib32-nvidia-utils installed and they aren't popping any errors that I can see. When I run glxinfor or glxgears, nothing happens, the terminal just prompts me for input (which is actually an improvement, in Slackware, they hung the machine).
    Again, any help on this issue is greatly appreciated, I'm at my wit's end about it.

    I had a similar problem that turned out to be the graphics card working itself loose. So, if you haven't already, try taking it out, cleaning the contacts and plugging it back in. Worth a try and worked for me
    Also, Xorg 1.10.2 & the nvidia proprietary driver don't seem to be in conflict for me so I think williewillus is mistaken.

  • How do I get an Equium A110-233 to recognise the network card under Linux?

    Hi,
    I've just bought an Equium A110-233. I partitioned the hard disk so I've got XP and Fedora Core 5 (FC5).
    XP works fine when I plug in the network cable, but FC5 (or at least the Linux kernel) does not seem to be able to find and activate the network card.
    The message I get is "8139too device eth0 does not seem to be present, delaying initialization". The 8139too module is in memory as is mii (which points to it).
    Somehow I need to get Linux to detect that the card is there, but I just don't know how to do that. Can anyone help?
    Thanks.

    Hi
    As far as I know the notebook has a integrated Realtek Network I/F Chip RL8100CL.
    I think you should googol around for the compatible LAN driver for Linux which supports this chip.
    Unfortunately, on the Toshiba page you will not find any drivers for any Linux distribution because Toshiba doesnt support this OS. ;(

  • How does the Java Card simulator work? (Using NetBeans)

    Hi,
    I'm using NetBeans and am trying to simulate:
    Someone powering up the card, saving a value, and powering down... And then they power it up again, get the value, and power down.
    When I edit my APDU script to do the second part, the value I entered the first time is never stored, which probably means that when I 'run' my code, my application is loaded and everything is initialized again.
    How do I edit NetBeans to not install the application every time I hit 'run'? And not to initialize the values, so that when i power it up again, I can get a value stored in a previous running of a script?
    When I use powerup, powerdown and then powerup again, NetBeans doesn't powerup the simulator the second time. So understanding the Java Card Simulator would also help... where it is, how it runs, what options it runs with, etc.

    Hi Shane,
    I have not read anywhere else that the JC3 cards are not available, thank you so much for that tip! I am not doing it for research, but I am working on this alone and will have to deploy a card later on. I will be getting all the right versions now.
    I'll ask the question then, using just the JCDK:
    If I want to save a value on the card, and then need it at a later time, how do I go about it. Do I do the following?
    (1) Install the application on the card. (I know how to do this)
    (2) Run the simulator using -o "eeprom data filename"
    (3) Save the value using the APDU calls and Java code on the card + close connection.
    Code:
    public class MyApp extends Applet {
        private static byte[] data = {0x00, 0x00, 0x00};
        // Install method, method to register, process method that can call saveData or recallData, etc
        public static void saveData()
           // code to change data
           data = {0x01, 0x01, 0x01};
        public static byte[] recallData()
           // code to return data
           return data;
    }(4) Run the simulator using -i "eeprom data filename". get the value using recallData().
    Will selecting the app not make data initialize to {0x00, 0x00, 0x00} again?
    If I know this is the correct way of going about it, then I can work towards it getting done.
    From other examples I can see that this is probably the way it should work, but my data array always returns as {0x00, 0x00, 0x00}.

  • X crashes unless I have the SD card in - what did I do wrong?

    I imported avchd files off my SD card and they look like they came in fine. However, Finacl Cut Pro X won't open unless I have the SD card in and I'd like to import some video from another card.
    What did I do wrong?

    Never really figured this out - if anyone can look at this crash data and make sense of it, much appreciated:
    Process:         Final Cut Pro [75117]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0 (179114)
    Build Info:      ProEditor-179110400~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [187]
    Date/Time:       2011-10-27 08:53:18.335 -0400
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          302109 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  117807 sec
    Per-App Crashes Since Last Report:   5
    Crashed Thread:  22  com.apple.dvdplayback-DDPTask
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000001be77ca81
    VM Regions Near 0x1be77ca81:
        CG shared images       0000000129209000-0000000129211000 [   32K] r--/r-- SM=SHM 
    -->
        CG shared images       00000001c0003000-00000001c000b000 [   32K] r--/r-- SM=SHM 
    Application Specific Information:
    objc[75117]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff98071b70 bzero$VARIANT$sse42 + 144
    1   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405c15d Resampler2::Resampler2(double, double, int, int, int, double) + 937
    2   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405bc77 Resampler2Wrapper::Resampler2Wrapper(SampleRateConverter*, int, double, double, int, int, int, double, unsigned int) + 173
    3   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405bb77 SampleRateConverter::ReplaceResampler() + 133
    4   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405cfb3 SampleRateConverter::SetProperty(unsigned int, unsigned int, void const*) + 199
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405af1b AudioConverterChain::SetProperty(unsigned int, unsigned int, void const*) + 221
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff9405ae0c AudioConverterSetProperty + 66
    7   com.apple.audio.units.Components          0x00000001202e86a6 AUConverterBase::SetupConverter(unsigned int, bool) + 680
    8   com.apple.audio.units.Components          0x00000001202ecd59 AUHAL::SetupConverter(unsigned int, bool) + 45
    9   com.apple.audio.units.Components          0x00000001202e7df6 AUConverterBase::SetupAllConverters(bool, unsigned int) + 80
    10  com.apple.audio.units.Components          0x00000001202ee305 AUHAL::Initialize() + 39
    11  com.apple.audio.units.Components          0x00000001202e5c61 AUBase::DoInitialize() + 29
    12  com.apple.audio.units.Components          0x000000012037850e _ZL18AUMethodInitializePv + 18
    13  com.apple.audio.toolbox.AudioToolbox          0x00007fff94057a0f _AT_AudioUnitInitialize + 83
    14  com.apple.Flexo                         0x00000001006f042d FFAudioGraph::ChangeNodeInputFormat(FFAudioNode*, double, unsigned int, unsigned int) + 733
    15  com.apple.Flexo                         0x000000010070c7f7 -[FFDestAudioOutputUnit setSampleRate:numChannels:] + 247
    16  com.apple.Flexo                         0x00000001008e8205 FFAudioPlayer::reconnectAudioDest() + 181
    17  com.apple.Flexo                         0x00000001008e8b74 FFAudioPlayer::setDestAudio(FFDestAudio*) + 244
    18  com.apple.Flexo                         0x000000010071af23 -[FFPlayer addDestAudio:] + 83
    19  com.apple.Flexo                         0x000000010072ad45 -[FFContext makePlayerForProvider:playAudio:hasHardwareOut:forRender:] + 1605
    20  com.apple.Flexo                         0x000000010084f67b -[FFPlayerModule _rebuildPlayer] + 427
    21  com.apple.Flexo                         0x000000010084db41 -[FFPlayerModule setSkimmable:context:effectCount:] + 689
    22  com.apple.Flexo                         0x0000000100a53928 -[FFOrganizerFilmstripView _loadPlayerWithRangeOfMedia:andTime:] + 712
    23  com.apple.Flexo                         0x0000000100a5354e -[FFOrganizerFilmstripView _movePlayerToRangeOfMedia:andTime:forSkimming:force:] + 302
    24  com.apple.Flexo                         0x0000000100a48da7 -[FFOrganizerFilmstripView moveToRangeOfMedia:andTime:] + 55
    25  com.apple.Flexo                         0x0000000100cea6ee -[FFOrganizerFilmstripViewController restoreProjectSelectionAndPersistentPlayheadPosition:] + 1470
    26  com.apple.Flexo                         0x00000001008057cb -[FFOrganizerFilmstripModule _restoreProjectRelatedPersistentStates] + 171
    27  com.apple.Flexo                         0x00000001007f4559 -[FFOrganizerFilmstripModule setContents:] + 297
    28  com.apple.Flexo                         0x0000000100c72648 -[FFSidebarModule _setSelection:] + 504
    29  com.apple.Flexo                         0x0000000100c732ac -[FFSidebarModule reloadOutlineViewNowWithSidebarProvider:] + 396
    30  com.apple.Flexo                         0x0000000100c71a82 -[FFSidebarModule setSidebarProvider:] + 66
    31  com.apple.Flexo                         0x0000000100a84adf -[FFEventLibraryModule loadDefaults] + 415
    32  com.apple.Flexo                         0x0000000100ce6216 -[FFPersistentModule viewWasInstalled] + 166
    33  com.apple.FinalCut                      0x000000010006e262 -[PEOrganizerBaseContainerModule viewDidLoad] + 290
    34  com.apple.LunaKit                       0x0000000101866b04 -[LKViewModule _viewDidLoad] + 68
    35  com.apple.LunaKit                       0x0000000101865daf -[LKViewModule view] + 159
    36  com.apple.LunaKit                       0x00000001018493de -[LKContainerView(Internal) createItemsForNode:] + 462
    37  com.apple.LunaKit                       0x0000000101849372 -[LKContainerView(Internal) createItemsForNode:] + 354
    38  com.apple.LunaKit                       0x0000000101849372 -[LKContainerView(Internal) createItemsForNode:] + 354
    39  com.apple.LunaKit                       0x0000000101846ec9 -[LKContainerView _updateItemViews] + 57
    40  com.apple.LunaKit                       0x000000010184498c -[LKContainerView installViews] + 28
    41  com.apple.LunaKit                       0x00000001018416bd -[LKContainerModule postLayout:] + 861
    42  com.apple.LunaKit                       0x0000000101867d50 -[LKViewModule configureSubmodules:] + 384
    43  com.apple.LunaKit                       0x00000001018647a8 -[LKViewModule applyLayoutDictionary:] + 376
    44  com.apple.LunaKit                       0x0000000101869a6b -[LKWindowModule applyLayoutDictionary:] + 43
    45  com.apple.LunaKit                       0x000000010185c7e8 -[LKModuleLayoutManager applyModuleLayout:] + 712
    46  com.apple.FinalCut                      0x0000000100034fae -[PEAppController applicationDidFinishLaunching:] + 190
    47  com.apple.Foundation                    0x00007fff936fade2 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
    48  com.apple.CoreFoundation                0x00007fff92c10e0a _CFXNotificationPost + 2634
    49  com.apple.Foundation                    0x00007fff936e7097 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
    50  com.apple.AppKit                        0x00007fff9158eaa7 -[NSApplication _postDidFinishNotification] + 212
    51  com.apple.AppKit                        0x00007fff9158e80d -[NSApplication _sendFinishLaunchingNotification] + 78
    52  com.apple.AppKit                        0x00007fff9158d4d2 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
    53  com.apple.AppKit                        0x00007fff9158d233 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
    54  com.apple.CoreFoundation                0x00007fff92c5a851 -[NSObject performSelector:withObject:withObject:] + 65
    55  com.apple.Foundation                    0x00007fff9371d89b __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
    56  com.apple.Foundation                    0x00007fff9371c822 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
    57  com.apple.Foundation                    0x00007fff9371c6b0 _NSAppleEventManagerGenericHandler + 105
    58  com.apple.AE                            0x00007fff983b6c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
    59  com.apple.AE                            0x00007fff983b6b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
    60  com.apple.AE                            0x00007fff983b69f7 aeProcessAppleEvent + 250
    61  com.apple.HIToolbox                     0x00007fff8facab6d AEProcessAppleEvent + 102
    62  com.apple.AppKit                        0x00007fff9158a63d _DPSNextEvent + 1247
    63  com.apple.AppKit                        0x00007fff91589cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    64  com.apple.AppKit                        0x00007fff9158662d -[NSApplication run] + 470
    65  com.apple.prokit                        0x00000001002f93c6 NSProApplicationMain + 387
    66  com.apple.FinalCut                      0x0000000100002138 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9442b7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8dac15be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8dac014e _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff9442b7e6 kevent + 10
    1   com.apple.Flexo                         0x000000010099acac __-[FFStorageManager _createKernelQueue]_block_invoke_1 + 28
    2   libdispatch.dylib                       0x00007fff8dabf8ba _dispatch_call_block_and_release + 18
    3   libdispatch.dylib                       0x00007fff8dac0799 _dispatch_worker_thread2 + 255
    4   libsystem_c.dylib                       0x00007fff9809a3da _pthread_wqthread + 316
    5   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   com.apple.CoreFoundation                0x00007fff92bdceb5 CFStringFindWithOptionsAndLocale + 2293
    1   com.apple.CoreFoundation                0x00007fff92bdc5b4 CFStringFindWithOptions + 20
    2   libFontRegistry.dylib                   0x00007fff9435d7e9 TFontTraits::TFontTraits(CGFont*, TFontMetadata const&) + 1929
    3   libFontRegistry.dylib                   0x00007fff9435d046 TClientFontEntity::CopyTraits() const + 32
    4   libFontRegistry.dylib                   0x00007fff94375bf1 TFontEntity::CompareFontEntities(void const*, void const*, void*) + 221
    5   libFontRegistry.dylib                   0x00007fff943761b4 TFontEntity::Compare(TFontEntity const&, TFontEntityComparisonContext*) + 40
    6   libFontRegistry.dylib                   0x00007fff94374943 TLocalFontRegistryImp::TFontRefSorter::CompareFontRefs(void const*, void const*) + 87
    7   com.apple.CoreFoundation                0x00007fff92c04754 __CFSimpleMergeSort + 420
    8   com.apple.CoreFoundation                0x00007fff92c04556 CFSortIndexes + 1446
    9   com.apple.CoreFoundation                0x00007fff92bd7493 CFQSortArray + 275
    10  libFontRegistry.dylib                   0x00007fff9437476d __CFArray const* TFontRegistryImp::CopyFontRefsForRequest<TLocalFontRegistryImp, TClientFontEntity>(__CFDictionary const*, TFontQueryOptions const&) const + 977
    11  libFontRegistry.dylib                   0x00007fff9436f436 TLocalFontRegistryImp::CopyFontsForRequest(__CFDictionary const*, TFontQueryOptions const&) const + 28
    12  libFontRegistry.dylib                   0x00007fff9436d742 TLocalFontRegistryImp::CopyPropertiesForFontsMatchingRequest(__CFDictionary const*, __CFSet const*, TFontQueryOptions const&) const + 32
    13  libFontRegistry.dylib                   0x00007fff94353b07 XTCopyFontsWithProperties + 139
    14  com.apple.CoreText                      0x00007fff90ea5deb TDescriptorSource::CopyDescriptorsForRequest(__CFDictionary const*, __CFSet const*, long (*)(void const*, void const*, void*), void*, unsigned long) const + 449
    15  com.apple.CoreText                      0x00007fff90ea5a29 TDescriptor::CreateMatchingDescriptors(__CFSet const*, unsigned long) const + 133
    16  com.apple.AppKit                        0x00007fff91746d10 __NSCopyNormalizedDescriptorsForFamily + 398
    17  com.apple.AppKit                        0x00007fff91746743 -[NSFontManager availableMembersOfFontFamily:] + 300
    18  com.apple.motion.TextFramework          0x000000010bdf9212 TXFontManager::enumerateSystemFonts() + 722
    19  com.apple.motion.TextFramework          0x000000010bdf9aaf TXFontManager::initFonts() + 31
    20  com.apple.motion.TextFramework          0x000000010bdf8187 TXFontManager::TXFontManager() + 183
    21  com.apple.motion.TextFramework          0x000000010bdf8225 TXFontManager::getInstance() + 69
    22  com.apple.motion.TextFramework          0x000000010bdf8a1c +[TXLibraryListBuilder buildFontList] + 156
    23  Ozone                                   0x000000010b1bb58b -[OZLibraryModule buildTree] + 1099
    24  Ozone                                   0x000000010ad23499 +[OZApplicationController sharedLibraryModule] + 73
    25  com.apple.Motion.effect                 0x000000010a79efc2 __+[FFMotionEffect initializeMotionAsynchronously]_block_invoke_1 + 134
    26  com.apple.Foundation                    0x00007fff93765b95 -[NSBlockOperation main] + 116
    27  com.apple.Foundation                    0x00007fff9372c788 -[__NSOperationInternal start] + 705
    28  com.apple.Foundation                    0x00007fff9373f9e6 ____NSOQSchedule_block_invoke_2 + 124
    29  libdispatch.dylib                       0x00007fff8dabf8ba _dispatch_call_block_and_release + 18
    30  libdispatch.dylib                       0x00007fff8dac0799 _dispatch_worker_thread2 + 255
    31  libsystem_c.dylib                       0x00007fff9809a3da _pthread_wqthread + 316
    32  libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c274 _pthread_cond_wait + 840
    2   com.apple.progl.framework               0x00000001028927ea (anonymous namespace)::threadFunc(void*) + 70
    3   com.apple.procore.framework             0x00000001001594fc PCThread::startup(void*) + 18
    4   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 6:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c274 _pthread_cond_wait + 840
    2   com.apple.Flexo                         0x000000010085d858 Synchronizable::Wait() + 56
    3   com.apple.Fig.provider                  0x00000001087800a8 0x108753000 + 184488
    4   com.apple.Flexo                         0x000000010086665a Thread::RunHelper(void*) + 42
    5   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 9:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff9442ae42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff9804edea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff9804ebb5 usleep + 53
    3   com.apple.AppKit                        0x00007fff917c197f -[NSUIHeartBeat _heartBeatThread:] + 1727
    4   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    5   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    6   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff9840163f CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff98400aa5 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff9840085d _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff9442b192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff9809a594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff9809bb85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff9376db10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff93737302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.Flexo                         0x00000001007140b5 -[FFPlayer _waitForAttention] + 37
    5   com.apple.Flexo                         0x00000001007168a4 -[FFPlayer playerRenderThreadMain:] + 324
    6   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 16:: com.apple.flexo.time-rate-change-controller
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c274 _pthread_cond_wait + 840
    2   com.apple.Flexo                         0x000000010072079b TimeRateChangeController::threadFunction() + 299
    3   com.apple.Flexo                         0x0000000100728f7d TimeRateChangeController::thread_routine(void*) + 61
    4   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 17:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff9376db10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff93737302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x00000001015b489c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 18:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff944296b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000011eedfeb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin                   0x000000011eeee3f8 WinPort::DoMessage(long, long) + 264
    3   com.apple.AVCHDPlugin                   0x000000011ee76351 DDP_OpenPlayerWithPath + 1265
    4   com.apple.AVCHDPlugin                   0x000000011eefa299 FDVDProcessor::FCDVDManager::OpenPlayer(unsigned char, unsigned char) + 1113
    5   com.apple.AVCHDPlugin                   0x000000011eefd669 FDVDProcessor::FCDVDManager::OpenAVCHDMediaFile(FSRef&) + 1529
    6   com.apple.AVCHDPlugin                   0x000000011ee8da94 FAVCHDOpenMediaFile + 52
    7   com.apple.AVCHDPlugin                   0x000000011ee03235 0x11ee00000 + 12853
    8   com.apple.AVCHDPlugin                   0x000000011ee02c0b 0x11ee00000 + 11275
    9   com.apple.AVCHDPlugin                   0x000000011ee02772 0x11ee00000 + 10098
    10  com.apple.proapps.MIO                   0x00000001015b3ece -[PluginLockPair mountPath:] + 286
    11  com.apple.proapps.MIO                   0x00000001015b48cc -[PluginLockPair scanPaths] + 332
    12  com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    13  com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    14  libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    15  libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 19:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff9376db10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff93737302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x00000001015b489c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 20:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff9376db10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff93737302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x00000001015b489c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 21:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation                    0x00007fff9376db10 -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation                    0x00007fff93737302 -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proapps.MIO                   0x00000001015b489c -[PluginLockPair scanPaths] + 284
    5   com.apple.Foundation                    0x00007fff9373e7fe -[NSThread main] + 68
    6   com.apple.Foundation                    0x00007fff9373e776 __NSThread__main__ + 1575
    7   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 22 Crashed:: com.apple.dvdplayback-DDPTask
    0   com.apple.AVCHDPlugin                   0x000000011efc252b CClipInformationFile::fromMEM(unsigned char const*) + 923
    1   com.apple.AVCHDPlugin                   0x000000011ef6501d CPlaybackControlEngine::GenerateClipObjects() + 6925
    2   com.apple.AVCHDPlugin                   0x000000011ef35aaf BDMVDiskPlayerFactory::CreateDiskPlayer(WinPortServer*, VDR*, GenericProfile*, DVDDiskType, BDMVFileSystem*, unsigned char, CDDiskPlayerClass*&) + 127
    3   com.apple.AVCHDPlugin                   0x000000011ee73299 DDPScheduler::Message(long, long) + 3881
    4   com.apple.AVCHDPlugin                   0x000000011eeed572 WinPortServer::ProcessMessages() + 1042
    5   com.apple.AVCHDPlugin                   0x000000011ee718a3 DDP_Init + 723
    6   com.apple.AVCHDPlugin                   0x000000011eedf6c0 ST20Thread::Run(PThreadRunParams*) + 32
    7   libsystem_c.dylib                       0x00007fff9809a768 _pthread_body + 59
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff944296b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000011eedfeb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin                   0x000000011eeedb60 WinPortServer::FlushMessages(WinPort*, unsigned int, int) + 1344
    3   com.apple.AVCHDPlugin                   0x000000011eedf6c0 ST20Thread::Run(PThreadRunParams*) + 32
    4   libsystem_c.dylib                       0x00007fff9809a768 _pthread_body + 59
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff944296b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000011eedfeb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin                   0x000000011eeedb60 WinPortServer::FlushMessages(WinPort*, unsigned int, int) + 1344
    3   com.apple.AVCHDPlugin                   0x000000011eedf6c0 ST20Thread::Run(PThreadRunParams*) + 32
    4   libsystem_c.dylib                       0x00007fff9809a768 _pthread_body + 59
    Thread 25:: com.apple.dvdplayback-CPresentationEngine
    0   libsystem_kernel.dylib                  0x00007fff944296b6 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x000000011eedfeb7 semaphore_wait(viona_semaphore_t*) + 55
    2   com.apple.AVCHDPlugin                   0x000000011eeedb60 WinPortServer::FlushMessages(WinPort*, unsigned int, int) + 1344
    3   com.apple.AVCHDPlugin                   0x000000011eedf6c0 ST20Thread::Run(PThreadRunParams*) + 32
    4   libsystem_c.dylib                       0x00007fff9809a768 _pthread_body + 59
    Thread 26:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x00007fff9442967a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff94428d71 mach_msg + 73
    2   com.apple.audio.CoreAudio               0x00007fff9038aeb3 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, unsigned int) + 93
    3   com.apple.audio.CoreAudio               0x00007fff9038af05 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 37
    4   com.apple.audio.CoreAudio               0x00007fff90384568 HALC_ProxyIOContext::IOWorkLoop() + 888
    5   com.apple.audio.CoreAudio               0x00007fff90384151 HALC_ProxyIOContext::IOThreadEntry(void*) + 73
    6   com.apple.audio.CoreAudio               0x00007fff9038400c HALB_IOThread::Entry(void*) + 78
    7   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 27:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib                  0x00007fff9442abca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff9809c274 _pthread_cond_wait + 840
    2   com.apple.CoreMedia.ProAppsSupport          0x000000010028af39 WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport          0x000000010028b105 FigSemaphoreWaitRelative + 167
    4   com.apple.CoreMedia.ProAppsSupport          0x0000000100289212 FigScheduledFileIOThread + 5109
    5   com.apple.CoreMedia.ProAppsSupport          0x000000010028c03a figThreadMain + 397
    6   libsystem_c.dylib                       0x00007fff980988bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff9809bb75 thread_start + 13
    Thread 22 crashed with X86 Thread State (64-bit):
      rax: 0x00000000b523ea7e  rbx: 0x0000000000002ee0  rcx: 0x00000001be77ca7e  rdx: 0x000000010956bc08
      rdi: 0x000000011be7a5b1  rsi: 0x00000000b523ea7e  rbp: 0x000000011faee910  rsp: 0x000000011faee8b0
       r8: 0x00000001036b5200   r9: 0x0000000000000001  r10: 0x0000000000000000  r11: 0x000000011be7a5b0
      r12: 0x00000001be77ca7e  r13: 0x000000010956ec00  r14: 0x000000010953e7b4  r15: 0x000000010953e7c2
      rip: 0x000000011efc252b  rfl: 0x0000000000010206  cr2: 0x00000001be77ca81
    Logical CPU: 4
    Binary Images:
           0x100000000 -        0x1000c1fef  com.apple.FinalCut (10.0 - 179114) <87A93BA7-2A69-1860-23E6-488F5B67F581> /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
           0x100139000 -        0x100214ff7  com.apple.procore.framework (4.0.2 - 757) <AF641CD5-22F4-A3A3-8DA0-6DA454F9F936> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCore
           0x10026d000 -        0x1002b8fff  com.apple.CoreMedia.ProAppsSupport (1.0 - 705.23) <0A55958C-289F-A22B-8D1D-B77FC78083A7> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x1002da000 -        0x100553fef  com.apple.prokit (7.1.1 - 1511) <652BEC78-D497-3EE2-8128-B9E01AD2ADA3> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
           0x1006d5000 -        0x101163fe7  com.apple.Flexo (1.0.0 - 21) <91672C1C-5F24-7DA3-8F20-D947CEF87488> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
           0x101584000 -        0x101649ff7  com.apple.proapps.MIO (2.0 - 17882.8) <76C85FB2-8916-CA80-157C-DE1F58964A0B> /Applications/Final Cut Pro.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
           0x1016ae000 -        0x1016ccfff  com.apple.pro.sharedstudio (1.0 - 17882.8) <29B0D24A-8DD5-C3C7-259F-F6B5304279BC> /Applications/Final Cut Pro.app/Contents/Frameworks/StudioSharedResources.framework/Versions/A/StudioSh aredResources
           0x1016eb000 -        0x1017b0ff7  com.apple.TLKit (1.0 - 17882.8) <D0728C96-1CB6-5DE7-CAAB-7FEB43CD3115> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKit.framework/Versions/A/TLKit
           0x10180b000 -        0x1018affe7  com.apple.LunaKit (1.0 - 17882.8) <7FA08F09-5359-DEC3-000F-C0F8DC2867C7> /Applications/Final Cut Pro.app/Contents/Frameworks/LunaKit.framework/Versions/A/LunaKit
           0x101927000 -        0x101936fff  com.apple.framework.SPSupport (10.7 - 733) <A31D1DD9-D539-392B-BB9C-48BA71C09B1F> /System/Library/PrivateFrameworks/SPSupport.framework/Versions/A/SPSupport
           0x101942000 -        0x10195ffe7  com.apple.DeepSkyLite (0.6 - 17882.8) <A7B29622-F387-1E24-3B25-A47D3E586A74> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/DeepSkyLite.f ramework/Versions/A/DeepSkyLite
           0x101973000 -        0x101d84ff7  com.apple.VideoToolbox.ProAppsSupport (1.0 - 705.23) <1E4B1D1F-97D3-CFE5-0C74-BC30CFD4BD0C> /Applications/Final Cut Pro.app/Contents/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
           0x101e0e000 -        0x102235fef  com.apple.MediaToolbox.ProAppsSupport (1.0 - 705.23) <B3352791-1B8B-0E10-BC17-8EE36C16CEBE> /Applications/Final Cut Pro.app/Contents/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
           0x1022ad000 -        0x1023ebfef  com.apple.prochannel.framework (4.0.2 - 17882.8) <5185F8FE-7C4B-0F00-5E61-C48684245499> /Applications/Final Cut Pro.app/Contents/Frameworks/ProChannel.framework/Versions/A/ProChannel
           0x10249c000 -        0x10249cfff  com.apple.Helium (3.1.0 - 17882.8) <C11A3FB0-EEBA-B753-631B-D862A28BA3FD> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
           0x1024a0000 -        0x10250bfff  com.apple.proinspector.framework (4.0.2 - 17882.8) <8D2C634D-66C4-436B-0BDD-D23182B968F2> /Applications/Final Cut Pro.app/Contents/Frameworks/ProInspector.framework/Versions/A/ProInspector
           0x10254c000 -        0x10257aff7  com.apple.audio.CoreAudioKit (1.6.2 - 1.6.2) <4C8946AC-A591-370A-9B5E-ADA7D91DDECB> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x102594000 -        0x1025a9fef  com.apple.MAAudioUnitSupport (1.0.0 - 101) <81BEDC93-B46A-0C92-07F3-C90C2BBE0679> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/MAAudioUnitSu pport.framework/Versions/A/MAAudioUnitSupport
           0x1025b9000 -        0x102609fff  com.apple.proshapes.framework (1.0 - 17882.8) <EC3D6B72-F71C-BD80-C775-7B42A307E525> /Applications/Final Cut Pro.app/Contents/Frameworks/ProShapes.framework/Versions/A/ProShapes
           0x102635000 -        0x102748ff7  com.apple.proosc.framework (3.1.0 - 17882.8) <E8D31602-A87A-8641-0594-98CECD20FED2> /Applications/Final Cut Pro.app/Contents/Frameworks/ProOSC.framework/Versions/A/ProOSC
           0x10279f000 -        0x1027b9ff7  com.apple.iLifeFaceRecognition (1.0 - 21) <5D45F816-8F9C-C6F5-4050-1331BCA3ADB2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/iLifeFaceRecognition
           0x1027cc000 -        0x102848ff7  com.apple.procurveeditor.framework (3.1.0 - 17882.8) <BB346BED-A8EB-9C03-9EC9-B681A6DEB954> /Applications/Final Cut Pro.app/Contents/Frameworks/ProCurveEditor.framework/Versions/A/ProCurveEditor
           0x102882000 -        0x1028b6fef  com.apple.progl.framework (1.0 - 17882.8) <9428DD32-248E-3688-7A04-02C538DF2B23> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
           0x1028e8000 -        0x102992ff7  com.apple.ProAppsFxSupport (4.0.0 - 17882.8) <D87B3651-A3CC-28A4-72C6-FF4605FFB442> /Applications/Final Cut Pro.app/Contents/Frameworks/ProAppsFxSupport.framework/Versions/A/ProAppsFxSupp ort
           0x102bbc000 -        0x102bcdfef  com.apple.TLKEventDispatcher (1.0 - 17882.8) <5A62F218-576F-49E4-03BC-9FCAD2FC55D7> /Applications/Final Cut Pro.app/Contents/Frameworks/TLKEventDispatcher.framework/Versions/A/TLKEventDis patcher
           0x102bdb000 -        0x102f43fef  com.apple.Helium.HeliumRender (2.1.0 - 17882.8) <CF43651A-22E6-5B2A-FE0B-18C9C1F66BEE> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumRender .framework/Versions/A/HeliumRender
           0x10305a000 -        0x10310bfef  com.apple.Helium.Heliumfilters (2.1.0 - 17882.8) <5611955C-9CF4-9F33-6BB5-40CFBF9FF5EC> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumFilter s.framework/Versions/A/HeliumFilters
           0x103172000 -        0x1033bffef  com.apple.Helium.HeliumSensoCore (2.0.2 - 17882.8) <59598375-BF20-0C57-EBE7-4119FAFDBB6B> /Applications/Final Cut Pro.app/Contents/Frameworks/Helium.framework/Versions/A/Frameworks/HeliumSensoC ore.framework/Versions/A/HeliumSensoCore
           0x10342e000 -        0x10342efff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <C23BF0A1-7E6D-35EF-85FE-651EE2C13D53> /usr/lib/libmx.A.dylib
           0x103431000 -        0x103465fff  com.apple.FWAVC (201.47 - 47) <1712A4BC-AD41-3307-AE3F-27FE529D03D0> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
           0x10347b000 -        0x10347dfff +eOkaoCom.dylib (??? - ???) <393F340C-3AD1-C89B-6C37-9D8ABF4BFFD9> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoCom.dylib
           0x103481000 -        0x1034a8ff2 +eOkaoPt.dylib (??? - ???) <E6500FB8-157F-57B5-FE25-2A3A1CB3574C> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoPt.dylib
           0x1034af000 -        0x1034e4fe7 +eOkaoDt.dylib (??? - ???) <7A74253D-8930-6FF1-B513-0929C4E111A2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoDt.dylib
           0x1034eb000 -        0x103653fef +eOkaoFr.dylib (??? - ???) <510E837E-135A-92C8-9AC0-465691EA43D2> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/Frameworks/iLifeFaceReco gnition.framework/Versions/A/Resources/eOkaoFr.dylib
           0x103659000 -        0x103679fff  com.apple.fxplugframework (2.0 - 17882.8) <4CC21EC9-C6F7-59CB-930D-E459884C41B0> /Applications/Final Cut Pro.app/Contents/Frameworks/FxPlug.framework/Versions/A/FxPlug
           0x10368f000 -        0x10369eff7  com.apple.PluginManager (1.7.4 - 17882.8) <0E94386F-92BB-397E-D559-E6AF0A5ED827> /Applications/Final Cut Pro.app/Contents/Frameworks/PluginManager.framework/Versions/B/PluginManager
           0x1041a0000 -        0x1041ceff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x104483000 -        0x1044cdff7  com.apple.CoreMediaIO (201.0 - 3143) <511ECB51-C221-FB75-9A70-5B03B92A8AC8> /Applications/Final Cut Pro.app/Contents/Frameworks/CoreMediaLion/CoreMediaIO.framework/Versions/Curren t/CoreMediaIO
           0x105e00000 -        0x105f98ff7  GLEngine (??? - ???) <D770A837-9F8D-3C86-AB33-CBDEF5599CA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x107800000 -        0x1078f9fff  libGLProgrammability.dylib (??? - ???) <BCA0FD49-2103-33D8-8801-326C6A62465E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10791f000 -        0x107be6ff7  com.apple.ATIRadeonX3000GLDriver (7.12.9 - 7.1.2) <E0D46EC5-2A19-36AA-AECC-A73219F999F1> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x107c31000 -        0x10803bfef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.12.9 - 7.1.2) <E3862F61-C250-3670-B7A8-02EE49CBF842> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x1084ee000 -        0x1084f2ff7  com.apple.proapps.AppleCMQTAdapterCodec (1.0 - 1) <BA9B2F02-843E-F922-7961-1DD350B32884> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/PlugIns/Apple CMQTAdapterCodec.bundle/Contents/MacOS/AppleCMQTAdapterCodec
           0x108734000 -        0x108749ff7  com.apple.Audio.provider (1.0.0 - 17911.4) <E553EE1E-78C0-EEEB-4561-4D2CABCA669C> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/A udioProvider.fxp/Contents/MacOS/AudioProvider
           0x108753000 -        0x10879bff7  com.apple.Fig.provider (1.0.0 - 21) <64E79941-E351-02B0-EBD3-D9DF819C0485> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/F igProvider.fxp/Contents/MacOS/FigProvider
           0x1087b0000 -        0x1087dffff  com.apple.proapps.AppleAVCIntraCodec (1.0 - 542.4) <58336BEF-3982-B338-9164-161DD3090609> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleAVCIntraCodec.b undle/Contents/MacOS/AppleAVCIntraCodec
           0x108883000 -        0x1088d3fef  com.apple.proapps.AppleDVCPROHDCodec (1.0 - 542.4) <3AD015D3-D5C3-AFD0-7B60-E0C0EE929296> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleDVCPROHDCodec.b undle/Contents/MacOS/AppleDVCPROHDCodec
           0x108a83000 -        0x108aa1fe7  com.apple.proapps.AppleIMXCodec (1.0 - 547.2) <51D58E0C-3A65-EAB4-4FD2-D19933A703B7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIMXCodec.bundle /Contents/MacOS/AppleIMXCodec
           0x108ab3000 -        0x108ae3ff7  com.apple.proapps.AppleIntermediateCodec (1.0 - 542.4) <C4D6D4A5-4CE3-44D9-CCA9-675C9FEDEEDF> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleIntermediateCod ec.bundle/Contents/MacOS/AppleIntermediateCodec
           0x108af9000 -        0x108b09fff  com.apple.proapps.AppleUncompressedCodec (1.0 - 546.9) <EB8C8481-B0DC-D03F-F5D6-234C7531D5D4> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleUncompressedCod ec.bundle/Contents/MacOS/AppleUncompressedCodec
           0x108b12000 -        0x108b32fff  com.apple.FxPlug.provider (1.0.0 - 17911.4) <46EB2AD2-C557-2F7E-E802-CCBFFE57B0C5> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/MediaProviders/F xPlugProvider.fxp/Contents/MacOS/FxPlugProvider
           0x108b3e000 -        0x108b58ff7  com.apple.promath.framework (5.0.0 - 17911.4) <AE490411-ACC7-BD61-E667-2887D5D50FCC> /Applications/Final Cut Pro.app/Contents/Frameworks/ProMath.framework/Versions/A/ProMath
           0x108b61000 -        0x108b73ff7  com.apple.RetimingMath (5.0.0 - 17911.4) <0EFF720C-4A60-2CDF-4A5A-076C85835AC7> /Applications/Final Cut Pro.app/Contents/Frameworks/RetimingMath.framework/Versions/A/RetimingMath
           0x108baa000 -        0x108c6dfef  com.apple.proapps.AppleMPEG2Codec (1.0 - 548.3) <DF1A8D26-B065-A4C0-F2DB-674C42A3466C> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleMPEG2Codec.bund le/Contents/MacOS/AppleMPEG2Codec
           0x108c8a000 -        0x108d1bff7  com.apple.proapps.AppleProResCodec (1.0 - 544.2) <CA7AD09C-11B3-AEE1-443D-B4406F1A0D77> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/PlugIns/Codecs/AppleProResCodec.bun dle/Contents/MacOS/AppleProResCodec
           0x108d59000 -        0x108ebffe7  com.apple.AECore (4.0 - 303) <4F2DA275-9256-DF7B-312B-D228D1FD3E14> /Applications/Final Cut Pro.app/Contents/PlugIns/Compressor/CompressorKit.bundle/Contents/Frameworks/AE Core.framework/Versions/A/AECore
           0x108f40000 -        0x108f9fff7  com.apple.ProGraphics (5.0.0 - 17911.4) <2A8EDFAB-CBF9-FEE0-3B27-3D41C5908F09> /Applications/Final Cut Pro.app/Contents/Frameworks/ProGraphics.framework/Versions/A/ProGraphics
           0x10a795000 -        0x10a998ff7  com.apple.Motion.effect (5.0.0 - 17911.4) <57216C3E-923F-497D-55CE-E7C9E8AE2DB7> /Applications/Final Cut Pro.app/Contents/PlugIns/MediaProviders/MotionEffect.fxp/Contents/MacOS/MotionE ffect
           0x10a9cb000 -        0x10ab8efff  com.apple.Lithium (5.0.0 - 17911.4) <4C22D36B-F672-6102-833C-4B87CEE54127> /Applications/Final Cut Pro.app/Contents/Frameworks/Lithium.framework/Versions/A/Lithium
           0x10ac1c000 -        0x10b974fe7  Ozone (17911.4.0 - compatibility 1.0.0) <14BAA556-81DF-9EBC-5A5B-8F641A7ABF4B> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
           0x10bd75000 -        0x10c505fff  com.apple.motion.TextFramework (5.0.0 - 17911.4) <9EE8BD27-3FA4-8DB7-3C7D-4C70A11C5A48> /Applications/Final Cut Pro.app/Contents/Frameworks/TextFramework.framework/Versions/A/TextFramework
           0x10c5f3000 -        0x10c68dfe7  com.apple.ProMedia (5.0.0 - 17911.4) <1D437DD4-A995-38C7-421F-F9DA43C4D4C7> /Applications/Final Cut Pro.app/Contents/Frameworks/ProMedia.framework/Versions/A/ProMedia
           0x10c6ea000 -        0x10c7f6fff  org.python.python (2.6.7 - 2.6.7) <B25E0E3C-EBC6-38C8-B75A-182645F40ECA> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
           0x10c857000 -        0x10c8a8ff7  com.apple.audio.midi.CoreMIDI (1.8 - 42) <D294480D-8E43-3DA6-BD2D-D9FB1102440D> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
           0x10c8ce000 -        0x10c8f2fff  libedit.2.dylib (3.0.0 - compatibility 2.0.0) <C9988296-4EAC-3F56-A5A9-F4767BB35AD2> /usr/lib/libedit.2.dylib
           0x10c902000 -        0x10c96bfff  com.apple.proapps.AudioMixEngine (2.0 - 68) <A4598DDB-0FD9-C204-11DB-5D020F19AD3D> /Applications/Final Cut Pro.app/Contents/Frameworks/Ozone.framework/Versions/A/Frameworks/AudioMixEngin e.framework/Versions/A/AudioMixEngine
           0x10ec74000 -        0x10ec7bff7  com.apple.filter.PAECIAdaptor (1.0 - 17882.8) <B960A6EB-BD23-B003-5AC4-86944D65D4FE> /Applications/Final Cut Pro.app/Contents/PlugIns/FxPlug/PAECIAdaptor.fxplug/Contents/MacOS/PAECIAdaptor
           0x113332000 -        0x11336cfff  com.apple.prokit.LionPanels (7.1.1 - 1511) <85CF9377-807B-346E-8943-65874789A22F> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/LionPan els.bundle/Contents/MacOS/LionPanels
           0x116f45000 -        0x116f60ff7  com.apple.EDEL (2.5 - 52.9) <D3745B92-2748-BD46-9207-A9B271D2C23A> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/MacOS/EDEL
           0x116f73000 -        0x117002ff7  com.apple.music.apps.MACore (9.1.0 - 475.15) <EF9CC7FB-0966-89A4-AE21-CA7FFCAAC0E0> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MACore.framework/Versions/A/MACore
           0x117068000 -        0x1173b0fe7  com.apple.music.apps.MADSP (9.1.0 - 586.17) <C8EBB98D-04F5-18A2-EE4E-7049F6107BD7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
           0x117776000 -        0x11782dfef  com.apple.music.apps.MAFiles (9.1.0 - 143.14) <794DCAA2-BA01-68B2-666F-3E477DD0B975> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
           0x117879000 -        0x1178c3fef  com.apple.music.apps.MAHarmony (9.1.0 - 198.11) <E337CE6D-FA8C-91B2-11E5-75B7386D2A51> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
           0x1178e3000 -        0x117d1dfef  com.apple.music.apps.MAPlugInGUI (9.1.0 - 423.13) <D6867CE6-E418-96FF-2AD1-2DB16E161E18> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
           0x117fd5000 -        0x117fd7fff  com.apple.ExceptionHandling (1.5 - 10) <06CC4716-FB75-3CD7-A1ED-ECA2A07F2926> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
           0x118795000 -        0x118797ff7  com.apple.music.apps.common.resources (9.1.0 - 279.8) <562EF819-830E-C316-7A45-45EC3DADF665> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/common.res/Contents/MacOS/common
           0x11879c000 -        0x11879eff7  com.apple.music.apps.efx.resources (9.1.0 - 279.8) <F14386B9-4609-6E0F-0E8F-CEAFBD7066A0> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/efx.res/Contents/MacOS/efx
           0x1187a3000 -        0x1187a5ff7  com.apple.music.apps.egt.resources (9.1.0 - 279.8) <E37C387F-5AF0-553B-E9D2-F4230BE0DFC7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/egt.res/Contents/MacOS/egt
           0x1187aa000 -        0x1187acff7  com.apple.music.apps.evb3.resources (9.1.0 - 279.8) <38F86758-98F2-61B8-B5FB-E70E7F70808D> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evb3.res/Contents/MacOS/evb3
           0x1187b1000 -        0x1187b3ff7  com.apple.music.apps.evd6.resources (9.1.0 - 279.8) <5CDD8C43-B823-18E9-1FA1-132D9E9FAAA7> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evd6.res/Contents/MacOS/evd6
           0x1187b8000 -        0x1187baff7  com.apple.music.apps.evoc.resources (9.1.0 - 279.8) <4CAE0802-D1CB-081F-DE4F-9FC13D0E023E> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evoc.res/Contents/MacOS/evoc
           0x1187bf000 -        0x1187c1ff7  com.apple.music.apps.evp88.resources (9.1.0 - 279.8) <B603E65A-4489-0B49-BA8C-3903FAB06872> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/evp88.res/Contents/MacOS/evp88
           0x1187c6000 -        0x1187c8ff7  com.apple.music.apps.mutapdel.resources (9.1.0 - 279.8) <55F3D902-7274-8E0A-EFE9-30948B6EA177> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
           0x1187cd000 -        0x1187cfff7  com.apple.music.apps.sphere.resources (9.1.0 - 279.8) <C85F45A8-6D20-68C1-9AE7-2ABC3A219601> /Applications/Final Cut Pro.app/Contents/Frameworks/Flexo.framework/Versions/A/PlugIns/Audio/EDEL.bundl e/Contents/Resources/sphere.res/Contents/MacOS/sphere
           0x11883d000 -        0x118843fff  com.apple.agl (3.1.4 - AGL-3.1.4) <AB6F0403-0C4C-3FF2-B59E-2246E5F8F810> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x11892d000 -        0x118981fff  com.apple.Bloodhound (5.0.0 - 17911.4) <6B577C11-35AB-6125-342D-7AC01DB3615B> /Applications/Final Cut Pro.app/Contents/Frameworks/Bloodhound.framework/Versions/A/Bloodhound
           0x1189b1000 -        0x1189c8ff7  com.apple.motion.Text (5.0.0 - 17911.4) <41F2D90F-F1A4-BCAE-69F2-B32B04C2A21C> /Appl

  • How can I reset the CAN card before it can be used for transmit from VC++

    I am using a tool developed in VC++ to send and receive the CAN data ove NI-CAN card. The application is designed in with different threads, which will call the NI-Card for sending and receiving messages.One thread will use the card for sending, others will be waiting for the completion. Once one thread completes next which is there in the queue will take control over CAN card and will release after using it. So other threads can use it. Every thread will follow initialize -> send -> uninitialize sequence. I am facing a problem If more threads are used, the can card is giving the NI can card initialization failed. Only way to use the CAN card after it is failed is to restart the complete operating system
    Is there any function to reset the CAN card driver from VC++ (it is using NI drivers) before it is initialized to avoid restarting the system?
    Please help. 
    Message Edited by Md_Sajid on 09-17-2009 01:44 AM

    Since sound can only come from the speakers, you will need to clarify what you have tried so far. Is your volume level turned up? Is the volume low when you are trying to play music? Is there a case on your phone obstructing the speakers? Is there any dust or lint in the speakers? Try a reset, hold the power button and home button until you see the apple then let go.

  • Detect 0% and 100% PWM Duty Cycles on 660X Card

    Hi,
    We essentially want to be able to detect 0% (all low) and 100% (all high) duty signals as well as > 0% and < 100% duty.  However, I noticed that when performing buffered pulse width measurement, if either 0% or 100% duty occurs, the previous detected duty is stored.  It seems as if the next edge or level change isn't detected, then the HWSave or SWSave registers store the last successful count.  Is there some flag on a status register for the NI PCI-6602 card that would indicate whether PWM is continuing to be detected?
    Thanks,
    Jeff S.

    Hi Jeff-
    You might be able to achieve this operation by setting the Counting_Mode to Synchonous_Source mode.  Check out the descriptions for bits 2:0 of the Gi_Counting_Mode register, as described in the 660x RLP manual page 3-22.  In that mode, you also must set the Gi_Alternate_Sync bit as described on page 3-21.
    Without making the change to synchronous counting, you might also be able to glean some useful information about when an error condition has been met by periodically monitoring the Gi_Stale_Data bits, as described on page 3-13.
    I haven't tested this, but I wanted to offer a few quick tips to try.  Please give these a try and let me know your results.
    Thanks-
    Tom W
    National Instruments

  • How can I set up different profiles (accounts??) using the credit card?

    Each member of my family would like to have there own itunes profile (or account??), but we'd like to use the same credit card. Is this possible? Does each family member need a unique email address for log in.
    Thanks
    Markoman

    So my sister and I have our own separate iTunes accounts, and she has her set up with her credit card. She let me use her credit card on mine but it keeps saying the security code is invalid. Then the credit card company called about her credit card activity. Are you sure it's not impossible to use the same credit card on our different accounts?

  • I've been trying to make an account with iTunes n everytime I get to the part of the credit card that's as far as I get because I dnt have one, how can I make an iTunes account without a credit card??

    I've been trying to make an account with iTunes n everytime I get to the part of the credit card that's as far as I get because I dnt have one, how can I make an iTunes account without a credit card??

    Where are you located?
    Just go and buy an iTunes gift card at any store in your country.
    Then follow all the steps you did, but when it asks you for the credit card number, there shoujld be a GIFT CARD option which will let you load your account witht eh funds form the gift card without providing a credit/debit card #.

  • HT1688 I have a damaged I-Phone and I need the contents of my calendar off of it. I did not have Mobile me at the time.  Can I swap out the sim card from the broken phone to a new phone and recover this calendar?

    I have an older I-Phone (3G) that for some reason the body of the phone has split in two.  This phone was a business phone and it had a lot of important information on it. I have a second phone that is also a 3G.  On the broken phone there is a lot of important information that I need in my calendar. Im not worried about anything else but the calendar.  I didn't have the Mobile Me account at that time or I would be having this problem. Does anybody know if I can ust switch out the sim cards. I just need to recover the old calendar, so im hoping that the calendar will transfer when I switch the sim card into the good 3G. If that doesn't work does anybody know of anyway that I can retrieve this information off of this phone?

    Nothing is stored on the sim card on an iPhone.  If you backed up to your computer the backup will contain your calendar events.  Otherwise, if your phone isn't functioning there is no way to back up or extract your calendar at this point.

  • My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any

    My LR 4 suddenly no longer recognized my memory cards. I am using the same cards and cameras but consisitently get the error message:"files not imported because the files could not be read. they are jpg and nef files...I am stuck without my workhorse! Any advice is helpful. This has never happened in 6 years

    answered in your other thread LR 4 suddenly no longer recognizes files.

  • I have a macbook air bought in 2010 wit liquid damage that might has affected the SSD card. I need to get my data but apple won't help. Authorized dealers never seem to have the same model to try whether the SSD card works. How can I get my data quickly?

    Hi
    I have a macbook air bought in 2010. It has liquid damage that might or might not affected the SSD card. I need the data on my SSD card for work and I need it urgently. Apparently Apple won't get the data out, even if I have apple care... Licensed apple dealers need to have the same macbook air model so they can insert the SSD card and check whether the data is there, and they never seem to have one...
    I'm really disappointed with apple. It's been two weeks and I haven't been able to find out whether the SSD card is holding my data. It can't take that long to do it in store... How can they sell a product and then wash their hands on the matter?
    Anyway, enough with the apple rant. I need to get this data urgently so I need to find out how I can get it out of the card. The SSD card and data might be fine so I don't want to take it to a data recovery centre and get charged loads.
    Thanks for your help.
    Olatz

    See this link for a 4870 card, best instructs for flashing for a noob like me. (last lowest price was $150 for a 1GB vRAM 4870 from TigerDirect).
    http://web.me.com/jacobcroft/4870Flash/4870Flash.html
    However, not every 4870 card will work with the ROM currently floating around out there. BEWARE!
    Link to recovering a bricked card:
    http://forums.techpowerup.com/showthread.php?t=64328

  • I have an SD card that my husband uses for a trail camera. The camera does not have a delete function for the pics, so I put the SD card in our MAC and we can view the pics but when I go to delete them it says that the files cant be deleted. What can i do

    My husband has an SD card he  uses for his trail camera. We put it in our mac book pro and can look at the pictures but when I go to move them to the trash it tells me that the files can't be moved to the trash because they cant be deleted. I have Nikon camera software on my mac and it pics up and asks if you want to import the pics and if you want them deleted from the devices afterwards. I tried that but I get a message afterwards that says that some files were not able to be deleted. When I go to check, none of them were deleted. How can I clean of the SD Card? I do have a camera I could stick it in, it would just be nice to know how to do it from my mac. Also, the files are jpg. if that matters.

    AFAIK cameras offer their own built-in format utility for inserted SD cards.  You should use that.  Otherwise, refer to the manual that came with your camera to determine precisely how your SD cards need to be formatted to work properly.  Personally, I'd suggest Partition Scheme: MBR, and Filesystem: FAT32.
    Try to limit the number of formats you perform on the SD cards, though, as you're reducing their lifespan.  I believe formatting causes re-writes to a portion of the SD card that has fewer read/write cycles than the rest of the card as a whole.

  • How do I get a photo that is on my phone into the iphone cards app?

    Using an iphone 4 with the new cards app. I want to try this app out. I can easily edit the "inside" and the "envelope" but cannot figure out how to put a photo that is already in my photo gallery on my phone (not in  the camera roll)   onto the "outside" of the birthday template. please help
    and Apple, is it too much to ask to be able to find a step by step on how to use this app, I have searched with no luck

    it turns out the app was corrupted, I deleted and re-downloaded and now it gives me an option to use existing photo

  • Some music files do not show up in google play music app library.  I did clear cache/data and restarted phone.  The music is stored on the SD card.  Most of the music in the library is in the same folder on the sd card.  I can play the song from file mana

    some music files do not show up in google play music app library.  I did clear cache/data and restarted phone.  The music is stored on the SD card.  Most of the music in the library is in the same folder on the sd card.  I can play the song from file manager, but it still is not in the music library in play music.

    Cyndi6858, help is here! We'd be happy to help figure this out. Just to be sure though, the Droid Maxx should not have an SD card. Is this the Droid Razr Maxx? How did you add the music to the device? Are you able to see the files and folders located on the SD card or device when plugged in?
    Thanks,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • Database connection and display in JSP page

    hi, I am new to SAP netweaver. I have created a project using JSPDynPage, Beans and java file. I have configure the datasouce in Visual Composer. I deploy the project on the portal itself. I have try all kinds of codes bt cannot retrieve. Is there an

  • Why can't I find itunes on my windows xp system?

    I have an HP Pavilion with a 2.93 GHz processor, .99 GB of ram and Windows XP, version 2002. I am trying to download iTunes, but after the "Thank you for downloading iTunes" message comes up, I cannot find the file anywhere on my computer! I have ena

  • Problem to enabled a sumit ADF button by javascript

    hello, i have a form in my jspx page : <af:form>                     <!-- Input fields -->                     <af:panelForm id="panel" labelWidth="10%">                          <af:outputFormatted value="Please fill one field only" />              

  • [Jena] Debugging addInBulk()

    Hello, I am evaluating Oracle 11g with the Jena Adaptor 2.0. Currently I am trying to load customer records from one large file in N-TRIPLE format using addInBulk(). I did this successfully with a file with 100 sample records, and now I am trying it

  • DCHP IP address

    Our office have used HP Designjet Z6100ps 42in plotter through local area network, but recently we cannot make connection to the plotter due to some network problem. So I checked the ethernet wall jack connected to the plotter to see if the line is o