Giter Club home page Giter Club logo

Comments (10)

rpeshkov avatar rpeshkov commented on July 27, 2024 1

BTW, if you try to build kext from master branch, there's PCIMatch setup for only Intel Centrino 130 card. You should place identifier for your card inside Info.plist file.

from intelwifi.

rpeshkov avatar rpeshkov commented on July 27, 2024

Hi @cnjack, make all command do unload and load. If kext wasn't previously loaded, it fails. I mostly use makefile in this project for easier loading/unloading rather than building pipeline for CI or any kind of build automation.

from intelwifi.

cnjack avatar cnjack commented on July 27, 2024

I build the kext with xcode(sign with ad hoc) then

sudo chown -R root:wheel $(KEXT_PATH)
sudo kextutil $(KEXT_PATH)

I got Code Signing Failure: code signature is invalid

I try

sudo nvram boot-args="debug=0x146 kext-dev-mode=1"

but it is not work for me

from intelwifi.

cnjack avatar cnjack commented on July 27, 2024

And another question: what different between mvm and dvm, they all implement IOEthernetController, are they some different in hardware?

from intelwifi.

rpeshkov avatar rpeshkov commented on July 27, 2024

Invalid code signature is fine.

MVM and DVM are operational modes. They're absolutely different in terms of working with the hardware. If you look into iwlwifi module from Linux kernel source you'll see that they mostly don't have any codebase in common.

from intelwifi.

cnjack avatar cnjack commented on July 27, 2024

How can I test the driver?

from intelwifi.

rpeshkov avatar rpeshkov commented on July 27, 2024

Load kext via kextutil and read logs in Console application. For kext loading you may also use make load. This command will change owner of kext to root and load it via kextutil.

from intelwifi.

cnjack avatar cnjack commented on July 27, 2024

Load kext via kextutil return invaild code signture

from intelwifi.

rpeshkov avatar rpeshkov commented on July 27, 2024

I previously wrote that it's fine. It means that even with invalid signature kext is loaded. You can check loaded kexts with kextstat utility. If it's not there, maybe you try this kext on MVM card and kext loading doesn't go further than probe call.

from intelwifi.

cnjack avatar cnjack commented on July 27, 2024

thx

from intelwifi.

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.