Contribute
Register

How to remove "xhcdump"

Status
Not open for further replies.
Joined
Sep 25, 2011
Messages
44
Motherboard
Gigabyte GA-Z370-HD3P
CPU
8600k
Graphics
AMD 580
Mac
  1. MacBook Air
  2. Mac Pro
Classic Mac
  1. Performa
Mobile Phone
  1. iOS
Can someone refer me to a link on how to find and remove the "xhcdump" file that was installed with the USB 3 kext from multibeast? In the thread I am following they say say it is hidden and here - "/usr/local/bin/". Is that a terminal command?
 
Can someone refer me to a link on how to find and remove the "xhcdump" file that was installed with the USB 3 kext from multibeast? In the thread I am following they say say it is hidden and here - "/usr/local/bin/". Is that a terminal command?

I'm not sure why you want to remove it but, the easy way through Terminal is:

Code:
rm `which xhcdump`
 
Thanks for the info guys. I will give it a try. I want to remove it as per a suggestion concerning my MoBo & making USB3 work correctly.

xhcdump has nothing to do with 'making US3 work correctly'. It is a diagnostic command line utilitiy for GenericUSBXHCI.kext.
 
K, I'll try it without deleting it. i assume I use something like Kext Wizard to rebuild permissions & rebuild cache?

Yes, and to remove GenericUSBXHCI.kext:

Code:
# in Terminal
sudo rm -R /System/Library/Extensions/GenericUSBXHCI.kext
sudo touch /System/Library/Extensions/
 
Status
Not open for further replies.
Back
Top