Forum RSS Feed Follow @ Twitter Follow On Facebook

Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[-]
Welcome
You have to register before you can post on our site.

Username:


Password:





[-]
Latest Threads
Acer Veriton X2640G Xeon support
Last Post: stanislav.rum
Yesterday 09:28 AM
» Replies: 4
» Views: 322
Samsung N140 JA05IT AHCI
Last Post: Ranmamez
08-12-2025 05:22 PM
» Replies: 0
» Views: 216
MSI MS-9661 bios unlock/mod request
Last Post: Hunter2
08-12-2025 08:07 AM
» Replies: 3
» Views: 3377
Dell XPS m1730 - Unlock Power Supply che...
Last Post: Iljalein
08-11-2025 03:14 PM
» Replies: 7
» Views: 13157
[REQUEST] Samsung RV520 BIOS Unlock
Last Post: Dudu2002
08-08-2025 07:51 PM
» Replies: 8
» Views: 4623
[REQUEST] Asus G733PZ BIOS Unlock
Last Post: xfinity
08-07-2025 11:22 AM
» Replies: 0
» Views: 534
[REQUEST] HP Envy 15-k203nl bios mod
Last Post: Maxinator500
08-05-2025 07:20 AM
» Replies: 3
» Views: 1482
[Request] Lenovo v520s sff unit bios sup...
Last Post: DeathBringer
08-04-2025 01:14 AM
» Replies: 13
» Views: 2130
[REQUEST] Acer Nitro 5 AN515-54 BIOS Unl...
Last Post: Dudu2002
07-31-2025 02:57 PM
» Replies: 133
» Views: 71778
[REQUEST] HP Stream 13 (13-c100nm) White...
Last Post: krusic22
07-29-2025 06:42 PM
» Replies: 0
» Views: 1030
Acer Aspire 7741G BIOS
Last Post: lucky42
07-28-2025 08:53 AM
» Replies: 1
» Views: 1600
[REQUEST] [AMIBIOS8] MSI MS-1731 unlock
Last Post: wololo
07-27-2025 02:07 PM
» Replies: 0
» Views: 1434
REQUEST - Unlock bios for Toshiba Satell...
Last Post: SaadC50
07-27-2025 10:14 AM
» Replies: 0
» Views: 1218
[REQUEST] Lenovo G500(S) (7BCNxxWW) Whit...
Last Post: Tchistiakov
07-27-2025 08:52 AM
» Replies: 566
» Views: 309688
[REQUEST] HP Pavilion dv7-6153er - F.1B ...
Last Post: swmint
07-26-2025 08:31 AM
» Replies: 2
» Views: 5780
[REQUEST] Lenovo G580 (62CNxxWW) Whiteli...
Last Post: Rt1213
07-26-2025 06:03 AM
» Replies: 817
» Views: 403278
Soltek SL-65KIV2
Last Post: DeathBringer
07-26-2025 05:44 AM
» Replies: 20
» Views: 2287
[REQUEST] Lenovo IdeaPad 3 15ALC6 (GLCNx...
Last Post: KADCORP
07-26-2025 12:30 AM
» Replies: 11
» Views: 7459
[REQUEST] GIGABYTE G6 MF (2024) Bios Unl...
Last Post: cwaras
07-25-2025 06:14 PM
» Replies: 2
» Views: 1934
[REQUEST] Lenovo Thinkpad E130 (H4ETxxWW...
Last Post: Dudu2002
07-25-2025 01:55 PM
» Replies: 495
» Views: 195142

Dell Vostro 3450 Advanced Options unlocking in progress
hmmm.. I may have indeed scre_wed that up lol Big Grin sorry, I admit I've rushed a bit ...
@HairyCube you can patch the VBIOS into A13 yourself and share it, it is uploaded in the archive along with 2 BIOS versions.

Edit: can't be 2098! Don't trust AIDA, look for the actual version from Intel's GFX Control panel, AIDA reads wrong number (and actually these numbers are there because settings were carried over from 2098, hence you see this string). The version is read from before the string - it says 2158.
find
quote
No problem TW! But the VBIOS file included in the archive is also 2098...
EDIT: Well, if you look at the file, you can find a string saying "Intel®Sandybridge Mobile PCI Accelerated SVGA BIOS Build Number: 2098 PC 14.34 12/10/2010" so I don't think it's AIDA's problem...
find
quote
When you port over settings this string gets preserved...
Code:
PAGE Message Options
STRING $Signon Intel(R)Sandybridge Mobile PCI Accelerated SVGA BIOS\r\nBuild Number: 2098 PC 14.34  12/10/2010  03:33:28\r\nDECOMPILATION OR DISASSEMBLY PROHIBITED\r\n
$Msg_Enable 00
$Cls_After_Signon 00
The actual versioning number comes BEFORE this string.
Quote:2158Intel®Sandybridge Mobile PCI Accelerated SVGA BIOS
Build Number: 2098 PC 14.34 12/10/2010 03:33:28
DECOMPILATION OR DISASSEMBLY PROHIBITED
find
quote
Ah, okay. Sorry, no problem then Smile The new VBIOS seems to be working fine. Brightness controls work too. Thanks.
find
quote
In Ubuntu UEFI while running kacpimon, it successfully finds "Dell WMI hotkeys" event source to monitor.
Pressing Fn+F2 results in:
Code:
Input Layer: Type: 4 Code: 4 Value: 57352 (which is 0xE008 message)
netlink event PNP0C14: 00 000000d0 00000000 (PNP0C14 is WMI or how its called in DSDT - AMW0 device, 0xD0 is notification to it ie Notify (AMW0, 0xD0))
Input Layer: Type: 1 Code: 238 Value: 1
Input Layer: Sync
Input Layer: Type: 1 Code: 238 Value: 0
Input Layer: Sync

So it picks up whats written in DSDT, determines what has to be done and performs rftoggle event after handling the message.. I did an acpidump and acpixtract, then decompiled it via iasl - DSDT remains the same as the stock one, so theres no on the fly patching involved with it. This only means that UEFI driver and DSDT are in fact correct and can produce a working action in regards to this combination. What seems to be screwed up in Windows case are QuickSet driver ... but! Why the heck it won't work in OSX then ?

If I boot with a legacy bootloader it works absolutely fine, with UEFI bootloader it hangs the moment I hit Fn+F2. And while for Windows, especially 8, this is not a huge problem - you can toggle BT and Wi-Fi separately from Windows Charm bar on the right (or even better - mobility center), in OSX theres no way to disable BT if you have an Atheros combo module installed, like I do.
find
quote
Sorry TW, the new one works fine! Thks buudy, hope u can figure out how to handle the Fn+F2, Really want to use windows on uefi mode!
find
quote
Doesn't look promising ...
Quote:Results generated by fwts: Version V0.25.06precise1 (Tue Sep 4 12:56:28 CST 2012).

Some of this work - Copyright © 1999 - 2010, Intel Corp. All rights reserved.
Some of this work - Copyright © 2010 - 2012, Canonical.

This test run on 28/01/13 at 15:12:16 on host Linux ubuntu 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012
x86_64.

Running tests: wmi.

Extract and analyse Windows Management Instrumentation (WMI).
----------------------------------------------------------------------------------------------------------------------------
Test 1 of 2: Check Windows Management Instrumentation in DSDT
Found WMI Event, Notifier ID: 0xd0, GUID: 9DBB5994-A997-11DA-B012-B622A1EF5492, Instance 0x01
PASSED: Test 1, GUID 9DBB5994-A997-11DA-B012-B622A1EF5492 is handled by driver dell-wmi (Vendor: Dell).

heh .. yeah, this comes from Linux kernel..
#define DELL_EVENT_GUID "9DBB5994-A997-11DA-B012-B622A1EF5492"
Code:
/* This is actually for all radios. Although physically a
         * switch, the notification does not provide an indication of
         * state and so it should be reported as a key */
        {KE_KEY, 0xe008, KEY_WLAN},
http://pastebin.com/zmng4tDe
find
quote
Hi guys,

How do i flash this new version 2158 mods.rar ??

I´m currently using the old A13 mod bios, posted in this topics.

I´ve tried the winflash A13 modded wph file, but it loads the cap, but it says cannot run it because the plataform i'm flashing A10 is the same as the one i want to flash.
Do i need to force anything ??
Should i run the A13 or A04 - what its the best version for a fully UEFI for Windows 7 or 8 ... Linux Debian 6 or 7 and maybe OSX 10.8.2 setup ??

thx for help !!!

Btw, is it possible to mod this bios to unlock WIFI CARDS I hate the one that comes with notebook, would like to change it.
find
quote
So... I managed to flash a modified SSDT Smile
Since we can't recompile it properly, I made a hex comparison between A04 and A11 SSDTs and found the place where it sets SFUN to 0x03 (A04) and 1 (A11). In the A04 SSDT, I changed it to 0x02 just to see what would happen.
After changing the value, I had to run acpibin.exe to fix the checksum of the modified aml file.
After this, flashing worked fine and I was able to boot Windows.
It seems that setting SFUN to 0x02 disables application-based switchable graphics mode and leaves the fixed mode intact. As you can see in the screenshot, the "Switchable Graphics Method" tab is now gone.
[Image: r8Wha4V.png]
Setting it to 0 kills switchable graphics functionality altogether but the AMD card becomes unusable.
I'm going to try a few more values and report back.
Quote:I´ve tried the winflash A13 modded wph file, but it loads the cap, but it says cannot run it because the plataform i'm flashing A10 is the same as the one i want to flash.
Do i need to force anything ??
You can force flashing of the same version by running winflash.exe /BIOS /EC /SA /SV /BBL "BIOS1.WPH"
Full UEFI support for Windows on this laptop is messed up, I wouldn't recommend using it at all. For Mac OS X, TW recommends A04.
find
quote
Good to know. Please keep us posted. Ironically, I have reverted to a stock, non-modified A13 BIOS for now .. it's just this BIOS is a complete mess anyway. I'm desperate to find what they call "Queen changes for EC" which were introduced as of A10 in XPS15 to reduce fan noise. I have repasted my CPU with Arctic ceramique, replaced hidden hdd with ssd but fan still behaves like shayte.
find
quote


Forum Jump:


Users browsing this thread: 11 Guest(s)