Jump to content

native keyboard still does not work


ovi1

Recommended Posts

trackpad works fine.

i tried all 4 PS2 drivers in EDP - no cigar.

I have been able to capture -v output that shows some issue

with ApplePS2keyboard.kext - apparently it's looking for some

dependencies it cannot find.

please see attached file.

Link to comment
Share on other sites

trackpad works fine.

i tried all 4 PS2 drivers in EDP - no cigar.

I have been able to capture -v output that shows some issue

with ApplePS2keyboard.kext - apparently it's looking for some

dependencies it cannot find.

please see attached file.

oops, here's the file.

bootKBerrors.txt

Link to comment
Share on other sites

  • Administrators

Hi ovi,

 

Its seems your kext maybe a 32 bit kext but the kernel tried to load it as 64 bit for some reason. i'm not sure if anyone have found ways to manipulate bit mode in loading kext. I'm quite interested how to boot kext in 32 bit although the kernel boot in 64 bit. So far my attempts to use the boot flag on mach kernel to boot in 32 bit mode has not been successful.

 

If you interested you can try to use after mach_kernel arch=i386 and -x32 individually or any combination order to see if lion can boot 32 bit mode and/or can load the kext.

 

Cheers!

Link to comment
Share on other sites

Open your org.chameleon.boot.plist in /Extra and add

 

<key>arch</key>

<string>i386</string>

 

Save the file and reboot...

Leon,

It's already there both in the installed partition /Extra and in the /Extra that's on the USB pen.

Link to comment
Share on other sites

×
×
  • Create New...