Administrators Hervé Posted January 25, 2023 Administrators Share Posted January 25, 2023 You'll need to be specific about your wireless card and tell us what model it is. ITLWM support for Ventura is currently at early alpha stage so, indeed, you may find your model is not fully supported at the present time. Re: audio, you'll have to identify the codec; being an E5440, I'm tempted to say ALC292 as per other Haswell Latitude E Series in which case injecting layout-id 12 normally does the trick. Basically, the exact same thing as per previous macOS versions. Again, make sure to stay away from any OCLP audio patches as that will affect your system. Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 1, 2023 Author Share Posted February 1, 2023 Hello colleagues... I am going to comment on the current situation. Get Intel WiFi/BT working with kext update from current developers. They are running stable. The sound (ALC3226 aka ALC292) was recognized after a NVReset after the previous update. I have noticed that some TXT report files are accumulating in the EFI folder. I want to give it more stability which points I could touch to focus. Attached IOReg, Config.plist and EFI Folder in Google Drive. Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 1, 2023 Author Share Posted February 1, 2023 FOLDER EFI MacBook Pro de Andres Galeano Ventura.ioreg config.plist.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted February 1, 2023 Moderators Share Posted February 1, 2023 the txt files are debug files generated each time you boot. you can disable it in the config file under debug set to NO appledebug applepanic DisableWatchDog Set Target = 3 Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 2, 2023 Author Share Posted February 2, 2023 Hello again. Problem found when doing the shutdown functionality does not turn off but keeps the screen black and the keyboard and the power button still have lights. Same thing when rebooting. Jake Lo Thanks for the guide you gave me. I did it and it was perfect. Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 15, 2023 Author Share Posted February 15, 2023 Hello everyone, I'm still trying to correct the shutdown and restart error since they don't do it and it stays on a black screen with the power button illuminated but without reaction. Solution force shutdown. Can you help me solve the problem? Done I solved it and it works deactivated the verbose was impeccable Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 15, 2023 Administrators Share Posted February 15, 2023 Good to know and glad you sorted it out. NB: your Google drive link is not opened to public access. Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 15, 2023 Author Share Posted February 15, 2023 Link Sorry Link to comment Share on other sites More sharing options...
Administrators Hervé Posted February 15, 2023 Administrators Share Posted February 15, 2023 I'm surprised by your iGPU settings/properties injection: No need to inject any fbmem or stolenmem patches for Haswell graphics/HD4600. Get rid of those. And cursormem patch is entirely optional, use it only if you experience cursor corruption. Azul framebuffer #12 0x0a260006 defines the following video memory and ports settings: ID: 0A260006, STOLEN: 32 MB, FBMEM: 19 MB, VRAM: 1536 MB, Flags: 0x0000000F TOTAL STOLEN: 52 MB, TOTAL CURSOR: 1 MB (1572864 bytes), MAX STOLEN: 116 MB, MAX OVERALL: 117 MB (123219968 bytes) Camellia: CamelliaDisabled (0), Freq: 2777 Hz, FreqMax: 2777 Hz Mobile: 1, PipeCount: 3, PortCount: 3, FBMemoryCount: 3 [0] busId: 0x00, pipe: 8, type: 0x00000002, flags: 0x00000030 - ConnectorLVDS [1] busId: 0x05, pipe: 9, type: 0x00000400, flags: 0x00000087 - ConnectorDP [2] busId: 0x04, pipe: 9, type: 0x00000400, flags: 0x00000087 - ConnectorDP 00000800 02000000 30000000 01050900 00040000 87000000 02040900 00040000 87000000 HDMI output usually attaches to connector con1, not con2. So that's what you'd usually set to HDMI type. Pipe needs to be changed to 12 too for both connectors. So you'd therefore inject the following adjusted settings: framebuffer-con1-enable 1 NUMBER framebuffer-con1-pipe 12000000 DATA framebuffer-con1-type 00080000 DATA framebuffer-con2-enable 1 NUMBER framebuffer-con2-pipe 12000000 DATA See here. Link to comment Share on other sites More sharing options...
Andres Galeano Posted February 15, 2023 Author Share Posted February 15, 2023 excellent correct and then upload the file. Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now