Open mashaal95 opened 5 years ago
If any of you are facing the issue of sound not coming on after sleep, edit the following in your config.plist file to these values. Fix referenced from https://www.tonymacx86.com/threads/lenovo-t480s-a-noobs-approach.281330/
` Code:
<dict> <key>Inject</key> <integer>11</integer> <key>ResetHDA</key> <true/> </dict>
should be: Code:
<dict> <key>Inject</key> <string>No</string> <key>ResetHDA</key> <true/> </dict>
and this: Code:
<dict> <key>#PinConfigurations</key> <data> </data> <key>#hda-gfx</key> <string>onboard-1</string> <key>#layout-id</key> <integer>3</integer> <key>#no-controller-patch</key> <integer>0</integer> </dict>
<dict> <key>PinConfigurations</key> <data> </data> <key>hda-gfx</key> <string>onboard-1</string> <key>layout-id</key> <integer>11</integer> <key>no-controller-patch</key> <integer>0</integer> </dict>
this should be removed: Code:
<array> <string>\System\Library\Extensions\IONetworkingFamily.kext</string> </array>
`
If any of you are facing the issue of sound not coming on after sleep, edit the following in your config.plist file to these values. Fix referenced from https://www.tonymacx86.com/threads/lenovo-t480s-a-noobs-approach.281330/
` Code:
should be: Code:
and this: Code:
should be: Code:
this should be removed: Code:
`