206 replies to this topic
#21
Posted 01 September 2005 - 11:42 AM
I'll try formatting and reinstalling OS X once again, then applying the patch like Stern said.
#22
Posted 01 September 2005 - 12:18 PM
Stern, on Sep 1 2005, 06:22 AM, said:
the owner of the file shouldn't be root, it should be system. this is much easier to change in the gui if you have administrator rights. just right click the file and choose "get info", and go to the bottom where it says permissions. go to details and choose system from the owner box, and wheel from the other. that should make it work.
When I 'chown' the kext to system:wheel, it gives me the following error:
chown: system: Invalid argument
#23
Posted 01 September 2005 - 12:23 PM
Wingen, on Sep 1 2005, 04:18 PM, said:
When I 'chown' the kext to system:wheel, it gives me the following error:
chown: system: Invalid argument
No, if you use chown, you must use root:wheel. System - it's the name of "root" for GUI applications, as I understand. So, chown -R root:wheel if in terminal.
#24
Posted 01 September 2005 - 12:25 PM
babaev, on Sep 1 2005, 01:23 PM, said:
No, if you use chown, you must use root:wheel. System - it's the name of "root" for GUI applications, as I understand. So, chown -R root:wheel if in terminal.
Last time I did that, it didn't work. Oh well, I'll try it again.
EDIT: Can't use the keyboard in OS X anymore
#25
Posted 01 September 2005 - 01:23 PM
Wingen, on Sep 1 2005, 04:25 PM, said:
Last time I did that, it didn't work. Oh well, I'll try it again.
EDIT: Can't use the keyboard in OS X anymore
Same thing as last time.
EDIT: Can't use the keyboard in OS X anymore
If it worked, why did you install patch?
If it didn't work neither before, not now - tell me you system configuration, please. I'll try to do something.
#26
Posted 01 September 2005 - 01:30 PM
babaev, on Sep 1 2005, 02:23 PM, said:
If it worked, why did you install patch? 
If it didn't work neither before, not now - tell me you system configuration, please. I'll try to do something.
If it didn't work neither before, not now - tell me you system configuration, please. I'll try to do something.
If I don't apply the patch, the keyboard works in VMware, but not in native mode. If I patch, it doesn't work in VMware nor native. My system config is in one of my later posts on page one of this thread.
Thanks for trying to help
#27
Posted 01 September 2005 - 08:49 PM
KB: ApplePS2Keyboard: Unexpected acknowledge from PS/2 controller.
i get the same error plus something about mach unable to set the interrupt and the keyboard doesn't work anymore.
Now if only i didn't password the root account i would be able to replace the offending kext without having to reinstall osx lol
i get the same error plus something about mach unable to set the interrupt and the keyboard doesn't work anymore.
Now if only i didn't password the root account i would be able to replace the offending kext without having to reinstall osx lol
#28
Posted 01 September 2005 - 09:03 PM
This seems to have fixed my keyboard problem. Although it only seems to work only after a cold boot and if I press a key during the boot up. If I don't touch anything, it doesn't seem to work. Odd...
#29
Posted 01 September 2005 - 11:16 PM
devorama, on Sep 2 2005, 01:03 AM, said:
This seems to have fixed my keyboard problem. Although it only seems to work only after a cold boot and if I press a key during the boot up. If I don't touch anything, it doesn't seem to work. Odd...
Source driver is written very badly. I did one more step to correct work of ps/2 keyboard driver, but it's not last. When I'll know more about protocol, I'll create more correct patch. Now it's only an "ugly hack" :-)
#30
Posted 02 September 2005 - 04:51 AM
Just use this one from darwin, works just fine.
#31
Posted 02 September 2005 - 08:43 AM
DeathChill, on Sep 2 2005, 05:53 AM, said:
Just use this one from darwin, works just fine.
Darwin driver doesn't work on some computers. On mine it didn't work even when I booted Darwin x86 8.01 CD. Babaev hack works for me...
#32
Posted 02 September 2005 - 03:45 PM
I spent some more time to create more accurate patch. Now it does not do BAT (keyboard self test), but only sets needed parameters. Also I got rid of annoying messages in system log.
But, in fact new KernelExtension do all the same things.
If your keyboard does not work with this patch - PLEASE, tell me keyboard type/manufacturer/ID/somethingElseToDetermineKeyboard. Type of your notebook, if it's native laptop keyboard.
PS/2 protocol is awfull! But I'll try to write normal driver. Next step will be looking to linux ps/2 drivers.
New Extension (installation is the same):
ApplePS2Controller.kext.zip 327.16K
2095 downloads
But, in fact new KernelExtension do all the same things.
If your keyboard does not work with this patch - PLEASE, tell me keyboard type/manufacturer/ID/somethingElseToDetermineKeyboard. Type of your notebook, if it's native laptop keyboard.
PS/2 protocol is awfull! But I'll try to write normal driver. Next step will be looking to linux ps/2 drivers.
New Extension (installation is the same):
ApplePS2Controller.kext.zip 327.16K
2095 downloads
#33
Posted 03 September 2005 - 01:24 AM
I tried your new patch, and unlike the last one, this one made the keyboard work in VMware. However, I still can't use it in native mode. My keyboard is a Logitech Ultra-X Flat (Model name Y-SX49). Would be very grateful if my problem could be solved. Keep up the good work!
#34
Posted 03 September 2005 - 05:26 PM
I've finally managed to make the keyboard work in OS X. I disabled USB keyboard and mouse support in BIOS and then put my mouse on PS/2 instead of USB. Voilá! It works! Thanks for the patch!
#35
Posted 03 September 2005 - 05:56 PM
Wingen, on Sep 3 2005, 05:24 AM, said:
I tried your new patch, and unlike the last one, this one made the keyboard work in VMware. However, I still can't use it in native mode. My keyboard is a Logitech Ultra-X Flat (Model name Y-SX49). Would be very grateful if my problem could be solved. Keep up the good work!
I know that keyboard, I'll try to update a patch for it next week.
#36
Posted 03 September 2005 - 09:02 PM
babaev, on Sep 3 2005, 01:56 PM, said:
I know that keyboard, I'll try to update a patch for it next week.
Hi Babev, could you look at the HP Pavilion ZV5410us keyboard
Specs
http://h10025.www1.h...cname=c00285232
#37
Posted 03 September 2005 - 09:09 PM
craigdarock, on Sep 4 2005, 01:02 AM, said:
Hi Babev, could you look at the HP Pavilion ZV5410us keyboard
, the only thing that was working on it with the new patch was the mousepad. But as soon as I tried typing everything went down.(The Keyboard and Touchpad). So if you could take a look at it. It would be greatly appreciated.
Specs
http://h10025.www1.h...cname=c00285232
Specs
http://h10025.www1.h...cname=c00285232
Ok, sure, I'll try. In some days. The difficulty of these keyboard's driver is that all keyboards are different. So, it's very hard to create universal driver. But I'll try in some time to create it.
#38
Posted 06 September 2005 - 09:14 AM
@babaev
thanks for your help. I succesfully used your PS2 driver to get the keyboard working on my LG LW40 Express laptop; previously I was experiencing problems similar to those you reported, where the keyboard would not respond after booting OSX.
on a different topic, do you run linux on your LW laptop? If so, does it use the Intel HD audio for it's sound, and have you been able to get that working under linux? I have been running ubuntu, and despide getting everything else working over the past month, I havn't had any sucess with sound. feel free to email me joel.stan at gmail.com if you have any suggestions.
thanks again
thanks for your help. I succesfully used your PS2 driver to get the keyboard working on my LG LW40 Express laptop; previously I was experiencing problems similar to those you reported, where the keyboard would not respond after booting OSX.
on a different topic, do you run linux on your LW laptop? If so, does it use the Intel HD audio for it's sound, and have you been able to get that working under linux? I have been running ubuntu, and despide getting everything else working over the past month, I havn't had any sucess with sound. feel free to email me joel.stan at gmail.com if you have any suggestions.
thanks again
#39
Posted 06 September 2005 - 09:18 AM
shenki, on Sep 6 2005, 01:14 PM, said:
Yes, I run linux there. But I've no HD Audio (my laptop is LS50, it does not have it).
Seems, like all LG notebooks work after this patch. Good.
#40
Posted 09 September 2005 - 05:20 PM
babaev, I'm using deadmoo wmware image, copied to HD. It doesn't work, because of the trackpad (I guess). I think of using your patch, but, did you have this ApplePS2Controler.kext at the very beginning and tried to replace it, or was your first installation clean of this kext ?
I have seen that there is an AppleTrackpad.kext on Darwin source code site for my trackpad (synaptic) but I have anything to compile it.
I have seen that there is an AppleTrackpad.kext on Darwin source code site for my trackpad (synaptic) but I have anything to compile it.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








