Can anyone assist me with making my camera show up as a drive?

My camera, to my knowledge, is supposed to synchronize as a drive. (e.g. flash drive) but it simply doesn't show up. The strange thing is that third-party applications like Image Capture and Dropbox will pick it up. My overall goal here is to PLACE files, like a flash drive, but just images. Not something like a game. Also, if it helps, in the past I have used the SD Card which I use for storage on my camera, on my Wii for data storage. Just to let you know.

Do flash drives show up on the desktop?
finder > preferences > general
Be sure you select option to show external drives on desktop.
Robert

Similar Messages

  • I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?  Best,  James.

    I have a licensed copy of Adobe Acrobat X Pro for Windows.  I recently switched over to MAC OS and would like to move my Adobe X Pro over but the CD will not work for Mac OS?  Can anyone assist me with this conversion?
    Best,
    James.

    you cannot use your pc license to install on a mac.  you would need a separate license (and serial number) for that.
    adobe allows platform swaps, but only with the latest (xi) version, Order product | Platform, language swap
    your option to use acrobat on a mac are to upgrade to acrobat pro xi and change platforms, use a windows emulator (parallels/boot camp etc) on your mac or swap with a third party.

  • Can anyone assist me with this problem

    hey guys thanks for reading this hey,
    The assignment suggest the use of maps but i am not sure how i can use maps to help me as i am relitivley new to the collections heirahcy. I have attached the code i have so far. i am desperatly in need of help. an explanation of what the program will print is below.
    input needs to be grabbed from file
    Brazil 1 France 2
    France 1 Germany 2
    Germany 0 Japan 3
    Germany 2 Brazil 0
    France 4 Japan 4
    Then the corresponding summary written to standard output should be:
    Team W D L F A P
    Germany 2 0 1 4 4 6
    Japan 1 1 0 7 4 4
    France 1 1 1 7 7 4
    Brazil 0 0 2 1 4 0
    For each team, the output contains the number of games won (W), the number of games drawn (D), the number of games lost (L), the total number of goals scored (F, "goals for"), the total number of goals scored by the teams' opponents (A, "goals against"), and the total number of points (P). A team scores 3 points for a win, 1 point for a draw, and 0 points for a loss.
    here is the code that i have so far assembled.
    import java.io.*;
    import java.util.*;
    class Soccer
         //declare varibles
         StringTokenizer st;                    // StringTokenizer for separating values
         BufferedReader in;                    // BufferedReader for reading standard input
         BufferedReader infile;               // reads data from input file
         String input;                        // holds input data temporarily
         int count;                              // String input to hold line details
         Map teams = new HashMap();          //creates a new hash map for holding data
         public static final Integer ONE = new Integer(1);     //for distinct wrods count
         String[] temp;
         public static void main (String [] args)
              Soccer app = new Soccer();
                   app.input(args);
         }//end main
         public void input(String [] args)
              try{
                   //standard output to screen
                   in = new BufferedReader(new InputStreamReader(System.in));
                   //input from filend class
                   infile = new BufferedReader(new FileReader(args[0]));
                   input = infile.readLine();
                   st = new StringTokenizer(input);
                   count = st.countTokens();
                   temp = new String[count];
                   for(int i = 0; i < count; i++)
                         temp[i] = st.nextToken();
                   }//end for
                   //start if map code
                   Map map = new HashMap(); // Maps words to no. of occs.
                   for (int i = 0; i < count; i++) {
                        // Get number of occurrences of next word
                        Integer value = (Integer) map.get(temp);
                        // Increment number of occurrences of word
                        if (value == null) {
                             map.put(temp[i], ONE);
                        } else {
                             int val = value.intValue();
                             map.put(temp[i], new Integer(val+1));
                   }//end for
                   // Print values of map, one per line
                   Iterator it = map.keySet().iterator();
                   while (it.hasNext() ) {
                   Object key = it.next();
                   System.out.println(key + " = " + map.get(key));
                   } catch (IOException e){
                        System.out.println("ERROR: " + e.getMessage());
                   //call the print method
                   print();
         }//end input
         public void print()
              System.out.println("Team     W D L A P ");
         }//end print
    }//end class

    can anyone assist me with this problem
    Write a better subject, go see you lecturer.

  • Can anyone assist me with these constant kenel panics?

    I have been getting these constant kernel panics for weeks.  I have been in contact with apple on several occasions with multiple system wipes and have been every trouble shooting scenario.  The local apple store insists it is not a hardware issue. Can anyone tell me what I am doing wrong?
    Anonymous UUID:       DEBA1A78-425A-3039-A542-282639EA4DD3
    Wed Jan 22 23:03:18 2014
    panic(cpu 2 caller 0xffffff7fa46b1fac): "GPU Panic: [<None>] 5 0 a0 d9 9 8 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0x112c00000 0xffffff8129c4a000 0x0e7150a2, D0, P1/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8119033540 : 0xffffff8022422f69
    0xffffff81190335c0 : 0xffffff7fa46b1fac
    0xffffff8119033690 : 0xffffff7fa2df7cf8
    0xffffff8119033750 : 0xffffff7fa2ec4e26
    0xffffff8119033790 : 0xffffff7fa2ec4e84
    0xffffff8119033800 : 0xffffff7fa30eff31
    0xffffff8119033870 : 0xffffff7fa2ee8011
    0xffffff8119033890 : 0xffffff7fa2dfe841
    0xffffff8119033940 : 0xffffff7fa2dfc362
    0xffffff8119033b40 : 0xffffff7fa2dfd3cd
    0xffffff8119033c20 : 0xffffff7fa2daa65a
    0xffffff8119033db0 : 0xffffff7fa2da93e4
    0xffffff8119033dd0 : 0xffffff7fa4684812
    0xffffff8119033eb0 : 0xffffff7fa46846ee
    0xffffff8119033f00 : 0xffffff7fa468355e
    0xffffff8119033f20 : 0xffffff802244a15a
    0xffffff8119033fb0 : 0xffffff80224d6aa7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7fa46a4000->0xffffff7fa46b6fff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7fa469c000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7fa36c0000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa2aba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa2d54000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7fa469f000
             com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7fa2da7000->0xffffff7fa3011fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa2aba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7fa2d97000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa2d54000
             com.apple.nvidia.driver.NVDAGK100Hal(8.1.8)[3CF8C2FA-83E6-39E3-A5B7-C7CC839B8C7 5]@0xffffff7fa301c000->0xffffff7fa31cbfff
                dependency: com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7fa2da7000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa2aba000
             com.apple.driver.AGPM(100.14.11)[087FCB18-55FA-300E-9D22-DDE636C74BE1]@0xffffff 7fa4682000->0xffffff7fa4693fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa2aba000
                dependency: com.apple.driver.IOPlatformPluginFamily(5.5.1d27)[C86803C1-60BC-386D-9C54-2E6D7 4CCEA74]@0xffffff7fa36c9000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7fa2d97000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa2d54000
                dependency: com.apple.AppleGraphicsDeviceControl(3.4.12)[C171C5AF-1BB6-385A-A4DB-3ED5626711 1E]@0xffffff7fa434e000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000022200000
    Kernel text base: 0xffffff8022400000
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 462019276919
    last loaded kext at 245478927901: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7fa47b4000, size 65536)
    last unloaded kext at 305829894632: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7fa47b4000, size 57344)
    loaded kexts:
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.GeForce          8.1.8
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Razer Naga Hex
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

    Yeah I thought the same thing here is one without the mouse plugged in.
    Anonymous UUID:       DEBA1A78-425A-3039-A542-282639EA4DD3
    Wed Jan 22 23:23:28 2014
    panic(cpu 0 caller 0xffffff7faacb1fac): "GPU Panic: [<None>] 5 0 a0 d9 9 8 0 3 : NVRM[0/1:0:0]: Read Error 0x00000144: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0x112c00000 0xffffff8130411000 0x0e7150a2, D0, P2/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff810c972be0 : 0xffffff8028a22f69
    0xffffff810c972c60 : 0xffffff7faacb1fac
    0xffffff810c972d30 : 0xffffff7fa93f7cf8
    0xffffff810c972df0 : 0xffffff7fa94c4e26
    0xffffff810c972e30 : 0xffffff7fa96ee348
    0xffffff810c972e50 : 0xffffff7fa93fe758
    0xffffff810c972ef0 : 0xffffff7fa93ac6fe
    0xffffff810c972f10 : 0xffffff8028eafd9b
    0xffffff810c972f40 : 0xffffff7fa90d0ecb
    0xffffff810c972f50 : 0xffffff7faad2d9ef
    0xffffff810c972f60 : 0xffffff7faad357e8
    0xffffff810c972f80 : 0xffffff8028adb76b
    0xffffff810c972fd0 : 0xffffff8028af37c9
    0xffffff811cf73f50 : 0xffffff8028a3757a
    0xffffff811cf73f90 : 0xffffff8028a378c8
    0xffffff811cf73fb0 : 0xffffff8028ad6aa7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa90ba000->0xffffff7fa90e2fff
             com.apple.driver.AppleACPIPlatform(2.0)[C3EF3AFE-30FD-3902-B336-BC5346C9A7A3]@0 xffffff7faad27000->0xffffff7faad7ffff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7fa9cc0000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa90ba000
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7faaca4000->0xffffff7faacb6fff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7faac9c000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7fa9cc0000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa90ba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa9354000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7faac9f000
             com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7fa93a7000->0xffffff7fa9611fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa90ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7fa9397000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7fa9354000
             com.apple.nvidia.driver.NVDAGK100Hal(8.1.8)[3CF8C2FA-83E6-39E3-A5B7-C7CC839B8C7 5]@0xffffff7fa961c000->0xffffff7fa97cbfff
                dependency: com.apple.nvidia.driver.NVDAResman(8.1.8)[3A2A3C2D-E129-3190-A682-E831B38F0FBF] @0xffffff7fa93a7000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7fa90ba000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000028800000
    Kernel text base: 0xffffff8028a00000
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 1195861304546
    last loaded kext at 245551300701: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7faadb4000, size 65536)
    last unloaded kext at 305848649460: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7faadb4000, size 57344)
    loaded kexts:
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.GeForce          8.1.8
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleIntelHD4000Graphics          8.1.8
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleIntelFramebufferCapri          8.1.8
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleGraphicsControl          3.4.12
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleUSBMultitouch          240.6
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

  • Spry complications in Firefox....can anyone assist me with this problem?

    Greetings!
    I've had quite a problem with Firefox and Spry, as you can tell by visiting the site I'm designing (for an American Studies Department): http://amerstudies.rutgers.edu
    None of the Spry elements on the page work...at all... when I use Firefox. On both IE and Safari, the page looks fine. Can anyone help? I've been trying to resolve this issue for some time now...
    Your assistance in this matter is very much appreciated.
    Many thanks.
    -J

    Hi John,
    The culprit code is
    <div class="topbar">   
    <div class="searchbar">
      <form name=gs method=GET action=http://www.google.com/u/rutgerz>
    <input type=hidden name=hl value="en">
    <input type=hidden name=lr value="">
    <input type='hidden' name='as_dt' value='i'/>
    <input type='hidden' name='as_sitesearch'value='www.amerstudies.rutgers.edu'/>
    <input type=hidden name=ie value="ISO-8859-1">
    <input type=text name=q size=31 maxlength=2048 value="">
    <font size=-1> <input type=submit name="btnG" value="Search">
      </form>
    </div></div>
    The code in red does not have an end tag and is therefore not XHTML compliant
    The code in orange is nothing at all!
    Replace the above code with:
    <div class="topbar">   
      <div class="searchbar">
        <form name=gs method=GET action=http://www.google.com/u/rutgerz>
          <input type=hidden name=hl value="en" />
          <input type=hidden name=lr value="" />
          <input type='hidden' name='as_dt' value='i' />
          <input type='hidden' name='as_sitesearch'value='www.amerstudies.rutgers.edu' />
          <input type=hidden name=ie value="ISO-8859-1" />
          <input type=text name=q size=31 maxlength=2048 value="" />
          <input type=submit name="btnG" value="Search" />
        </form>
      </div>
    </div>
    and your Spry will work.
    Ben

  • 29 Hits but no help...Can anyone assist me with this? Surely someone knows?

    Anyone that can help it is truly appreciated. I just can't figure out how the ipod updates. I have 3 folders with different music...oldies, favorites, showtunes. I keep an exact copy of the playlist in I-Tunes. Let's just say I have 50 songs on my ipod in "Showtunes." I added 25 songs in I-tunes and added those 25 songs to my playlist. I then update my ipod by pulling the playlist from I-tunes onto the i-pod playlist. It says it is updating the 25 songs only. When I view the ipod thru itunes it has the new 25 songs and duplicates for all the others. When I unplug the ipod and view the songs there are a few duplilcates, but not all the same ones and not as many. I go thru and remove the extras on my ipod. Now there is basically just one song of each, but there are like 5 songs at the top not in any order and then it starts alphabatizing the rest. Could someone please tell me what the correct way to add music to my ipod is? Can I just pull over the new songs onto the ipod and will the old music stay just as it is? I was under the impression that i had to "Sync" it each time...whatever that is. Why can't this be simple and you just add or remove your songs you want. Please help, I am so frustrated. Thanks so much!

    Hi Gary,
    Very confusing post, but I think I know what you are looking for. There are two ways to update your music on your ipod: manually and automatically. Automatically is probably the easiest and the best for your situation.
    First, plug in your ipod to your computer and itunes should open up. Click on your ipod in itunes under devices. There should be 5 tabs at the top of the page (Summary, Music, Podcasts, Photos, Contacts).
    On the Summary tab make sure that Manually manage music checkbox is NOT selected.
    Click on Music tab ensure that the Sync music checkbox is checked and the All songs and playlists radiobutton is also selected.
    Click on Apply at the bottom right of the screen.
    From the File Menu select Sync "(name of your ipod)" and let the system sync it up.
    When you make changes to the playlists, just make them in iTunes and when you are ready to transfer to your iPod, just plug in your iPod and it will sync automatically. If you are already plugged in and you make changes to iTunes, then go to File>Sync"(name of your iPod)" and sync from there.
    Don't worry about making changes to your iPod manually. Do all changes in iTunes and let the computer sync them up.
    Good Luck
    cyrus
    G4 emac, G4 ibook, 30gb iPod photo Mac OS X (10.4.2)
    G4 emac, G4 ibook, 30gb iPod photo   Mac OS X (10.4.2)  

  • I work for the Los Angeles Unified School District. I am looking for a way to remove or hide access to the settings on iPads using Apple Configurator (V1.7.1). Can anyone assist?

    I work for the Los Angeles Unified School District. I am looking for a way to remove or hide access to the settings on iPads using Apple Configurator (V1.7.1). Can anyone assist?

    A similar question came up yesterday. One of the responders posted this:
    Consider DEP, Device Enrollment Program. This will establish the company as the owner of the device.  It will lock an MDM to the divice which in turn will lock profiles to the device.
    Quick overview of zero-touch MDM enrollment, DEP
    http://www.apple.com/education/it/dep/
    "This document offers guidance on some important considerations for getting the most out of your iOS deployment." Covers: Prepare your infrastructure.  Set up devices.  Configure and manage devices.  Deploy apps and content.  Plan for support.
    https://www.apple.com/ipad/business/docs/iOS_Enterprise_Deployment_Overview_EN_F eb14.pdf
    [DocumentBodyEnd:d1616e95-b4ff-4e33-bf0b-3835cf3236c0]

  • I am trying to delete duplicate content in my iTunes library. I have stopped the download and I can see them on VIEW Displaying Duplicates, but cannot delete them with the Delete button. Can anyone assist?

    I am trying to delete duplicate content in my iTunes library. I have stopped the download and I can see them on VIEW>Displaying Duplicates, but cannot delete them with the Delete button. Can anyone assist?

    If you've paused the download (they are partially greyed out on the duplicates screen ?) then you will need to delete them from download window, you can't (as far as I know) delete partially downloaded items from that screen. When you have items downloading, or downloads that are paused, you should have a downward pointing arrow at the top right of the iTunes screen
    If you click that arrow you should get a popup window with the items that are downloading/paused - and you should be able to select and delete them (or resume their download) from there.

  • HT201401 video from my i phone camera - no sound. Can anyone help me with why.

    When I record video from my i phone camera - there is picture but no sound. Can anyone help me with why. It used to record beautifully, maybe I turned something off accidently, and help is welcome. Thank you

    If you move the volume up and down button, does it show that it's in headphone mode?

  • Can anyone help me with an iWeb problem? I cannot save the site after making changes. I receive this error: "website.sites2 could not be saved"

    Can anyone help me with an iWeb problem? I cannot save the site after making changes. I receive this error: "website.sites2 could not be saved"

    You could try duplicating the Domain.sites2 file and launch this in iWeb. Delete the last page you edited and try saving. If that doesn't work, undo and try deleting another and so on...
    If you can find the problem page you would only have to rebuild it rather than the whole site.
    The other possibility is to create a new site on the same domain file and drag each page in turn down to it from the top site and try to save each time.

  • TS2634 the flashing light next too the camera is stays on,can anyone help me with this problem.thanks

    the flashing light next too the camera is stays on,can anyone help me with this problem.thanks

    Basics from the manual are restart, reset, restore.  Have you tried these?
    Have you read the manual?

  • Contacts on Mavericks 10.9.1 is slow and not adding new contacts. Can anyone assist with a fix?

    Can anyone assist? For the past week I have been unable to add new contacts to the application and am having to input them manually. It takes a while too, as the app has sloed down tremendously.
    I have around 1900 contacts in there but can't imagine that is the reason?
    Can anyone assist in whether I can fix the problem or update anything? Or suggest an alternative contacts application?

    I had a similar issue as you did -- for a few weeks now I've been suffering through agonizingly slow Contacts performance.
    The way I resolved it was:
    1) Quit Contacts
    2) Go to system preferences and go into iCloud, then uncheck contacts -- choosing to delete from mac.
    3) Go into system preferences and to Internet Accounts and again uncheck contacts under any of the accounts it's enabled on (gmail, yahoo, etc).
    4) Go to your user's library folder (easiest way is to open a finder window, hold down the option key on the keyboard and from the Go menu, select Library).
    5) Delete anything referring to Address book or com.apple.address book....   -- check these folders in particular:
         - Address Book
         - Application Support
         - Caches
         - Preferences
    6) Restart your computer
    7) Go back into System preferences and enable contacts from wherever you want (iCloud, etc.)
    8) If it's not quite enabling (appears to enable, but checkbox doesn't show), then do one more restart of the computer.
    9) Now open Contacts and allow it to sync

  • Initial setup fine: but now not working: on power up, apple logo appears then goes to no signal:  very annoying.  can anyone assist please?

    Hi all,
    I setup my brand new appleTV without an issue.  works great!.
    Then selected a different source, and went back to the appleTV: no joy!!
    I powered it down and restarted and the Apple logo comes up, but then goes to no signal.
    This seems to be agreat product but a little.....  flaky.
    Can anyone assist in this please?  ITs a SONIQ Plasma TV with a single HDMI input which supports all of the different modes of HDMI.
    Cheers
    -Troy

    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
        1.    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
        2.    Connect the micro USB cable to the Apple TV and to your computer.
        3.    Reconnect the power cable (only for Apple TV 3)
        4.    Open iTunes.
        5.    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • HT4628 I am no longer able to iTunes wi-fi sync since I upgraded to the iPhone 5. Can anyone help me with this issue? Your help would be greatly appreciated.

    I am no longer able to iTunes wi-fi sync since I upgraded to the iPhone 5. When trying to connect, it stays in the discovery mode and never connects.I have to try and pair them all over again. Then I get a message saying that my Mac Book Pro is not supported. Can anyone assist me in resolving this issue. It is an early Mac Book Pro 10 I believe. I purchased it in February of 2010.

    I just figured out the print quality issue for my wife with her new iMac and new printer.
    She replaced both at once and she couldn't understand why her Artisan 730 was lower quality then her Epson R280 when they had the same specs.
    Turns out the newer printer had the option to connect via wifi which we used during setup.
    The driver options are completely different depending on how you connect.
    Once I connected via USB the correct options were available and the print quality was better.
    Looking at the R2400 it dies not have wifi, but while researching the problem for my wife someone esle was having an issue updating to the latest printer driver.
    If you go into the print utility from the Printer and Scanner system preference and under the general tab you should have driver 5.5.
    One user had to delete the old printer driver before Software Update loaded the newer printer driver.
    https://discussions.apple.com/message/15947486#15947486
    On my MacBook Pro (w Snow Leopard) I always had to reconnect my wifi at home when it woke up. I upgraded my router from an old Netgear to a newer N D-Link and stopped having to do that.
    I would be surprised you would have that problem with an Airport Extreme, you might check to see if there is a firmware update for it.

  • I can receive an iMessage from my daughters iPad although when i reply it says she is unavailable on iMessage. If I initiate the message it will go to her email rather than her iMessage?? Can anyone assist?

    I can receive an iMessage from my daughters iPad although when i reply it says she is unavailable on iMessage. If I initiate the message it will go to her email rather than her iMessage?? Can anyone assist?

    I can tell you that with Sprint their coverage area isn't as good as Verizon or AT&T.
    Are you sending these imessage while on wifi or cellular data?  Also your husband would need to be in a good coverage area.
    Usually when imessage is unavailable it will send it as a text.  Does your husband receive your imessage as a text?

