Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes I needed to get this running #1

Closed
wants to merge 1 commit into from
Closed

Fixes I needed to get this running #1

wants to merge 1 commit into from

Conversation

dan-v
Copy link

@dan-v dan-v commented Aug 23, 2017

First of all, thanks for writing this tool! I had a few issues getting it running, so I figured I'd at least document the changes I needed.

  • Fix build error with iokitnative.go. Was seeing this issue:
./iokitnative.go:119: cannot use numberRef (type C.CFNumberRef) as type C.CFTypeRef in argument to func literal
./iokitnative.go:130: cannot use numberRef (type C.CFNumberRef) as type C.CFTypeRef in argument to func literal
  • Change location of kext to /Library/Extensions/HoRNDIS.kext (OSX Sierra fails to load kext otherwise due to being unsigned). Might not want this change if you want to support older versions of OSX. Fix was found here : 10.11  jwise/HoRNDIS#42). Was seeing this issue:
└─(Extensions)-> sudo kextutil HoRNDIS.kext/
Diagnostics for /System/Library/Extensions/HoRNDIS.kext:
Code Signing Failure: not code signed
Untrusted kexts are not allowed
ERROR: invalid signature for com.joshuawise.kexts.HoRNDIS, will not load
  • Update README clarifying the ordering of the phone vendor and product id in the plist file.

* Change location of kext to /Library/Extensions/HoRNDIS.kext (OSX Sierra fails to load kext otherwise due to being unsigned)
* Update README clarifying the ordering of the phone vendor and product id in the plist file
@dan-v dan-v closed this Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant