Jump to content

There isn't a keyboard connect to your computer


sume5h
 Share

8 posts in this topic

Recommended Posts

Before you Begin....

There isn't a keyboard connected to your computer. Connect your keyboard now ???

 

How do i fix this problem......i connected many keyboard including original MAC keyboard, nothing working

 

 

I tried to remove 2 lines from

 

/System/Library/CoreServices/Setup Assistant.app/Contents/info.plist

 

<string>DeviceSection</string>

<string>KeyboardTypeSection</string>

 

error no such directory or file

Link to comment
Share on other sites

1. Run the Terminal from App > Utilitaries > Terminal

 

2. Copy and paste this: sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /Volumes/Lion/System/Library/CoreServices/Setup\ Assistant.app/Contents/Info.plist

 

Replace "Lion" for your volume name

 

3. Hit enter, type your password

 

4. Delete the lines

<string>DeviceSection</string>

<string>KeyboardTypeSection</string>

 

5. Save.

 

Done.

  • Like 1
Link to comment
Share on other sites

Thank you for the help guys i did what you guys suggested me

 

@bigben when -x -v flags i got 'still waiting for root device" error

@monica i couldn't bypass the "Connect your keyboard now" screen, so going to App > Utilitaries > Terminal was not possible for me .....i did try to delete those 2 lines from single user mode before, but i was getting error no such directory or file

 

after long searching for long this was my solution -

 

Boot in single user mode (-s)

 

fsck -fy (hit enter).

mount -uw / (hit enter).

nano /System/Library/CoreServices/Setup\ Assistant.app/Contents/Info.plist (hit enter).

 

Delete these 2 lines

<string>DeviceSection</string>

<string>KeyboardTypeSection</string>

 

exit & save

 

 

Thank you everyone :-)

Link to comment
Share on other sites

Thank you for the help guys i did what you guys suggested me

 

@bigben when -x -v flags i got 'still waiting for root device" error

@monica i couldn't bypass the "Connect your keyboard now" screen, so going to App > Utilitaries > Terminal was not possible for me .....i did try to delete those 2 lines from single user mode before, but i was getting error no such directory or file

 

after long searching for long this was my solution -

 

Boot in single user mode (-s)

 

fsck -fy (hit enter).

mount -uw / (hit enter).

nano /System/Library/CoreServices/Setup\ Assistant.app/Contents/Info.plist (hit enter).

 

Delete these 2 lines

<string>DeviceSection</string>

<string>KeyboardTypeSection</string>

 

exit & save

 

 

Thank you everyone :-)

 

Ok but still works if you have OSX in another partition

Link to comment
Share on other sites

 Share

×
×
  • Create New...