Coder Social home page Coder Social logo

Comments (9)

mcfarljw avatar mcfarljw commented on August 16, 2024 1

It's been awhile since I removed it, but I ended up running some script in the terminal window. I am also not sure if I completely uninstalled it, but it appears to be gone.

from 360controller.

antman2 avatar antman2 commented on August 16, 2024 1

I'm cleaning up a v0.12 installation tonight before migrating to the newer 360Controller fork. After consulting the v0.12 project's source code the following (rather long) shell command found all of the files I needed to delete:

sudo find /{Library,System} -iname 360Controller* -or -iname 360Daemon* -or -iname Feedback360* -or -iname Wireless360Controller* -or -iname WirelessGamingReceiver*

Which amounts to (note the backslash in Application Support):

sudo rm -rf /Library/Application\ Support/MICE/360Daemon.app
sudo rm -rf /Library/Extensions/360Controller.kext
sudo rm -rf /Library/Extensions/Wireless360Controller.kext
sudo rm -rf /Library/Extensions/WirelessGamingReceiver.kext
sudo rm -rf /System/Library/Extensions/360Controller.kext

... followed by a reboot.

HTH.

from 360controller.

antman2 avatar antman2 commented on August 16, 2024 1

Oops, I missed one. There's also the System Preferences Xbox360 Controllers item in System Preferences:

sudo find /{Library,System} -iname Pref360Control*

Which leads to:

sudo rm -rf /Library/PreferencePanes/Pref360Control.prefPane

This one doesn't require a reboot.

from 360controller.

victordfb avatar victordfb commented on August 16, 2024 1

After deleting above files and restarted computer, there is still a process named "http://tattiebogle.net" running in background. I should never had installed this.

Somebody know what could be happening?

from 360controller.

corazzi avatar corazzi commented on August 16, 2024

@mcfarljw did you figure out how to uninstall it? I'm also trying to find out.

Edit:

I'm not sure if this completely uninstalls the driver (i.e., removes all traces of it), but I was able to at least remove it for all intents and purposes by deleting the following files:

/System/Library/Extensions/360Controller.kext
/System/Library/Extensions/Wireless360Controller.kext

and then going to System Preferences > right clicking on Xbox 360 controllers preference pane and removing it.

from 360controller.

trumad avatar trumad commented on August 16, 2024

@Sachiano - thanks for your help. The driver was crashing my macbook every time I plugged it in. There's a third file that seems to be part of the installation, but I can't remember the name now. It has the same datestamp as the other two files. But thanks for flagging up which folder it's in for me!

from 360controller.

Electronickss avatar Electronickss commented on August 16, 2024

sudo find /System /Library \( -iname "360Controller*" -o -iname "360Daemon*" -o -iname "Feedback360*" -o -iname "Wireless360Controller*" -o -iname "WirelessGamingReceiver*" -o -iname "Pref360Control*" \) -exec sudo rm -rf {} \;

Not sure if this is an issue people are still facing but I wrapped @antman2's comment into a one liner

from 360controller.

MaddTheSane avatar MaddTheSane commented on August 16, 2024

from 360controller.

victordfb avatar victordfb commented on August 16, 2024

Yes!! u are right! sorry for my prior post...

from 360controller.

Related Issues (13)

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.