ALT Linux hardware support
 help / color / mirror / Atom feed
From: "Алексей Шенцев" <ashen@nsrz.ru>
To: hardware@lists.altlinux.org, hihin@rambler.ru
Subject: Re: [Hardware] Ноут Compaq Armada M700 и пароль на биос
Date: Mon, 1 Oct 2007 11:19:22 +0400
Message-ID: <200710011119.22230.ashen@nsrz.ru> (raw)
In-Reply-To: <200710010952.42970@ruslandh>

В сообщении от Monday 01 October 2007 09:52:42 Хихин Руслан написал(а):
> Здравствуйте Alexey Sidorov
>
>   В сообщении от Понедельник 01 октября 2007 Alexey Sidorov написал(a):
>  > Здравствуйте
>  > Может кто сталкивался, какой может быть стандартный пароль на биос
>  > на данном ноуте.
>  > Ну или как его сбросить?
>
> Поищите в google что-то типа debug bios.
> На самом деле в dos можно через отладчик записать какую-нибудь ерунду в
> bios и он автоматом сбрасывается в ноль (несовпадение конторольной
> суммы).

Ага и легко угробить биос ... ;) Знаем, проходили такое ... :-S
А так, биос можно сбросить простенькой программкой хоть на турбо-паскале, 
главное запустить ей на компе:

var i: byte;
begin
	for i:=0 to 63 do
		begin
			port[$70]:=i;
			port[$71]:=0
		end
end.

Т.е. в порт памяти 70h пишем № ячейки памяти CMOS, а в порт 71h его значение. 
В большинстве случаев сбрасывается как пароли на биос, так и его ряд 
установок. С паролями на биос срабатывает не всегда. Бывает что и не 
прокатывает.
-- 
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845

      reply	other threads:[~2007-10-01  7:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-01  4:22 Alexey Sidorov
2007-10-01  5:52 ` Хихин Руслан
2007-10-01  7:19   ` Алексей Шенцев [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200710011119.22230.ashen@nsrz.ru \
    --to=ashen@nsrz.ru \
    --cc=hardware@lists.altlinux.org \
    --cc=hihin@rambler.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git