hi can somebody please advise me what a dallas chip is. i heard this term earlier as its something to do with the cmos on a laptop but what exactly is it and is it easy to reset a forgotten cmos password on a laptop with this installed on it.

please can anyone shed a little light

thanks

Dani AI

Generated

Good question, . Building on ’s summary: when people say “Dallas chip,” they usually mean an all‑in‑one RTC module (commonly the DS12887/12887A family) that contains the clock, a tiny amount of CMOS/NVRAM for firmware settings, and a sealed battery in a single 24‑pin package. It is essentially a self‑powered timekeeper plus configuration storage. See the DS12887A datasheet for what lives inside that module. .

About resetting a forgotten laptop “CMOS/BIOS” password: on most modern laptops the password is not stored in that RTC module, and pulling the coin‑cell or replacing a Dallas‑style RTC will not clear it. Vendors deliberately keep supervisor/administrator passwords in nonvolatile storage (SPI flash or embedded controller) so a CMOS reset does not bypass security. For example, Lenovo’s official guidance states that a forgotten supervisor password has no service reset and requires system board replacement. Lenovo: What to do if you forget your supervisor password. HP says the same for its business PCs: a lost BIOS password cannot be reset by HP; mainboard replacement is required. .

Quick checklist to save time:

  • Identify the password type: power‑on vs. setup/supervisor vs. drive password. Only some consumer systems clear a basic power‑on password with a CMOS reset; supervisor and drive passwords typically do not. Lenovo password types.
  • If date/time keeps resetting, the RTC battery/module is failing; replacing it fixes time/settings but won’t remove security passwords. .
  • If the device is yours and the supervisor/admin password is forgotten, contact the manufacturer with proof of ownership for their official process. Expect board replacement (and fees) on many business‑class models. Lenovo, .

The Dallas Basics and the Basic Failures

The Dallas Chip is the real-time clock (RTC) — system time and date — as well as storage for console-level settings.

There's arguably a basic Alpha system design fault — or at least a “it could have been done better” case — in the Alpha system console itself, as the console code zero should have been reserved for an uninitialized or bad battery status or or such, and not used as the console code for ARC/AlphaBIOS. This is one of the usual hallmarks of a failed Dallas chip; your SRM console reverts from SRM to AlphaBIOS, or the system time or the console environment variables are lost.

As it stands now and into the future, when the Alpha BB_WATCH battery fails, the box inexplicably reverts to ARC/AlphaBIOS console, in addition to the other settings losses that ensue.

Lesson for those designing embedded systems, remember to take power loss or Dallas component or battery replacement or failure into account as part of your design. Here, you'd want to have the system flag the likely error. Not revert.
The Dallas Chip

This chip is manufactured by Dallas Semiconductor (now a division of Maxim Integrated Products), and is the typical BB_WATCH clock chip used on later-vintage VAX systems, on many of the Alpha systems, and various other computers including IBM PS/2 and IBM AT computers. The chip provides a lithium battery, a quartz crystal time source, 114 bytes of battery-backed storage, and a mechanism for providing system interrupts for functions such as the interval timer.

Older VAX systems used a NiCd battery pack, or various other mechanisms, to store the system time.

The lithium battery used to power the Dallas chip tends to last five to ten years. The battery is not a rechargeable battery. When the battery fails, the chip — a 24-pin DIP package — must be removed from its mounting socket and replaced. (HoffmanLabs recommends proper electro-static precautions; if you are not experienced working inside a system enclosure, don't. Static-sensitive devices and dangerous voltages can be present within the system enclosure.)

The Dallas part number is DS12887, and sometimes DS1287, DS1287A, or potentially other variants; check your specific box for details. The HP (Compaq, DIGITAL) part for this DS12887 component is/was the 21-39125-01, usually listed as “Battery, Real Time Clock”; replacement Dallas chips are available from various sources including HP Services. Prices for this component are typically around US$20.

This info came from here -

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.