Broken screen (LED does not light up) help

ok..
so i have a macbook 13.3 white.. im pretty good with computers/etc..
So i turn on my macbook and the screen is dark.. but surely the macbook is on.. you can see the screen under bright light shined on the screen.
But the screen does not light up.
So i checked- my brightness settings.. then set power settings to normal.. set it to sleep and woke it up. NOPE.
I bought a new screen and installed it properly. NOPE same thing.
I bought a new power 'inverter'.. NOPE same thing
I bought a LVDS cord (chord connecting screen to the logicboard). NO same thing!
So at this point im real close to throwing it as far as i could from the side of the Golden Gate Bridge =/. but i refuse to.
I KNOW THERE IS A SOLUTION AND SOMEONE OUT THERE TO KNOW!
please help, and thank you much.

HalosGhost wrote:
Inxsible wrote:please use code tags when pasting code snippets.
Definitely follow this advice. Makes life much easier. As for the code itself, first be aware that you can't just "sh" it. It runs using arguments, so you'd run something like
# ./enlighten increase keyboard
Though I wrote that script for zsh, I believe it should be compatible with bash without issue. Below is a much simpler version of the script which will only increase or decrease the keyboard backlights:
#!/bin/bash
#<- Configuration ->
kbd=/sys/class/leds/toshiba::illumination/brightness
kstep=15
self="$(basename $0)"
#<- Error Handling ->
E_HELP=44
E_PERMS=45
#<- Function Declarations ->
permissions () {
if [ "$UID" != 0 ]; then
echo "$self must be run with root privileges"
exit "$E_PERMS"
fi
usage () {
echo "Usage: $self [-h|--help] <increase|decrease>"
exit "$E_HELP"
update-kbd () {
permissions
sudo tee "$kbd" <<< "$new"
exit 0
#<- Run Contents ->
case "$1" in
-h|--help)
usage
increase)
current="$(<"$kbd")"
new="$(( current + kstep ))"
update-kbd
decrease)
current="$(<"$kbd")"
new="$(( current - kstep ))"
update-kbd
usage
esac
Assuming you have the correct file being pointed to, you should be able to just run (assuming you keep it named "enlighten")
# ./enlighten increase
Let me know how that works for you.
All the best,
-HG
Ok so i copied that script, and tried to run "./enlighten increase" but it said i needed to be sudo, so i did it with sudo, and it said "sudo: ./enlighten: command not found"
Then i just did 'sh enlighten increase" And this time it gave me:
enlighten: line 29: `update-kbd': not a valid identifier
I have no idea what that would mean.
When i google "`update-kbd': not a valid identifier" all it comes up with is my topic lmfao. Not much help there.
  ~The Dyzaster

