Coder Social home page Coder Social logo

dell-inspiron-5584's Introduction

Open Core DELL Inspiron 5584

Computer Spec:

Component Brank
CPU Intel i5 8265U
iGPU Intel® UHD Graphics 620
Display 1920x1080
Audio Realtek ALC236
Ram 16 Gb ddr4 2400 Mhz
Wifi + Bluetooth BCM943602BAED
NVMe Samsung 970 evo plus 512Gb
SSD Kingston A400 512gb
SmBios MacbookPro 15,2
BootLoader OpenCore

infocatalina

infobigsur infobigsur

DPCIManager Screenshot

infodp1 infodp2

What works and What doesn't or WIP:

  • Intel UHD 620 iGPU HDMI Output
  • ALC236 Internal Speakers
  • ALC236 Native Combojack (headphones no work)
  • ALC236 HDMI Audio Output
  • All USB Ports
  • SpeedStep / Sleep / Wake
  • I2C Touchpad with gesture
  • Brightness Key
  • Wi-Fi and Bluetooth BCM943602BAED Module
  • Realtek RTL8100 LAN
  • USB Cardreader
  • ACPI Battery
  • NVRAM
  • Windows boot from OpenCore

Special Config:

  • Usb port mapping performed
  • Disabled unused device
  • Cosmetics DSM in Configplist

Info Section Screenshot

pcisection

Info Section HDMI Output

pcisection

Make Headphones works

  • in OC Config.plist boot-args sectoin, add alcverbs=1

  • copy alc-verb executable from AppleALC repository somewhere in your system path (preferable /usr/local/bin)

  • run this command in terminal anytime to make headphones work

  • alc-verb 0x19 SET_PIN_WIDGET_CONTROL 0x20

  • To switch back to normal speakers from laptop

  • alc-verb 0x19 SET_PIN_WIDGET_CONTROL 0x0

Note: No longer needed VerbStub.kext and CodecCommander.kext in OC/Kexts. AppleALC only needed.

TouchPad and Gesture

    Scope (_SB.PCI0.I2C0)
    {
        If (_OSI ("Darwin"))
        {
            Method (PKGX, 3, Serialized)
            {
                Name (PKG, Package (0x03)
                {
                    Zero, 
                    Zero, 
                    Zero
                })
                PKG [Zero] = Arg0
                PKG [One] = Arg1
                PKG [0x02] = Arg2
                Return (PKG) /* \_SB_.PCI0.I2C0.PKGX.PKG_ */
            }
        }

        If (_OSI ("Darwin"))
        {
            Method (SSCN, 0, NotSerialized)
            {
                Return (PKGX (SSH0, SSL0, SSD0))
            }
        }

        If (_OSI ("Darwin"))
        {
            Method (FMCN, 0, NotSerialized)
            {
                Name (PKG, Package (0x03)
                {
                    0x0101, 
                    0x012C, 
                    0x62
                })
                Return (PKG) /* \_SB_.PCI0.I2C0.FMCN.PKG_ */
            }
        }
 
        Scope (TPD0)
        {
            If (_OSI ("Darwin"))
            {
                 Name (OSYS, 0x07DC)
        }
    }
}

Info Section SSDT Inspiron 5584

SSDT Dell Inspiron 5584

SSDT Dell Inspiron 5584

Credits

If you need help please contact us on Telegram or Web

dell-inspiron-5584's People

Contributors

baio1977 avatar lorys89 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.