Intel wifi mac os heliport

# HeliPort

Intel WiFi Client for itlwm

If you have any questions or feedback, feel free to

# Download

# Latest Stable Version

# Latest Alpha Version

# Status

This App is currently functional, we’re still trying to make it even better.

# To-Do’s

# Issues

Issues for this project are for bug tracking and feature requests only, please carefully fill in all the blanks in the correct Issue Template.

The following types of «Issues» will be considered as invalid and will be closed and locked immediately:

  • Personal help request
  • Duplicated issues
  • Urging updates
  • Spam
  • Non-English or non-Chinese content
  • Easy «Googleable» questions

Including mentioning and distributing closed-source, non-official Intel Wi-Fi Projects.

# Contributing

We desperately need contributors to help us improve this project, any help will be highly appreciated.

  • User interface and password management is implemented with Swift 5
  • Communication with itlwm

# Credits

(opens new window) for Keychain password management improvements
@Bat.bat

(opens new window) for repository management and Sparkle integration
@DogAndPot

(opens new window) for UI improvement, Preference Window implementation and more
@Goshin

(opens new window) for API implementation, Status Menu improvements, and more
@igorkulman

(opens new window) for code refactoring, password management, and more
@zxystd

Источник

# Installation

We are never responsible for any kind of damage caused by our products, please read our software license for more details.

NEVER use both itlwm.kext and AirportItlwm.kext at the same time.

Never install Kernel Extensions into /Library/Extensions or /System/Library/Extensions . Take your own risk when you do so.

# itlwm

itlwm.kext uses Apple’s IOEthernet rather than IO80211. It is purely based on open-source resources, provides a stabler and faster performance, and the ability to unload on Kernels that use prelined kernel .

After you’ve downloaded our Kernel Extensions from GitHub Release:

  1. Unzip
  2. Copy the kext files into your Bootloader’s kext folder in your EFI partition
  3. Make necessary adjustments to your Bootloader’s config
  4. Reboot and enjoy!

If this didn’t work for you, please read the Troubleshooting section.

# AirportItlwm

AirportItlwm.kext uses Apple’s IO80211Family. It provides certain Airport features but lacks stability compared with itlwm.kext due to the ambiguity of reverse engineering.

All steps from itlwm.kext + one of the following steps to load IO80211Family (level of recommendation decreases):

  • Enable Apple Secure Boot (Please read OpenCore’s official manual)
  • Force IO80211Family to load. 「Supports OpenCore and Clover(not tested)」 (Read the Kernel — Force section in OpenCore’s manual for more info)
  • Load AirportItlwm from Terminal (Continuity features may not work)
  • Extract IO80211Family from the system, insert AirportItlwm as a Plugin, and load the bundle with a bootloader.
  • Disable SIP and install AirportItlwm into /Library/Extensions (Take your own risk)

The latter two methods are not recommended, hence details are not provided.

Источник

Intel wifi mac os heliport

zxystd released this Aug 7, 2021

This version brings performance to the next level:

  • iwm/iwx: Add support for 802.11AC
  • iwm/iwx: Add support for VHT160 (160MHz)
  • Add support for LDPC and STBC
  • Improve RA rate scaling algorithm to support HT, VHT, and HE throughput
  • AirportItlwm: Add support for macOS Monterey
  • AirportItlwm: Add support for overriding Country Code by Airport (starting from macOS Mojave)

Priority: User Override > Firmware LOC > Airport Override
Adapters that don’t provide Country Codes will now accept them from airportd

zxystd released this Apr 20, 2021