Similar Messages

  • Pavilion DV6 1311el power supply ok, power led does not light up

    I own a dv6 notebook model 1311el that works just fine with a charged battery but it wont accept charge from the charger. The led next to the power jack does not light up, i have removed the power button bezel and keyboard and then i used a multimeter to measure the voltage between the wires of the power jack cord and there were 19.5 and 15 volts as it should... I am sure that the power supply works because i gave it to a friend of mine which has the same hp model.

    Hello Nessuno,
    I see your AC adapter is not charging your HP Pavilion dv6-1311el Entertainment Notebook, your battery indicator LED is not lit. I would like you to start here, this will help you determine if it is the battery or the power supply: Battery Does not Power Notebook or Hold a Charge.
    A battery that does not charge might be the result of a power adapter failure, a system board failure, or a battery failure. Please perform the steps listed in the troubleshooting document in order to diagnose the failure.
    I hope this is helpful.
    Thank you,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Satellite L650-12Z: Led does not light up when connected to power source

    My L650 does not show the white light anymore when the cable is plugged in.
    The connectors are clean, and the adapter is working.
    The laptop does still run on the battery ( when there was still power in it).
    Also without the battery, there is no white light indicating that the laptop is connected to the DC.
    Does anyone know what the problem could be and how to solve it?

    Thanks for your reply.
    Unfortunately the battery does not charge when connected.
    Only when connected with the full battery it is working.
    I have measured the adapter with my multimeter and it seems to be working properly.
    Like you said, letting a technician look at it would be a smart idea.
    I decided to send it to a service center in my city, in about 4 weeks I would have the notebook back they said.
    Weird thing for me still is, that around three weeks ago the same happened. Windows said the power was not connected. But after plugging the power in and out a few times it worked again. Maybe this is a symptom of something?

  • Just a little reassurance..DSL modem Internet LED does not light

    After installing a WRT54GL between my computer and a Speedstream 5100 ADSL modem, everything seems to work, except that now only three of the normal four LEDs are illuminated on the modem.
    The normal four are: Power, Ethernet, DSL, and Internet.  After installing the router, only the first three LEDs now stay illuminated. But, I am not denied internet or email (Windows Vista). Does this seem normal?

    After installing the router if the Internet light on router is blinking…it shows the incoming & outgoing data….so blinking of internet light is proper connection from modem to router.

  • HT4044 Part of my iPad(1st gen) screen display does not show,hence I can only see it partially.It was not dropped and neither is it broken. Any help as I was told it cant be fixed and i hv 2 replace with a new unit i.e. pay in full as warranty is over? HE

    Part of my iPad screen display does not show. It was not dropped and neither is the screen broken. I was advised to see the local service provider for a diagnosis.
    I had finally managed to find time to find a local service provider last week (not easy) and was disappointed to be advised of Apple's policy of one for one exchange i.e. they wont repair and said that i would have to replace with a whole unit. As my unit is no longer under warranty, it meant that I had to pay for the full price of a new unit!
    I might as well have paid for the latest new unit but since my unit is only 2 years old at most, it would be a great waste of money.
    How can this be? Does this mean apple's product is inferior and do not last since warranty is only for one year?
    I sincerely hope there is a favourable solution otherwse my money is flushed down the drain.
    HELP!!!

    I was using my iPad last night, shut the power off and when I turned it on this morning 2/3 of the screen is not working.  It looks like the pandalela picture. What is the answer to fix this; is this a screen issue or and electronics issues.  Has anybody else experienced this?

  • MacBook Pro will not start up, get start up chime but screen does not light up.  Any help?

    Upon start up I hear optical drive checked, then get a start up chime but the screen does not light up.  I have shut down by holding down power butto for 10 seconds also pulled battery and A/C power.

    I had this same issue but after a new hard drive/ram install.
    What solved the issue - and I hope this helps someone else who has the same problem:
    1).  Install new hard drive (with or without osx pre installed) or leave old one in in your case.
    2).  Remove all ram
    3).  Power on and wait 1 minute
    4).  Hold power button until it turns off
    5).  Install ram
    6).  Power back on
    7).  BOOM! It works again.

  • HT3964 My Macbook air charges intermittently. At times when I connect the power adapter it shows that power is coming in but  says "not charging" and the led light on the power adapter does not light. At other times it charges normally. Any ideas?

    Hey guys,
    I am having problems with charging my mac Air.  Sometimes it charges perfectly but then at times much as it shows that it's getting the power from the charger, it says "not charging" and the led light on the charger does not light up. Any help?
    Rgds,
    Kido-Vj

    That can happen when you are Taxing the system. No Apple supplied AC adapter supplies enough power to both power the system and charge the battery at the same time when the system is under Heavy Load, when you are Taxing the system heavily. At those times it will draw power from both the AC adapter and the battery at the same time. So if it is drawing power from both it can't charge the battery while it is drawing power from it.

  • Apple iPAD 2.  Needs password to unlock iPAD; however there is a permanent keyboard displayed on the screen that does not respond to touch. iPAD switches on with button but does not turn off using it at moment.  Can you help please?

    Apple iPAD 2.  Needs password to unlock iPAD; however there is a permanent keyboard displayed on the screen that does not respond to touch. iPAD switches on with button but does not turn off using it at moment.  Can you help please?

    Try a reboot by holding both the power and home buttons until the apple logo appears, ignore the red slider if that appears.  See if that clears the glitch.

  • My Iphone4 charges when The battery has fully died but when its on the lighting bolt does not appear. "Help"!

    My Iphone4 charges when The battery has fully died but when its on the lighting bolt does not appear. "Help"!

    Every iPod comes with complimentary, single-incident telephone technical support within 90 days of your iPod purchase.  If you also purchased AppleCare, then your warranty is extended for technical support and hardware coverage for two years from the original purchase date of your iPod.
    Suggest that you take full advantage of the above.

  • My ipod screen does not light, I can see the icons, connects to itunes but it does not even light up the brightness of the screen. I made it the restoration of production and did not work.

    My ipod screen does not light, you can see the icons, connects to itunes but it does not even light up the brightness of the screen. I made him the restoration of production and did not work.
    Please I need to know what do I have to do.
    Regards

    If you can't enter the passcode then you have to place the iPod in recovery mode and then restore the iPod via iTunes. For ecovery mode see:
    iPhone and iPod touch: Unable to update or restore
    Note that this requires using the sleep/wake button.  If you are not successful then there is nothing else that I know you can do.

  • I recently go my screen replaced and it has worked since then. But now all a sudden the screen does not light up. I know my phone is on because Siri is still responsive if I hold the home button, I just can't see anything. Any suggestions?

    I recently go my screen replaced and it has worked since then. But now all a sudden the screen does not light up. I know my phone is on because Siri is still responsive if I hold the home button, I just can't see anything. Any suggestions?

    Most likely the LCD Display connector simply came loose from its logic board connector. Take iPhone back to where it was repaired, and ask them to simply press the connector back into its place. Ask them to apply a bit of foam material or several small pieces of tape on top so the pressure of the flex connector plate holds it properly in place for the future.

  • 1520 - Back arrow does not light up

    On my GF's 1520 the back arrow does not light up.  I did not notice this problem when I set up the device new out of the box 2 days ago.  I have not tried a factory data reset because I am hoping there is another option.
    Thanks!

    If you have just purchased the device, take it back and exchange it.
    You should not be dealing with a faulty led illumination.
    Those particular ones are very small and soldered directly to the screen/behind the digitizer.
    I cannot say that it is a #bendgate type of issue, but would certainly exchange it if it was mine.

  • After installing lion, my screen saver does not work

    I installed lion, now my screen saver does not work.  I have tried all the hot corners, nothing. Dashboard and mission control work fine but cannot start screen saver.
    Any thoughts on what might be wrong.

    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.symantec.kext.internetSecurity (1.3.2f5)
    com.symantec.kext.pf (4.2.1f7)
    com.symantec.kext.ips (3.2f8)
    at.obdev.nke.LittleSnitch (2.4.0)
    com.symantec.kext.filesecurity (1.4.3f19)
    com.symantec.kext.fw (1.0.3f5)
    com.symantec.kext.SymAPComm (11.2.2f3)
    #2:
    Password:
    com.wdc.drivemanagerservice
    com.symantec.symSchedDaemon.plist
    com.symantec.symdaemon
    com.symantec.sharedsettings
    com.symantec.Sched501-3.plist
    com.symantec.Sched501-2.plist
    com.symantec.Sched501-1.plist
    com.symantec.navapdaemonsl
    com.symantec.navapd
    com.symantec.MissedTasks.plist
    com.symantec.diskMountNotify.plist
    com.symantec.deepsight-extractor
    com.symantec.avscandaemon
    com.microsoft.office.licensing.helper
    com.adobe.versioncueCS3
    at.obdev.littlesnitchd
    #3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.symantec.uiagent.application
    com.epson.epw.agent
    at.obdev.LittleSnitchUIAgent
    at.obdev.LittleSnitchNetworkMonitor
    uk.co.markallan.clamxav.freshclam
    uk.co.markallan.clamxav.clamscan
    com.macpaw.CleanMyMac.helperTool
    com.google.keystone.user.agent
    com.adobe.ARM.ad895013aeb33ea6e968d9fdc06c0eb42c7c2a5229d98d64ad002716
    #4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    iGlasses.component
    /Library/Extensions:
    /Library/Frameworks:
    .dat1bf4.00c
    AECore.framework
    AEProfiling.framework
    AERegistration.framework
    AudioMixEngine.framework
    Compressor.framework
    DSPPublishing.framework
    EWSMac-GC.framework
    EWSMac.framework
    FxPlug.framework
    HPDeviceModel.framework
    HPPml.framework
    HPServicesInterface.framework
    HPSmartPrint.framework
    MediaServerAPI.framework
    Motion.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    PrintMeSSL.framework
    ProFX.framework
    ProMetadataSupport.framework
    Qmaster.framework
    TSLicense.framework
    XSKey.framework
    /Library/Input Methods:
    /Library/InputManagers:
    Ecamm
    /Library/Internet Plug-Ins:
    Flash Player.plugin
    Flip4Mac WMV Plugin.plugin
    Google Earth Web Plug-in.plugin
    JavaAppletPlugin.plugin
    NPSVG3.zip
    NPSVG3Carbon
    NPSVG3ReadMe.html
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    RealPlayer Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    Silverlight.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    at.obdev.LittleSnitchNetworkMonitor.plist
    at.obdev.LittleSnitchUIAgent.plist
    com.epson.epw.agent.plist
    com.symantec.uiagent.application.plist
    /Library/LaunchDaemons:
    at.obdev.littlesnitchd.plist
    com.adobe.versioncueCS3.plist
    com.apple.aelwriter.plist
    com.apple.qmaster.qmasterd.plist
    com.apple.remotepairtool.plist
    com.microsoft.office.licensing.helper.plist
    com.symantec.MissedTasks.plist
    com.symantec.Sched501-1.plist
    com.symantec.Sched501-2.plist
    com.symantec.Sched501-3.plist
    com.symantec.avscandaemon.plist
    com.symantec.deepsight-extractor.plist
    com.symantec.diskMountNotify.plist
    com.symantec.navapd.plist
    com.symantec.navapdaemonsl.plist
    com.symantec.sharedsettings.plist
    com.symantec.symSchedDaemon.plist
    com.symantec.symdaemon.plist
    com.wdc.drivemanagerservice.plist
    /Library/PreferencePanes:
    Apple Qmaster.prefPane
    Flash Player.prefPane
    Flip4Mac WMV.prefPane
    SymantecQuickMenu.prefPane
    VersionCue.prefPane
    VersionCueCS3.prefPane
    /Library/PrivateFrameworks:
    SymAVScan.framework
    SymAppKitAdditions.framework
    SymBase.framework
    SymConfidential.framework
    SymDaemon.framework
    SymFirewall.framework
    SymIPS.framework
    SymIR.framework
    SymInternetSecurity.framework
    SymPersonalFirewall.framework
    SymScheduler.framework
    SymSharedSettings.framework
    SymSubmission.framework
    SymUIAgent.framework
    SymUIAgentUI.framework
    SymWebKitUtils.framework
    /Library/PrivilegedHelperTools:
    com.microsoft.office.licensing.helper
    /Library/QuickLook:
    GBQLGenerator.qlgenerator
    iWork.qlgenerator
    /Library/QuickTime:
    AppleAVCIntraCodec.component
    AppleHDVCodec.component
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    AppleProResCodec.component
    DVCPROHDCodec.component
    DVCPROHDMuxer.component
    DVCPROHDVideoDigitizer.component
    DVCPROHDVideoOutput.component
    DVCPROHDVideoOutputClock.component
    DVCPROHDVideoOutputCodec.component
    DesktopVideoOut.component
    DivX 6 Decoder.component
    FCP Uncompressed 422.component
    FLV.component
    Flip4Mac WMV Advanced.component
    Flip4Mac WMV Export.component
    Flip4Mac WMV Import.component
    IMXCodec.component
    LiveType.component
    Motion.component
    iChatTheaterPreview.component
    /Library/ScriptingAdditions:
    Adobe Unit Types
    Adobe Unit Types.osax
    SymWebKitUtilsSL.osax
    /Library/Spotlight:
    GBSpotlightImporter.mdimporter
    Microsoft Entourage.mdimporter
    Microsoft Office.mdimporter
    iMovie.mdimporter
    iWeb.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    AdobeVersionCue
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Fonts:
    ATBas
    ATBraIro
    ATBroScr
    ATChe
    ATIsa
    ATMcCol
    ATRap
    ATUnc
    Arial
    Basque, etc.
    Branding Iron, etc.
    Brush Script
    ClearGotBolDTC
    ClearGotExtBolDTC
    ClearGotLHBla
    ClearGotLHBol
    ClearGotLHLig
    ClearGotLHMed
    ClearGotLHRom
    ClearGotMTBol
    ClearGotMTDemBol
    ClearGotRegDTC
    ClearITCbyBTBla
    ClearITCbyBTBlaIta
    ClearITCbyBTBol
    ClearITCbyBTBolIta
    ClearITCbyBTCon
    ClearITCbyBTHea
    ClearITCbyBTHeaIta
    ClearITCbyBTReg
    ClearITCbyBTRegIta
    Clearface Bd BT
    Clearface Blk BT
    Clearface BlkIt BT
    Clearface Ctr BT
    Clearface Gothic A
    Clearface Rg:Hv BT
    Clearface.ttf
    ClearfaceGothic ExtraBold DTC
    ClearfaceGothic Regular DTC
    ClearfaceGothicLH Bold
    Clearface_Gothic_MT_Bd MT
    Clearface_Gothic_MT_Dm_Bd MT
    Clearly Gothic Light.ttf
    Clearly Gothic.ttf
    EmbasBTReg
    Embassy BT
    FIRESTARTER.TTF
    FLAMER.TTF
    Firecat.ttf
    Flame.ttf
    Flames.ttf
    Redd Or Dedd.ttf
    SEAWFA__.TTF
    Smokteq.ttf
    Times New Roman
    Verdana
    Wingdings
    Wingdings 2
    Wingdings 3
    chp-fire.ttf
    encodings.dir
    fonts.dir
    fonts.list
    fonts.scale
    scythe.ttf
    Library/Frameworks:
    EWSMac-GC.framework
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    Move-Media-Player.plugin
    WebEx64.plugin
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.adobe.ARM.ad895013aeb33ea6e968d9fdc06c0eb42c7c2a5229d98d64ad002716.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.B6A794DC-82A7-47AB-9171-208 B8AEB5B61.plist
    com.apple.SafariBookmarksSyncer.plist
    com.google.keystone.agent.plist
    com.macpaw.CleanMyMac.helperTool.plist
    com.zeobit.MacKeeper.Helper
    uk.co.markallan.clamxav.clamscan.plist
    uk.co.markallan.clamxav.freshclam.plist
    Library/PreferencePanes:
    MouseLocator.prefPane
    #5
    osascript -e 'tell application "System Events" to get name of every login item'
    2012-03-17 18:58:32.172 osascript[669:8703] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    I hope I copied these correctly.

  • When i connect my ipod nano to my computer it does not light up and i get a message saying the usb devive has malfunctioned

    I need some help here as I believe my ipod nano has crashed or something is terribly wrong. When I plug in the usb to my laptop I get a message saying the usb device has malfunctioned. My ipod does not light up. I have tried powering it on manually and nothing works. Help, this is going to ruin my workouts!!!

    I'm not sure what the glitch was, but after I posted the problem, I called Apple and got a rep to walk me through some troubleshooting tips such as holding down the nano power button while plugging in the usb cable....nothing worked. Eventually, they scheduled a maintenance /replacement service.
    I got the box yesterday and was about to put it in for shipping to Apple, when I decided to try connecting it to my laptop one last time. Viola! it started back up again and is currenting syncing as I type. Guess it was just a bad glitch of some sort. Anyone with a similar issue, perhaps you may want to wait a few days and see if it solves the issue.I hope this helps.

  • Bootcamp screen brightness does not work.

    Hello, i can't adjust my screen brightness at all.... I hit the fn and f2/f1 buttons and the brightness icon appears and the bar goes down and up normally but the screen brightness does not change. i also tried changing the brightness in the bootcamp control panel and nothing happens. I can't find any solution for this problem anywhere, so I figured i'd give it a try and ask here how can i fix this.
    I'm using: Windows 7 - x64 on a macbook pro 2009 with bootcamp updated to version 3.3.
    Thanks

    Click on the start icon (bottom left of your screen) and search "Brightness" click on the adjust brightness thing. Hope this helped.

