rezanamazi23 Posted August 4, 2014 Share Posted August 4, 2014 there is problems with voodoops2keyboard & genericxhci kexts on 10.10 wait for final ... new install better Well, do you strongly suggest to install a new one? What problems may occur if updating with osx.app? Thanks Link to comment Share on other sites More sharing options...
radu.m.toader Posted August 4, 2014 Share Posted August 4, 2014 Well, do you strongly suggest to install a new one? What problems may occur if updating with osx.app? Thanks what mohamed said was for my problem with command + 1 that output strange chars. but that problem was regarding installing voodoops2 kext in debug mode, which seems to have some adb code shortcuts when using hardware alt key and numbers. (I remaped alt to option ,and windows to cmd, and the issue was on alt somenthing- by default alt = cmd) is there an app for cpu limitter that works well on hackintosh ? i mean that if there is a litter for max frequency - speed stepper / turbo boost Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 4, 2014 Share Posted August 4, 2014 had you checked that on setup menu choose Program all Blocks i found one small inaccuracy. after finishing install my laptop has been restarted automatically. when i boot with USB Flash and after i've chosen USB in Clover my laptop reboot again in a few seconds later. And at the next stage i want to see my HDD with OS X in clover... but there was only USB Flash. then i've try once time again choice USB. and only now it's went to next stage. Link to comment Share on other sites More sharing options...
Dr. Hurt Posted August 4, 2014 Share Posted August 4, 2014 @radu: What do you think about applying this patch to the processPacketV6SingleTouch of your driver? Wouldn't that help stabilise the cursor? Link to comment Share on other sites More sharing options...
radu.m.toader Posted August 4, 2014 Share Posted August 4, 2014 @radu: What do you think about applying this patch to the processPacketV6SingleTouch of your driver? Wouldn't that help stabilise the cursor? you can uncomment the lines : // Sometimes, a big value can spit out, so we must remove it... // if ((abs(x) >= 0x7f) && (abs(y) >= 0x7f)) { // x = y = 0; // } and then rebuild it. I don't remember why I left it commented. by the way my cursor does not jump Link to comment Share on other sites More sharing options...
Dr. Hurt Posted August 4, 2014 Share Posted August 4, 2014 you can uncomment the lines : // Sometimes, a big value can spit out, so we must remove it... // if ((abs(x) >= 0x7f) && (abs(y) >= 0x7f)) { // x = y = 0; // } and then rebuild it. I don't remember why I left it commented. by the way my cursor does not jump Unfortunately, I don't have xcode right now. If its not too much trouble, could you please merge the change from linux and provide me with a compiled binary to test? :/ if (x == 0x7F && y == 0x7F && z == 0x7F) x = y = z = 0; Edit: I get this in the boot log: 8/4/14 1:09:08.000 PM kernel[0]: Initializing TouchPad hardware...this may take a second - version : 3. Does that mean I have a V3 touchpad? That means I'm looking at the wrong code!! Link to comment Share on other sites More sharing options...
radu.m.toader Posted August 4, 2014 Share Posted August 4, 2014 here you go radut-Voodoo-2014-0804.zip Link to comment Share on other sites More sharing options...
iDev 9 Posted August 4, 2014 Share Posted August 4, 2014 Hi All .. my lap: Dell N5110 Intel i3-2310m CPU @ 2.10 GHz Ram: 3GB .. HDD: Samsung 320GB .. Graphics : intel HD Graphics 3000 (only without nVidia). can install Mac OS X 10.9 without any problem ! Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 4, 2014 Share Posted August 4, 2014 Hi All .. my lap: Dell N5110 Intel i3-2310m CPU @ 2.10 GHz Ram: 3GB .. HDD: Samsung 320GB .. Graphics : intel HD Graphics 3000 (only without nVidia). can install Mac OS X 10.9 without any problem ! yeah, you can) but you need some time to understand how to do this)) 1 Link to comment Share on other sites More sharing options...
Dr. Hurt Posted August 4, 2014 Share Posted August 4, 2014 here you go Gave it a try and it seems to be working, slightly better but not perfect yet. Edit: I've verified that I have an ALPS_PROTO_V3 !! What version of trackpad does your laptop have? Does it say version 3 or 6 during boot? Assuming you have a V6, did you notice anything with this change? ------------------------- Update: Comparing the Linux V3 packet processing code with the V3 in your driver, I found something interesting: This part actually seems to not be needed for V3. Apparently, this is what should have been commented out, not the V6 one. I'm a bit confused now to be honest Link to comment Share on other sites More sharing options...
iDev 9 Posted August 4, 2014 Share Posted August 4, 2014 yeah, you can) but you need some time to understand how to do this)) nice .. but what if follow this guide step by step ?! Is there a difference ?! Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 4, 2014 Share Posted August 4, 2014 nice .. but what if follow this guide step by step ?! Is there a difference ?! difference between what? Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 4, 2014 Share Posted August 4, 2014 @Mohamed Khairy, now I'm start translate your topic) like some years ago)) Also I've one more problem. I don't have "small icon of clover called Clover Boot Option " so I can't install bootloader... and one more: sound and bluetooth doesn't works for me Link to comment Share on other sites More sharing options...
radu.m.toader Posted August 4, 2014 Share Posted August 4, 2014 Gave it a try and it seems to be working, slightly better but not perfect yet. Edit: I've verified that I have an ALPS_PROTO_V3 !! What version of trackpad does your laptop have? Does it say version 3 or 6 during boot? Assuming you have a V6, did you notice anything with this change? ------------------------- Update: Comparing the Linux V3 packet processing code with the V3 in your driver, I found something interesting: This part actually seems to not be needed for V3. Apparently, this is what should have been commented out, not the V6 one. I'm a bit confused now to be honest well I have alps v6, which was not developed by rehabman, maybe he didn't had the chance to test on a real device. So I developed only the part with alps_v6 I haven't noticed any change, but .. when it was with >= instead of == my touchpad wasn't moving at all in single touch . Alps v6 seems to report a higher resolution than other devices and that's the reason. Link to comment Share on other sites More sharing options...
emilz23 Posted August 5, 2014 Share Posted August 5, 2014 So, there are no single way to get Optimus cards working? Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 5, 2014 Share Posted August 5, 2014 So, there are no single way to get Optimus cards working? there are no way to make it working. Read please first page. -intel wireless card won't work also nvidia & AMD GFX Cards won't work don't ask about them . Link to comment Share on other sites More sharing options...
vanquybn Posted August 6, 2014 Share Posted August 6, 2014 anyone updated to beta 5 ?, Link to comment Share on other sites More sharing options...
mokeev1995 Posted August 6, 2014 Share Posted August 6, 2014 anyone updated to beta 5 ?, update 5? are you talking about iOS 8 beta5? Link to comment Share on other sites More sharing options...
rezanamazi23 Posted August 6, 2014 Share Posted August 6, 2014 what mohamed said was for my problem with command + 1 that output strange chars. but that problem was regarding installing voodoops2 kext in debug mode, which seems to have some adb code shortcuts when using hardware alt key and numbers. (I remaped alt to option ,and windows to cmd, and the issue was on alt somenthing- by default alt = cmd) is there an app for cpu limitter that works well on hackintosh ? i mean that if there is a litter for max frequency - speed stepper / turbo boost Mohamed answered our questions in one post. My question was about installing OSx Yosemite beta version. I wanted to know if it is OK to update to Yosemite just by installing OSx.app, or I should install it from the first step using a USB. He said that it is better to install a completely new one using USB. Link to comment Share on other sites More sharing options...
vanquybn Posted August 7, 2014 Share Posted August 7, 2014 update 5? are you talking about iOS 8 beta5? I think it's about Mac 10.10 beta 5 Hi Mohamed Khairy, Please teach me how to boot up to windows? My OSX from SSD and windows in other HDD. When I press F12 then chose Hardisk driver -> it show error: Boot0: GPT Boot0: GPT Boot0: Error Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted August 7, 2014 Author Share Posted August 7, 2014 @radu i compiled your latest update but the customization on voodoops2voodoo info plist isn't loaded so the breakless keys doesn't work like brightness keys !. had you fixed this ? I think it's about Mac 10.10 beta 5 Hi Mohamed Khairy, Please teach me how to boot up to windows? My OSX from SSD and windows in other HDD. When I press F12 then chose Hardisk driver -> it show error: Boot0: GPT Boot0: GPT Boot0: Error boot0 report about chameleon where you installed chameleon ? if on ssd hard disk this means you didnt partitioned it make sure your first hard disk on boot option is the HDD have windows as when you cancel clover it will boot from windows HDD Link to comment Share on other sites More sharing options...
vanquybn Posted August 7, 2014 Share Posted August 7, 2014 boot0 report about chameleon where you installed chameleon ? if on ssd hard disk this means you didnt partitioned it make sure your first hard disk on boot option is the HDD have windows as when you cancel clover it will boot from windows HDD On my laptop have SSD (GPT type, only 1partition with OSX on it) and HDD (MBR type with Windows partition is first partition on it). also please tell me how to "cancel clover" ? Link to comment Share on other sites More sharing options...
Mohamed Khairy Posted August 7, 2014 Author Share Posted August 7, 2014 Exit option on clover GUI Can you remove HDD and see if the message boot0 appear Link to comment Share on other sites More sharing options...
Artistus Posted August 7, 2014 Share Posted August 7, 2014 Any chance to mod BIOS for Dell Inspiron N7110 for UEFI boot option? Link to comment Share on other sites More sharing options...
vanquybn Posted August 7, 2014 Share Posted August 7, 2014 Exit option on clover GUI Can you remove HDD and see if the message boot0 appear I have just followed your tip, remove my HDD then no message boot0 appear Link to comment Share on other sites More sharing options...
Recommended Posts