Contribute
Register

DSDT Editor errors 6719, 3884 and 715

Status
Not open for further replies.
Joined
Feb 8, 2014
Messages
3
Motherboard
Asus LGA775 680i Sli
CPU
Intel Core 2 Duo E6600
Graphics
XFX Nvidia GeForce 8800 GTS 320MB
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I try to create a DSDT file. But how to fix these 3 errors?

6719 - Warning: ResourceTag larger than Field (Tag: 32 bits, Field: 16 bits)

3884 - Error: _HID string must be exactly 7 or 8 characters (NVRAIDBUS)

715 - Error: Length is larger than Min/Max window


Thank you in anticipation!

Mackerick.
 
I try to create a DSDT file. But how to fix these 3 errors?

6719 - Warning: ResourceTag larger than Field (Tag: 32 bits, Field: 16 bits)

3884 - Error: _HID string must be exactly 7 or 8 characters (NVRAIDBUS)

715 - Error: Length is larger than Min/Max window


Thank you in anticipation!

Mackerick.

First of all, there are only two errors there -- the first is a warning.

I think the second is fairly obvious (count the characters in "NVRAIDBUS").

The third would depend on the contents of the DSDT, which you have not provided.
 
Thank you for your answer!

Error 715 was deleted by DSDT Editor clicking on "Fix errors".

Error 3884 disappeard, when I replaced "NVRAIDBUS" with "NVRAID0".

Warning 6719 disappeard, when I replaced "CreateWordField" with "CreateDWordField".


Attached please find the patch I used and the resulting patched DSDT.


My patched DSDT should work now or do I have to change something else?
 

Attachments

  • DSDT.AML
    30.3 KB · Views: 298
  • Striker Extreme.txt
    10.1 KB · Views: 331
I try to create a DSDT file. But how to fix these 3 errors?

6719 - Warning: ResourceTag larger than Field (Tag: 32 bits, Field: 16 bits)

3884 - Error: _HID string must be exactly 7 or 8 characters (NVRAIDBUS)

715 - Error: Length is larger than Min/Max window


Thank you in anticipation!

Mackerick.
3884 - Error: _HID string must be exactly 7 or 8 characters (NVRAIDBUS)

fixing this one its really easy
u need to rename
_HID to HID

715 - Error: Length is larger than Min/Max window
for this one u just need to calculate numbers.

formula: maxRange - minRange + 1 = length
 
Thank you for this information,

I changed " 0xFFF00000, // Length " to " 0xfeb00000, // Length " to fix error 715

and changed " _HID to HID " to fix error 3884.


I`m not sure, if I should use my patched DSDT with or without warning 6719:

DSDT.AML: without changing or fixing warning-6719-section.

dsdtw.aml: I changed "CreateWordField" to "CreateDWordField" and the warning disappeared.


Which one will work (better)?
 

Attachments

  • DSDT.AML
    30.3 KB · Views: 322
  • dsdtw.aml
    30.3 KB · Views: 282
Status
Not open for further replies.
Back
Top