Contribute
Register

Dell Vostro 5470

Status
Not open for further replies.
I was referring to CSM in BIOS.

Dell vostro 5470 Award BIOS has no options CSM ((

Which one?

https://github.com/RehabMan/Laptop-DSDT-Patch/blob/master/battery/battery_Dell-XPS-13.txt

You have not heard anything about the initialization fingerprint scanner?

Dell vostro 5470 has a chip from Validity Sensors, Inc.
Vendor Id: 0x138A
Chip Number: 11
Chip Description: Validity Fingerprint Reader

information in the info is visible but says that the device is not configured and the programs can not see it



Screen Shot 2015-04-14 at 22.50.37.png
 
Can anyone fix shutdown stuck bug?
 
sonic1978 you could open this request in BIOS MODS ? as it has more knowledge about the problem

Anyone can open a request
I did not open because there are asked to take a snapshot of clean bios by special utility for windows. windows now i use only in parallels, and shot from virtual system - bad idea. make bootable USB flash drive with the windows I do not have time.

BIOS modification is usually done in order to open the hidden settings such as turning off the discrete graphics card, advanced power management, and more.You may be able to fine-tune, and avoid our problem. However, this is just my suggestion.
 
the good news about the sound

I replaced the sound through voodoohda. It works perfectly. the sound loud and clear. no problems with volume, mic in and integrated microphone now works. many settings available in prefpanel voodoo. first install pkg further replace voodoohda via kextinstaller
 

Attachments

  • VoodooHDA-v2.8.7.pkg
    1.1 MB · Views: 201
  • VoodooHDA.kext.zip
    161.8 KB · Views: 146
Disassemble all at once with: "iasl -da DSDT.aml SSDT*.aml"

Then work with the resulting *.dsl.

Get iasl from here and copy to /usr/bin: https://bitbucket.org/RehabMan/acpica/downloads

Then you're down to two errors, one which is fixed with: https://github.com/RehabMan/Laptop-DSDT-Patch, "Fix ADBG Error"

The second needs a custom patch:
Code:
into method label HRPR remove_entry;

Which reveals two more errors, but they can be fixed just by removing the External declarations causing them.

Hi, need help as I gotten my DSDT/SSDT files as attached but got over 39 errors when compiling instead of this previous post. Please advise on how to rectify. Thanks.
 

Attachments

  • origin.zip
    119.8 KB · Views: 87
Hi, need help as I gotten my DSDT/SSDT files as attached but got over 39 errors when compiling instead of this previous post. Please advise on how to rectify. Thanks.

The instructions you quoted still work with your files.

Make sure you follow carefully. And make sure you use ACPI 5.0 in MaciASL Prefs.
 
Disassemble all at once with: "iasl -da DSDT.aml SSDT*.aml"

Then work with the resulting *.dsl.

Get iasl from here and copy to /usr/bin: https://bitbucket.org/RehabMan/acpica/downloads

Then you're down to two errors, one which is fixed with: https://github.com/RehabMan/Laptop-DSDT-Patch, "Fix ADBG Error"

I did the above and down to 37 errors.

Do not understand this custom code "
into method label HRPR remove_entry;" ? Can you elaborate how to apply ?

Thanks.

 
Status
Not open for further replies.
Back
Top