内容简介:My old but good Dell Latitude E6410 notebook stopped charging and working with the original Dell AC power adapter some months ago. It was working only sporadic but in most of the cases the blue led of the AC power adapter went off after plugging it in. I t
My old but good Dell Latitude E6410 notebook stopped charging and working with the original Dell AC power adapter some months ago. It was working only sporadic but in most of the cases the blue led of the AC power adapter went off after plugging it in. I tried an other Dell power adapter but with the same results so I thought it was a hardware fault on the notebook side.
Nethertheless Krischan had an idea and tried an 20V power adapter from an other manufacturer. Turns out this one worked powering the notebook but charging was still disabled. An error message popped up in the BIOS “ AC Power adapter could not be determined “.
We did some research and found an interesting article mentioning an additional data pin (inner pin of plug) of the power adapter which is used by the notebook to “communicate” and validate the power adapter via 1-wire-protocol.
So the next idea was quite unusual but a step into the right direction. We used the power wires (PWR/GND) from the non-HP power adapter and wired the data pin + GND of the plug to the original HP power adapter.
We tricked the notebook into “thinking” it was still connected to the faulty 19V power adapter via the data wire and used the ac power from a secondary working power supply.
In the next step, we cracked the case of the HP adapter and desoldered the transistor style chip mentioned in the article above. It is connected to the data wire and marked with “DALLAS – 250X”.
-
Cracking the power adapter case -
Three wires, blue is the data wire -
The DALLAS chip in question near the blue wire
The next idea was to put this chip directly into the notebook. We traced the data pin from the jack back to the connector on the motherboad. We cut the data line and soldered the DALLAS (MAXIM one wire) chip together with a resistor and diode to the board connector. The diode and the resistor are probably optional and belong to the protection circuit.
-
Power connector on the motherboard with DALLAS chip -
Simplified circuit diagram
Surprisingly this hack is really working! We can now use any power adapter and the notebook is running and charging well. The BIOS still receives the correct information from the DALLAS chip, which is now soldered into the notebook.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构 Python语言描述
[美] Kenneth A. Lambert 兰伯特 / 李军 / 人民邮电出版社 / 2017-12-1 / CNY 69.00
在计算机科学中,数据结构是一门进阶性课程,概念抽象,难度较大。Python语言的语法简单,交互性强。用Python来讲解数据结构等主题,比C语言等实现起来更为容易,更为清晰。 《数据结构 Python语言描述》第1章简单介绍了Python语言的基础知识和特性。第2章到第4章对抽象数据类型、数据结构、复杂度分析、数组和线性链表结构进行了详细介绍,第5章和第6章重点介绍了面向对象设计的相关知识、......一起来看看 《数据结构 Python语言描述》 这本书的介绍吧!