<?xml version="1.0"?>
<rss version="2.0"><channel><title>Latest topics</title><link>https://osxlatitude.com/rss/4-latest-topics.xml/</link><description>Latest topics</description><language>en</language><item><title>E7270 Monterey  to Sonoma update</title><link><![CDATA[https://osxlatitude.com/forums/topic/20430-e7270-monterey-to-sonoma-update/?do=findComment&comment=122078]]></link><description>Hi @Herv&#xE9; I am following  your  guide  E7270 and running on Monterey for years and no [problem . I am planning to upgrade to Sonoma.
 


	Please advise how the best way to update it.
 


	Thank you</description><pubDate>Sun, 10 May 2026 06:31:25 +0000</pubDate></item><item><title>E6400/El Capitan: panics with seemingly a one line kernel panic</title><link><![CDATA[https://osxlatitude.com/forums/topic/20429-e6400el-capitan-panics-with-seemingly-a-one-line-kernel-panic/?do=findComment&comment=122074]]></link><description>I'm trying to hackintosh a Latitude E6400, and it crashes really early into boot. I believe it's a kernel panic, but I could be wrong because it's way shorter than a normal kernel panic. The panic mentions VoodooInput, so I tried disabling everything related to VoodooPS2, and then got a single line panic log, which I've never seen before. Does anyone know how to fix this? Before someone questions the airportitlwm, I'm using a fork that has support for El Cap.
 


	I don't want to use a prebuilt EFI, and I'd rather keep OpenCore if possible. Yes I know El Capitan is ancient. config.plist is attached as a zip since site doesn't allow me to upload plist files.
 


	 
 


	Panic log with VoodooPS2 enabled:
 


	
 


	Panic log with VoodooPS2 disabled:
 


	
 

config.plist.zip</description><enclosure url="https://osxlatitude.com/uploads/monthly_2026_05/IMG_20260502_223859.jpg.b357f8c729953c7b90fabc30f98a5531.jpg" length="378130" type="image/jpeg"/><pubDate>Sun, 03 May 2026 06:41:14 +0000</pubDate></item><item><title>Dell Inspiron 1520: Shutdown Fix</title><link><![CDATA[https://osxlatitude.com/forums/topic/20426-dell-inspiron-1520-shutdown-fix/?do=findComment&comment=122064]]></link><description>I have discovered a potential fix for the long-standing shutdown issues on the Dell Inspiron 1520 (ICH8M + NVIDIA GPU).
 


	It appears that a significant delay (Sleep) is required to achieve a successful shutdown.
 


	 
	By writing 0 to SLP_SMI_EN to disable SMI generation, followed by a long Sleep command&#x2014;specifically Sleep(0xFFFF) or at least Sleep(0x2710)&#x2014;I have successfully achieved shutdowns on macOS 10.4 through 10.7, as well as 13, 14, and 15. Short delays like Sleep(0x10) or Sleep(0x16) invariably result in failure.
 


	like:
 


	Method (_PTS, 1, NotSerialized) 
	    { 
	        If (LEqual (Arg0, 0x05)) 
	        { 
	            Store (Zero, SLPE) 
	            Sleep (0xFFFF) 
	        } 
	    }
 


	 
	The behavior varies across different macOS versions: 
	10.8 - 10.10: Unstable. Sometimes it succeeds, but often the screen goes black while the fans continue to spin, or the system reboots. 
	10.11 - 10.12: Always results in a reboot. 
	10.13 - macOS 12: The screen turns off, but the fans stay on indefinitely.
 


	 
	The reason why success rates are higher in very old and very new versions, while mid-era OS versions are unstable, remains unknown. Furthermore, it takes approximately 30 seconds to 1 minute for the hardware to complete the shutdown process. This suggests that the hardware requires a significantly longer time to prepare for power-off compared to other machines of the same generation. This is almost certainly due to a firmware bug.
 


	 
	While this is an unconventional fix, It is encouraging to find a working method for these models, which were previously thought to have no consistent solution for the shutdown problem.
 


	may work for the following models:
 


	
		Inspiron 1420 / 1520 / 1720
	
	
		Vostro 1400 / 1500 / 1700
	
	
		XPS M1330
	



	 
	Note that rebooting is also unstable on these models, sometimes succeeding and sometimes failing, likely due to a similar underlying cause.
 


	 
	What I have tested so far:
 


	 
 


	
		USB Power: Investigated behaviors around USB power, but it doesn't seem to be the cause.
	
	
		OSID: Tested with 0x10 (Windows XP) and 0x20 (Windows Vista), but with no significant change.
	
	
		BIOS Settings: Disabled LAN, Wi-Fi, Bluetooth, SDHC, and Module Bay in the BIOS, but the issue persists.
	



	 
 


	The following older thread might also be helpful for reference:
 


	https://www.insanelymac.com/forum/topic/266803-dsdt-shutdown-nvidia-dells-not-zero-slpe-trick-alternate-ich8-method/
 


	 
 


	If you have any insights, suggestions, or ideas for a more fundamental solution, please let me know. Any feedback would be greatly appreciated!</description><pubDate>Tue, 06 Jan 2026 06:40:12 +0000</pubDate></item><item><title>Dell Inspiron 14 5458 macOS Mojave Support 100% HW Compatible (OCLP)</title><link><![CDATA[https://osxlatitude.com/forums/topic/20425-dell-inspiron-14-5458-macos-mojave-support-100-hw-compatible-oclp/?do=findComment&comment=122061]]></link><description><![CDATA[Dell Inspiron 14 5458 (Broadwell-U) - OpenCore Legacy Patcher - Mojave 100% working! Install Notes: use of /Library/Extensions for kexts that do not inject through bootloader.
 


	 
 


	https://www.dropbox.com/scl/fi/ql7q9atvhff55t2vxsr3k/Dell-Inspiron-14-5458-macOS-Support.zip?rlkey=ld6a9f43ecs0davrq0dqjqc8b&amp;st=k17s9k98&amp;dl=0
 


	 
 


	I see this Model going for $100... its not *SO cheap if you Upgrade the RAM to 16gb.... I'm getting the full 2gb vram, and macOS doesnt page to disk so thats nice...
 


	 
 


	Some maintenance:
 


	1) System and user cache for a substantial problem fix and speed issues
 

/Library/Cache
~/Library/Cache


	Delete the contents, not the folders.
 


	 
	2) macOS won't boot 
	open DiskUtility and repair permissions... some people cant use pfix(maps) 
	If it's completely broken:
 

sudo chown root:admin /
sudo touch /System/Library/Extensions


	 
	 
	3) Rebuilding kextcache
 


	In Terminal:
 

sudo chmod -Rf 755 /S*/L*/E*
sudo chmod -Rf 755 /L*/E*
sudo chown -Rf 0:0 /S*/L*/E*
sudo chown -Rf 0:0 /L*/E*
sudo kextcache -i /


	Then reboot.
 


	 
	4) Rebuild prelinked kernel
 

kernelcache -i /Volumes/macOS


	 
	5) Fixing broken fonts and icons
 

sudo rm -rfv /Library/Caches/com.apple.iconservices.store
sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec rm -rfv {} \
sudo touch /Applications/*
killall Dock
killall Finder
sudo atsutil databases -remove


	 
	The only thing you can do about a kext that was not signed or has an invalid signature is rebuild cache and hope that gatekeeper picks it up]]></description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_12/Untitled2.png.7e16bdb67ba622c24af012f40ec3ed3c.png" length="1689654" type="image/png"/><pubDate>Thu, 04 Dec 2025 21:13:16 +0000</pubDate></item><item><title>Kernel panic while upgrading to Tahoe, thinkpad i7 10th gen laptop</title><link><![CDATA[https://osxlatitude.com/forums/topic/20423-kernel-panic-while-upgrading-to-tahoe-thinkpad-i7-10th-gen-laptop/?do=findComment&comment=122054]]></link><description>HI, I have Lenovo thinkpad i7 10th gen laptop successfully running Sequoia with Opencore, while upgrading to Tahoe, its giving KP as per attached screenshot. Do i need use any Bootargs specifically for Tahoe or need to update any Kexts.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_10/KP.jpg.6a91c00c901213337a84431f9ab87627.jpg" length="284777" type="image/jpeg"/><pubDate>Fri, 24 Oct 2025 02:42:53 +0000</pubDate></item><item><title>Lenovo X1C5 : DP (or HDMI) working but can't get 4K output</title><link><![CDATA[https://osxlatitude.com/forums/topic/20422-lenovo-x1c5-dp-or-hdmi-working-but-cant-get-4k-output/?do=findComment&comment=122046]]></link><description>Had a good search, tried many things but cannot get 4K on my Lenovo X1 Carbon Gen 5 (Kaby Lake, Intel HD Graphics 620 ... NOT UHD Graphics 620).  Setup using guide here: https://github.com/anathonous/X1C5-Hackintosh-OpenCore-MacOSX/ with my only changes being to use Heliport and itlwm.kext, and upgrading to latest versions of WhateverGreen.kext and AppleALC.kext. If it makes any difference I'm using a Dell U3219Q connected over USB-C (DP alt-mode) and it's recognised and working at 1440p, USB devices connected to the monitor also work fine (the USB isn't hotplug, not fussed about this.  Audio also doesn't work but again not fussed).
 


	 
 


	Booting from an Ubuntu USB stick and I get 4K - ruling out any issues with the cable or hardware.  DVMT is also set at 256MB in BIOS so I don't think there's an issue there.
 


	 
 


	Things I have tried...
 


	 
 


	- enable-hdmi20 on and off in config.plist.  No effect.
 


	- manually specifying the port as being DP in config.plist with framebuffer-con2-type (con1 is the internal panel).  Black screen trying this.
 


	- a variety of AAPL,ig-platform-id taken from the WEG guide.  No effect.
 


	- igfxmpc in boot-args.  No effect.
 


	- igfxtypec (just in case) in boot-args.  No effect.
 


	 
 


	I've also validated the EDID reported to macOS is correct (checked using IORegistryExplorer) in terms of the supported resolutions.
 


	 
 


	All help gratefully received, thank you!  I'd prefer to get it working over USB-C but if it has to be HDMI so be it.
 

config.plist.zip</description><pubDate>Mon, 29 Sep 2025 20:59:48 +0000</pubDate></item><item><title>macOS Sequoia 15.7 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20421-macos-sequoia-157-update-is-out/?do=findComment&comment=122045]]></link><description>Released September 15th, 2025.
 


	Build 24G222.
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.8 (Build 23J21)
	



 
View full article</description><pubDate>Sat, 20 Sep 2025 05:33:38 +0000</pubDate></item><item><title>The end - macOS Tahoe is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20420-the-end-macos-tahoe-is-out/?do=findComment&comment=122044]]></link><description>Released Sep. 15th, 2025.
 


	Version 26.0, build 25A354.
 


	 
 


	
 


	 
 


	
 


	 
 


	Tahoe is the last version for Intel platforms and marks the end of the long road for Hackintosh computers as we've known it since 2006.
 


	 
 


	It drops official support for all 8th gen. platforms + 9th gen. 2019 Coffee Lake MacBook Pro15,x  and, somehow surprisingly, for 2020 Ice Lake-based MacBook Air9,1. This leaves final support for only a handful of 9th gen. and 10th gen. platforms.
 


	 
 


	This being said, support for Kaby Lake graphics survives, all KBL kexts remaining present, so good news to all owners of Skylake laptops who will all be able to run Tahoe with full acceleration through the SKL graphics patch that's been available since Ventura. For other older iGPUs, patches should hopefully remain available through OCLP tool (once updated and released) to regain graphics acceleration.
 


	 
 


	Officially supported Intel platforms are now limited to :
 


	
		
			2020 iMac20,x (10th gen. Comet Lake)
		 
	
	
		
			2019/2020 MacBookPro16,x (9th gen. Coffee Lake and 10th gen. Ice Lake)
		 
	
	
		
			2019 MacPro7,1 (Cascade Lake)
		 
	



	 
 


	NB: macOS Ventura is now unsupported.
 


 
View full article</description><pubDate>Tue, 16 Sep 2025 19:08:20 +0000</pubDate></item><item><title>Suddenly no iMessages</title><link><![CDATA[https://osxlatitude.com/forums/topic/20419-suddenly-no-imessages/?do=findComment&comment=122040]]></link><description>my iMessages app logged out and unable to go through authentication.
 


	 
 


	Changed machine ID and serial...
 


	 
 


	Rebooted
 


	 
 


	Still not able to log into messages
 


	 
 


	iphone says something like no verification
 


	 
 


	Did all the usual things to get back into Messages
 


	 
 


	Is this something that has happened network wide or is it just me?</description><pubDate>Fri, 05 Sep 2025 00:55:25 +0000</pubDate></item><item><title>[Latitude E5490 TouchScreen] OpenCore EFI for macOS Sonoma</title><link><![CDATA[https://osxlatitude.com/forums/topic/20418-latitude-e5490-touchscreen-opencore-efi-for-macos-sonoma/?do=findComment&comment=122038]]></link><description>Here is my Sonoma OC EFI folder for the Dell E5490 Touchscreen:
 


	https://e.pcloud.link/publink/show?code=XZrBsOZCxcafEpoW0HeBU5RfpktD4lEfM6k
 


	EFI Dell Latitude 5490 Touch OC 1.05 Sonoma.zip
 


	 
 


	Currently running macOS 14.7.8</description><pubDate>Wed, 03 Sep 2025 21:02:50 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 9 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20417-macos-tahoe-260-beta-9-is-out/?do=findComment&comment=122037]]></link><description>Released September 2nd, 2025.
 


	Build 25A5351b.
 


	 
 


	Available via OTA update:
 


	
 


	 
 


	All Ok.
 


	 
 


	
 


	 
 


	
 


	 
 


	Same Clover bootpack as for beta 1 to beta 8.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_09/macOS_Tahoe_beta9_update.png.771203421c3db653ffa16895e7b29df9.png" length="42109" type="image/png"/><pubDate>Tue, 02 Sep 2025 18:15:08 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 8 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20416-macos-tahoe-260-beta-8-is-out/?do=findComment&comment=122036]]></link><description>Released August 25th, 2025.
 


	Build 25A5349a.
 


	 
 


	Available through OTA updates.
 


	
 


	 
 


	
 


	 
 


	Same Clover bootpack as for beta 1 to beta 7.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_08/macOS_Tahoe_26.0.b8_update.jpg.9eaf5cd3b2f79ebb8939a3837d7cff32.jpg" length="28543" type="image/jpeg"/><pubDate>Sat, 30 Aug 2025 12:53:15 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 7 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20415-macos-tahoe-260-beta-7-is-out/?do=findComment&comment=122035]]></link><description>Released August 18th, 2025.
 


	Build 25A5346a.
 


	 
 


	Available through OTA updates.
 


	 
 


	Same Clover bootpack as for beta 1 to beta 6.</description><pubDate>Fri, 22 Aug 2025 18:40:07 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 6 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20413-macos-tahoe-260-beta-6-is-out/?do=findComment&comment=122033]]></link><description>Released August 11th, 2025.
 


	Build 25A5338b.
 


	 
 


	Available through OTA updates.
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	Same Clover bootpack as for beta 1 to beta 5.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_08/macOS_Tahoe_26.0_beta6_update.jpg.0cc12e00aa3167e42f1d9ac9511fb993.jpg" length="18146" type="image/jpeg"/><pubDate>Fri, 15 Aug 2025 14:54:19 +0000</pubDate></item><item><title>macOS Sequoia 15.6 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20412-macos-sequoia-156-update-is-out/?do=findComment&comment=122031]]></link><description>Released July 29th, 2025.
 


	Build 24G84.
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.7.7 (Build 23H723)
	
	
		macOS Ventura Security Update 13.7.7 (Build 22H722)
	



 
View full article</description><pubDate>Thu, 07 Aug 2025 20:44:06 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 5 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20411-macos-tahoe-260-beta-5-is-out/?do=findComment&comment=122030]]></link><description>Released August 5th, 2025.
 


	Build 25A5327h.
 


	 
 


	Available through OTA updates.
 


	
 


	 
 


	 
 


	
 


	 
 


	
 


	 
 


	New icon for disks/volumes.
 


	Same Clover bootpack as for beta 1 to beta 4.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_08/E7270_Tahoe_26.0_b5.jpg.695beb19942e6c44ef47ce0122430a23.jpg" length="19746" type="image/jpeg"/><pubDate>Wed, 06 Aug 2025 19:40:59 +0000</pubDate></item><item><title>E6520 Mobile: OpenCore help requested</title><link><![CDATA[https://osxlatitude.com/forums/topic/20410-e6520-mobile-opencore-help-requested/?do=findComment&comment=122024]]></link><description>So the only thing i think to fix this problem, i know clover drops CPU0IST CPUPM DMAR and MCFG (normalizes headers),
 


	and (Patches AppleIntelCPUPowermanagement)... this combined with a simple DSDT that includes the DTGP Method
 


	and changing your Preferred Graphics Card to GFX0 and disabling the IGPU renaming that also , working on that now,  is how to get it to work with the Installer.. and if more specific
 


	you then have to inject device-id properties into the dsdt and dont rely on clover/opencore to do it....
 


	With clover i had it quirkless... 
 


	 
 


	Would anyone suggest how to do this in OpenCore which SHOULD be the same as CLOVER i just never entered in those fields..  
 


	i mean i dont know what its asking for in the patches section
 


	right now it doesnt freeze anymore (by freezing it shows no apple logo just enters into a black screen if using Blackosx theme or Textmode no Verbose just Choosing the Operating System: OK) it flickers and restarts.. just like when trying to use CLOVER without patching first..
 


	 
 


	at first apfs drive detection is an issue but i just include apfsdriverloader.efi that someone shared and the 2021 build works.. in regards
 


	to drive detection but wont do anything else without the driver... the debug log shows that it gets to which specific points before spewing out symbols
 


	in this case is its patched the acpi and gotten volume detection and is a problem handing off control to XNU which is probably specifically power management
 


	related and a combination of the gpu specific things that im working on right now</description><pubDate>Wed, 30 Jul 2025 18:50:18 +0000</pubDate></item><item><title>Lenovo ThinkPad L450 Fn keys (including the Fn toggle) don't work after wake from sleep</title><link><![CDATA[https://osxlatitude.com/forums/topic/20409-lenovo-thinkpad-l450-fn-keys-including-the-fn-toggle-dont-work-after-wake-from-sleep/?do=findComment&comment=122012]]></link><description>Hey guys,
 


	 
 


	So, this is my first time hackintoshing a laptop, and...needless to say, it wasn't easy. Now, I'm almost done with it, most of the things work (more or less) and I'm struggling to understand how to map all my function keys to something as close as possible to the actual marking on the keys, but from MacOS. And...I've got some success... Like F1-F3 work fine for Mute and Volume keys. F5-F6 work for Brightness (which is what most people want), and F11 works for App Switcher (Expose). So, the idea would be to have the Mic on/off switch on F4, Multi Display switch for example (on F7), WiFi on/off switch (on F8), System Settings (on F9), Spotlight (on F10) and Launchpad (F12)
 


	 
 


	However, none of these work anymore after waking from sleep. And it seems to be a pretty common issue. Not sure if it's a common issue on all laptops trying to map their FN keys, or specific to ThinkPads.
 


	 
 


	Anyway, if you guys have any feedback here, I'd really appreciate it.
 


	 
 


	Thank you so much!</description><pubDate>Sat, 26 Jul 2025 21:12:56 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 4 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20408-macos-tahoe-260-beta-4-is-out/?do=findComment&comment=122011]]></link><description>Released July 22nd, 2025.
 


	Build 25A5316i.
 


	 
 


	Available through OTA updates.
 


	
 


	 
 


	
 


	 
 


	 
 


	 
 


	
 


	 
 


	Same Clover bootpack as for beta 1 to beta 3.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_07/macOS_Tahoe_26.0.b4_update.png.fc3205bfd26a904dc6916e9fe6acf2d2.png" length="21157" type="image/png"/><pubDate>Thu, 24 Jul 2025 18:56:48 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 3 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20407-macos-tahoe-260-beta-3-is-out/?do=findComment&comment=122010]]></link><description>Released July 7th, 2025.
 


	Build 25A5306g.
 


	 
 


	Available through OTA updates though I did a fresh install after I screwed up my beta 2 installation.
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	Beta 3 installed without signing in my Apple account in order to avoid Vault encryption.
 


	Nice new wallpaper/screensaver.
 


	Same Clover bootpack as for beta 1 and beta 2.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_07/E7270_26.0_b3.png.b1189442d59dddb873a1faedf9865d05.png" length="44213" type="image/png"/><pubDate>Mon, 07 Jul 2025 18:11:28 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 2 is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20406-macos-tahoe-260-beta-2-is-out/?do=findComment&comment=122004]]></link><description>Released June 23rd, 2025.
 


	Build 25A5295e.
 


	 
 


	Available through OTA updates.
 


	
 


	 
 


	Straight updates with 3 reboots to complete. Same bootpack as used for beta 1.
 


	
 


	 
 


	
 


	 
 


	Findings/bugs:
 


	
		Audio is gone because AppleHDA is missing from /S/L/E
	
	
		Firevault is enabled by default; this is quite annoying
	
	
		New and improved desktop widgets management
	
	
		etc.
	



	 
 


	Apart from the loss of audio and the absence of support for legacy Broadcom Wifi, all the rest is working relatively fine on my Latitude E7270.</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_06/macOS_Tahoe_26.0_b2.png.c59a06d17ae2cba230054997cd710011.png" length="33203" type="image/png"/><pubDate>Mon, 23 Jun 2025 18:12:40 +0000</pubDate></item><item><title>Help for integrated camera on 5290 2 in 1</title><link><![CDATA[https://osxlatitude.com/forums/topic/20405-help-for-integrated-camera-on-5290-2-in-1/?do=findComment&comment=122002]]></link><description>Hello,everyone.
 


	 
 


	I am currently using sonoma 14.7.6 and everything works as it should.But only one won't work,and that's the integrated camera.And for USB camera works...
 


	 
 


	Is that why it doesn't work because I put it in platforminfo as macmini 8.1? MacBook Pro 14,1-15,2 won't work.
 


	 
 


	So I need your help about that,okay?</description><pubDate>Sun, 22 Jun 2025 15:28:28 +0000</pubDate></item><item><title>Latitude 7490: config for trackpad middle button</title><link><![CDATA[https://osxlatitude.com/forums/topic/20404-latitude-7490-config-for-trackpad-middle-button/?do=findComment&comment=122000]]></link><description>Hello.. I have a Latitude 7490. Where do I can find setting for trackpad middle button? It's already used for spotlight, now I want to change its function.</description><pubDate>Mon, 16 Jun 2025 05:08:26 +0000</pubDate></item><item><title>Revised kexts for macOS Tahoe</title><link><![CDATA[https://osxlatitude.com/forums/topic/20403-revised-kexts-for-macos-tahoe/?do=findComment&comment=121995]]></link><description>kext for macos tahoe, without use bootarg beta 
	WhateverGreen-1.7.0-RELEASE.zipVirtualSMC-1.3.7-RELEASE.zipRestrictEvents-1.1.6-RELEASE.zipNVMeFix-1.1.3-RELEASE.zipLilu-1.7.1-RELEASE.zipFeatureUnlock-1.1.8-RELEASE.zipDebugEnhancer-1.1.1-RELEASE.zipCryptexFixup-1.0.5-RELEASE.zipCPUFriend-1.3.0-RELEASE.zipAppleALC-1.9.5-RELEASE.zipECEnabler-1.0.6-RELEASE.zipNootRX-1.0.0-RELEASE.zipIntelBTPatcher.kext.zipBlueToolFixup.kext.zipRealtekCardReaderFriend_1.0.4__RELEASE.zipHibernationFixup-1.5.4-RELEASE.zip</description><pubDate>Fri, 13 Jun 2025 18:47:42 +0000</pubDate></item><item><title>macOS Tahoe 26.0 beta 1: early feedback and findings</title><link><![CDATA[https://osxlatitude.com/forums/topic/20402-macos-tahoe-260-beta-1-early-feedback-and-findings/?do=findComment&comment=121994]]></link><description><![CDATA[List of dropped platforms for this last Intel-compatible macOS version extends to 8th gen. Coffee Lake Macs and 10th gen. Ice Lake MacBookAir9,1.
 


	 
 


	Surprisingly, good news again for Skylake platforms, given that KBL graphics drivers are again retained. As such, SKL graphics remain supported through the same patches used for Ventura, Sonoma and Sequoia. On the wireless front, OCLP patcher will need to be updated for Tahoe so that legacy Broadcom cards are supported again.
 


	 
 


	Users will notice a very different graphics design, from the Finder's bar (background can be displayed or hidden) to the shape &amp; look of the Windows, the file icons and animations such as brightness or audio control. And kexts for USB ports mapping won't work properly but patched ACPI table SSDT-UIAC does, so use that meantime. It can easily be generated with tools such as Hackintool for instance.
 


	 
 


	Installation on my Skylake Latitude E7270 was fairly straightforward once I had the right commit of Clover r5162: from Sequoia, I updated Clover to attached version revised to boot Tahoe, changed my Clover config's SMBIOS to MBP16,2 (necessary), disabled the BlockSkywalk kernel &amp; kext patch (necessary) and updated Lilu &amp; Plugins and other kexts to the versions provided by @Lorys89  here and at InsanelyMac (to avoid using boot arg -lilubetaall). I then rebooted Sequoia, downloaded the Tahoe beta installation package (though software update) and launched the installation targeting a dedicated Tahoe volume (previously created in Disk Utility). That was it and, after a couple of reboots, I was offered the Tahoe setup screens and reached the Tahoe desktop.
 


	 
 


	
 


	 
 


	
 


	 
 


	Resources:
 


	
		Tahoe beta 1 installation package can be downloaded here.
	
	
		Clover_r5162.pkg.zip
	
	
		E7270_Clover_Pack_Tahoe_26.0.b1.zip
	



	 
 


	Working from the onset:
 


	
		graphics acceleration with same KBL settings as in Ventura/Sonoma/Sequoia
	
	
		brightness control
	
	
		HDMI output
	
	
		mini-DP output
	
	
		touchscreen
	
	
		touchpad 
	
	
		audio (incl. DP/HDMI audio)
	
	
		LAN
	
	
		Apple (Broadcom) BCM94360CS2 Bluetooth
	
	
		USB ports
	
	
		SD card reader
	
	
		full CPU power management with lower idle rate @800MHz when CPU never runs lower than 1,2GHz in previous macOS versions 
	
	
		sleep &amp; wake (having disabled hibernation)
	



	Not working:
 


	
		Apple (Broadcom) BCM94360CS2 wireless, as per Sonoma and Sequoia. We'll have to wait for the OCLP patcher to be updated for Tahoe. Meantime, it's important not to boot with the BlockSkywalk kernel &amp; kext patch and/or with AMFI prevention or Tahoe will KP/fail to boot.
	



	 
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	
 


	 
 


	Some bugs here and there. Graphics not entirely stable.]]></description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_06/Tahoe_Welcome.png.cb5d439218a93e727ac648d54351ae4e.png" length="301843" type="image/png"/><pubDate>Fri, 13 Jun 2025 17:47:16 +0000</pubDate></item><item><title>The end: macOS Tahoe unveiled</title><link><![CDATA[https://osxlatitude.com/forums/topic/20401-the-end-macos-tahoe-unveiled/?do=findComment&comment=121993]]></link><description>WWDC Keynote, June 9th, 2025.
 


	Apple unveiled macOS 26 Tahoe.
 


	As usual, 1st beta version was immediately made available to developers and 1st public beta will be available in July with a final release in the fall.
 


	 
 


	
 


	 
 


	The major novelty is Liquid Glass that replaces Aqua. And the version numbering, of course, which Apple will now unify across the board (macOS, iOS, etc.).
 


	 
 


	
 


	 
 


	As expected, this is the very last macOS version to support Intel platforms; it will therefore put the final nail in the coffin of Hackintoshing on Intel platforms; after nearly 20 years, it will have been a good run!
 


	 
 


	Tahoe drops support for all systems older than 9th gen. Coffee Lake, 10th gen. Comet Lake/Ice Lake and Cascade Lake platforms, i.e. those 8th gen. Coffee Lake MacMini8,1/MacBookPro15,x/iMac19,x and Skylake iMacPro1,1 that had remained supported in Sequoia. Surprisingly, 10th gen. Ice Lake MacBookAir9,1 laptops appear dropped too but, given that 2020 ICL-based MBP16,2 remain supported, those last Intel MBA should nevertheless be able to run Tahoe too -to be confirmed-.
 


	 
 


	Minimum Intel platform requirements are therefore:
 


	
		iMac20,x (10th gen. Comet Lake)
	
	
		MacBookPro16,1 (9th gen. Coffee Lake)
	
	
		MacBookPro16,2 (10th gen. Ice Lake)
	
	
		MacPro7,1 (Cascade Lake)
	



 
View full article</description><pubDate>Thu, 12 Jun 2025 12:56:57 +0000</pubDate></item><item><title>DW1550: no Bluetooth on macOS Sequoia</title><link><![CDATA[https://osxlatitude.com/forums/topic/20400-dw1550-no-bluetooth-on-macos-sequoia/?do=findComment&comment=121988]]></link><description><![CDATA[Hi,
 


	 
 


	I'm trying to get Bluetooth (DW1550) working on macOS Sequoia 15.5 on my E6440. I followed Wifi in Sonoma &amp; later: Patching for legacy Broadcom wireless cards and got WiFi working. However, BT shows up in system information but won't allow me to toggle it on from the menu bar.
 


	 
 


	 
 


	 
 


	
 


	 
 


	EFI.zip
 


	 
 


	 
 


	For context:
 


	- Install macOS using system product name MacBookPro15,2
 


	- After initial device setup, reboot and reset NVRAM
 


	- Boot using system product name MacBookPro11,1
 


	- Run OCLP to fix graphics and networks
 


	 
 


	Any idea what I'm missing?]]></description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_05/image.png.61d47dab9085a5234a8b1e9532b32aba.png" length="33995" type="image/png"/><pubDate>Thu, 29 May 2025 07:28:54 +0000</pubDate></item><item><title>macOS Sequoia 15.5 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20399-macos-sequoia-155-update-is-out/?do=findComment&comment=121987]]></link><description>Released May 12th, 2025.
 


	Build 24F74.
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.7.6 (Build 23H626)
	
	
		macOS Ventura Security Update 13.7.6 (Build 22H625)
	



 
View full article</description><pubDate>Mon, 12 May 2025 17:28:43 +0000</pubDate></item><item><title>Lenovo X1C7: error booting OpenCore</title><link><![CDATA[https://osxlatitude.com/forums/topic/20398-lenovo-x1c7-error-booting-opencore/?do=findComment&comment=121985]]></link><description>Hi,
 


	 
 


	I am trying to install Monterey on a X1 Carbon 7th Gen model 20R1 with a i7-10710 processor, but stuck at EXITBS:START.  I have tried with a USB boot disk created by following the guide on Dortania, and also tried with the EFI for Lenovo X1C8 posted on this site (similar spec to my X1C7) to no avail.  Any suggestion is appreciated.  I have included the X1C8 config file as reference.
 

config.plist.zip</description><pubDate>Thu, 24 Apr 2025 16:25:43 +0000</pubDate></item><item><title>E6430: lost my Ventura disk</title><link><![CDATA[https://osxlatitude.com/forums/topic/20397-e6430-lost-my-ventura-disk/?do=findComment&comment=121980]]></link><description>Good day. Accidentally started updating oclp on config.plist mac os x Ventura, oclp gave an error and after rebooting I no longer see my ssd with mac os x Ventura through disk utility and have no access to it, what can I do about it?</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_04/IMG20250411180409.jpg.d84095403a80479cd3b4f49c91491d31.jpg" length="90150" type="image/jpeg"/><pubDate>Fri, 11 Apr 2025 15:01:09 +0000</pubDate></item><item><title>macOS Sequoia 15.4 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20396-macos-sequoia-154-update-is-out/?do=findComment&comment=121979]]></link><description>Released March 31st, 2025.
 


	Build 24E248
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.7.5 (Build 23H527)
	
	
		macOS Ventura Security Update 13.7.5 (Build 22H527)
	



	 
 


 
View full article</description><pubDate>Mon, 31 Mar 2025 21:06:55 +0000</pubDate></item><item><title>Compaq Presario SR5310F with Pentium Dual-Core E2140, OpenCore - Snow Leopard</title><link><![CDATA[https://osxlatitude.com/forums/topic/20394-compaq-presario-sr5310f-with-pentium-dual-core-e2140-opencore-snow-leopard/?do=findComment&comment=121976]]></link><description><![CDATA[I know this system is absolutely ancient and almost no one is hackintoshing it, but this thing was a real challenge to Hackintosh so I decided to make a guide for the random person who may also want to Hackintosh this computer.
 


	
 


	System specs:
 


	
		Make/Model: Compaq Presario SR5310F
	
	
		BIOS: v5.19
	
	
		CPU: Intel Pentium Dual-Core E2140
	
	
		GPU: Intel GMA 950
	
	
		RAM: 1GB 667MHz DDR2
	
	
		Audio Codec: Realtek ALC888
	
	
		Ethernet: Realtek RTL8139
	
	
		Wi-Fi/Bluetooth: None
	



	Current issues:
 


	
		NVRAM is not working, even when emulated.
	
	
		Sleep does not work.
	
	
		Reboot does not work
	



	Set BIOS settings:
 


	
		Power -&gt; XD (Execute Disable) -&gt; Enabled
	



	Preparations: 
 


	You will need a computer already running macOS, it is not possible to make a Snow Leopard installer on Windows or Linux. The macOS version doesn't matter, and it doesnt matter what hardware you're using (real Mac, Hackintosh, VM, etc.). You will need a USB drive that's at least 8GB. Make sure your computer is on BIOS v5.19, unexpected issues may occur otherwise. Compaq's website is obviously long dead, but you can find the BIOS from other sources (i forgot where I downloaded 5.19 from)
 


	Creating the USB:
 


	Grab a copy of Mac OS X Snow Leopard (https://dortania.github.io/OpenCore-Install-Guide/installer-guide/mac-install-dmg.html has two downloads for 10.6), after it's downloaded, format your USB using Disk Utility, format it as Mac OS Extended (Journaled) with the GUID Partition Map, and name it "MyVolume". Mount the 10.6 DMG and run the following command in a terminal
 

sudo asr restore -source /Volumes/Mac\ OS\ X\ Install\ DVD -target /Volumes/MyVolume -erase -noverify


	Once that finishes, grab a copy of OpenCorePkg (get the RELEASE version), then extract it, and go to Utilities/LegacyBoot, and run "BootInstall_X64.tool". Select your USB, and press enter. This will write the boot sector to your USB, and mount the EFI partition. Now, grab my EFI and copy the EFI folder to the EFI partition.
 


	 
 


	config.plist modifications 
 


	On the EFI partition, go to EFI/OC, and open config.plist with ProperTree, go to PlatformInfo -&gt; Generic, and now grab a copy of GenSMBIOS, run GenSMBIOS.command, select option 1, afterwards, select option 3 and type "Macmini1,1 1", then go to Apple's Check Coverage page, and put "Serial" in the Serial number section, if it gives you a real Mac Mini, you need to generate a new SMBIOS (option 3 then "Macmini1,1 1" again until you get an invalid SMBIOS). If it returns the error "Please enter a valid serial number.", then you can proceed with that SMBIOS. Copy "Serial" to "SystemSerialNumber", "Board Serial" to "MLB", "SmUUID" to "SystemUUID", and "Apple ROM" to "ROM". Now go to UEFI -&gt; Resolution in the config.plist, and set "Resolution" to the resolution of your monitor. Do not set the value to "Max", while this is what you're supposed to do, there is a current bug in OpenCore resulting in the error "Input Not Supported" if you're using a VGA output and your resolution is set to "Max", so you need to specify the resolution. Once you do that, you can save the config.plist and eject the USB.
 


	 
 


	Install:
 


	Insert your USB into any port (all USB ports on the SR5310F are USB 2.0), turn it on, then press ESC until the boot menu loads, and then select your USB. Select your USB (should be called something like "Install Mac OS X (External)", if this option is not present, press space.). Once the installer loads, go to Utilities -&gt; Disk Utility, select your disk, then format as Mac OS Extended (Journaled) with GUID Partition Map, then exit disk utility, and continue with the installer. Keep your USB connected as Mac OS X installs and reboots, when Mac OS X is finished installing, grab my EFI mounting script, put it on your system, open terminal, run "chmod +x [location to mountefi.sh]" then drag the script to your terminal, and mount your USB's EFI (if your USB is disk2s1, you'd type 2 to mount the EFI". Copy the EFI folder anywhere on your computer, then remove the USB. Grab OpenCorePkg, go to Utilities -&gt; LegacyBoot and run BootInstall_X64.tool again, select your Compaq's HDD, then copy your EFI folder to your HDD's EFI partition. You should now have a Snow Leopard hack on your Presario SR5310F!]]></description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_03/image.png.eeeed01b50930217b4cc9ddbfcddd61e.png" length="134651" type="image/png"/><pubDate>Sun, 09 Mar 2025 17:26:18 +0000</pubDate></item><item><title>macOS Sequoia 15.3 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20392-macos-sequoia-153-update-is-out/?do=findComment&comment=121973]]></link><description>Released January 27th, 2025.
 


	Build 24D60.
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.7.3 (Build 23H417)
	
	
		macOS Ventura Security Update 13.7.3 (Build 22H417)
	



	 
 


	Subsequently released on February 10th, 2025:
 


	
		macOS Sequoia Security Update 15.3.1 (Build 24D70)
	
	
		macOS Sonoma Security Update 14.7.4 (Build 23H420)
	
	
		macOS Ventura Security Update 13.7.4 (Build 22H420)
	



 
View full article</description><pubDate>Sat, 08 Feb 2025 10:31:13 +0000</pubDate></item><item><title>Dell Precision 7530: success with macOS Sequoia</title><link><![CDATA[https://osxlatitude.com/forums/topic/20390-dell-precision-7530-success-with-macos-sequoia/?do=findComment&comment=121964]]></link><description><![CDATA[I have worked hard &amp; long to get as unique as possible MacBook Pro hackintosh. I believe I did it. This is a Dell Precision 7530 laptop with a Coffee Lake 6-core Xeon E-2186M, 128GB RAM, Thunderbolt 3, P630 Intel Graphics, 2TB Boot SSD, 1TB AV SSD &amp; 1TB Work SSD.]]></description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_02/Screenshot2025-01-31at6_06_03PM.png.b1f8f43f7c88f3a3a78b54c6938b851d.png" length="66168" type="image/png"/><pubDate>Sat, 01 Feb 2025 01:18:43 +0000</pubDate></item><item><title>Panasonic CFSV8-1L: HDMI, Webcam and Touchpad issues</title><link><![CDATA[https://osxlatitude.com/forums/topic/20389-panasonic-cfsv8-1l-hdmi-webcam-and-touchpad-issues/?do=findComment&comment=121962]]></link><description><![CDATA[I got the Panasonic CFSV8-1L from my friend as profile here: i7-8565U (Whiskey Lake) with UHD 620, ALC295, Synaptics Trackpad (the wheel trackpad). 
	I managed to install macOS Ventura (13) on this machine but I got some weird bugs here:
 


	1. HDMI: It would work normally after sleep. Before sleep, I connect my screen via this, it turn into solid color, but I put the machine into sleep state and wake again (via dark wake, no need to enter fully sleep), HDMI work normally.
 


	2. Webcam: macOS detected the webcam, but I tested via FaceTime and Photo Booth, it went black. The webcam ID was: VID_5986&amp;PID_113F 
	3. Trackpad: I can move the cursor by using VoodooI2C + HID and XOSI patch, but the cursor always moving on one direction, even I don't use trackpad. I have tried VoodooRMI and VoodooPS2, trackpad cannot be moved.  
	EFI and all specs: https://drive.google.com/file/d/1ZJCDwh6WBweAKPp6PPG8iPRmlqYv_J15/view?usp=sharing
 


	Any help would be appreciated. ]]></description><pubDate>Wed, 29 Jan 2025 17:08:47 +0000</pubDate></item><item><title>E7270:  HELP with config.plist for running macOS Sonoma</title><link><![CDATA[https://osxlatitude.com/forums/topic/20386-e7270-help-with-configplist-for-running-macos-sonoma/?do=findComment&comment=121956]]></link><description>ive  a E7270
 


	Samsung SSD 970 EVO Plus 500GB
 


	ive attempted making a config.plist ,
 


	but i dont have proper tree and im not skilled at it, i understand that to make it work on a e7270 id have to edit the config.plist to make it run SONOMA
 


	 
 


	thanks in advance
 


	EFI-1.0.3.zip</description><pubDate>Wed, 08 Jan 2025 11:49:22 +0000</pubDate></item><item><title>HP 850 G7 Sequoia</title><link><![CDATA[https://osxlatitude.com/forums/topic/20385-hp-850-g7-sequoia/?do=findComment&comment=121955]]></link><description>## Working
 


	- Full graphics acceleration on Intel UHD630 iGPU
 


	- GigEthernet LAN connection
 


	- Wireless and bluetooth with any compatible card
 


	- CPU power management
 


	- Battery management
 


	- Keyboard and touchpad
 


	- Keyboard backlight (F5/F6)
 


	- Touchpad including tap-to-click, scrolling, mouse buttons (can be disable with prt scr key)
 


	 
 


	## Not Working
 


	- Camera
 


	- Microphone
 


	- HDMI
 


	 
 


	Kudos to youtuber - ikip and @miliuco - insanelymac for sharing how to fix the WiFi and Bluetooth. 
	 
	Check out working EFI 
	 
	Notes 
	How to get BCM94360CS2 to work with macOS Sequoia 
	0. Set SMBIOS in order for Compatibility with Sequoia eg MacBookPro16,4 for HP 850 G7 
	1. Mount ESP, select EFI folder, copy below kext to OC/kexts folder: 
	AMFIPass.kext 
	IOSkywalkFamily.kext 
	IO80211FamilyLegacy.kext 
	IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext 
	2. Open config.plist, run OC Configurator, click Add tab to add below: 
	BundlePath: IOSkywalkFamily.kext 
	BundlePath: IO80211FamilyLegacy.kext 
	IO80211FamilyLegacy.kext/Contents/PlugIns/AirPortBrcmNIC.kext 
	MinKernel: 24.0.0 
	3. Click Block tab to block below: 
	Arch: Any 
	Identifier: com.apple.iokit.IOSkywalkFamily 
	Comment: Allow IOSkywalkFamily Downgrade 
	MinKernel: 24.0.0 
	Strategy: Exclude 
	Enabled: YES 
	4. Select Misc, click Security tab to disable Secure Boot Model: 
	Set dropdown list to Disabled 
	5. Select NVRAM, add boot Args: 
	Select last entry "7C....F82", add "-v keepsyms=1 -lilubetaall revpatch=sbvmm" to boot-args key 
	6. Disable SIP for root patching 
	Set csr-active-config to 03080000 
	7. Save config.plist 
	8. Reboot system and reset NVRAM 
	9. Patch System Volume 
	Run OCLP and select Post-install Root Patch 
	Click Start Root Patching 
	Click Yes to relaunch as root 
	10. Reboot system and reset NVRAM</description><enclosure url="https://osxlatitude.com/uploads/monthly_2025_01/SequoiarunningonHP850G7.png.2717ea7a92eb5a08324244497291f584.png" length="2919513" type="image/png"/><pubDate>Sat, 04 Jan 2025 04:50:22 +0000</pubDate></item><item><title>macOS Sequoia 15.2 update is out</title><link><![CDATA[https://osxlatitude.com/forums/topic/20383-macos-sequoia-152-update-is-out/?do=findComment&comment=121950]]></link><description>Released December 11th, 2024.
 


	Build 24C101.
 


	 
 


	Bug fixes and security update. Safe to install on our Hackintosh platforms.
 


	 
 


	
 


	 
 


	
 


	 
 


	Also released at the same time:
 


	
		macOS Sonoma Security Update 14.7.2 (Build 23H311)
	
	
		macOS Ventura Security Update 13.7.2 (Build 22H313)
	



 
View full article</description><pubDate>Fri, 13 Dec 2024 18:17:06 +0000</pubDate></item><item><title>Dell Latitude 7390 2-in-1 Hackintosh</title><link><![CDATA[https://osxlatitude.com/forums/topic/20382-dell-latitude-7390-2-in-1-hackintosh/?do=findComment&comment=121948]]></link><description>Hi people is there anyone that can help me make this machine a hackintosh ive seen similar machine and people doing it with much success?</description><pubDate>Mon, 02 Dec 2024 18:50:41 +0000</pubDate></item><item><title>AR5B22: How to get it working in High Sierra?</title><link><![CDATA[https://osxlatitude.com/forums/topic/20381-ar5b22-how-to-get-it-working-in-high-sierra/?do=findComment&comment=121944]]></link><description>I got some Acer laptop which has an AR5B22 (AR9462 chipset) Wi-Fi card, and it can't be replaced. I replaced the laptop's Pentium with a spare i5 I had laying around and installed High Sierra on it, and mostly everything is working, except for the Wi-Fi, even the Bluetooth works perfectly, but the Wi-Fi just isn't detected at all. Right now for Wi-Fi I have to use a Realtek USB adapter, which requires chris1111's software and SIP disabled, I'd rather just using the internal Wi-Fi, as I hate the USB adapter sticking out of the laptop (this laptop is already big enough, i don't need it to be even bigger), and I'd like SIP enabled. Does anyone know how to get this Wi-Fi card working in macOS?</description><pubDate>Sat, 30 Nov 2024 11:47:53 +0000</pubDate></item><item><title>Mounty: problem mounting NTFS partitions as writable in Sequoia 15.1</title><link><![CDATA[https://osxlatitude.com/forums/topic/20380-mounty-problem-mounting-ntfs-partitions-as-writable-in-sequoia-151/?do=findComment&comment=121935]]></link><description>I am using macOS Sequoia 15.1. After installing the Mounty application with terminal commands, disk partitions with Windows 11 installed are not mounted as writable. I can mount disks with Windows 10 installed on another computer as writable using the Mounty application. But I have Big Sur installed on that computer. 
	Does anyone have a solution suggestion for this?</description><enclosure url="https://osxlatitude.com/uploads/monthly_2024_11/1.png.2639116dea44a46c93ac44149de50aa1.png" length="205310" type="image/png"/><pubDate>Mon, 11 Nov 2024 05:54:58 +0000</pubDate></item><item><title>Aspire TC-780: no VGA output</title><link><![CDATA[https://osxlatitude.com/forums/topic/20379-aspire-tc-780-no-vga-output/?do=findComment&comment=121927]]></link><description>I have an Aspire TC-780, a while back I did the connector patching for HDMI, but now I want to get VGA working too. As this is a Kaby Lake machine, VGA should be DisplayPort internally, as it has been since Skylake, and I verified this by booting in VESA mode, and indeed, I did get VGA output there. If it truly was VGA internally, it wouldn't work, even in VESA. Without VESA, I get no signal after verbose, I figured I just needed to do connector patching, typical hackintosh things, so I just enabled screen sharing, turned it on with the VGA monitor and connected into it on another hack, but here's the issue: macOS isn't even detecting the VGA monitor. It's not like it's outputting to an incorrect connector, no, there's straight up no display0 in the ioreg, it's acting like no monitor is detected. I checked, and framebuffer 0 and 2 are already set to DisplayPort, 1 is set to HDMI from previous connector patching (it was DisplayPort originally). My only guess is I need a 4 connector-count framebuffer, but Kaby Lake desktop only has 3 connector-count framebuffers, so I'm not sure what to do in this case. Is there any hope of getting VGA working? I am currently running Ventura.
 


	 
 


	Some kexts are missing from my EFI, I had to remove them to get it to fit in the 3.78MB file size limit, they are still in the config.plist.
 


	EFI.zip</description><pubDate>Fri, 01 Nov 2024 09:40:35 +0000</pubDate></item><item><title>Compaq Presario SR5310F: White square after verbose on Lion</title><link><![CDATA[https://osxlatitude.com/forums/topic/20378-compaq-presario-sr5310f-white-square-after-verbose-on-lion/?do=findComment&comment=121921]]></link><description>After the verbose, this system just shows a white square and nothing else. Anyone have any idea how to fix this?
 


	 
 


	
 

EFI.zip</description><enclosure url="https://osxlatitude.com/uploads/monthly_2024_10/image.png.de34f0bdb1b07f8cecfe12140f1b50e5.png" length="367841" type="image/png"/><pubDate>Fri, 25 Oct 2024 21:40:39 +0000</pubDate></item><item><title>[Solved] Thinkpad x390: HDMI output not working</title><link><![CDATA[https://osxlatitude.com/forums/topic/20377-solved-thinkpad-x390-hdmi-output-not-working/?do=findComment&comment=121908]]></link><description>I have attached my working config which was helped by Jakelo, my issue is that HDMI output is not working, can you please help.
 


	 
 


	Thinkpad x390, macOS Sequoia, i7 10th Gen, Intel UHD Graphics 620, Wifi working with Heliport..
 


	 
 


	Removed Resources folder and Itmwl to reduce the size.
 


	 
 


	See if you can please help. Thanks</description><pubDate>Wed, 16 Oct 2024 05:29:09 +0000</pubDate></item><item><title>Latitude 5510: BIOS UEFI variables decode (to enable 4K@60Hz and disable CFG lock)</title><link><![CDATA[https://osxlatitude.com/forums/topic/20376-latitude-5510-bios-uefi-variables-decode-to-enable-4k60hz-and-disable-cfg-lock/?do=findComment&comment=121904]]></link><description><![CDATA[My Dell BIOS is latest version...
 


	 
 


	Following these instructions to determine the correct UEFI variables to set so that I can enable 4k@60hz and to disable CFG lock
 


	 
 


	1. Download your BIOS flash program via Dell (search for your model, then click Drivers and Downloads and filter for BIOS) - Completed
 


	 
 


	2. Dell_PFS_Extract: Select folder containing your Dell .exe file (This will extract the raw BIOS .bin file) - Completed
 


	 
 


	3. UEFITool_NE_A58: Open 1 System BIOS with BIOS Guard vx.x.x.bin and export the Setup IFR section - Cannot figure this out... Stopped here cause I can't figure it out...
 


	 
 


	4. Ifrextractor: Use Section_PE32_image_Setup.sct as input file and write output to Section_PE32_image_Setup IFR.txt  - Cannot figure this out...
 


	 
 


	5. Find variables by their name in the .txt file via Ctrl + F (e.g. DVMT or CFG or Thunderbolt) - Cannot figure this out...
 


	 
 


	These are the extracted Bios Files
 


	https://www.dropbox.com/scl/fi/94pcxyxvotpm081r4aa7t/Latitude_5X11_Precision_3551_1.31.1.exe_extracted.zip?rlkey=rudezr9w5zzg6iwm8ulvlg3zu&amp;st=t4pmip2h&amp;dl=0
 


	 
 


	Can someone help me regarding this...
 


	 
 


	All of this is from this site where 4k etc was enabled...
 


	https://github.com/MokkaSchnalle/macOS-Dell-5411-5511]]></description><pubDate>Sun, 06 Oct 2024 03:01:28 +0000</pubDate></item><item><title>Compaq Presario 2500 - supported in OS X?</title><link><![CDATA[https://osxlatitude.com/forums/topic/20374-compaq-presario-2500-supported-in-os-x/?do=findComment&comment=121900]]></link><description>I recently decided to fix my Presario 2500, as I wanted to use it as a machine for early windows+dos games, however just for fun, I'd like to do an old OS X hackintosh on it. I believe the CPU should be supported up to Leopard, but I can't find much info on the GPU. One thread said they got full resolution in Tiger (no info about QE/CI however), and one said it's sister card (iirc same thing but with worse shaders) didn't get QE/CI in Leopard. Does anyone here know if it's supported?
 


	 
 


	Basic specs: Intel Pentium 4 2.4GHz (Northwood), ATI Radeon IGP 345M, 128GB SanDisk Extreme MicroSD (connected via sd to ide adapter)</description><pubDate>Fri, 04 Oct 2024 16:00:40 +0000</pubDate></item><item><title>[Solved] Support for CSR8510 A10 bluetooth USB dongle in Sequoia?</title><link><![CDATA[https://osxlatitude.com/forums/topic/20373-solved-support-for-csr8510-a10-bluetooth-usb-dongle-in-sequoia/?do=findComment&comment=121899]]></link><description>I am using CSR8510 A10 Usb bluetooth (0x0001:0x0a12) on Mac OS Sonoma. It doesn't work after Sequoia update. Can you help with this?</description><enclosure url="https://osxlatitude.com/uploads/monthly_2024_10/3.png.e7ef47108c5d1406366b675a5b973def.png" length="21258" type="image/png"/><pubDate>Fri, 04 Oct 2024 08:22:57 +0000</pubDate></item><item><title>Can't enable FileVault due to "incorrect password"</title><link><![CDATA[https://osxlatitude.com/forums/topic/20371-cant-enable-filevault-due-to-incorrect-password/?do=findComment&comment=121884]]></link><description>I am running Sequoia with OCLP.
 


	 
 


	Whenever I try to enable FileVault on my E6430, I just get the error "incorrect password", my password is being entered correctly however, how do I fix this? 
 


	 
 


	I've only uploaded my config.plist as my full EFI compressed is over the file size limit.
 

config.plist.zip</description><enclosure url="https://osxlatitude.com/uploads/monthly_2024_09/image.png.1260e6b653c6e7abbabd5ea3e107f38e.png" length="138106" type="image/png"/><pubDate>Mon, 23 Sep 2024 12:12:46 +0000</pubDate></item><item><title>Precision m6800 with FirePro S7100X config for Monterey</title><link><![CDATA[https://osxlatitude.com/forums/topic/20370-precision-m6800-with-firepro-s7100x-config-for-monterey/?do=findComment&comment=121862]]></link><description>I have some issues with igpu on Monterey, mostly using Firefox. The S7100X is a powerhouse with modded vbios. I need to release the vbios modding tool somewhere. I got the card for 20 euros and use it on windows with modded drivers to play some Battlefield 2042 
	 
	Ventura should work with patches from OCLP for the dgpu 2015 15" mac (the radeon card should be the same chip) 
	 
	EFI_Precision_m6800_Firepro7100_oc9.7.zip</description><pubDate>Sun, 22 Sep 2024 01:23:55 +0000</pubDate></item><item><title>Dell Latitude 5290: screen resolution issue with USB-c output</title><link><![CDATA[https://osxlatitude.com/forums/topic/20368-dell-latitude-5290-screen-resolution-issue-with-usb-c-output/?do=findComment&comment=121851]]></link><description>Hey everyone, Ive got a hackintosh machine that I've made that runs great, its a Dell Latitude 5290, Core i3 - 8130U, Ive managed to get everything working on the latest opencore 1.0.1 and previously was running Sonoma and have updated to Sequoia with no problems, except one!
 


	At work I have the laptop plugged into a HP USB C Dock G5, which has a 1440p monitor, mouse and keyboard all connected, everything seems to work, Mac OS identify's the monitor correctly and even has the correct connection type, my issue is that I can only run the monitor at 1080p, its picked up correctly as a 1440p monitor but if the resolution is set any higher than 1080p the monitor remains blank and says there is no input, but setting the monitor to 1080p works fine.
 


	This problem was happening on Sonoma as well, also when I connect the dock to a real mac everything works perfectly at 1440p, also when I boot Linux or Windows on the Dell the monitor works fine as well.
 


	Also I should note I've also been successfully building an EFI for a Dell Latitude 7390, and it has the exact same issue as my 5290.
 


	 
 


	I should also add that plugging the monitor into the laptop's HDMI port allows it to work completely fine at 1440p, but if I use a usb-c to hdmi or usb-c to displayport I get the same issue as I get when using the docking station.
 


	 
 


	Any help would be really appreciated thanks!</description><pubDate>Fri, 20 Sep 2024 02:23:38 +0000</pubDate></item></channel></rss>
