• Asus D1503I nie uruchamia się po zwarciu.

Regole del forum:Clicca per leggere le regole del forum

  1. Il titolo dell'argomento deve contenere: marca e modello completo del dispositivo e la breve descrizione del problema.
  2. Il messaggio di argomento dovrebbe contenere: un identificatore PCB (in caso di riparazioni hardware), descrizione estesa del problema, cosa è stato controllato/sostituito/misurato, eventuali conclusioni e la domanda. Se non riesci a individuare un identificatore PCB, leggi QUESTO ARGOMENTO. Se non riesci ancora a individuare un identificatore PCB, invia foto chiare di entrambi i lati della scheda madre; è necessario rimuovere qualsiasi pellicola o altri elementi che potrebbero coprire questo identificatore.
  3. Prima di pubblicare un nuovo argomento, leggere tutti gli argomenti nel subforum CORSI e fare una diagnosi preliminare basata sul contenuto di questi corsi.
  4. È VIETATO caricare diagrami completi, file BIOS / firmware o qualsiasi altro tipo di documentazione (o collegarsi a siti Web con tali file). Puoi caricare solo una piccola parte della documentazione o collegarti al file del BIOS nel subforum BIOS FILE NON VERIFICATI. Non è consentito caricare più di una pagina completa di istruzioni/diagrami per singolo argomento. Il file che carichi non deve contenere filigrane, contrassegni "Riservati", link o indirizzi email e non può essere protetto da password.
  5. È consentito descrivere un solo dispositivo difettoso per singolo argomento - dovresti sempre aprire un nuovo argomento per ogni dispositivo successivo.
  6. La richiesta degli diagrami completi, dei file BoardView, dei file BIOS o di qualsiasi altro tipo di documentazione NON È CONSENTITA in questo subforum. Se hai bisogno di chiedere uno di questi, dovresti aprire un nuovo argomento nel subforum DOCUMENTAZIONE E RICHIESTA BIOS/EFI.

#1 Asus D1503I nie uruchamia się po zwarciu.


da malycinek 15 ottobre 2025, 19:00
Cześć, mam problem z laptopem Asus D1503I oznaczenie płyty to M1403QA R2.0. Laptop po obszernym zwarciu, najpewniej blaszka od baterii zrobiła zwarcie i ubiło wszystkie przetwornice, układy realtek oraz kbc. Wymieniłem przetwornice, oraz kbc. Zaprogramowałem kbc wsadem z biosu jednak nie reaguje na włącznik. Rezystancje oraz napięcia poniżej:

PL8601 145Ω 1,2V
PL8401 2kΩ 1,8V
PL8701 1,7kΩ 5V
PL8602 5,4kΩ 3,3V
PL8901 200kΩ BAT
PL8302 25Ω 0,75V
PL8104 2,7Ω CORE
PL8105 5,5Ω SOC

Podejrzałem jak wygląda startup w innej płycie (Asus X421) z takim samym kbc IT5125E-128CXA, ponieważ nie mam schematu.

Immagine
Immagine

A więc występuje sygnał +3VA_EC, następnie EC_RST#, oba przez około sekundę po starcie. Następnie znika sygnał PS_ON (powinien być podtrzymany z kbc?). Sygnał PS_ON powraca po wciśnięciu włącznika a następnie po sekundzie znika, a w związku z tym znikają również sygnały 3VA_EC oraz EC_RST#. Czy ktoś może podpowiedzieć jak powinna wyglądać sytuacja z sygnałem PS_ON albo co innego może być tu problemem. Pobór prądu to około 3mA po podłączeniu zasilania i 0 po tej sekundzie gdy znika sygnał PS_ON. Pozdrawiam!

Re: Asus D1503I nie uruchamia się po zwarciu.


da Google Adsense [BOT] 15 ottobre 2025, 19:00

#2 Re: Asus D1503I nie uruchamia się po zwarciu.


da matic 16 ottobre 2025, 08:40
malycinek ha scritto:Laptop po obszernym zwarciu, najpewniej blaszka od baterii zrobiła zwarcie i ubiło wszystkie przetwornice, układy realtek oraz kbc.
Hello!
In the cases of such an extensive damage, it very often turns out that the APU processor is also damaged.

#3 Re: Asus D1503I nie uruchamia się po zwarciu.


da malycinek 16 ottobre 2025, 22:04
Jak mogę się upewnić?

#4 Re: Asus D1503I nie uruchamia się po zwarciu.


da obsfeil 17 ottobre 2025, 05:47
Hi!
On IT5125E-128CXA platforms, PS_ON# (active low) from EC should stay asserted after you press PWRBTN# if the EC sees a valid power-up path. If it releases after ~1 s, EC is usually aborting due to a missing “power good”/handshake. Since you briefly get +3VA_EC and EC_RST#, EC firmware runs, then times out.

What I’d check in order:

Always rails stable: +3V_AUX / +5V_AUX must be solid with PG (power-good) to EC. If either PG is missing or noisy, EC will drop PS_ON#.

ACOK/ACIN/ADP_PRES: Charger’s ACOK must be high into EC. A bad adapter-present chain makes EC shut down.

RTC/Clock: 32.768 kHz to EC (and 24 MHz if used). No clock → no run.

LID_SW# and KBD_PWRBTN#: Stuck lid-closed or bad power-button line = instant abort. Scope PWRBTN# into EC.

RSMRST#/SUS signals: After PS_ON#, you should see RSMRST# release, then SUS_PWROK/ALL_SYS_PWRGD. If they don’t appear, EC will deassert PS_ON#.

3V/5V PG to SoC: Buck controllers’ PGOOD must reach the EC/SoC. Verify at the EC pin.

EC firmware vs MAIN BIOS: Programming only “BIOS update” may not rewrite the EC (KBC) image. Make sure the IT5125E has the correct EC firmware region for this exact board (M1403QA R2.0).

SPI BIOS readability: EC usually handshakes with the main SPI; corrupt SPI (or wrong ME/PSP region on AMD) can also cause early abort.

APU short/suspect: With your rails present (1.2V, 1.8V, 5V, 3.3V, 0.75V etc.), if ALL_SYS_PWRGD never comes and currents are ~3 mA→0 mA, APU can be bad—but I’d only conclude that after items 1–8 are clean.

Quick test: hold power, scope PS_ON#, 3V/5V_PGOOD, RSMRST#, ALL_SYS_PWRGD. If PS_ON# asserts, but you never get PGOOD/RSMRST#/ALL_SYS_PWRGD, EC is behaving correctly and is aborting due to a missing good. If EC firmware is mismatched, fix that first.

Hope it helps—post the waveforms (PS_ON#, PWRBTN#, ACOK, 3V/5V_PGOOD, RSMRST#, ALL_SYS_PWRGD) and we can narrow it further.

— obsfeil

#5 Re: Asus D1503I nie uruchamia się po zwarciu.


da malycinek 19 ottobre 2025, 01:58
Dzięki śliczne, wcześniejszym powodem z którego nie przechodził dalej boot był brak sygnału wpiętej ładowarki (uruchamiałem go z zasilacza). Teraz startują wszystkie przetwornice, z tym że VDDCORE znika po 5 sekundach. Sygnał ALL_SYS_PWRGD jest w stanie wysokim. Pojawia się również sygnał CORE_PWRGD niestety znika po 5 sekundach wraz z VDDCORE. Występuje również sygnał APU_RST#, PM_PWROK, LPC_RST# oraz DDR_PWRGD natomiast występuje brak sygnału PLT_RST#. Procesor grzeje się w rogu. Czy to będzie uszkodzony procesor? Pozdrawiam!

Re: Asus D1503I nie uruchamia się po zwarciu.


da Google Adsense [BOT] 19 ottobre 2025, 01:58

Chi c’è in linea

Visitano il forum: Nessuno e 4 ospiti

_______________________________
Tutti i diritti riservati. È severamente vietata la copia non autorizzata del contenuto di questo sito Web o di qualsiasi sua parte.
Eventuali marchi, nomi di società, prodotti o servizi pubblicati su questo sito Web appartengono ai legittimi proprietari, sono protetti da copyright e utilizzati solo a scopo informativo.