Re: Backlight issue LG 50ln5600
IC100 is apparently the EEPROM, a 24C256. Why they marked it with the cryptic code of "4HA7" I have no idea. All other SMD EEPROMS I have ever seen have the standard part number on them.
If you're feeling keen you could try copying the data from the working board's EEPROM to the bad one and see if it fixes it.
Backlight issue LG 50ln5600
Collapse
X
-
Re: Backlight issue LG 50ln5600
The TV would turn on and be stuck on the LG logo, after about 1-2 minutes the TV would turn off.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Ya. Doh, doh. I was not up to speed on this still. On my Samsung schem, the data pins--p1,2,3(A0,1,2) are really logic inputs--not data inputs-- for like chip enab, output enab, write enable-- so SDA is serial data input and SCL is the clock for that--all that's needed for read/write.
So--eeprom IC IS normal (24c256)-- but you can either replace IC, get upgrade firmware from LG, or find .rar file on internet. Sometimes repair kits with eeprom are available on internet/ebay. I doubt there's memory for this file in CPU on board.
A bad eeprom is not all that common, though--especially on stuff not made in very cheap places.
I usually replace main board for 25-$125. because time is money--but interesting all the same.
Best of luck! What is symptom with this TV? You probably googled it to death already.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Yes, you are right, no software available for the 50LN5600. I even contacted LG and they couldn't help. Of course the TV is working now because I bought a used board but I have another board here that is no good without a new EEPROM. For the time being it is on the back burner. One day when my knowledge increases it will be fixed. I am guessing the EEPROM is not the normal IC and may even be located in the Main IC.Leave a comment:
-
Re: Firmware eeprom LG 50ln5600
Well, for 50LN5600, LG.com support has no software upgrades available, either. It means if no upgrades, then no software file available there.
Seems strange that data pins are grounded on this samsung:
I would just find a used bd on ebay or something. Just saw one for $28. /free ship.Last edited by Steve L; 10-14-2015, 12:19 AM.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Same 4HA7 IC100 chip turns up http://www.qariya.info/vb/showthread...=144590&page=3 in 32ln5100 too.
One of the guys posted ROM dumps, in the 39LN5100.rar is a file which says 4HA7=24C256
Google search https://www.google.com/search?q=4HA7...&q=24C256+4HA7 turns up a few LG parts with reference to 4HA7 being a 24C256.
Added the files I found for the 39LN5100 and 32LN5110 though just in case someone wants them.
Can't find any dumps for a 50LN5600 so far thoughLast edited by Agent24; 10-13-2015, 10:24 PM.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Agent24: Shane711:
Yes. 27k is no good. Although I had a hard time reading that small print. Yes, I kind of posted hastily-should have tried a little research 1st. It's been a long long time since I delt with CPU bd. schematics-in fact on TVs, since microcontroller ICs, but mostly non-TV specifically designed CPU digital electronics applications.
So I checked some bds.
I have a samsung that has a chip near what seems to be the TV micro. It's printed 24H01RP-(sp).
On a samsung main schem, I find the TV micro eeprom as device type 24c256.That's the # profile I was trying to think of. Those were used as thru-hole ICs in early 2000's, and '90s and before, also. (Usually 24c08/16/32)
Ya. 4xxx was '80s CMOS logic chip. Glad you caught.I'm old now.
On my 50LN5700, There are no chips on bottom of board. And 8 pin chip near kybd conn and what appears TV micro, is IC100 with "4HA7 D2MS" print on chip. Prob like you said. D2MS date code? no schem. for LG.
I wonder if he tried reloading software from LG.com?
I also just fixed a 42LD520 that was locked-up with white screen and the words "POWER ONLY, V.xx.xx.xx." I downloaded software update and fixed.Leave a comment:
-
Re: Backlight issue LG 50ln5600
I don't think 27k ROMs exist - at least not anymore if they ever did - everything is usually a power of 2 because of binary.
Edit: found some list of old ones here: http://www.intel-vintage.info/intelmemory.htm there's a 4308 8k and a 4316 16k, nothing 27k though. I'd be very surprised if they still used that numbering scheme today.
A lot of SMD chips these days have manufacturer-specific codes instead of the actual model number printed on them. 4HA7 03G3 like on IC100 here is probably in that format but unfortunately nothing shows up in Google!
In fact, even as little as 2 digits, like the 4H might be the model number, the rest could all be date\batch codes.Last edited by Agent24; 10-13-2015, 08:46 PM.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Shane:
I believe the eeprom is IC2405, very near the power connector. I don't monkey with ICs on these surface mount bds. normally. But from my past experience going back to '80s and '90s., serial eeproms that are cmos design will start with a 4 with 3 more digits for serial eeproms. I have a 50LN5700 here and IC2405 looks like it's printed 4327,(used to mean 27kbytes/cmos.) Before 3.3v system op. voltage times, they were 5v ttl serial eeproms starting with 74xx. xx for kbits/bytes, can't recall bits or bytes. There were also ram and buffer ICs and etc. that were cmos and would be 74cxxx, instead of ttl is 74lsxxx eg.
You should be able to try a software upgrade/reload. Get software from LG dot com along with instructions, and put usb stick into TV and plug TV in.
Regards if you're still looking,
Steve L.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Well I have an EEPROM reader and I have successfully read an EEPROM from another TV then I tried every chip on the LG 50ln5600 and I had no luck so I am going to assume it does not have an EEPROM. If anyone knows where I can find information on this I would like a link so I can learn how to reprogram these non-EEPROM boards. Untill then I have to file this problem for another day. Thank you so much everyone.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Good job, these TV's with LED backlights sure are not reliable.Leave a comment:
-
-
-
Re: Backlight issue LG 50ln5600
IC100 is my guess (The rest look like they are DC-DC converters with those inductors nearby)
I suppose if there really is no external EEPROM, they might program the code directly into the main processor IC with an internal EEPROM over JTAG or something.Leave a comment:
-
Re: Backlight issue LG 50ln5600
I do not know how to start a new thread, seems to be impossible.Leave a comment:
-
Re: Backlight issue LG 50ln5600
I need help, I have a LG 50LN5600 and I am trying to locate the EEPROM on the main board. When I got this TV it would freeze on the LOGO, tried to find an EEPROM for it but I could not so I bought a used Main board and now the TV works, but I want to attempt to fix the old board by coping the firmware from the good board to the old board but which IC is the EEPROM?
I tried search the numbers on the ICs but I have not had any luck, it is like this board does not have an EEPROM.Leave a comment:
-
Re: Backlight issue LG 50ln5600
I need help, I have a LG 50LN5600 and I am trying to locate the EEPROM on the main board. When I got this TV it would freeze on the LOGO, tried to find an EEPROM for it but I could not so I bought a used Main board and now the TV works, but I want to attempt to fix the old board by coping the firmware from the good board to the old board but which IC is the EEPROM?
I tried search the numbers on the ICs but I have not had any luck, it is like this board does not have an EEPROM.Leave a comment:
-
Re: Backlight issue LG 50ln5600
I would like to join the end of this thread and thank you for your progress to this point !
Similar situation here with 47LN5400...I just opened my third one in two weeks. Currently,one is running normal ( had loose mounting screws on main board ). LED voltage is 104.0v at P801 +...... Unplugged, +170v ( open = no current ). If you read 78v, it must mean shorted LED strip...more on this later.Leave a comment:
-
Re: Backlight issue LG 50ln5600
Ok some progress, good luck with itLeave a comment:
Related Topics
Collapse
-
by edugimenoHi There!
I'm trying to help my friend who owns a restaurant be just bought.
He has a very long LED strip running along all the walls and columns. The strip is attached facing down 2in above the floor, using a wall panel that ends in a metal rail that finishes the panel underneath
It's stuck using, I guess, the 2 sided tape that comes with the strip
The issue is that like 1/2 of the full length, including 1/2 one wall, another entire wall, and one column, flickers after 4 or 5 minutes ON. Particularly it flashes staying OFF most of the time and flashing ON for 1 tenth... -
I have a TCL 43S435 with no backlights. I contacted ShopJimmy and they said power supply. I got replacement power supply, but still doesnt work. I have confirmed that there is an image with flashlight test. I have also verified that the led strips work when I probe them with LED tester. Any ideas would be helpful. I am also geting a double blink on the status led when trying to turn it on......Nothing on the power supply looks suspect, and caps look ok. Where should I start to test......Thanks!...4 Photos
-
Vizio e601i-A3 - Has Sound and Display, But No Backlight - Bad Power Supply Board or Bad LED Bulbs ?by Tynan DillI was given this TV from my great uncle. He said it just wouldn't turn on one day out of nowhere, replaced the TV, and gave it to me to possibly fix and use for myself.
Upon bringing it home and plugging it up, it showed a standby light.
I powered it on and without a flashlight, the display showed the "V" but the lighting is very dim, but visible.
The screen seems to blackout and stay black, but with a flashlight I can see the display.
With my Playstation 4 connected via HDMI, and running a game I can hear sound.
Assuming...7 Photos -
by rouninHi everyone,
I'm working on a MacBook Air 2020 (A2337, board 820-02016) and running into a strange USB-C issue. I've gone through quite a bit of testing and part replacement, but I'm stuck — hoping someone here can shed some light.
🛠 Original Issue
The machine initially wouldn't negotiate 20V over USB-C — stuck at 5V.
Diagnosis showed PP1V5_UPC0_LDO_CORE shorted to ground.
I replaced U3100 (UF400) using a donor board (A2179), and the machine powers on fine now.
⚠️ New Problem: One USB-C Port Only Works in One Orientation... -
by x_orange90_xI am writing this because I came looking for the same information but couldn't find anything. There are certain model tvs that will have 2 or more different backlight strip configurations and there is often no way to tell exactly what you have without disassembling the panel. Twice now I have run into this issue and ended up ordering the wrong sets BOTH times. The previous TV I reordered the correct ones and went on my way. The second one I had no patience for returns or reorders, let alone peeling the brand new strips back out and risk damaging them.
The number of LEDs per pair is...03-12-2024, 08:32 AM - Loading...
- No more items.
Leave a comment: