Boot camp doesn't work after Yosemite update..

Hi Loner T,
Like many people with the yosemite update, my boot camp no longer works.
I cannot find the drive when I'm booting up.
Startup Disk under system preferences only shows the Mac system and does not show any other option.
I've been trying to go through what you've posted to help other people but I've never even worked with terminal application before and everything is very confusing.
First of all here are the
"diskutil list
diskutil cs list
sudo gpt -vv -r show /dev/disk0
sudo fdisk /dev/disk0"
commands:
Last login: Fri Nov 14 22:06:33 on ttys000
MacBookPros-MacBook-Pro:~ macbookpro$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *251.0 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Macintosh HD            125.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:       Microsoft Basic Data BOOTCAMP                125.1 GB   disk0s4
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     Apple_partition_scheme                        *13.6 MB    disk1
   1:        Apple_partition_map                         32.3 KB    disk1s1
   2:                  Apple_HFS League of Legends NA    13.6 MB    disk1s2
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     Apple_partition_scheme                        *201.1 MB   disk2
   1:        Apple_partition_map                         30.7 KB    disk2s1
   2:         Apple_Driver_ATAPI                         2.0 KB     disk2s2
   3:                  Apple_HFS Java for OS X 2014-001  201.0 MB   disk2s3
/dev/disk3
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     Apple_partition_scheme                        *16.0 MB    disk3
   1:        Apple_partition_map                         32.3 KB    disk3s1
   2:                  Apple_HFS Flash Player            16.0 MB    disk3s2
MacBookPros-MacBook-Pro:~ macbookpro$ diskutil cs list
No CoreStorage logical volume groups found
MacBookPros-MacBook-Pro:~ macbookpro$ sudo gpt -vv -r show /dev/disk0
Password:
gpt show: /dev/disk0: mediasize=251000193024; sectorsize=512; blocks=490234752
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: /dev/disk0: Pri GPT at sector 1
gpt show: /dev/disk0: Sec GPT at sector 490234751
      start       size  index  contents
          0          1         MBR
          1          1         Pri GPT header
          2         32         Pri GPT table
         34          6        
         40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
     409640  244140624      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
  244550264    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  245819800       1640        
  245821440  244412416      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
  490233856        863        
  490234719         32         Sec GPT table
  490234751          1         Sec GPT header
MacBookPros-MacBook-Pro:~ macbookpro$ sudo fdisk /dev/disk0
Disk: /dev/disk0    geometry: 30515/255/63 [490234752 sectors]
Signature: 0xAA55
         Starting       Ending
#: id  cyl  hd sec -  cyl  hd sec [     start -       size]
1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
2: AF 1023 254  63 - 1023 254  63 [    409640 -  244140624] HFS+       
3: AB 1023 254  63 - 1023 254  63 [ 244550264 -    1269536] Darwin Boot
*4: 07 1023 254  63 - 1023 254  63 [ 245821440 -  244412416] HPFS/QNX/AUX
Thanks for your help!

