Code Monkey home page Code Monkey logo

Comments (4)

5T33Z0 avatar 5T33Z0 commented on June 5, 2024

Interesting. But how do I obtain PCIInfo.txt? Is it the same as pcidevices.txt that you get when exporting the PCI devices list in Hackintool?

from oc-little-translated.

dreamwhite avatar dreamwhite commented on June 5, 2024

Interesting. But how do I obtain PCIInfo.txt?

Good morning. Basically you need to enable config.plist/Misc/Debug/SysReport with OpenCore DEBUG binaries and when you boot, it'll create a SysReport dump. We created an EFI for such purposes that you can consult here.

Is it the same as pcidevices.txt that you get when exporting the PCI devices list in Hackintool?

Nope.

We created such script since we wanted to have an overview of the motherboard PCI devices directly from OpenCore's SysReport, so we can create a suitable EFI without the need of adding unneeded patches/kexts

from oc-little-translated.

5T33Z0 avatar 5T33Z0 commented on June 5, 2024

Added a "Debugging" chapter.

I've tested the SysReport option and the python script.

In my test, the PCI section from Hackingtool listed 16 devices while PCIinfo.txt contained 18, twon of which had invalid or unknown vendor IDs (ffff). That's probably why the devices are not listed in Hackintool. Besides that, Hackintintool detects everything else.

I included the script but as far as PCI devices are concerned, I think Hackintool really is all you need to for analyzing PCI devices.

from oc-little-translated.

dreamwhite avatar dreamwhite commented on June 5, 2024

Added a "Debugging" chapter.

I've tested the SysReport option and the python script.

Thank you so much !!

In my test, the PCI section from Hackingtool listed 16 devices while PCIinfo.txt contained 18, twon of which had invalid or unknown vendor IDs (ffff). That's probably why the devices are not listed in Hackintool. Besides that, Hackintintool detects everything else.

Yeah, probably that's why those unknown/invalid devices arent' listed in Hackintool.

I included the script but as far as PCI devices are concerned, I think Hackintool really is all you need to for analyzing PCI devices.

Absolutely, but I wanna remark this point: as long as you don't have a bootable macOS installation, hence the case where you are creating a suitable EFI for your hardware, the script is fine.

I'm willing to create a parsing script that analyzes Hackintool report, but I don't see it useful, since Hackintool already reports the name of those devices.
Also please note that in case you're using a custom device-id (such as for iGPU or a dGPU), Hackintool and SysReport's PCIInfo.txt IDs won't match.

That's the case of my Intel UHD Graphics 620 of my Intel Core i5-8250U:

SysReport: 2. Vendor ID: 0x8086, Device ID: 0x5917, ...
Hackintool: Vendor ID: 0x8086, Device ID: 0x5916, ...

Let me know your thoughts on that

from oc-little-translated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.