Sets into sleep when closing le lid, even with the display connected

I have the problem, that when I close the lid of my MacBook, it goes to sleep mod. This even happens when I connect the display. Even following the steps on the Apple.com page, it still goes into sleep mode.
Please help me avoid this sleep mode problem, I want to use my display instead of my computers screen. (yes, I have a wireless keyboard and mouse, paired all of them)
Thanks

Welcome to the Apple Discussions!
You can't avoid it. This is the way it's supposed to work.
If you have the AC adapter plugged in, an external display plugged in and an external mouse and keyboard (USB or Bluetooth), you can WAKE the computer after it's gone to sleep with the lid closed. But it will go to sleep when you close it. This is detailed here:
http://support.apple.com/kb/HT3131
-Doug

Similar Messages

  • Need to clear form automatically when closing, otherwise it reopens with the data showing.

    I have just completed my first form A9 (address is)
    http://www.financialcounsellors.org/HUGS_Application_Form_to_FCAWA_3_pages.pdf
    I have a clear button which works fine (If the user remembers to use it)
    The problem is IF the user forgets to use the clear button. THE NEXT TIME the form is opened the information is still visible ?
    How can I set it so as the form will automatically clear when closing.
    Help..Please anyone.

    Not sure if this is what I.m after steve. The object is for persons to fill out the form on the web and then print it.
    The form will then be closed. Will makeing the form read only do that?
    I'm new to this so am still getting to grips with it.
    1. There are options in Acrobat to make fields Read only but how would you make the whole pdf document read only and still be able to do the functions I just outlined ?

  • [SOLVED] how to prevent suspending/sleeping when closing laptop lid

    Hi all,
    My laptop, a Lenovo Thinkpad T430u, suspends whenever I close the lid. It's been doing this since I first installed Arch.  I want to turn this feature off.  How can I do it?
    Relevant information:
    acpid is installed
    the configuration file /etc/acpi/handler.sh
    #!/bin/bash
    # Default acpi script that takes an entry for all actions
    case "$1" in
    button/power)
    case "$2" in
    PBTN|PWRF)
    logger 'PowerButton pressed'
    logger "ACPI action undefined: $2"
    esac
    button/sleep)
    case "$2" in
    SLPB|SBTN)
    logger 'SleepButton pressed'
    logger "ACPI action undefined: $2"
    esac
    ac_adapter)
    case "$2" in
    AC|ACAD|ADP0)
    case "$4" in
    00000000)
    logger 'AC unpluged'
    00000001)
    logger 'AC pluged'
    esac
    logger "ACPI action undefined: $2"
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000)
    logger 'Battery online'
    00000001)
    logger 'Battery offline'
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    case "$3" in
    close)
    logger 'LID closed'
    open)
    logger 'LID opened'
    logger "ACPI action undefined: $3"
    esac
    case $(cat /proc/acpi/button/lid/LID0/state | awk '{print $2}') in
    closed) XAUTHORITY=$(ps -C xinit -f --no-header | sed -n 's/.*-auth //; s/ -[^ ].*//; p') xset -display :0 dpms force off ;;
    open) XAUTHORITY=$(ps -C xinit -f --no-header | sed -n 's/.*-auth //; s/ -[^ ].*//; p') xset -display :0 dpms force on ;;
    esac
    logger "ACPI group/action undefined: $1 / $2"
    esac
    # vim:set ts=4 sw=4 ft=sh et:
    dmesg output:
    [ 1530.790532] PM: Syncing filesystems ... done.
    [ 1530.805678] PM: Preparing system for mem sleep
    [ 1530.844445] Freezing user space processes ... (elapsed 0.01 seconds) done.
    [ 1530.856658] Freezing remaining freezable tasks ... (elapsed 0.10 seconds) done.
    [ 1530.963435] PM: Entering mem sleep
    [ 1530.963572] Suspending console(s) (use no_console_suspend to debug)
    [ 1531.123543] iwlwifi 0000:03:00.0: iwl_pcie_cmdq_reclaim: Read index for DMA queue txq id (9), index 207 is out of range [0-256] 208 208.
    [ 1531.124216] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    [ 1531.124579] sd 0:0:0:0: [sda] Stopping disk
    [ 1531.360682] mei 0000:00:16.0: suspend
    [ 1531.440517] ahci 0000:00:1f.2: power state changed by ACPI to D3hot
    [ 1531.687309] PM: suspend of devices complete after 722.490 msecs
    [ 1531.687784] PM: late suspend of devices complete after 0.469 msecs
    [ 1531.688232] pcieport 0000:00:1c.3: System wakeup enabled by ACPI
    [ 1531.714222] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
    [ 1531.727619] ehci-pci 0000:00:1a.0: System wakeup enabled by ACPI
    [ 1531.754015] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
    [ 1531.767422] PM: noirq suspend of devices complete after 79.565 msecs
    [ 1531.768301] ACPI: Preparing to enter system sleep state S3
    [ 1531.797647] PM: Saving platform NVS memory
    [ 1531.799282] Disabling non-boot CPUs ...
    [ 1531.900721] smpboot: CPU 1 is now offline
    [ 1532.004162] smpboot: CPU 2 is now offline
    [ 1532.107554] smpboot: CPU 3 is now offline
    I have pmutils and tlpinstalled
    tlp config
    # tlp - Parameters for power save
    # Hint: some features are disabled by default, remove the leading # to enable them
    # Set to 0 to disable/1 to enable TLP
    TLP_ENABLE=1
    # Seconds laptop mode has to to wait after the disk goes idle before doing a sync.
    # Non-zero value enables, zero disables laptop mode.
    DISK_IDLE_SECS_ON_AC=0
    DISK_IDLE_SECS_ON_BAT=2
    # Dirty page values (timeouts in secs).
    MAX_LOST_WORK_SECS_ON_AC=15
    MAX_LOST_WORK_SECS_ON_BAT=60
    # Select a cpu frequency scaling governor: ondemand/powersave/performance/conservative
    # Important:
    # - You *must* disable your distribution's governor settings or conflicts will occur
    # - ondemand is sufficient for *almost all* workloads, you should know what you're doing!
    #CPU_SCALING_GOVERNOR_ON_AC=ondemand
    #CPU_SCALING_GOVERNOR_ON_BAT=ondemand
    # Set the min/max frequency available for the scaling governor.
    # Possible values strongly depend on your cpu. For available frequencies see
    # tlp-stat output, Section "+++ Processor".
    # Hint: Parameters are disabled by default, remove the leading # to enable them,
    # otherwise kernel default values are used.
    #CPU_SCALING_MIN_FREQ_ON_AC=0
    #CPU_SCALING_MAX_FREQ_ON_AC=0
    #CPU_SCALING_MIN_FREQ_ON_BAT=0
    #CPU_SCALING_MAX_FREQ_ON_BAT=0
    # Set the cpu "turbo boost" feature: 0=disable / 1=allow
    # Requires an Intel Core i processor and kernel 3.7 or later.
    # Important:
    # - This may conflict with your distribution's governor settings
    # - A value of 1 does *not* activate boosting, it just allows it
    #CPU_BOOST_ON_AC=1
    #CPU_BOOST_ON_BAT=0
    # Minimize number of used cpu cores/hyper-threads under light load conditions
    SCHED_POWERSAVE_ON_AC=0
    SCHED_POWERSAVE_ON_BAT=1
    # Kernel NMI Watchdog
    # 0=disable (default, saves power) / 1=enable (for kernel debugging only)
    NMI_WATCHDOG=0
    # Change CPU voltages aka "undervolting" - Kernel with PHC patch required
    # Freq:voltage pairs are written to /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
    # CAUTION: only use this, if you thoroughly understand what you are doing!
    #PHC_CONTROLS="F:V F:V F:V F:V"
    # Hard disk devices, separate multiple devices with spaces (default: sda).
    # Devices can be specified by disk id too (lookup with: tlp diskid).
    DISK_DEVICES="sda sdb"
    # Hard disk advanced power management level: 1(max saving)..254(off)
    # Levels 1..127 may spin down the disk.
    # Separate values for multiple devices with spaces.
    DISK_APM_LEVEL_ON_AC="254 254"
    DISK_APM_LEVEL_ON_BAT="128 128"
    # Hard disk spin down timeout:
    # 0: spin down disabled
    # 1..240: timeouts from 5s to 20min (in units of 5s)
    # 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
    # (see 'man hdparm' for details)
    #DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
    #DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
    # Select io scheduler for the disk devices: noop/deadline/cfq (Default: cfq)
    # Separate values for multiple devices with spaces.
    #DISK_IOSCHED="cfq cfq"
    # SATA aggressive link power management (ALPM):
    # min_power/medium_power/max_performance
    SATA_LINKPWR_ON_AC=max_performance
    SATA_LINKPWR_ON_BAT=min_power
    # PCI Express Active State Power Management (PCIe ASPM):
    # default/performance/powersave
    # Hint: needs kernel boot option pcie_aspm=force on some machines
    PCIE_ASPM_ON_AC=performance
    PCIE_ASPM_ON_BAT=powersave
    # Radeon graphics clock speed (profile method): low/mid/high/auto/default
    # auto = mid on BAT, high on AC; default = use hardware defaults
    # (Kernel >= 2.6.35 only, not with fglrx driver!)
    RADEON_POWER_PROFILE_ON_AC=high
    RADEON_POWER_PROFILE_ON_BAT=low
    # WiFi power saving mode: 1=disable/5=enable
    # (Linux 2.6.32 and later, some adapters only!)
    WIFI_PWR_ON_AC=1
    WIFI_PWR_ON_BAT=5
    # Disable wake on lan: Y/N
    WOL_DISABLE=Y
    # Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
    # A value of 0 disables / >=1 enables power save.
    SOUND_POWER_SAVE=1
    # Disable controller too (HDA only): Y/N
    SOUND_POWER_SAVE_CONTROLLER=Y
    # Set to 1 to power off optical drive in UltraBay (ThinkPads only)
    # when running on battery. A value of 0 disables this Feature (Default).
    # Drive can be powered on again by releasing (and reinserting) the
    # eject lever or by pressing the disc eject button on newer models.
    # Note: an UltraBay hard disk is never powered off.
    BAY_POWEROFF_ON_BAT=0
    # Optical drive device to power off (default sr0)
    BAY_DEVICE="sr0"
    # Runtime Power Management for pci(e) bus devices
    # (Kernel >= 2.6.35 only): on=disable/auto=enable
    RUNTIME_PM_ON_AC=on
    RUNTIME_PM_ON_BAT=auto
    # Runtime PM for *all* pci(e) bus devices: 0=disable / 1=enable
    # Warning: experimental option, could cause system instabilities
    RUNTIME_PM_ALL=0
    # Set to 0 to disable/1 to enable usb autosuspend feature
    USB_AUTOSUSPEND=1
    # Devices from the following list are excluded from usb autosuspend
    # (separate with spaces). Use lsusb to get the id's.
    # Note: input devices (usbhid) are excluded automatically
    #USB_BLACKLIST="1111:2222 3333:4444"
    # Set to 1 to disable autosuspend before shutdown/0 to do nothing
    # (workaround for usb devices that cause shutdown problems)
    #USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=1
    # Restore radio device state (bluetooth, wifi, wwan) from previous shutdown
    # on system startup: 0=disable/1=enable
    # Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
    # are ignored when this is enabled!
    RESTORE_DEVICE_STATE_ON_STARTUP=0
    # Radio devices to disable on startup: bluetooth wifi wwan
    #DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
    # Radio devices to enable on startup: bluetooth wifi wwan
    #DEVICES_TO_ENABLE_ON_STARTUP="wifi"
    # Radio devices to disable on shutdown: bluetooth wifi wwan
    # (workaround for devices that are blocking shutdown)
    #DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
    # Radio devices to enable on shutdown: bluetooth wifi wwan
    # (to prevent other operating systems from missing radios)
    #DEVICES_TO_ENABLE_ON_SHUTDOWN="wwan"
    # Radio devices to enable when wireless radio switch is turned on:
    # bluetooth wifi wwan (Ubuntu + ThinkPad only)
    #DEVICES_TO_ENABLE_ON_RADIOSW="wifi wwan"
    # Battery charge thresholds (ThinkPad only, tp-smapi or acpi-call kernel module required)
    # Charging starts when the remaining capacity falls below the START_CHARGE_TRESH
    # value and stops when exceeding the STOP_CHARGE_TRESH value.
    # Main battery (values in %)
    #START_CHARGE_THRESH_BAT0=75
    #STOP_CHARGE_THRESH_BAT0=80
    # Ultrabay or slice battery (values in %)
    #START_CHARGE_THRESH_BAT1=75
    #STOP_CHARGE_THRESH_BAT1=80
    # Set to 1 to disable use of tpacpi-bat on Sandy Bridge or newer Thinkpads
    # and force usage of tp-smapi instead
    #DISABLE_TPACPIBAT=1
    # tlp-rdw - Parameters for the radio device wizard
    # Possible devices: bluetooth/wifi/wwan
    # Hint: parameters are disabled by default, remove the leading # to enable them
    # Radio devices to disable on connect
    DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
    DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
    DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
    # Radio devices to enable on disconnect
    DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
    #DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
    #DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
    # Radio devices to enable/disable when docked
    #DEVICES_TO_ENABLE_ON_DOCK=""
    #DEVICES_TO_DISABLE_ON_DOCK=""
    # Radio devices to enable/disable when undocked
    #DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
    #DEVICES_TO_DISABLE_ON_UNDOCK=""
    thanks guys
    I love arch
    Last edited by beitme (2013-06-08 10:05:37)

    @ Karol, done
    @ 65kid, here's my logind.conf
    [Login]
    #NAutoVTs=6
    #ReserveVT=6
    #KillUserProcesses=no
    #KillOnlyUsers=
    #KillExcludeUsers=root
    #Controllers=
    #ResetControllers=cpu
    #InhibitDelayMaxSec=5
    #HandlePowerKey=poweroff
    #HandleSuspendKey=suspend
    #HandleHibernateKey=hibernate
    #HandleLidSwitch=ignore
    #PowerKeyIgnoreInhibited=no
    #SuspendKeyIgnoreInhibited=no
    #HibernateKeyIgnoreInhibited=no
    #LidSwitchIgnoreInhibited=yes
    #IdleAction=ignore
    #IdleActionSec=30min

  • I have Firefox configured so that it should go to my homepage when started, but it takes me to the last page I was at when closed. This started with the crappy new version. Help!

    I recently upgraded to the newest version of Firefox - which I hate! My problem is that I have it configured to go to my home page when started, but instead it keeps going to the last page I was on. How do I fix that.

    dplum12
    What computer operating system is your Premiere Elements 12 running on? Did you have the opportunity to update 12 to 12.1 Update yet using an opened project's Help Menu/Update? If not, please do so when you get the opportunity.
    For now I will assume that your computer is Windows 7, 8, or 8.1 64 bit. Please try the following suggestions to overcome your Premiere Elements Sign In issue.
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    and, if you get any messages about Internet connect and the computer clock, please review the following
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    Please let us know the outcome.
    Thank you.
    ATR

  • No sleep when closing

    Hi,
    after installing Lion my late 2007 MacBook does not go to sleep when closing anymore. Anyone with same problem? Suggestions?
    Regards,
    czery

    I have the same thing in Macbook Air 2010. When I choose the shut down ant the sleep option the is no result, Lion does not execute this. Please help. I don't like to shut it down each time.

  • Computer does not put itself to sleep when used in lid-closed mode

    Hi. I'm having a small problem when using my macbook pro with the LED display, lid closed and with external keyboard and mouse. If I leave the computer unattended, the display goes to sleep at the time specified in system settings under energy saver. The computer, however, does not go to sleep - the white power indicator remains solid and noises for new email etc can still be heard.
    I should probably just try to remember to put it to sleep manually but I keep forgetting. Does anybody know what settings I need to adjust?

    I tried cycling the old battery many times, and the computer would still shut down unexpectedly instead of going to sleep when it ran out of power. I got a free replacement from the supplier [http://myworld.ebay.com/cbkusaelectronics>, but I have cycled this new battery twice now, and it still does not go to sleep when it runs out of power. The capacity of the battery is fine (4.9 Ah), and the timing calibration seems fine as well. I have two older batteries from NewerTech and they allow sleep every time, so I think my computer is fine. Can anyone enlighten me about the cause of this problem? Does my battery lack some 'sleep battery' cell in it for use after the other 4 cells discharge? Or does my battery lack a chip that communicates with the computer? Is there any hope of getting this battery to support sleep when discharged?
    Has anyone else seen this problem consistently in a brand of battery? Does anyone have a recommendation for a cheaper battery that does not exhibit this problem? I have been happy with NewerTech, but they cost over $130.
    (I only paid $44 plus $10 shipping, so I probably got what I paid for. It is maybe still worth it to have a high capacity battery for such a low cost, but I can't rely upon it in those last few minutes or I may lose work.)

  • KDE: Laptop only sleeps when closing lid every other time

    Hello all,
    I'm running KDE 4.14.1 on an older Toshiba Satellite laptop. In the KDE System Settings, I've told it to sleep when closing the lid and this works - but strangely only every other time I close the lid. It will work once, then I open the lid and it powers up just fine. Then I close it again and the screen just turns off but the laptop stays fully powered.
    Any ideas what might be going on? It consistently only sleeps every other time when I close the lid (the other times it just turns the screen off).

    Take a look at /etc/systemd/logind.conf
    Is systemd also trying to manage this?

  • Firefox warns always when closing multiple tabs, even when respective setting is cleared

    Firefox warns always when closing multiple tabs, even when respective setting is cleared. "browser.tabs.warnOnClose" (and "browser.tabs.warnOnCloseOtherTabs" too) are in "false" state. The same behaviour after reset. Firefox 32.0.3, OS - Linux Mint 17.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Firefox is not warning when closing multiple tabs, even though it is set to warn me in preferences!

    Firefox is not warning when closing multiple tabs, even though it is set to warn me in preferences! Unchecking and rechecking the box does not help, it's as if Firefox is ignoring the option to warn when closing multiple tabs.

    You can set the warn prefs on the about:config page to true via the right-click context menu or toggle with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    You can use History > Restore Previous Session to get back the previous session.<br />
    There is also a "Restore Previous Session" button on the default about:home Home page.
    Another possibility is to use:
    *[http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • MBP won't sleep when closing lid

    Since I did the 10.6.2 update, when I close the lid on my MBP and that the power is connected it won't go to sleep, my "apple" is still bright with the lid closed.

    HI,
    Try resetting the SMC.
    http://support.apple.com/kb/HT1411
    If that doesn't help, try resetting the PRAM / NVRAM.
    http://support.apple.com/kb/HT1379
    Carolyn

  • Mac book pro is very very slow/it hangs for even the smallest tasks/even with the lid closed it is still running if it is not completely turned off. Dose any one know what may be wrong ? and how to fix it?

    More details about the problem : My computer is a Mid 2012 Mac Book pro 2.9GHz i7 processor with 8GB RAM updated to OS X v10.8.5
    - I ran a compleet scan of my computer for any threats ( I used virus barrier express ) and there was nothing identified
    - When I oppened the Activiti Monitor there are about 20-30 processes which I do not undersatand they are run under the user "root" 2 in perticular ( Kernel_task & fseventsd ) they both take up a lot of threads and kernel_task is constantly using 1.2 GB of "real memory" which is at least 20 times any other process that is running espesially the ones that run under the user "Apple" I do not know if this is causing the problems on my mac but i tryed to forces close it and it dose not even let me click the button, the others close but reopean immideatly. I will attach a screen shot of what i have mentioned here.
    - The problems I am facing are mainly performance :- To state a few examples, my mac dose not seam to be able to handile even the smallest tasks like switching tabs on safari, typing any thing, playing a movie withought stopping inbetween, etc.. ( let me elaborate on why I said its not able to handil these tasks, it is because when I am trying to do any one of the afformentioned tasks inbetween the cursor becomes a rainbow collered spinning disk and I am unable to do anything for about 10 seckonds after which it starts to work again for some time before it happens again. )
    - Another concern of mine is that my mac seems to be on even with the lid closed if I do not shut it down compleetly, if i just close the lid after some time the computer starts warming up, and the fan starts running. the battery is drained at the same rate or slightly less rate than it would have if i was using it normally with the lid opean. ( altough this is happning the screen dose not turn on untill the lid is opean again )
    - I have only 300+ GB full out of my 750GB so i believe these are not issues caused by my mac's memory being full ( BUT THE FIRST TIME I NOTICED THIS WAS HAPPNING WAS WHEN MY MEMORY WAS ABOUT 720GB FULL WHEN THESE ISSUES FIRST AROSE I IMMEADITLY DELEATED 400+GB OF MY USELESS FILES THAT I HAD BEEN HORDING ALL OF WHICH WERE MOVIES ) that about covers it all PLEASE LET ME KNOW IF ANY ONE KNOWS WHAT TO DO.
    Ps: I apoligize if I have given too many unrelevant details, not enough usefull information and or if i was just all over the place with my explanations but I am really frustrated and was hoping not to miss anyting. Please let me know if any information at all is required and ill do my best to provide it.
    Thank You

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • Macbook pro not turning on after SMC reset. I have the following problem. Yesterday I noticed that my mbp 2011does not sleep when closing the screen. smc due loud fan and an X on battery symbol

    Yesterday I noticed that my mbp 2011 dos not sleep when closing the screen cover. Today I Turner my laptop in. However the fan was working loudly and stayed loud. After Start I noticed an X on Battery symbol. Clicking on it, it showed 'no battery.' I found out that a potential solution for this problem was SMC reset. I also noticed that the leds on magsafe was not lightning. Despite this I tried to execute the smc reset as described on apple support site. Switching off, plugin the magsafe connector, pushed the buttons shift + alt+ ctrl + power. Then i pushed the power button, but my mbp is not turning on. I pushed several times on the power button but nothing works. The magsafe is also dark meaning the leds not lightning. Can anyone here help me on this ?

    Problem solved by my own. But do not how :) magsafe again working and the laptop tooo

  • PowerBook G4 not going to sleep when closed???

    My 15-inch 1.67 GHz PowerBook doesn't go to sleep when closed. The Apple on the back on the display stays lit and the display doesn't go dark either. Anyone have any ideas???

    Check that your sleep magnet hasn't fallen. Take something made of steel like a paperclip, and see if it sticks to the outside of the case above the Apple logo. If not, the magnet inside may have moved. When the cover is closed, the magnet is directly over and affects the trackpad area. If you have a magnet (like on your refrigerator), wave it over the trackpad and it should go to sleep.

  • How putting my mac to sleep with the display closed????

    How putting my mac to sleep with the display closed????

    MBP does not sleep when display is closed?
    For:   A portable Mac doesn't appear to respond properly when you close or open the lid.
    Reset SMC.  http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • My mac keeps asking for a password when I try to install adobe flash player and even with the hint I

    My mac keeps asking for a password when I try to install adobe flash player. Even with the hint I'm not getting it and also tried uninstall and the same thing occurred.

    It's referring to the MAC password that you have setup.
    A software prompts for a password only when there are restrictions set on the user account for unauthorised access to system files and folders.

Maybe you are looking for

  • Multiple users accounts on one mac computer count as more that one device in iCloud or iTunes?

    I have two apple computers, each with two users. Each user is signed in their account using their own appleID. Does this count as two computers or four computers in the Apple device count limit in iCloud or iTunes?

  • IPhone 4 only syncs last photo in every picture folder selected

    My husband's IPhone 4 refuses to sync more than one photo from each folder he selects to update. It's always the last photo in the folder. He's had this problem from day one of owning the phone, and he's tried many times to fix. He's running Windows

  • JavaScript in a Web template to hide or show a button

    Hi all, i got this task: i created a web template (Button Panel) with many buttons, behind each button there is another web template with its query, this second web template has a button to get back to the panel button,now, the user asked me the task

  • Workflow Integration with IFS

    I was wondering how we get iFS connected with workflow "the easy way". Standard you get in workflow 2 examples of document management systems whereto you can connect but no iFS. So I was wondering If anybody here already did this integration, I guess

  • Coherence exception in JPA

    Hi, I am using open jpa for persistence in my clustered weblogic server envirnment. I am using coherence for locking support and distributed cache mgmt. But while creating entity manager from the Persistence.xml file, i am getting an error, for which