Let us try this again. I omitted the count so you are dumping the entire disk. .Use Control+C to stop it.
This is what it should look like.
sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C
00000000  eb 52 90 4e 54 46 53 20  20 20 20 00 02 08 00 00  |.R.NTFS    .....|
00000010  00 00 00 00 00 f8 00 00  3f 00 ff 00 00 e8 71 56  |........?.....qV|
00000020  00 00 00 00 80 00 80 00  f8 f7 08 1e 00 00 00 00  |................|
00000030  00 00 0c 00 00 00 00 00  02 00 00 00 00 00 00 00  |................|
00000040  f6 00 00 00 01 00 00 00  13 32 6d 13 b7 bb b5 32  |.........2m....2|
00000050  00 00 00 00 fa 33 c0 8e  d0 bc 00 7c fb 68 c0 07  |.....3.....|.h..|
00000060  1f 1e 68 66 00 cb 88 16  0e 00 66 81 3e 03 00 4e  |..hf......f.>..N|
00000070  54 46 53 75 15 b4 41 bb  aa 55 cd 13 72 0c 81 fb  |TFSu..A..U..r...|
00000080  55 aa 75 06 f7 c1 01 00  75 03 e9 dd 00 1e 83 ec  |U.u.....u.......|
00000090  18 68 1a 00 b4 48 8a 16  0e 00 8b f4 16 1f cd 13  |.h...H..........|
000000a0  9f 83 c4 18 9e 58 1f 72  e1 3b 06 0b 00 75 db a3  |.....X.r.;...u..|
000000b0  0f 00 c1 2e 0f 00 04 1e  5a 33 db b9 00 20 2b c8  |........Z3... +.|
000000c0  66 ff 06 11 00 03 16 0f  00 8e c2 ff 06 16 00 e8  |f...............|
000000d0  4b 00 2b c8 77 ef b8 00  bb cd 1a 66 23 c0 75 2d  |K.+.w......f#.u-|
000000e0  66 81 fb 54 43 50 41 75  24 81 f9 02 01 72 1e 16  |f..TCPAu$....r..|
000000f0  68 07 bb 16 68 70 0e 16  68 09 00 66 53 66 53 66  |h...hp..h..fSfSf|
00000100  55 16 16 16 68 b8 01 66  61 0e 07 cd 1a 33 c0 bf  |U...h..fa....3..|
00000110  28 10 b9 d8 0f fc f3 aa  e9 5f 01 90 90 66 60 1e  |(........_...f`.|
00000120  06 66 a1 11 00 66 03 06  1c 00 1e 66 68 00 00 00  |.f...f.....fh...|
00000130  00 66 50 06 53 68 01 00  68 10 00 b4 42 8a 16 0e  |.fP.Sh..h...B...|
00000140  00 16 1f 8b f4 cd 13 66  59 5b 5a 66 59 66 59 1f  |.......fY[ZfYfY.|
00000150  0f 82 16 00 66 ff 06 11  00 03 16 0f 00 8e c2 ff  |....f...........|
00000160  0e 16 00 75 bc 07 1f 66  61 c3 a0 f8 01 e8 09 00  |...u...fa.......|
00000170  a0 fb 01 e8 03 00 f4 eb  fd b4 01 8b f0 ac 3c 00  |..............<.|
00000180  74 09 b4 0e bb 07 00 cd  10 eb f2 c3 0d 0a 41 20  |t.............A |
00000190  64 69 73 6b 20 72 65 61  64 20 65 72 72 6f 72 20  |disk read error |
000001a0  6f 63 63 75 72 72 65 64  00 0d 0a 42 4f 4f 54 4d  |occurred...BOOTM|
000001b0  47 52 20 69 73 20 6d 69  73 73 69 6e 67 00 0d 0a  |GR is missing...|
000001c0  42 4f 4f 54 4d 47 52 20  69 73 20 63 6f 6d 70 72  |BOOTMGR is compr|
000001d0  65 73 73 65 64 00 0d 0a  50 72 65 73 73 20 43 74  |essed...Press Ct|
000001e0  72 6c 2b 41 6c 74 2b 44  65 6c 20 74 6f 20 72 65  |rl+Alt+Del to re|
000001f0  73 74 61 72 74 0d 0a 00  8c a9 be d6 00 00 55 aa  |start.........U.|
00000200

Similar Messages

  • Iphoto doesn't work after Yosemite update.

    Here is a screenshot of the problem. You can't see the pointer from the picture but it is actually stacked on the loading part. I tried to close Iphoto several times because it was not responding (Force quit), but it was unsuccessful, every time I open the application is still like this. Any suggestion?

    With the amount of information you've provided it's impossible to offer a solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    add your screenshot via the Camera icon in the toolbar?
    what fixes have you tried?
    where is your library located?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?
    As a test launch iPhoto with the Option key held down and create a new, test library.  Import some photos and test to see if the same problem persists. Does it?

  • Dreamweaver doesn't work after Yosemite upgrade.

    Dreamweaver doesn't work after Yosemite upgrade, it asks to install Java Runtime SE 6, I've tried that, I've also installed latest Java and it still won't boot, keeps asking for for Java Runtime SE 6

    You need http://support.apple.com/kb/DL1572
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • My SuperDrive doesn't work after Lion update

    My Superdrive doesn't work after Lion update, i have tried a few solutions that i found in forums, but nothing seems to work, please help me shed some light on my problem.
    Thanks

    I too have had the problem since updating to Lion.  My superdrive isn't even recognized.  I have repaid hard disk permissions and also reset PRAM.  Sure wish I had a fix. 

  • Usb port not working after yosemite update please help

    ive got an early 2011 macbook pro i5. and one of my usb stopped working. if i reset my  computer it works for a while and then stops again. all these after yosemite update please i really need help on this.. and also when ever im in the middle of something it keeps crashing and saying these things below after i booting back up. ive tried several things, didnt work, tried repairing disk permissions. please anybody with any idea help me!
    Anonymous UUID: 
    CCC4DCA9-48E9-4692-250B-488588FCC69E
    Sun Nov  9 17:58:17 2014
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff802a005eb2): "Possible memory corruption: pmap_pv_remove(0xffffff803b8db998,0x7fff7360f000,0x6d654, 0x6d654d64, 0xffffff8031663cc4, 0xfffffeb38ae0f078): null pv_list!"@/SourceCache/xnu/xnu-2782.1.97/osfmk/i386/pmap_internal.h:768
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8031663b80 : 0xffffff8029f3a811
    0xffffff8031663c00 : 0xffffff802a005eb2
    0xffffff8031663cf0 : 0xffffff802a0065e5
    0xffffff8031663d50 : 0xffffff8029fb6b4a
    0xffffff8031663e60 : 0xffffff8029facd2c
    0xffffff8031663e90 : 0xffffff8029f5c747
    0xffffff8031663ed0 : 0xffffff802a3c45ff
    0xffffff8031663f40 : 0xffffff802a3c425c
    0xffffff8031663f50 : 0xffffff802a44dcb2
    0xffffff8031663fb0 : 0xffffff802a03ac46
    BSD process name corresponding to current thread: suhelperd
    Mac OS version:
    14A389
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:
    0x0000000029c00000
    Kernel text base: 0xffffff8029e00000
    __HIB  text base: 0xffffff8029d00000
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 7052072843826
    last loaded kext at 6483411185500: com.huawei.driver.HuaweiDataCardActivateDriver    1.0.12 (addr 0xffffff7fac6ba000, size 16384)
    last unloaded kext at 6604174049015: com.apple.driver.AppleUSBCDC    4.2.2b5 (addr 0xffffff7fac717000, size 16384)
    loaded kexts:
    com.huawei.driver.cdc_ncm    2.7.2f16
    com.huawei.driver.dc_net    1.0.2
    com.huawei.driver.cdc_acm    2.6.2f17
    com.huawei.driver.cdc_usb_bus    1.0.3
    com.huawei.driver.HuaweiDataCardDriver    4.25.45
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AudioAUUC    1.70
    com.apple.driver.AGPM    100.14.37
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.3.0f10
    com.apple.driver.AppleOSXWatchdog    1
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleHDA    266.5
    com.apple.driver.AppleMikeyDriver    266.5
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.ApplePolicyControl    3.7.21
    com.apple.driver.AppleLPC    1.7.3
    com.apple.driver.AppleUpstreamUserClient    3.6.1
    com.apple.iokit.IOUserEthernet    1.0.1
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleHV    1
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleIntelHD3000Graphics    10.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB    10.0.0
    com.apple.driver.AppleBacklight    170.4.12
    com.apple.driver.AppleMCCSControl    1.2.10
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.3.0f10
    com.apple.driver.AppleSMCPDRC    1.0.0
    com.apple.driver.AppleThunderboltIP    2.0.2
    com.apple.driver.SMCMotionSensor    3.0.4d1
    com.apple.driver.AppleUSBTCButtons    240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.AppleIRController    327.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.iokit.SCSITaskUserClient    3.7.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.6.5
    com.apple.driver.AppleUSBHub    705.4.1
    com.apple.iokit.AppleBCM5701Ethernet    10.1.2b3
    com.apple.driver.AppleFWOHCI    5.5.2
    com.apple.driver.AppleSDXC    1.6.5
    com.apple.driver.AirPort.Brcm4331    800.20.24
    com.apple.driver.AppleAHCIPort    3.0.7
    com.apple.driver.AppleUSBEHCI    705.4.14
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleACPIButtons    3.1
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    3.1
    com.apple.driver.AppleAPIC    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient    218.0.0
    com.apple.nke.applicationfirewall    161
    com.apple.security.quarantine    3
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    218.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.7.0
    com.apple.iokit.IOUSBMassStorageClass    3.7.0
    com.apple.AppleGraphicsDeviceControl    3.7.21
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSerialFamily    11
    com.apple.driver.DspFuncLib    266.5
    com.apple.kext.OSvKernDSPLib    1.15
    com.apple.iokit.IOAudioFamily    200.6
    com.apple.vecLib.kext    1.2.0
    com.apple.driver.AppleHDAController    266.5
    com.apple.iokit.IOHDAFamily    266.5
    com.apple.iokit.IOFireWireIP    2.2.6
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.iokit.IOSurface    97
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.AppleGraphicsControl    3.7.21
    com.apple.driver.AppleBacklightExpert    1.1.0
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.driver.AppleSMBusController    1.0.13d1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.3.0f10
    com.apple.iokit.IOBluetoothFamily    4.3.0f10
    com.apple.driver.IOPlatformPluginFamily    5.8.0d49
    com.apple.iokit.IOUSBUserClient    705.4.0
    com.apple.driver.AppleSMC    3.1.9
    com.apple.driver.AppleUSBMultitouch    245.2
    com.apple.iokit.IOUSBHIDDriver    705.4.0
    com.apple.driver.AppleUSBMergeNub    705.4.0
    com.apple.driver.AppleUSBComposite    705.4.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.7.0
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.7.0
    com.apple.driver.AppleThunderboltNHI    3.1.7
    com.apple.iokit.IOThunderboltFamily    4.2.1
    com.apple.iokit.IOEthernetAVBController    1.0.3b3
    com.apple.iokit.IOFireWireFamily    4.5.6
    com.apple.iokit.IO80211Family    700.52
    com.apple.driver.mDNSOffloadUserClient    1.0.1b8
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOAHCIFamily    2.7.0
    com.apple.iokit.IOUSBFamily    705.4.14
    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    300.0
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.AppleMobileFileIntegrity    1.0.5
    com.apple.driver.AppleCredentialManager    1.0
    com.apple.driver.DiskImages    389.1
    com.apple.iokit.IOStorageFamily    2.0
    com.apple.iokit.IOReportFamily    31
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    3.1
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    com.apple.kec.Libm    1
    com.apple.kec.pthread    1
    Model: MacBookPro8,1, BootROM MBP81.0047.B04, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.0f10 14890, 3 services, 19 devices, 2 incoming serial ports
    Serial ATA Device: ST9320325ASG, 320.07 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS31N
    USB Device: Hub
    USB Device: HUAWEI Mobile
    USB Device: IR Receiver
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, 20080d.0

    I have the same problem when I updated to OS X 10.10 I lost both my USB ports as far as they will not recognize anything that I plug into them.  The power part of the USB seams to work since it will recharge my Striiv Touch but nothing shows up when you connect anything to the ports.
    I have tried a number of things from rebooting, trying other usb devices that work on other systems with no problems but will not work on my Macbook Pro.
    Any Help out there?
    Hardware Information: ℹ️
    MacBook Pro (Retina, 15-inch, Late 2013) (Verified)
    MacBook Pro - model: MacBookPro11,3
    1 2.3 GHz Intel Core i7 CPU: 4-core
    16 GB RAM Not upgradeable
    BANK 0/DIMM0
    8 GB DDR3 1600 MHz ok
    BANK 1/DIMM0
    8 GB DDR3 1600 MHz ok
    Bluetooth: Good - Handoff/Airdrop2 supported
    Wireless:  en0: 802.11 a/b/g/n/ac
    System Software: ℹ️
    OS X 10.10.1 (14B25) - Uptime: 1:43:41
    USB Information: ℹ️
    Apple Internal Memory Card Reader
    Apple Inc. BRCM20702 Hub
    Apple Inc. Bluetooth USB Host Controller
    Apple Inc. Apple Internal Keyboard / Trackpad

  • Itunes not working after Yosemite update

    Hi folks, as for title.
    I updated this morning to Yosemite OS X and everything was nice and dandy until I tried starting iTunes clicking on the icon in the dock..
    Big surprise, nothing happens. Tried the usual stuff, permission repair, look into logs, re-install a fresh download all to no aval.
    Clicking on the app doesn't get even a blip however, browsing into the .app bundle and clicking directly on the binary works.
    Could anybody shed some light here?
    Thanks and regards
    /P

    I found another thread on the same that didn't appear when I first searched the forum.
    iTunes doesn't open after Yosemite is installed
    Let's continue there the quest for a solution

  • Fit the window with mouse doesn't work after new update 10.9.2

    Hi, I could fit a windows using my mouse wheel or two finger(on trackpad), doesn't work after I set up new Mavericks update(10.9.2) I'm using Haswell rMBP. Can anyone help me please? Thanks a lot. (Also, minimize with mouse wheel doesn't work too.)

    Doesn't anyone having this issue?

  • Boot Camp doesn't work in Tiger

    I just downloaded Boot Camp version 1.3 on my old Tiger MacBook Pro but it doesn't work. It says version is outdated. Is there newer versions and where can I download them? I tried to find 1.4, it seems like it doesn't exist.
    Thanks for the help

    Yeah, I know. I can't believe that about Apple. If Microsoft came out with an update for Windows that was that mediocre and charged $129 for it, you'd never hear the end of it.
    You're right, it's called Leopard...not service pack 5. Sorry, coming from the Windows world, I'm used to updates like that being called service packs.

  • Western Digital MyBook Studio no longer works after Yosemite update

    A little while ago (Jan 30) I updated Yosemite, and now my Western Digital My Book Studio (using firewire) shows up but no longer works - no Time Machine, or Super Duper back-ups. Does anyone know why this has happened, and what can be done to fix it?

    I should add that the drive works fine with another MBP running OSX 10.6.8. Again, with 10.10.2 it either doesn't work or is incredibly slow.

  • EPSON CX5600 PRINTER DOESN'T WORK AFTER MOUNTAIN UPDATE

    Hello Dear,
    I've using my Epson Stylus CX5600 for a  long time with OSX 10.7 Lion on my Mac.
    The printer is connected in another computer (Windows 7) and I can print fine from my macbook air
    After my system update for OSX Mountain Lion yesterday, my printer works fine only on Windows computer
    on my macbook doesn't works anymore
    I've re-installed a lot but when I try to print the sheets appears in blank
    The driver-version available in Mountain Lion is 1.5
    I guess this is the problem and need a urgent correction driver update
    I'm looking forward to the internet and Epsons websites but didn't find nothing,
    in Epson website doesn't
    Can you help me please?
    Thankyou

    Hi my friend,
    I've tryed Bonjour, but only works Windows to install a print for Mac.
    I need the opposite... print from Mac to Windows.
    Yes, I've a lot of problems to install a printer on Lion, but after 3 days I got success
    I can't remember but I did this:
    1. In iMac System Preferences->Print&Fax->"+"
    2. In "Add Printer" click and Tool Bar->Customize Toolbar...
    3. Add "Advanced" to Tool Bar and click "Done"
    4. Click Advanced->Type->LPD/LPR Host or Printer
    5. URL: lpd//user:[email protected]/EPSON%20Stylus%20CX5600&20Services
    6. Printer Using->Select Printer Software... (EPSON Stylus CX5600 Services)
    I did this and on Lion works fine. But now on Mountain Lion I can install, but I've received the error message
    Do you have any idea?
    Thank's again

  • HTML animation effects doesn't work after last update

    After last update my html animation that have different effects with different time: fade, translate, rotation, scale, ecc... plays but some effects doesn't play.
    Various animated png in html project appears immediatly without shows transitions or deformations.
    I have made html animation with Motion Composer that have time curve for each effect.. and all work fine with previous dps desktop tools...
    I don't use Hedge because folios with hedge animation is mooooooooore large than folios with motion composer animation.
    A single complex animation (10 .png(1024x768) with multipe effects fo each) made with composer produce a 1MB folio...
    The same animation made with Hedge produce more the 100MB folio.
    why new version of dps don't show my html anim correctly ? I hope adobe correct this proble. 

    We just released an update to the DPS tools that addresses the issues around HTML/iFrame and buttons in release 25. You can download the updated components by following the links at http://www.adobe.com/go/learn_dps_install_en.
    Neil

  • RM 900 remote doesn't work after driver update

    Hi!
    After solving the proble of? "crackle, pops and noise" with a driver update for Audigy Platinum Ex, I see that my remote is no longer working, i've try reinstalling Remote Center from original drivers and applications CD and after a Volume Up or Down the Rear Left Speaker gives me no sound.
    I've seen in others threads in the forum and they say about installing Media Source, but after installing it still doesn't work.
    Any clue how to make it work again?
    Using Windows XP SP3 and Audigy Platinum Ex.
    Thank you again in advance.
    PD: Excuse my poor english, it's not my nati've language.

    Hello Jashue67,
    Sorry to hear about all the trouble with the Apple TV.  It sounds like you have done a restore but need to pair your Apple TV remote at this point.  You can follow these steps to pair the remote:
    Or, you can press and hold the Menu and Next/Fast-forward buttons on the white Apple Remote, or hold the Menu and right buttons on the aluminum Apple Remote, for 6 seconds to pair.
    You can find the full article here:
    Apple TV: Pairing and unpairing the Apple Remote
    http://support.apple.com/kb/ht1555
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • N73: restore doesn't work after firmware update

    Hello!
    I just made a firmware update to my N73 with NSU, and the procedure completed with no errors.
    Just before the update I made a backup with the application in the phone menu; the app wrote a backup.arc file in the MMC.
    After the update I tried to restore the backup via the same app.
    Here's the problem: the app seems to work (but the "restore" lasts just 1-2 seconds), the phone reboots, but nothing is restored.
    Googleing aroung I found a solution: buy the Noki 1.7 software, extract SMS, contacts and files from the backup.arc, and put everything back on the phone...
    Is there another solution that doesn't involve buying this 3rd party software?
    TIA

    The phone is working well...
    I have been searching in internet, and there'a a lot of people with the same problem. Everybody tells to use PC Suite to backup... if I only knew before.

  • Internal camera doesn't work after Firmware Update

    Hi everybody,
    I had some troubles after updating the Firmware to version 1.1 on my MacBook (the black model). Since the update my camera (the one mounted on top of the screen) doesn't work any longer (it keeps capturing a plain green picture) and the led near the camera is always lighted. Is there anyone who had the same problem? Any idea to solve it?
    thanks
    MacBook   Mac OS X (10.4.8)  

    Hi,
    problem solved restarting with OptAlt+PR

  • Ipod doesn't work after firmware update

    I have an old ipod and I tried to update the firmware. After the update It did'n work. ON the Ipod screen it appear like a plug indicating to charge it, but I charged it several times and the result is the same.
    Now i'm trying to recover it again but my computer doesn't recognize it.
    ¿Is there anything I can do?
    Thanks in advance.
    Jse

    The best place to look for help first is Genuine Apple help directly from Apple.
    Read the iPod Touch Users Guide.
    http://support.apple.com/manuals/#ipodtouch
    Also start with the basics from Apple.
    1. *Restart iPod touch:* Press and hold the On/Off Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPod touch. To turn iPod touch back on, press and hold the On/Off Sleep/Wake button until the Apple logo appears.
    If you can’t turn off iPod touch or if the problem continues, you may need to reset iPod touch. A reset should be done only if turning iPod touch off and on doesn’t resolve the problem.
    2. *Reset iPod touch:* Press and hold both the On/Off Sleep/Wake button and the Home button for at least ten seconds, until the Apple logo appears.
    For more troubleshooting suggestions, see Appendix B, “Support and Other Information,” on page 214.
    And More..........

Maybe you are looking for