Chucksmmadu
Member
- Joined
- Nov 8, 2019
- Messages
- 98
- Motherboard
- HP Pavilion 15 cc178cl
- CPU
- Intel® Core™ i7-8550U kabylake R
- Graphics
- Nvidia geforce 940Mx
- OS X/macOS
- 10.14.x
- Bootloader
- Clover (UEFI)
- Mac
- MacBook Pro
- Mobile Phone
- Android
Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!
Seems fine except the Audio Layout Injection.Done! Here it is! Wifi is working. as for audio, you said i need extra tweak for my codec, so how do i start?![]()
I'm just trying to avoid mistakes of adding a wrong patch that's why i didn't patch anything else... Having seen my files, please which other patches am i missing?? I already did (battery, hpet, smbus, os check patch, rtc and brightness hotkey) And for audio, the layout-id 13 works it's just that sometimes if i boot especially from Windows 10 everything would be fine except that i loose the sound even though everything looks fine... I've seen others facing the same issues here --> https://github.com/acidanthera/bugtracker/issues/422 I don't just know what i need to do.Seems fine except the Audio Layout Injection.
The DSDT is still not patched fully.
I'm just trying to avoid mistakes of adding a wrong patch that's why i didn't patch anything else... Having seen my files, please which other patches am i missing?? I already did (battery, hpet, smbus, os check patch, rtc and brightness hotkey) And for audio, the layout-id 13 works it's just that sometimes if i boot especially from Windows 10 everything would be fine except that i loose the sound even though everything looks fine... I've seen others facing the same issues here --> https://github.com/acidanthera/bugtracker/issues/422 I don't just know what i need to do.
Yes, some Audio Codec has this issue. Especially ALC295. Some sort of same issues in Razer Blade.*update*
While googling my audio loss problem when booting from Windows, i saw another forum where someone with my codec reported the same problem. And the last meaningful reply i saw was that realtek in windows 10 was the cause. I can confirm it because on cold boot, audio works fine... I will ignore that for now and focus on my DSDT first.
YeahYes, some Audio Codec has this issue. Especially ALC295. Some sort of same issues in Razer Blade.
Well, i already mentioned what patches you need to apply but i'm mentioning it again.Yeahi did Continuous testing and the issue is only reproduced when i boot windows first then catalina. I did all the common patches following the guide in the first page
please what's left to be patched?
- HPET Fix
- IRQ Fix
- OS Check Fix
- RTC Fix
- SMBUS Fix
![]()
That's not an issue. Just change the layout ID. Change layout ID 12 to 13 in the patch. Here's the layout ID=13 patch for the DSDT.I didnt include layout id in dsdt as my audio layout id (13) isn't available in rehabman's repo. Apart from that, i did evrything!!!
# Inject Audio info
into method label _DSM parent_label HDEF remove_entry;
into device label HDEF insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"layout-id", Buffer() { 13, 0x00, 0x00, 0x00 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
"PinConfigurations", Buffer() { },\n
//"MaximumBootBeepVolume", 77,\n
})\n
}\n
end;
into method label _DSM parent_label HDAS remove_entry;
into device label HDAS insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"layout-id", Buffer() { 13, 0x00, 0x00, 0x00 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
"PinConfigurations", Buffer() { },\n
//"MaximumBootBeepVolume", 77,\n
})\n
}\n
end;