Giter Club home page Giter Club logo

Comments (12)

jsassu20 avatar jsassu20 commented on June 14, 2024 2

Sure absolutely I’ll take care of it for you I actually started using that one not too long ago but I just sold my machine I’m gonna buy a T470 and do the same thing with that now But I’ll keep this one and updated as well, don’t worry about that. The current files I’m using support Catalina as well I’m also dabbling in opencore right now I’m thinking about creating a write up for that sometime in the near future.

from lenovo-thinkpad-t450-macos-catalina.

Jpe230 avatar Jpe230 commented on June 14, 2024 1

Hey! First of all, thanks @jsassu20 for this amazing repo! Just booted MacOS in my T450 this weekend thanks to you!

Second, I was on the same boat as @tomaculum, personally I wanted to make use of the gesture using Acidanthera's fork but I missed the 3 buttons on top, that's why I combined code from RehabMan and Acidanthera forks, to make use of the gestures and the 3 buttons.

if you like to test my fork, you can build it yourself from my repo and tell me if you found any bugs while using it. Don't forget to make a backup!

EDIT: My fork is now merge in the master brach of Acidanthera's fork. Expect a release soon from them!

from lenovo-thinkpad-t450-macos-catalina.

Zardinality avatar Zardinality commented on June 14, 2024

@tomaculum Kudos to you for letting us know there are alternatives to PS2 device kexts. I know very little of the kext stuff so afraid not be able to help you. I would like to know does the Trackpoint also works smoothly to you? And when you see trackpad hardware buttons I am assuming you mean the button under the trackpad?

from lenovo-thinkpad-t450-macos-catalina.

findyy99 avatar findyy99 commented on June 14, 2024

Hey! First of all, thanks @jsassu20 for this amazing repo! Just booted MacOS in my T450 this weekend thanks to you!

Second, I was on the same boat as @tomaculum, personally I wanted to make use of the gesture using Acidanthera's fork but I missed the 3 buttons on top, that's why I combined code from RehabMan and Acidanthera forks, to make use of the gestures and the 3 buttons.

if you like to test my fork, you can build it yourself from my repo and tell me if you found any bugs while using it. Don't forget to make a backup!

EDIT: My fork is now merge in the master brach of Acidanthera's fork. Expect a release soon from them!

sorry , i am not good at xcode, how can i use your repo, thank you

from lenovo-thinkpad-t450-macos-catalina.

surrogatecode avatar surrogatecode commented on June 14, 2024

@tomaculum Amazing! The acidanthera fork works magnitudes better than the original by rehabman. Thank you.
@Jpe230 Your fork of the controller kext has been working really, really well for me. I could not find any sort of bug within a week of normal use. I could also build it without any further issues.

@jianzhao0806

  • install xcode
  • in terminal type: git clone https://github.com/Jpe230/VoodooPS2.git (alternatively download it)
  • find cloned folder in your user directory
  • run VoodooPS2Controller.xcodeproj
  • click play icon in top left and let xcode build you the kext
  • find kext in cloned folder under /build/release/whatever
    done.

from lenovo-thinkpad-t450-macos-catalina.

findyy99 avatar findyy99 commented on June 14, 2024

@tomaculum Amazing! The acidanthera fork works magnitudes better than the original by rehabman. Thank you.
@Jpe230 Your fork of the controller kext has been working really, really well for me. I could not find any sort of bug within a week of normal use. I could also build it without any further issues.

@jianzhao0806

  • install xcode
  • in terminal type: git clone https://github.com/Jpe230/VoodooPS2.git (alternatively download it)
  • find cloned folder in your user directory
  • run VoodooPS2Controller.xcodeproj
  • click play icon in top left and let xcode build you the kext
  • find kext in cloned folder under /build/release/whatever
    done.

thank you for the reply, but when I play, it shows red error, with '/Users/**/Downloads/VoodooPS2-master/VoodooPS2Trackpad/VoodooPS2SynapticsTouchPad.cpp:48:10: 'IOKit/usb/IOUSBHostFamily.h' file not found'

from lenovo-thinkpad-t450-macos-catalina.

surrogatecode avatar surrogatecode commented on June 14, 2024

Oh? Well, I do not know what is the cause of this.
try this: https://we.tl/t-8roz2ZTMvb

from lenovo-thinkpad-t450-macos-catalina.

daviwu avatar daviwu commented on June 14, 2024

FYI compiled kext from jpe230's fork acidanthera/bugtracker#418 (comment)

from lenovo-thinkpad-t450-macos-catalina.

gabgabe avatar gabgabe commented on June 14, 2024

Hello, thanks @Jpe230 for your version!!

I have gestures, trackpad, trackpoint, 3 buttons working finally.

I also edited line 402 in ApplePS2ToADBMap.h to remap AltGr -> Right Option because I have UK keyboard but I’m italian and we have to press option to write some characters as ‘@‘or’#’ (on windows I press on uk keyboard ‘AltGr’ + ‘;’ ) hope this can be useful for someone.

Thanks again @jsassu20 got everything working! (Still need to change wifi card, updates soon!)

Consider including @Jpe230 kext, fully worked for me.

Regards

from lenovo-thinkpad-t450-macos-catalina.

jsassu20 avatar jsassu20 commented on June 14, 2024

heads up there's now partial support for some intel wifi cards in macOS I have tested it with an Intel 8265 and 7265 and confirm it works

from lenovo-thinkpad-t450-macos-catalina.

jsassu20 avatar jsassu20 commented on June 14, 2024

Hello, thanks @Jpe230 for your version!!

I have gestures, trackpad, trackpoint, 3 buttons working finally.

I also edited line 402 in ApplePS2ToADBMap.h to remap AltGr -> Right Option because I have UK keyboard but I’m italian and we have to press option to write some characters as ‘@‘or’#’ (on windows I press on uk keyboard ‘AltGr’ + ‘;’ ) hope this can be useful for someone.

Thanks again @jsassu20 got everything working! (Still need to change wifi card, updates soon!)

Consider including @Jpe230 kext, fully worked for me.

Regards
heads up there's now partial support for some intel wifi cards in macOS I have tested it with an Intel 8265 and 7265 and confirm it works

from lenovo-thinkpad-t450-macos-catalina.

jsassu20 avatar jsassu20 commented on June 14, 2024

https://github.com/zxystd/AppleIntelWifiAdapter

from lenovo-thinkpad-t450-macos-catalina.

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.