| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Mar 19, 2007, at 13:40:36, Phillip Burk wrote:
Try replacing IOUSBFamily.kext and IOUSBMassStorageClass.kext with the ones from 10.4.8 (I actually use the ones from 10.4.4 myself because I had them handy). Don't use the finder (it add's .DS_Store files and does other nasty things), don't use cp (it will crew up dynamic links), You can do the following to make the archive: (on a 10.4.8 system) ______________________ su; # become root cd /System/Library/Extensions tar czpf /10.4.8-USB.tgz IOUSBFamily.kext IOUSBMassStorageClass.kext # rsync the arcive file to your 10.4.9 systems ______________________ To install on 10.4.9 System: ______________________ su; # become root cd /System/Library/Extensions mkdir ../Extensions_disabled mv IOUSBFamily.kext IOUSBMassStorageClass.kext ../Extensions_saved; # save the 10.4.9 original tar xzpf /10.4.8-USB.tgz; # expand the archive rm -f ../Extensions.kextcache ../Extensions.mkext # now repair permissions and restart the system ______________________
-- Dale |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Macos-x-server mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/macos-x-server/email@hidden This email sent to email@hidden
| References: | |
| >10.4.9 and USB (2.0) Horkage? (From: "R.A. Hettinga" <email@hidden>) | |
| >Re: 10.4.9 and USB (2.0) Horkage? (From: Phillip Burk <email@hidden>) | |
| >Re: 10.4.9 and USB (2.0) Horkage? (From: Simon Slavin <email@hidden>) | |
| >Re: 10.4.9 and USB (2.0) Horkage? (From: Phillip Burk <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.