SavageAUS Posted June 19, 2021 Share Posted June 19, 2021 (edited) 9 minutes ago, headkaze said: @SavageAUS @jsl2000 Can you guys please try 3.6.1. I'm guessing I fixed the issue but I don't have Monterey installed to test it just yet. Latest release working fine for me now. Thank you. Spoiler Edited June 19, 2021 by SavageAUS 1 Link to comment Share on other sites More sharing options...
jsl2000 Posted June 19, 2021 Share Posted June 19, 2021 8 minutes ago, SavageAUS said: Latest release working fine for me now. Thank you. Hide contents Working for me too ! Thanks for your prompt help and solved my problem. 1 Link to comment Share on other sites More sharing options...
iCanaro Posted June 19, 2021 Share Posted June 19, 2021 in the monterey of the Z170 and Z370 hackintool works regularly Link to comment Share on other sites More sharing options...
eSaF Posted June 19, 2021 Share Posted June 19, 2021 18 minutes ago, iCanaro said: in the monterey of the Z170 and Z370 hackintool works regularly Agree never had any problems. Link to comment Share on other sites More sharing options...
headkaze Posted June 19, 2021 Author Share Posted June 19, 2021 (edited) On 6/19/2021 at 11:11 AM, eSaF said: Agree never had any problems. It was a double de-allocation bug that only showed up for some users. Either way it's fixed now Edited June 20, 2021 by headkaze 2 Link to comment Share on other sites More sharing options...
pitrysha Posted July 28, 2021 Share Posted July 28, 2021 Display-xxxx-xxxx.kext made by Hackintool does not work in Montery Link to comment Share on other sites More sharing options...
Alex HQuest Posted August 4, 2021 Share Posted August 4, 2021 (edited) Hey @headkaze, giving a shot of v3.6.2 to help me set up a new rig. XHCI 8086:43ED, Z590 Tiger Lake-H USB 3.2 Gen 2x1 long ass USB names yada yada. Unless the help is way outdated, at step #9 "select all items in the USB ports list and select Delete then Refresh". All USB ports are gone, and there is no refresh that brings them back The Inject button does bring them all (HS01 ~ HS14, SS01 ~ SS10, USR1/2), but then no port is updated with the colored marks for connected or disconnected devices. I do see devices popping in and out on IORegExplorer, though, so not exactly sure why they aren't updating on your tool. Also, monterey (sorry bro). [Edit] Well, progress has been made. I matched the USB ports via IORegExplorer and set them up accordingly on Hackintool, only to generate me the kext and/or the ACPI files. After some more poking around, and because I had not renamed the USB subsystem as "XHC" but let it using the default "XHCI" name, in adjusting this, not only the ports are now mapped, Hackintool also woke up and is seeing all ports whenever a device is plugged/disconnected. Sooooo... shame on me maybe, probably? Edited August 5, 2021 by Alex HQuest Link to comment Share on other sites More sharing options...
mnfesq Posted August 29, 2021 Share Posted August 29, 2021 (edited) Hi. Still loving your Hackintool app and using it often. In your next update, can you please add a kext to your extensions list? It's still in beta but it is VERY promising and is being updated frequently. Here's the link on our forum and the GitHub link is in the first post. Be sure to also add the accompanying "friend" kext. Thanks. Edited August 29, 2021 by mnfesq Link to comment Share on other sites More sharing options...
matxpa Posted August 29, 2021 Share Posted August 29, 2021 9 hours ago, mnfesq said: Hi. Still loving your Hackintool app and using it often. In your next update, can you please add a kext to your extensions list? It's still in beta but it is VERY promising and is being updated frequently. Here's the link on our forum and the GitHub link is in the first post. Be sure to also add the accompanying "friend" kext. Thanks. Hello. Just try to add the next two entries in /Applications/Hackintool.app/Contents/Resources/Kexts/kexts.plist <dict> <key>Name</key> <string>RealtekCardReader</string> <key>Description</key> <string>An unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/GenericCardReaderFriend</string> <key>Type</key> <string>kext</string> </dict> <dict> <key>Name</key> <string>GenericCardReaderFriend</string> <key>Description</key> <string>A Lilu plugin that makes System Information recognize your builtin USB card reader as a native one.</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/RealtekCardReader</string> <key>Type</key> <string>kext</string> </dict> 1 Link to comment Share on other sites More sharing options...
mnfesq Posted August 29, 2021 Share Posted August 29, 2021 @matxpa Thanks for the suggestion. There were some errors in the code you posted. Here's the correct code in case anyone else wants to try this: <dict> <key>Name</key> <string>RealtekCardReader</string> <key>Description</key> <string>An unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/RealtekCardReader</string> <key>Type</key> <string>kext</string> </dict> <dict> <key>Name</key> <string>RealtekCardReaderFriend</string> <key>Description</key> <string>A Lilu plugin that makes System Information recognize your builtin USB card reader as a native one.</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/RealtekCardReaderFriend</string> <key>Type</key> <string>kext</string> </dict> Now, do you know how to make the app recognize that these apps are installed on my system? They do not show up in the app as installed even though they are. Link to comment Share on other sites More sharing options...
headkaze Posted August 29, 2021 Author Share Posted August 29, 2021 [mention=550900]matxpa[/mention] Thanks for the suggestion. There were some errors in the code you posted. Here's the correct code in case anyone else wants to try this: NameRealtekCardReaderDescriptionAn unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.ProjectUrlhttps://github.com/0xFireWolf/RealtekCardReaderTypekextNameRealtekCardReaderFriendDescriptionA Lilu plugin that makes System Information recognize your builtin USB card reader as a native one.ProjectUrlhttps://github.com/0xFireWolf/RealtekCardReaderFriendTypekext Now, do you know how to make the app recognize that these apps are installed on my system? They do not show up in the app as installed even though they are.You need to add the bundle id's. When you get these working I'll add them to the repo. 1 Link to comment Share on other sites More sharing options...
mnfesq Posted August 29, 2021 Share Posted August 29, 2021 15 minutes ago, headkaze said: You need to add the bundle id's. When you get these working I'll add them to the repo. RealtekCardReader Bundle ID: science.firewolf.rtsx RealtekCardReaderFriend Bundle ID: science.firewolf.rtsf Thanks. Link to comment Share on other sites More sharing options...
headkaze Posted August 29, 2021 Author Share Posted August 29, 2021 RealtekCardReader Bundle ID: science.firewolf.rtsx RealtekCardReaderFriend Bundle ID: science.firewolf.rtsf Thanks.You need to add the bundle id's to the kext.plist. Link to comment Share on other sites More sharing options...
mnfesq Posted August 30, 2021 Share Posted August 30, 2021 3 hours ago, headkaze said: You need to add the bundle id's to the kext.plist. OK, so I'm not a software developer or coder. I'm a real estate lawyer. But I can figure stuff out. So here's what goes into your kext.plist for the next update: <dict> <key>BundleID</key> <string>RTSX</string> <key>Description</key> <string>An unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.</string> <key>Name</key> <string>RealtekCardReader</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/RealtekCardReader</string> <key>Type</key> <string>kext</string> </dict> <dict> <key>BundleID</key> <string>RTSF</string> <key>Description</key> <string>A Lilu plugin that makes System Information recognize your builtin USB card reader as a native one.</string> <key>Name</key> <string>RealtekCardReaderFriend</string> <key>ProjectUrl</key> <string>https://github.com/0xFireWolf/RealtekCardReaderFriend</string> <key>Type</key> <string>Lilu</string> </dict> Link to comment Share on other sites More sharing options...
headkaze Posted August 30, 2021 Author Share Posted August 30, 2021 OK, so I'm not a software developer or coder. I'm a real estate lawyer. But I can figure stuff out. So here's what goes into your kext.plist for the next update: BundleIDRTSXDescriptionAn unofficial macOS kernel extension for Realtek PCIe/USB-based SD card readers.NameRealtekCardReaderProjectUrlhttps://github.com/0xFireWolf/RealtekCardReaderTypekextBundleIDRTSFDescriptionA Lilu plugin that makes System Information recognize your builtin USB card reader as a native one.NameRealtekCardReaderFriendProjectUrlhttps://github.com/0xFireWolf/RealtekCardReaderFriendTypeLilu Please try science.firewolf.rtsx and science.firewolf.rtsf. It probably does work with the short version but I prefer it's more specific. If it works I'll add it. Link to comment Share on other sites More sharing options...
mnfesq Posted August 30, 2021 Share Posted August 30, 2021 (edited) 4 hours ago, headkaze said: Please try science.firewolf.rtsx and science.firewolf.rtsf. It probably does work with the short version but I prefer it's more specific. If it works I'll add it. I tested it out before I posted it. The longer version of the Bundle IDs didn't work. Here's what it looks like in my app. Edited August 30, 2021 by mnfesq Link to comment Share on other sites More sharing options...
pkdesign Posted November 11, 2021 Share Posted November 11, 2021 @headkaze A bunch of us have noticed that our bluetooth is not showing up in Hackintool. My card is a Apple card (specifically a YOUBO PC Hackintosh Dual Band WiFi Card BCM94360CD) and I do not need any kexts. Not a big deal but thought you should know. 1 Link to comment Share on other sites More sharing options...
miliuco Posted November 11, 2021 Share Posted November 11, 2021 @pkdesign @headkaze is on it. See here: https://github.com/headkaze/Hackintool/issues/147 1 1 Link to comment Share on other sites More sharing options...
eSaF Posted November 19, 2021 Share Posted November 19, 2021 @headkaze - Great job with latest Hackintool version, now showing B/T data in Peripherals. Spoiler 3 Link to comment Share on other sites More sharing options...
pkdesign Posted November 19, 2021 Share Posted November 19, 2021 (edited) Yes, thanks for the fix! BT is now showing up. But it show up three times for me, I have no idea why. i see same for @eSaF Edited November 19, 2021 by pkdesign 1 Link to comment Share on other sites More sharing options...
eSaF Posted November 19, 2021 Share Posted November 19, 2021 51 minutes ago, pkdesign said: But it show up three times for me, I have no idea why. i see same for @eSaF Maybe it's been so long without it in Monterey that it's giving us a triple dose of the same data. What ever the reason it's a good fix. 4 Link to comment Share on other sites More sharing options...
Anto65 Posted November 19, 2021 Share Posted November 19, 2021 Three are better than one, if one fails you have two more available 5 Link to comment Share on other sites More sharing options...
miliuco Posted November 19, 2021 Share Posted November 19, 2021 (edited) @pkdesign @eSaF @antuneddu Fixed in 3.6.7. Try it. Edited November 19, 2021 by miliuco 4 Link to comment Share on other sites More sharing options...
Anto65 Posted November 19, 2021 Share Posted November 19, 2021 Updated a little while ago, no I noticed the version, I don't even have Bluetooth devices, anyway thanks and congratulations to the dev ... Let's Joke 🙂 3 Link to comment Share on other sites More sharing options...
eSaF Posted November 19, 2021 Share Posted November 19, 2021 27 minutes ago, miliuco said: Fixed in 3.6.7. Try it. Thanks, yes it is. Spoiler 3 1 Link to comment Share on other sites More sharing options...
Recommended Posts