Giter Club home page Giter Club logo

intelwifi's People

Contributors

rpeshkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

intelwifi's Issues

Does it support mine ?

Hello.. i'm curious..

I'm using latest Mojave, and i have Intel Wifi 3160..
Does this kext supported ?

Development status

Is the development still going? I'm interested in helping as much as I can (although I don't have much MacOS programming experience)

Intel 9560

Hi,
is there anyone who got a Intel 9560 to work?
Greetings
Max

code firmware

If I put the firmware from a 7265d in the firmware folder, will it automatically recognize my 7265d?

make all with some error

hardware: Intel Wireless AC 8265
macOS version: 10.13.6 (17G2112)
xcode version: 9.4.1 (9F2000)
build path: /Users/jack/Library/Developer/Xcode/DerivedData/IntelWifi-getlgenyupdyjqbpiohhekunvlkw/Build/Products/Debug/IntelWifi.kext

make all

sudo kextunload /Users/jack/Library/Developer/Xcode/DerivedData/IntelWifi-getlgenyupdyjqbpiohhekunvlkw/Build/Products/Debug/IntelWifi.kext
(kernel) Kext net.rpeshkov.IntelWifi not found for unload request.
Failed to unload net.rpeshkov.IntelWifi - (libkern/kext) not found.

How to allocate OSX kernel memory atomically?

Hello! I am also trying to port iwlwifi to OSX.
I met a problem when trying to rewrite the Linux code.
The Linux driver often allocates the memory atomically, e.g.:
phy_db->calib_ch_group_papd = kcalloc(chg_id + 1,
sizeof(struct iwl_phy_db_entry),
GFP_ATOMIC);

However, IOMalloc in OSX IOKit doesn't provide a similar feature like GFP_ATOMIC. May I ask how do you solve thsi issue?
Your code helps a lot with my porting. Thank you in advance.

Intel Wireless AC 9260

Hey,

really looking forward to how far you will be able to dive.

I actually have the new laptop with
Intel Wireless AC 9260
https://ark.intel.com/products/99445/Intel-Wireless-AC-9260
Which is pretty new Intel WiFi card.

If you need any help - not exactly a programmer but can follow some things - I am willing to help!

So if you need anything I can check etc.

Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74

macOS 10.13.6: WiFi Off

(IO80211Family) IO80211Controller::addSubscriptionForThisReporterFetchedOnTimer() Failed to addSubscription for group Chip subgroup Bytes Transferred driver 0xe5db740b2847e973 - data underrun

kernel: (IO80211Family) IO80211ControllerMonitor::configureSubscriptions() failed to add subscription

wondering

is this kext will work for 10.13 ? thanks for help.

Add licensing information

The project need to respect licenses and provide information about licenses of source code and firmwares.

Is this still live

Hi Chaps,

Are you still working on this??? Wanting to get this compiling under Catalina 10.15.2, if anyone has got this compiling please update code or create a new branch

Improve PCI matching

There is probe method available for any PCI device driver. It allows to check whether driver may work with the device or not. Since there are a lot of Intel wireless cards, it's a bit tricky to write them all into PCI match section of Info.plist.

It's better to match Intel vendor in Info.plist file and then figure out whether it's supported wireless card in probe method.

Switch to IO80211Controller

Current base class is IOEthernetController that doesn't have a lot of things related to Wifi. Need to switch base class to IO80211Controller.

Error IO80211Family

sudo kextutil IntelWifi.kext
Password:
Kext with invalid signature (-67050) allowed: <OSKext 0x7fc7f0c2e590 [0x7fff87e65090]> { URL = "file:///Users/detrous/ha/IntelWifi/IntelWifi.kext/", ID = "net.rpeshkov.IntelWifi" }
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
Code Signing Failure: code signature is invalid
Dependency Resolution Failures:
Only incompatible kexts found for these libraries:
com.apple.iokit.IO80211Family

Diagnostics for /Users/detrous/ha/IntelWifi/IntelWifi.kext:
Dependency Resolution Failures:
Only incompatible kexts found for these libraries:
com.apple.iokit.IO80211Family

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.