Jump to content

Xbox & 360 Controller Drivers as well as Putty 0.58


10 posts in this topic

Recommended Posts

I got bored and decided ot get back into porting stuff. I saw someone made a 360 driver for osx so I recompiled it so I could use it as well as the xbox one because someone requested it. Putty I needed for a function at my job but I figured others might want it as well. Please beware, the source to the putty ui is far from complete.

 

To install the xbox driver copy to /System/Library/Extensions, use sudo chown -R root:wheel on it and then use kextload to load it. The app included is a utility to test it.

http://rapidshare.de/files/12106372/xbox_c..._osx86.zip.html

 

Read the file included with the 360 driver for installing

http://rapidshare.de/files/12106423/360_co..._osx86.zip.html

 

Read the readme for known issues with putty 0.58

http://rapidshare.de/files/12110776/Putty.zip.html

Link to comment
Share on other sites

Kudos Sampson....though I don't have a 360 *yet* :happymac:

 

BTW....please, please, please dont host anything on rapidshare...I mean, If I go to download your readme, I basically have to wait an hour before downloading the next file you posted.

 

:(

Link to comment
Share on other sites

I got bored and decided ot get back into porting stuff. I saw someone made a 360 driver for osx so I recompiled it so I could use it as well as the xbox one because someone requested it. Putty I needed for a function at my job but I figured others might want it as well. Please beware, the source to the putty ui is far from complete.

 

To install the xbox driver copy to /System/Library/Extensions, use sudo chown -R root:wheel on it and then use kextload to load it. The app included is a utility to test it.

http://rapidshare.de/files/12106372/xbox_c..._osx86.zip.html

 

Read the file included with the 360 driver for installing

http://rapidshare.de/files/12106423/360_co..._osx86.zip.html

 

Read the readme for known issues with putty 0.58

http://rapidshare.de/files/12110776/Putty.zip.html

 

 

I've tryied the XBox driver but it doesn't works at all, it only crashes my 10.4.3 8F1111A

Link to comment
Share on other sites

  • 6 months later...

I'd very much appriciate it if you could continue to improve the <b>PuTTy SSH Client</b> for OS X. There is currently no good terminal emulation app out there, and, well :D there needs to be!

 

The only immediate feature I could request is resizing the terminal window. If you implemented that, i'm pretty sure I could just use your ssh client for a long time before running back reluctantly to the sluggish iTerm. :idea:

Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
  • 2 years later...

Okay. Long time since he last tried compiling PuTTY on OS X.

 

I downloaded the 0.60 source code and tried to build the mac os x version that is bundled with it.

This was obviously targeted at Tiger because it uses a lot of deprecated stuff (stringWithCString and selectRow:index byExtendingSelection:).

 

I'm completely new to Obj-C, so I don't really understand much of it. But I'm trying to fix the deprecated code. I have replaced stringWithCString with stringWithUTF8String (blindly, dumb I know but I'm hoping it will work out okay).

Now I'm struggling with the NSTableView methods that are deprecated.

Link to comment
Share on other sites

 Share

×
×
  • Create New...