My Digital Life Forums  

Go Back   My Digital Life Forums > Computing Life > Windows Vista

Reply
 
Thread Tools Display Modes
  #361  
Old 10-01-2008, 01:32 PM
lukasek2312 lukasek2312 is offline
MDL Novice
 
Join Date: Jul 2008
Posts: 42
Rep Power: 19
lukasek2312 looks for the roller blind when shutting down windows
Default

hello again
I also updated bios in HP6820s (F.0B A) and now I can not activate: /

EDIT:
i call to service, a downgrade bios is safe, i back to F.09 and works.

Last edited by lukasek2312; 10-01-2008 at 02:23 PM.
Reply With Quote
  #362  
Old 10-01-2008, 05:28 PM
flagmax flagmax is offline
MDL Member
 
Join Date: Jun 2008
Posts: 206
Rep Power: 20
flagmax looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by JohnnyBlack View Post
was able somebody help us with HP6820s and BIOS Version: F.0B A (15 Aug 2008) to Activate vista Sp1 please?
Post an ACPISCOPE ats bios report please.
Reply With Quote
  #363  
Old 10-01-2008, 08:48 PM
Yen's Avatar
Yen Yen is offline
Bios Killer / Administrator
 
Join Date: May 2007
Location: In your mind!
Posts: 4,048
Rep Power: 86
Yen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving Viagra
Default

Quote:
Originally Posted by flagmax View Post
Post an ACPISCOPE ats bios report please.
Hi flagmax.

I'm assuming at the new bios there isn't a SLIC anymore, so WoW doesn't work.

I thought about to make a universal patch to introduce a fresh SLIC.

First I've seen that right behind the XSDT there are mostly 8 bytes free to insert a new call (to SLIC). This should be verified. I'll check it again....

Secondly, even more important:

Some acpi tables are called from RSDT AND from XSDT!
The RSDT and the XSDT point to MCFG, for example. (Both tables have got THE SAME entry to MCFG, except the address length). Additionally our first mods were made to replace this table.

So the idea:
Since there are two calls to MCFG (from RSDT AND XSDT) what about to replace the call to MCFG at XSDT to the new written SLIC at a free place?
The MCFG will be remained since it's called from RSDT as well. The fresh introduced SLIC will be called from XSDT (only) so activation should work.

Result: MCFG will not get lost, SLIC will be there to activate....

So the new code should check for RSDP revision 2, find XSDT, after that locate call from XSDT to MCFG. Find a free place for SLIC, write SLIC, replace call to MCFG with call to SLIC at XSDT. Finally patch OEM and OEM table ID's to be the same of SLIC.

What do you think? IMO it sounds promising

Edit:
To make it even more universal your new code can find a 'double called' acpi table by itself (called from RSDT and XSDT, just find a equal address entry). So the only premise must be RSDP revision 2. AFAIK all newer bioses have got the revision 2, at least Notebook bioses.
__________________
You really know about your question after you've got the reply for it.
-I do not drink smoke. Only when I'm drunk I smoke with friends till I feel nasiank. ~credits to member cat~


A shoe too large trips one up. Walking shoeless hurts anyway.

Yen.

Last edited by Yen; 10-01-2008 at 09:44 PM.
Reply With Quote
  #364  
Old 10-01-2008, 10:52 PM
botosu botosu is offline
MDL Novice
 
Join Date: Oct 2008
Posts: 4
Rep Power: 16
botosu looks for the roller blind when shutting down windows
Default

hello all,

I try to activate an hp oem vista ultimate sp1 instalation, on a hp550, using this metod:
http://forums.mydigitallife.info/sho...&postcount=199

everything goes ok, but the vista is not activated ... I steel have the 30 days limit.

I attach my acpi file. I do not know anything about BIOS and how to mod a BIOS, I do not even know what kind of BIOS I have.

Could you be so kind to help me ?
Thank you.
Attached Files
File Type: rar hp550.rar (2.2 KB, 5 views)
Reply With Quote
  #365  
Old 10-01-2008, 11:31 PM
flagmax flagmax is offline
MDL Member
 
Join Date: Jun 2008
Posts: 206
Rep Power: 20
flagmax looks for the roller blind when shutting down windows
Default

Yen: That does look very promising as long as MCFG will still be called from RSDT. One thing on my mind is where to find 176h bytes of free space. I wish my PC had XSDT table to test. Can we test this idea with RW first since we got the scripter and it won't take much time to make .rw file?
Reply With Quote
  #366  
Old 10-02-2008, 09:35 AM
botosu botosu is offline
MDL Novice
 
Join Date: Oct 2008
Posts: 4
Rep Power: 16
botosu looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by flagmax View Post
I wish my PC had XSDT table to test.
My HP550 has a XSDT, I will help you if you can give me detailed instruction, because I'm new with this stuff.
Reply With Quote
  #367  
