Jump to content
🎉 [ IMPORTANT ] Premium and Donators users 🎉 ×

Dell 5491: failed to add patch via Maciasl.app for adjust screen brightness


Recommended Posts

Hello ,

below is detail hardware configure for laptop dell 5491.

  • Bios: 1.11.1
  • CPU: i5-8300H @2.3G
  • Memory: 8G DDR4 2666MHZ
  • Mainboard: DELL 0NFNN4 (CM246 Chipsets)
  • SSD: Toshiba 256G NVME (primary)
  • HDD: SATA ST1000LM049 (second)
  • Sound: Realtek ALC256
  • Lan: Intel I219LM7
  • Wireless/Bluetooth: Qualcomm QCA61X4A 802.11AC
  • TrackPad Hardware ID : ACPI\VEN_DELL&DEV_0818 (I2C HID )

I has been completely install Catalina 10.15.4 on my laptop .

I want add adjust screen brightness function into my laptop via add patch into dsdt.aml .

Frist i got dsdt.aml file on clover start menu via press FN+F4 , then i got dsdt.dsl file via type command " tonykai@MacBook-Pro acpi % iasl -da -dl *.aml " on terminal .

final , i add blow patch into dsdt.aml file via Maciasl.app , but system showed a error information to me " input file does not appear to be an ASL or data table source file " when execute compile . 

below is patch content .

#Maintained by: RehabMan for: Laptop Patches
#graphics_PNLF.txt

# This patch enables the brightness slider in SysPrefs->Displays
# and will also enable activation of sleep mode by closing
# the laptop lid.

# This patch is a “basic” PNLF patch and doesn’t attempt
# to fix various common problems with the backlight control.
#
# For advanced patches, see:
# graphics_PNLF_ivy_sandy.txt
# graphics_PNLF_haswell.txt
#

into_all device label PNLF remove_entry;
into definitionblock code_regex . insert
begin
Scope (_SB)\n
{\n
Device (PNLF)\n
{\n
Name (_ADR, Zero)\n
Name (_HID, EisaId (“APP0002”))\n
Name (_CID, “backlight”)\n
Name (_UID, 10)\n
Name (_STA, 0x0B)\n
}\n
}\n
end;

# to avoid conflict with root scope PNLF
into_all method code_regex Store\s+\(PNLF,\s+(.*)\) replaceall_matched begin Store(\\PNLF, %1) end;

 

By the way ,

attachment is error information photo and my dsdt.aml file and current config.plist file.

Please help me and give some suggestions .

Thank you .

 

acpi.zip error_edit_dsdt2.jpg.zip config.plist.zip

Link to comment
Share on other sites

  • Administrators

ur processor is coffelake or kabylake?

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill [email protected]

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @[email protected]

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

  • Administrators

for cfl use 0x13

 Name (_UID, 0x13)

 

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill [email protected]

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @[email protected]

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

  • Administrators
into_all device label PNLF remove_entry;
into scope label _SB insert
begin
Device (PNLF)\n
        {\n
            Name (_HID, EisaId ("APP0002"))  // _HID: Hardware ID\n
            Name (_CID, "backlight")  // _CID: Compatible ID\n
            Name (_UID, 0x13)  // _UID: Unique ID\n
            Name (_STA, 0x0B)  // _STA: Status\n
        }\n
end

 

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill [email protected]

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @[email protected]

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...