InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 09-25-2008, 04:17 PM
colataroc colataroc is offline
Cheetah
 
Join Date: Sep 2008
Location: Rimini, Italy
Posts: 3
USB problem

Hi i have a strange problem with usb : when i insert a device like pendrive and other nothing happens: mac doesn't recognize usb!
how can i resolve? thank a lot
Reply With Quote
  #2  
Old 09-25-2008, 05:08 PM
maya77's Avatar
maya77 maya77 is offline
Panther
 
Join Date: Jun 2008
Posts: 194
Did it worked before?

Ensure that you have matching versions of mach_kernel and system.kext.

Non-matching versions can cause problems with USB devices not mounting.
Reply With Quote
  #3  
Old 09-25-2008, 06:32 PM
peppi911 peppi911 is offline
Puma
 
Join Date: Sep 2008
Posts: 21
usb

do you have
IOUSBFAMILY.kext
IOUSBMassStorage.kext
?
Reply With Quote
  #4  
Old 09-25-2008, 07:17 PM
colataroc colataroc is offline
Cheetah
 
Join Date: Sep 2008
Location: Rimini, Italy
Posts: 3
Quote:
Originally Posted by peppi911 View Post
do you have
IOUSBFAMILY.kext
IOUSBMassStorage.kext
?
of course i've also replaced IOUSBFamily.kext but now when i turn on my mac, a window appears and it says that there is a problem with that kext. I've tried to replace the original but nothing happens and i have the same problem. Now my mac can't use usb mice and usb keyboards and also ps/2 mouse and keyboard. I'm desperate! please help me
Reply With Quote
  #5  
Old 09-25-2008, 07:51 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
What kind of problem is OS X saying it is having? if it is simply that the permissions are incorrect then you can boot up via "-s" and perform the following:

/sbin/mount -uw /
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -R Extensions.mkext
kextcache -a i386 -e
reboot


this will simply repair the permissions and rekext your Extensions folder for the follow-on boot.

If the problem is not the permissions, let us know...

EDIT: glad you caught that.... "-x -s" should have been what I wrote so you would boot in safe single user mode instead of simply single user mode. Thanks.


Last edited by nfoav8or; 09-26-2008 at 06:23 PM.
Reply With Quote
  #6  
Old 09-25-2008, 08:47 PM
colataroc colataroc is offline
Cheetah
 
Join Date: Sep 2008
Location: Rimini, Italy
Posts: 3
Quote:
Originally Posted by nfoav8or View Post
What kind of problem is OS X saying it is having? if it is simply that the permissions are incorrect then you can boot up via "-s" and perform the following:

/sbin/mount -uw /
cd /System/Library/Extensions/
chmod -R 755 * && chown -R root:wheel *
cd ..
rm -R Extensions.mkext
kextcache -a i386 -e
reboot


this will simply repair the permissions and rekext your Extensions folder for the follow-on boot.

If the problem is not the permissions, let us know...
i've tried to do that but when :/root appears it also appears error: fireware unable to determinate security mode etc.. and it'a impossible to write anything....

what can i do?

EDIT: i've boot in single user mode with -x -s and i've modified the permissions now i can use my mouse and my keyboard! THANKS YOU VERY MUCH

Last edited by colataroc; 09-26-2008 at 01:23 PM.
Reply With Quote
Reply