This version brings significant speed and stability improvements

  • Implement Tx Aggregation with A-MPDU and A-MSDU
  • Add HT40 (40MHz) support to iwn (#516), iwm, and iwx devices
  • Switch to the RA algorithm for rate selection (Credit Christian Ehrhardt and Stefan Sperling)
  • Implement channel width changing between 20MHz and 40MHz
  • Force disable ASPM to prevent devices being in unsupported states
  • Correctly configure Tx QoS for iwx devices to eliminate stuttering when uploading
  • Partially implement Airport SSID nodes cache age to optimize user experience
  • Add retries if BSS association fails
  • Decrypting multicast frames will no longer generate failures on iwx devices

zxystd released this Jan 15, 2021

  • Use Apple RSN Supplicant for authentication. AirportItlwm now supports connecting to WPA/2 Enterprise networks. Credit @usr-sse2 (#311) (#349)
  • Partially support Apple Watch Unlock (Not tested)
  • Switch to MacKernelSDK
  • Bug fixes for iwm and iwx
  • IO80211Family headers update and bug fixes
  • Support AWDL service initialization (no further services available)
  • Add support for country code
    • Adapters that don’t report country codes (iwn, 7000 & 8000 series) can use itlwm_cc= COUNTRY_CODE to select them
  • Support monitoring download speed
  • Add support for iwn devices. Credit @pigworlds (#399) (#411) (#404) (#424)
  • Change itlwm dependencies version to fit 10.9 and above
  • Change AirportItlwm match strategy to fix random kernel panic when system boots
  • Sync openbsd net80211 (#453)
  • Bug fixes for the MIRA algorithm. Credit @pigworlds (#465) (#466)
  • Correct iwx sending traffic ids, improved performance
  • Fix SSID disappering in Heliport when itlwm is associating
  • Use kprintf instead of IOLog to avoid missing interruptions while associating

zxystd released this Sep 16, 2020

itlwm

  1. Merged itlwmx to itlwm, itlwmx is now deprecated.
  2. Compressed firmware files, reduced itlwm size to 9.9 MB.
  3. Resolved an issue that causes the system to become unresponsive when uploading with P2P software.

A single itlwm.kext supports all the previously supported devices.

itlwm still needs to be used with Heliport and provides support for 10.12 and above systems.

AirportItlwm Beta

  1. Supports all itlwm-supported devices.
  2. Supports native Wi-Fi selection and switching with WPA/WPA2/Unencrypted Wi-Fi Networks.
  3. Supports Location Services.
  4. Handoff and Universal Clipboard perfectly supported. (#292 (comment))

Known Issues and limitations

  • Handoff and Universal Clipboard are the only supported Continuity features.
  • Instant HotSpot from iPhone can be recognized but may likely fail to connect. Workaround: use itlwm.kext with HeliPort.
  • Apple Bluetooth peripherals may fail to connect. Workaround: use itlwm.kext with HeliPort or disable iCloud.

Bootloader Compatibility

Note:
OpenCore requires 0.6.1 or higher. Please read OpenCore’s Official Document for more details.

Set SecureBootModel to Default to make sure IO80211Family loads properly.

Workaround for Users with Prelinked Kernel without ImmutableKernel

  • Force IO80211Family to load. 「Supports OpenCore and Clover(not tested)」 (Read the Kernel — Force section in OpenCore’s manual for more info)
  • Load AirportItlwm from Terminal (Continuity features may not work)
  • Extract IO80211Family from the system, insert AirportItlwm as a Plugin, and load the bundle with a bootloader.
  • Or disable SIP and install AirportItlwm into /Library/Extensions (Take your own risk)

The latter two methods are not recommended, hence details are not provided.

境内加速下载链接:
Download boosted URL for China:

Источник

Intel WiFi Driver Effort

ammulder

Moderator

I’ve started work on a project to port the current-generation Intel WiFi drivers from Linux to OS X. Right now it’s very, very early in a process that looks to be a very, very long one. I have a kext that identifies compatible hardware and loads and digests the matching firmware, but it doesn’t yet do important things like, say, connect to a network.

Still, it’s a start, and if anybody has a recent Intel WiFi card and wants to give it a spin and confirm whether it recognized the card successfully, there’s a build with instructions here:

The list of compatible hardware is here (it includes the Broadwell and Skylake NUC WiFi cards):

zipfly75

Intel WiFi Driver Effort — Intel® Wireless 7265

I can test it tomorrow on 10.11 with Intel Wireless 7265 and post the result here.
Update: there is no kext file there. I am setting up Xcode to build and create kext file from source.

iw4cdk

Any news, you do it?
It would be great .

zipfly75

Intel WiFi Driver Effort testing on X1 Carbon

Here is the log file. I just selected whatever was having the name of WiFi card.

Attachments

osx01

I have a Intel 8260 wifi and would like to test it for you.

I upload the driver-file. It’s recognized correctly. Since I don’t know much about the hardware, I log the result from Console.app and hope it’s useful for you.

ammulder

Moderator

That’s all the right output in both cases. Glad to see it! And thanks for testing.

However, I don’t have much of a status update on a functional driver. Recognizing the hardware and loading the firmware turned out to be the easy part. Now I’m working on the actual wireless functionality, and there’s a LOT of code in the Linux driver. I think maybe I underestimated the complexity.

Anyway, I’m working on getting it all running in OS X. I don’t really have an ETA. Maybe I’ll try to give an update every week? Right now I’m working on eliminating the basic syntax differences and putting together a list of all the functions that the Linux driver calls that don’t exist under OS X.

Источник

WiDI Desktop Application 4+

HYPERTIDE SAS

Снимки экрана

Описание

This is the WiDI Desktop Application.

WiDI Remote MIDI Controller app for iPhone® and iPad® connects to the desktop application to exchange MIDI messages with your MIDI devices over the network.

The WiDI Desktop Application is a very lightweight program that does not need to perform any kind of installation procedure and do not write files on your computer. Just run it, and it will start to listen to incoming connection from your iPhone® or iPad®.

You can install it on as many Mac as you want.

Multiple WiDI app can connect at the same time to the same Desktop Application, thus allowing multiple control surfaces for the same devices connected to your Mac.

WiDI Remote MIDI Controller App Store page : https://itunes.apple.com/us/app/widi-remote-midi-controller/id1420223879?mt=8

Конфиденциальность приложения

Разработчик HYPERTIDE SAS не сообщил Apple о своей политике конфиденциальности и используемых им способах обработки данных. Подробные сведения доступны в политике конфиденциальности разработчика.

Нет сведений

Разработчик будет обязан предоставить сведения о конфиденциальности при отправке следующего обновления приложения.

Источник

Читайте также:  При переустановке windows данные стираются
Оцените статью