Old 10-02-2008, 04:20 PM
Yen's Avatar
Yen Yen is offline
Bios Killer / Administrator
 
Join Date: May 2007
Location: In your mind!
Posts: 4,048
Rep Power: 86
Yen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving ViagraYen noticed that you can't convert soft- to hardware by giving Viagra
Default

Thanks for your offer to help. If you don't mind you can post your AcpiScope report file to have a look at it.
Thanks!


@flagmax
Sure, but unfortunately I don't have XSDT, too

We can ask petar for additional help, since he's got XSDT and is familiar with all the needed tools already....

To get the free space to write SLIC I suggest to scan for highest address entry of XSDT and to add let's say a fixed amount (500h) bytes secure offset. Additionally check if calculated needed space consists of FFh bytes. (If not add again 500h and recheck)-->loop. Finally write SLIC and replace its start address at XSDT (where MCFG entry was located).
Or simply add 100000h (1Mbyte) to highest address entry, no check at all.....
Practically you can write SLIC to any writeable FFh bytes physical memory you want to.
According to ACPI specification the OSPM - Operating System-directed Power Management will later at boot process notice it as used (allocated) acpi namespace......this you can't simulate perfectly using rw everything, since boot process of OS is already done and the calculated space for SLIC could be used by drivers or programs already.

The chain to find SLIC destination is: OSPM--->RSDP--->XSDT--->SLIC

The present code to patch a SLIC (wow) I would use as well. First search if SLIC is present, if yes, use the code, if no jump to new..

Flagmax, I know it's a easy speaking I'm doing here. I'm not able to program anything regarding that matter.

I don't know if my approach / ideas are going too far or aren't realisable....

I'll PM petar and ask for support.....petars original *.ats report is located somewhere at this thread.....
__________________
You really know about your question after you've got the reply for it.
-I do not drink smoke. Only when I'm drunk I smoke with friends till I feel nasiank. ~credits to member cat~


A shoe too large trips one up. Walking shoeless hurts anyway.

Yen.

Last edited by Yen; 10-02-2008 at 06:35 PM.
Reply With Quote
  #368  
Old 10-02-2008, 08:19 PM
flagmax flagmax is offline
MDL Member
 
Join Date: Jun 2008
Posts: 206
Rep Power: 20
flagmax looks for the roller blind when shutting down windows
Default

Yen: Your pseudocode is right on the money. It's how it should be done. One thing I don't understand is memory layout. My PC has 1gb of RAM. Thats 3FFFFFFFh/1073741823d bytes total. My RSDT lives at 3FFFC000. How do I know when to stop scanning for FF's? What happens when you add 1meg and it goes over 1gb, I tried HWDirect to read at 40000000h and my PC rebooted.
Reply With Quote
  #369  
Old 10-02-2008, 09:15 PM
botosu botosu is offline
MDL Novice
 
Join Date: Oct 2008
Posts: 4
Rep Power: 16
botosu looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by Yen View Post
Thanks for your offer to help. If you don't mind you can post your AcpiScope report file to have a look at it.
Thanks!
The one attached to this post http://forums.mydigitallife.info/sho...&postcount=364 it is not good?
Reply With Quote
  #370  
Old 10-02-2008, 10:00 PM
petar's Avatar
petar petar is offline
MDL Expert
 
Join Date: Apr 2008
Location: Macedonia
Posts: 1,185
Rep Power: 28
petar looks for the roller blind when shutting down windows
Thumbs up

Hallo Yen, I've seen your PM and I will be glad to help...

Here are my ats report's...
http://rapidshare.com/files/136241002/petar.rar
http://rapidshare.com/files/136366773/petar.rar
http://rapidshare.com/files/136504334/petar.rar
http://rapidshare.com/files/136505696/asus.rar

There should be a report from the modded, unmodded bios, as well as while using the WoW patch (asus.rar).
I'm not shure at the moment which is which, I just linked them again from rapidshare, so I dont have to flash back at the unmodded bios wright away.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need someone with an AMI biosmod for a test, it will not do any additional harm. Yen Windows Vista 17 09-27-2008 07:28 PM
Gigabyte P35-DS4 sleep deactivation softmod sarabi Windows Vista 2 05-26-2008 12:34 AM
Vista Updates -- SOLUTION! hansh Windows Vista 0 01-28-2008 12:02 PM
Dual boot and softmod mikemead Windows Vista 2 01-09-2008 01:24 AM
how to remove softmod bios emulator sabrehawk Windows Vista 1 07-20-2007 07:26 AM


All times are GMT +1. The time now is 11:05 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.