Click here to Skip to main content
15,894,825 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: gprs modem Pin
Erudite_Eric16-May-13 0:27
Erudite_Eric16-May-13 0:27 
AnswerRe: gprs modem Pin
Erudite_Eric23-May-13 1:17
Erudite_Eric23-May-13 1:17 
GeneralRe: gprs modem Pin
Erudite_Eric7-Jul-13 23:39
Erudite_Eric7-Jul-13 23:39 
QuestionReplicating the CMOS contents from one PC to many others Pin
edinando4-May-13 10:33
edinando4-May-13 10:33 
AnswerRe: Replicating the CMOS contents from one PC to many others Pin
Jonathan Davies5-May-13 0:44
Jonathan Davies5-May-13 0:44 
AnswerRe: Replicating the CMOS contents from one PC to many others Pin
Dave Kreskowiak5-May-13 4:54
mveDave Kreskowiak5-May-13 4:54 
AnswerRe: Replicating the CMOS contents from one PC to many others Pin
dusty_dex6-May-13 8:55
dusty_dex6-May-13 8:55 
NewsRe: Replicating the CMOS contents from one PC to many others Pin
edinando6-May-13 15:51
edinando6-May-13 15:51 
CSS
Hello friends,

First, thanks for the posts. I'm feeling at obligation to inform you some progress I did today.

I discovered some part of mistery. After many tries to save/restore passwords in CMOS, maybe some tool I had used for tests, did make a mess into CMOS as I posted before.

This is showed in dump where there are many bytes zeroed. I did make a hard reset on CMOS's battery and the program sent by motherboard maker, finally started to work correctly. Now I can do a copy of a configured CMOS and duplicate it on another PC or for himself, successfully. The motherboard we have, are OEM Gygabyte with security chip that encrypts the CMOS, if this feature was enabled on BIOS (default). I would also say that the manufacturer's program worked even on my home computer with a Gigabyte P35 Board with success, then I assume that it works for almost all Gigabyte boards.

A new correct dump of CMOS banks now seems like this:

SYSTEM: 'password'
USER  : 'password'

CMOS Bank 0:
    00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    -----------------------------------------------
 0: 21 20 26 00 11 bd 07 06 05 13 26 02 50 80 00 00
 1: 40 8b f0 00 03 80 02 c0 ff 2f 2f 40 00 00 00 00
 2: 00 00 00 00 00 00 ff ff 10 00 00 fe ff ff 09 a7
 3: c0 ff 20 00 bc db 8e 5c c1 0e b8 0f cb d1 da cf
 4: 0f 53 00 95 00 00 00 02 10 01 21 00 01 00 00 00
 5: 00 00 00 0d 0a 00 00 00 00 00 c8 24 00 00 00 00
 6: 00 00 00 03 00 20 13 2f 00 00 00 00 00 ff ff 00
 7: 2f 00 00 00 00 00 00 00 00 fc 00 00 cc 05 92 0f

CMOS Bank 1:
    00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
    -----------------------------------------------
 0: ff df ff df c0 ff ff ff ff ff ff 8f 00 c0 09 09
 1: 70 b0 dc 6e 77 7b c9 c8 70 b0 dc 6e 77 7b c9 c8
 2: 00 00 00 00 00 00 00 00 7a c0 ca de b2 e6 c8 01
 3: 10 86 80 05 00 24 00 00 00 00 00 d0 ff 13 10 0d
 4: 85 4a 32 a5 39 33 02 01 02 33 33 55 56 00 00 00
 5: 00 10 00 cf 8f 9f 8f 8f 4f 5e 43 9f ce c7 43 cb
 6: 4f 17 f0 f4 db 8d c5 8f cc cf df 4b cd d1 cb f7
 7: cf cb ef c7 c8 cf 5d 43 0a d4 8f 8f df ce cf dd

The offset for passwords (on this PC) is located at bank 1,
offset 0x10 up to 0x1f:

70 b0 dc 6e 77 7b c9 c8  70 b0 dc 6e 77 7b c9 c8
 p  a  s  s  w  o  r  d   p  a  s  s  w  o  r  d


The letter ' a ' inside the CMOS is encrypted as 0xB0, but on another occasion, for example, if we change the password for ' senha ' (password in Portuguese Brazil), the letter ' a ' may vary for other value, as I realized today.

I know that the first 16 bytes are for the RTC and the program should not duplicate them. So, there are only 112 bytes to find out if all of these are written sequentially by the program, or at worst, the program computes and writes a CRC before rewrite the CMOS.

This will be the next challenge and the last will be how to do this within Windows and not through the DOS.

Well, the people say that when we got 50, we turn children again. In my case, specifically, this is not true: I just went back to brush the bits !!

But it is the best thing to keep the mind always "insane", don't you think?

GeneralRe: Replicating the CMOS contents from one PC to many others Pin
Dave Kreskowiak6-May-13 17:18
mveDave Kreskowiak6-May-13 17:18 
QuestionLPT buffer? Pin
oldhat3-May-13 3:53
oldhat3-May-13 3:53 
AnswerRe: LPT buffer? Pin
Jonathan Davies5-May-13 0:19
Jonathan Davies5-May-13 0:19 
QuestionHow to check System Cache?? Pin
VICK18-Apr-13 19:53
professional VICK18-Apr-13 19:53 
AnswerRe: How to check System Cache?? Pin
dusty_dex18-Apr-13 21:55
dusty_dex18-Apr-13 21:55 
GeneralRe: How to check System Cache?? Pin
Richard MacCutchan18-Apr-13 23:01
mveRichard MacCutchan18-Apr-13 23:01 
GeneralRe: How to check System Cache?? Pin
dusty_dex18-Apr-13 23:18
dusty_dex18-Apr-13 23:18 
GeneralRe: How to check System Cache?? Pin
Richard MacCutchan18-Apr-13 23:43
mveRichard MacCutchan18-Apr-13 23:43 
GeneralRe: How to check System Cache?? Pin
VICK21-Apr-13 18:45
professional VICK21-Apr-13 18:45 
GeneralRe: How to check System Cache?? Pin
dusty_dex21-Apr-13 22:03
dusty_dex21-Apr-13 22:03 
GeneralRe: How to check System Cache?? Pin
VICK22-Apr-13 0:51
professional VICK22-Apr-13 0:51 
GeneralRe: How to check System Cache?? Pin
dusty_dex22-Apr-13 3:05
dusty_dex22-Apr-13 3:05 
AnswerRe: How to check System Cache?? Pin
Randor 22-Apr-13 22:18
professional Randor 22-Apr-13 22:18 
QuestionUSB Fee, Thousands Pin
C-P-User-318-Apr-13 5:20
C-P-User-318-Apr-13 5:20 
AnswerRe: USB Fee, Thousands Pin
Joe Woodbury18-Apr-13 6:39
professionalJoe Woodbury18-Apr-13 6:39 
GeneralRe: USB Fee, Thousands Pin
C-P-User-318-Apr-13 7:31
C-P-User-318-Apr-13 7:31 
GeneralRe: USB Fee, Thousands Pin
LloydA1119-May-13 7:32
LloydA1119-May-13 7:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.