Maybe you are looking for

  • Incorrect contribution value after rate change in pension scheme

    Hi Guys, I have come across a peculiar thing while changing the rates for the employee and employer contributions for a pension scheme. We have a pension scheme called "Opt60" which is implemented by having a recurring pre-tax deduction element. The

  • Problem creating WebDav connection to review XML schema in JDeveloper 10g

    I am trying to review some XML schema and cannot seem to create a WebDav connection. I entered all the relevant info and keep getting the following error :Testing connection... Connection test failed: unable to connect Unable to connect to WebDav Con

  • File size increased substantially from CS 6 to CC.  Why?

    Using Photoshop CC that I just installed, I just made a few "tweeks" to the layer setting of an image I had created in Photoshop CS6.  In CS6 the file size was about 205 Mb but when I saved it with CC the size went up to 520 Mb.  What's going on?

  • In report user parameter

    Dear Sir, I am very new to report 9i. I was trying to call a report through the form 9i. Form call the report but without asking the parameter. I am giving my report calling code. Declare v_repid report_object; v_rep VARCHAR2 (100); v_show_document V

  • Show new page table record based on parameter value in first page in ADF

    I have to show a selected record on a new page whose input query value is in first page. For example I choose to edit an order id  by selecting order id and then pressing Edit Record button then in new page selected order record should show. I am wor