Jump to content
10 posts in this topic

Recommended Posts

You need to get the ApplePS2Controller.kext from 10.4.3 for your mouse to work

 

I'm running 10.4.5 on my T40 with this kext and the mouse works fine, don't know if the trackpad works as I have it disabled in the BIOS.

You need to get the ApplePS2Controller.kext from 10.4.3 for your mouse to work

 

I'm running 10.4.5 on my T40 with this kext and the mouse works fine, don't know if the trackpad works as I have it disabled in the BIOS.

 

Not true,

whoever made the 10.4.5 install DVD screwed up on the file settings for this and other files.

 

This post explains what to do:

http://forum.osx86project.org/index.php?sh...st=40&p=82496

 

The 10.4.5 mouse/keyboard kexts work fine, but this and other kexts don't have the correct file attributes so the OS does not load them.

 

Good news is that the kexts for USB Keyboards/Mice are not messed up, so you can attach a USB keyboard/mouse and correct the problems via the instructions listed above.

 

PS - and I KNOW this works on a T42 b/c this is what I am running 10.4.5 on right now. :-)

Great, thank you very much! I did

 

cd /System/Library/Extensions

sudo find nameofkext.kext -type d -exec /bin/chmod 0755 {} \;

sudo find nameofkext.kext -type f -exec /bin/chmod 0644 {} \;

 

for ApplePS2Controller and AppleAC97*

 

Now it works!

Did you also get wifi working and resolution set to 1400x1050? If yes, can you please share this info with the rest of us?

 

Thank you very much again. :(

Wifi is a no-go. There are no drivers as of yet.

 

For 1400x1050 there are two ways to do it, one is enter the display settings at the cursor after interrupting the Darwin boot loader, enter this:

 

"Graphics Mode"="1400x1050x32" (with quotes)

 

You should now boot with the specified resolution. If this works ok then you can edit the following file (as root) to make it automatic at startup.

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

and add

 

<Key>Graphics Mode</Key>

<String>1400x1050x32</String>

 

(also for setting refresh rate you can do <String>1400x1050x32@75</String>)

 

 

 

 

The only problem is you WILL get some tearing sometimes when you scroll, etc since there is not a native ATI 9600 driver. Just hit F9 twice and that should clear it up.

 

I REALLY wish someone would get the powersaving working. Right now OSX chews through my 9-cell in about 2.5h (vs. 5.5 in XP).

Done that.. touchpad and keyboard still doesn't work as soon as I press a key in OSx on my P7010 Fujitsu Notebook... although the mouse does work before I press any key

 

I've read a pos regarding pressing any button will cause a kernal panic.. and i think i've seen "Timed out on keyboard input stream" and "Timed out on mouse input stream" when it is booting up.

 

Do u think this is a permission issue on the ApplePS2Controller.kext or driver incompatble? so fustrating :weight_lift:

Wifi is a no-go. There are no drivers as of yet.

 

For 1400x1050 there are two ways to do it, one is enter the display settings at the cursor after interrupting the Darwin boot loader, enter this:

 

"Graphics Mode"="1400x1050x32" (with quotes)

 

You should now boot with the specified resolution. If this works ok then you can edit the following file (as root) to make it automatic at startup.

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

 

and add

 

<Key>Graphics Mode</Key>

<String>1400x1050x32</String>

 

(also for setting refresh rate you can do <String>1400x1050x32@75</String>)

The only problem is you WILL get some tearing sometimes when you scroll, etc since there is not a native ATI 9600 driver. Just hit F9 twice and that should clear it up.

 

I REALLY wish someone would get the powersaving working. Right now OSX chews through my 9-cell in about 2.5h (vs. 5.5 in XP).

 

 

Search in the forums, there is a Power Saving feature completed. I have it on my T42 now and it is working fine so far. I should know the how long the battery lasts by tomorrow againts the reading I am getting.

Not true,

whoever made the 10.4.5 install DVD screwed up on the file settings for this and other files.

 

This post explains what to do:

http://forum.osx86project.org/index.php?sh...st=40&p=82496

 

The 10.4.5 mouse/keyboard kexts work fine, but this and other kexts don't have the correct file attributes so the OS does not load them.

 

Good news is that the kexts for USB Keyboards/Mice are not messed up, so you can attach a USB keyboard/mouse and correct the problems via the instructions listed above.

 

PS - and I KNOW this works on a T42 b/c this is what I am running 10.4.5 on right now. :-)

 

Heya after i type it all in in terminal is there anything else i have to do or key in?

 

i've tried it but it still doesnt work. I'm using a Fujitsu T4010 Tablet

the built-in mouse works fine at startup but once i hit any of the keyboard buttons, neither of them work.

 

usb keyboard mouse work fine... but kinda retarded to carry a keyboard along with the laptop all the time ;)

Heya after i type it all in in terminal is there anything else i have to do or key in?

 

i've tried it but it still doesnt work. I'm using a Fujitsu T4010 Tablet

the built-in mouse works fine at startup but once i hit any of the keyboard buttons, neither of them work.

 

usb keyboard mouse work fine... but kinda retarded to carry a keyboard along with the laptop all the time <_<

 

You SHOULD get errors for every single file at bootup that has the permissions set incorrectly. Write all these down at run the above proceedure for ALL of them. Then reboot.

 

Make sure you don't mistype things, or you are hosed.

 

I know this works on my T42, but that is the only system I have tried it on.

 

Search in the forums, there is a Power Saving feature completed. I have it on my T42 now and it is working fine so far. I should know the how long the battery lasts by tomorrow againts the reading I am getting.

 

I've tried that solution on my T42 and it doesn't work for me. Do you have any details on how you installed it? I MAY be getting problems becuase I installed his beta driver (that also didn't work).

btw guys im gonna install 10.4.3 1099 keyboard and trackpad work fine under it

then im gonna try to find which kext or framework can work with the ApplePS2controller.kext and give the f***ing bug...u can try also and find a workaround! enjoy

×
×
  • Create New...