Maybe you are looking for

  • Can we have a group name in oracle database???

    Hello, what i want to know is that can we have a group name, a set of all usernames for a database, the whole purpose is to simplify the grant statement, rather then doing this grant select to <user1>      grant select to <user2>      grant select to

  • When I open Gmail my calendar will not open. It tries to connect but cannot redirect properly. It works fine under Windows explorer.

    When I'm logged into Gmail and I try to open up my Gmail Calendar I get a error in the window saying "The page isn't redirecting properly". It works fine under Windows Explorer. I have Windows 7 and the latest Firefox application, downloaded today.

  • Gantt chart: Don't know how to use the tooltipkeys and toolkeylabel

    I have a problem. Don't know how to use the tooltipkeys and toolkeylabel. I used jquery to select the gantt bars and on mouse over i was getting the task id "tid" then passing it to adf bean with serverlistener and showing a popup that is adf compone

  • 7.3 error -50?!

    everytime i open itunes an error messages pops up that says "The itunes library cannot be saved. An unknown error has occured (-50)." I don't know what to do nothing that i download will save on itunes anymore. all the setting just stay the way they

  • Parent node mapping

    Hi During message mapping normally we do element to element mapping. But could you please tell me when we will go for root node to root node mapping ?? Is it like that when the target root node's cardinality is greater than 1 we will go for root node