Jump to content

bzImage

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by bzImage

  1. Jake Lo.. i have an E6530 and used your Exx30 AppleHDA since im running mavericks 10.9.2, sound works great but if i unplug and plug the headphones again the sound only comes from the laptop speakers.. i mean, the headphones don't work again. This is a known issue ? Thanks..
  2. Tried with DSDT=null, same panic. Updated my Bios to version A13, same panic I also created a new DSDT with DSDT editor (no patching since i don't know what to patch or what patches to use, just extract bios), and got the same panic. So now if i want to use the trackpad i have to resort to 8GB of ram instead of 16. I will try to reinstall everything from scratch using Mavericks and 16GB (right now im using 10.8.5)
  3. Here is the panic message with 16GB of Ram installed.
  4. Yes, with only 1 memory bank of 8gb it works fine, and the trackpad works with no problem. With 2 banks of 8gb (16 gb total ram) i get a kernel panic, if i disable the vodoo kext it boots fine but i have no touchpad with 16 gb of RAM.
  5. Funny thing.. i had the alps touchap kext v7 on a E6530 running fine, upgraded the ram on this machine from 8 GB to 16 GB now it gives panic everytime, i also tried other versions but i still keep getting panics.
  6. When i plug my USB midi keyboard the system report can "see it" connected to the USB port but on the MIDI Devices nothing appears. Anyone has experience working with MIDI devices on osxlatitude ? Thanks.
  7. Tried repairing disk permissions and rebooting but the issue remains the same, the mouse cursor always jumps like 500 pixels to the left. Im using rehabman merge, this contains the latest version ?
  8. Funny thing, many times when scrolling with 2 fingers the pointer jumps to the far left, anyone has a solution for this ?
  9. Boot with the installation USB, open Utilites->Terminal Your hard disk is mounted under /Volumes/<Name or your hard disk> from there you can remove the offending extension, it must be on /Volumes/<Name of your hard disk>/System/Library/Extensions or /Volumes/<Name of your hard disk>/System/Library/Extensions/myHack.kext/Contents/PlugIns or /Volumes/<Name of your hard disk>/Extra/Extensions if this is not a "myhack" extension, then it must be on /Volumes/<Name of your hard disk>/System/Library/Extensions if you touch something from /Extra/Extensions you have to run "myfix" from myhack (either from the gui or the command line)
  10. Just one thing.. sometimes when you are doing two fingers scrolling the mouse pointer "jumps", how can i prevent this ? Thanks
  11. I will update and upload my extra.tar file in a few hours.
  12. In the constant pursue for multitouch greatness in my hackintosh (right now i don't have multitouch or scrolling).. i downloaded ALPS-TouchPad-Driver-v7.zip unzipped and installed the "Release" version bash-3.2# rm -rf /Extra/Extensions/ApplePS2Controller.kext bash-3.2# cp -rp VoodooPS2Controller.kext /Extra/Extensions bash-3.2# myfix -t / Checking for PS2 Extensions i found this: bash-3.2# ls -ld /Extra/Extensions/*PS2* drwxr-xr-x 3 root wheel 102 Jul 12 16:00 /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /System/Library/Extensions/*PS2* ls: /System/Library/Extensions/*PS2*: No such file or directory bash-3.2# ls -ld /System/Library/Extensions/myHack.kext/Contents/PlugIns/*PS2* drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Controller.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM - Myhack plugins contains VoodooPS2Trackpad.kext, VoodooPS2Contoller.kext, VoodooPS2Mouse.kext, VoodooPS2Keyboard.ext, is that right ? Rebooted And got panic, in fact double fault !! Took a screenshot and here is what i think the relevant part: FIPS USER Space POST: Success ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } VoodooPS2Mouse Version 1.8.3 Loaded... No interval found for . Using 8000000 ApplePS2Controller: Timed out on mouse input stream. ApplePS2Controller: Timed out on mouse input stream. ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } Initializing touchPad hardware... this may take a second, ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } panic(cpu 3 caller 0xffffff80002b91b9): "Double fault at 0xffffff8000029e3fd, registers:\" "CR0: 0x0000000000001686e0\n" "RAX: 0x0000000000001686e0, RBX: 0x00000 Debugger called: <panic> Backtrace (CPU,3), Frame: Return Address . . . . Backtrace terminated-invalid frame pointer 0xffffffff80f0413890 BSD process name corresponding to current thread: kernel_task Tried again but now with Rehabman merge obtained from here: https://osxlatitude.com/index.php?app=core&module=attach&section=attach&attach_id=2460 bash-3.2# rm -rf /Extra/Extensions/ApplePS2Controller.kext bash-3.2# rm -rf /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /Extra/Extensions/*PS2* ls: /Extra/Extensions/*PS2*: No such file or directory bash-3.2# cp -rp Release/VoodooPS2Controller.kext /Extra/Extensions bash-3.2# cp Release/VoodooPS2Daemon /usr/bin bash-3.2# cp Release/synapticsconfigload /usr/bin bash-3.2# myfix -t / checking on PS2 extensions: bash-3.2# ls -ld /Extra/Extensions/*PS2* drwxr-xr-x 3 root wheel 102 Sep 8 23:58 /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /System/Library/Extensions/*PS2* ls: /System/Library/Extensions/*PS2*: No such file or directory bash-3.2# ls -ld /System/Library/Extensions/myHack.kext/Contents/PlugIns/*PS2* drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Controller.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM Rebooted, no panic, the trackpad "moves" but is unusable.. it don't respond well to the movements, checked and the VoodooPS2Daemon process is running, the prefpanel opens fine, but the trackpad is unusable. Just discovered that you have to put "more finger" into the trackpad to work, i have to put a bit of more "toucharea", just the tip of the finger its not enough, what settings can i change so i dont have to almost put the entire finger on the trackpad to move it ? FOUND IT, its the Zfinger Setting.. it works.. its alive !! Thanks..
  13. I downloaded ALPS-TouchPad-Driver-v7.zip unzipped and installed the "Release" version bash-3.2# rm -rf /Extra/Extensions/ApplePS2Controller.kext bash-3.2# cp -rp VoodooPS2Controller.kext /Extra/Extensions bash-3.2# myfix -t / Checking for PS2 Extensions i found this: bash-3.2# ls -ld /Extra/Extensions/*PS2* drwxr-xr-x 3 root wheel 102 Jul 12 16:00 /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /System/Library/Extensions/*PS2* ls: /System/Library/Extensions/*PS2*: No such file or directory bash-3.2# ls -ld /System/Library/Extensions/myHack.kext/Contents/PlugIns/*PS2* drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Controller.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:08 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM - Myhack plugins contains VoodooPS2Trackpad.kext, VoodooPS2Contoller.kext, VoodooPS2Mouse.kext, VoodooPS2Keyboard.ext, is that right ? Rebooted And got panic, in fact double fault !! Took a screenshot and here is what i think the relevant part: FIPS USER Space POST: Success ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } VoodooPS2Mouse Version 1.8.3 Loaded... No interval found for . Using 8000000 ApplePS2Controller: Timed out on mouse input stream. ApplePS2Controller: Timed out on mouse input stream. ApplePS2ALPSGlidePoint::identify: Found ALPS Device with ID E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } Initializing touchPad hardware... this may take a second, ApplePS2ALPSGlidePoint ED Report: { 0x88, 0x08, 0x1d } panic(cpu 3 caller 0xffffff80002b91b9): "Double fault at 0xffffff8000029e3fd, registers:\" "CR0: 0x0000000000001686e0\n" "RAX: 0x0000000000001686e0, RBX: 0x00000 Debugger called: <panic> Backtrace (CPU,3), Frame: Return Address . . . . Backtrace terminated-invalid frame pointer 0xffffffff80f0413890 BSD process name corresponding to current thread: kernel_task Tried again but now with Rehabman merge obtained from here: https://osxlatitude.com/index.php?app=core&module=attach&section=attach&attach_id=2460 bash-3.2# rm -rf /Extra/Extensions/ApplePS2Controller.kext bash-3.2# rm -rf /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /Extra/Extensions/*PS2* ls: /Extra/Extensions/*PS2*: No such file or directory bash-3.2# cp -rp Release/VoodooPS2Controller.kext /Extra/Extensions bash-3.2# cp Release/VoodooPS2Daemon /usr/bin bash-3.2# cp Release/synapticsconfigload /usr/bin bash-3.2# myfix -t / checking on PS2 extensions: bash-3.2# ls -ld /Extra/Extensions/*PS2* drwxr-xr-x 3 root wheel 102 Sep 8 23:58 /Extra/Extensions/VoodooPS2Controller.kext bash-3.2# ls -ld /System/Library/Extensions/*PS2* ls: /System/Library/Extensions/*PS2*: No such file or directory bash-3.2# ls -ld /System/Library/Extensions/myHack.kext/Contents/PlugIns/*PS2* drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Controller.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Keyboard.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Mouse.kext.dSYM drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext drwxr-xr-x 3 root wheel 102 Nov 29 13:49 /System/Library/Extensions/myHack.kext/Contents/PlugIns/VoodooPS2Trackpad.kext.dSYM Rebooted, no panic, the trackpad "moves" but is unusable.. it don't respond well to the movements, checked and the VoodooPS2Daemon process is running, the prefpanel opens fine, but the trackpad is unusable. Just discovered that you have to put "more finger" into the trackpad to work, i have to put a bit of more "toucharea", just the tip of the finger its not enough, what settings can i change so i dont have to almost put the entire finger on the trackpad to move it ? FOUND IT, its the Zfinger Setting.. it works.. its alive !! Thanks..
  14. First.. thanks a lot Jake i will never made it on my own.. you are the reason why im using this laptop today with OS X. Thanks again. Its a Broadcom BCM4310 (or at least that's how OSX report it) but i already purchased some DELL DW1510 from china, they arrive in 1 month.. Here is my /Extra folder if someone has the same computer as me: https://dl.dropboxusercontent.com/u/682439/E6530_no_nvidia.tar And one little thing.. the computer don't sleep when i close the lid, but it does when i select sleep on the menu, this is not a show stopper, but if there is any way to just close the lid and sleep it will be cool. And another thing.. if i "upgrade" to Mavericks.. i will have to mix and mach drivers again or i can use my /Extra folder with Mavericks ?
  15. After mixing and matching kexts and several reboots and panics i made it work. Mountain Lion 10.8.5 on Dell Latitude E6530 with no Nvidia Graphics (Intel HD4000), this model don't have camera or fingerprint reader, and no lighted keyboard (i have a co-worker that has the same model but with all that, mine don't have that extra hardware). So far, what works: - Ethernet - Video (Intel HD4000) - USB ports - Audio - Battery - Sleep - HDMI output - Keyboard and PS2 touchpad (with no multitouch, the VoodooPS2 driver gives me panics but i will keep trying later) What don't work - Wireless - Disabled Bluetooth because i don't use it Not tested: - SD card - RGB monitor output
  16. Something its really messed up. i got this on my system.log Nov 27 13:42:54 socs-iMac.local com.apple.kextcache[403]: kxld[net.osx86.kexts.GenericUSBXHCI]: The super class vtable 'vtable for IOUSBControllerV3' for vtable 'vtable for GenericUSBXHCI' is out of date. Make sure your kext has been built against the correct headers. Nov 27 13:45:02 localhost kernel[0]: kxld[com.apple.driver.AppleIntelCPUPowerManagement]: The super class vtable '__ZTV9IOService' for vtable '__ZTV28AppleIntelCPUPowerManagement' is out of date. Make sure your kext has been built against the correct headers. Nov 27 13:45:10 socs-iMac kernel[0]: kxld[com.apple.driver.AppleSmartBatteryManager]: The super class vtable '__ZTV9IOService' for vtable '__ZTV24AppleSmartBatteryManager' is out of date. Make sure your kext has been built against the correct headers. Nov 27 13:45:02 localhost kernel[0]: kxld[net.osx86.kexts.GenericUSBXHCI]: The super class vtable '__ZTV17IOUSBControllerV3' for vtable '__ZTV14GenericUSBXHCI' is out of date. Make sure your kext has been built against the correct headers. Nov 27 13:45:02 localhost kernel[0]: kxld[com.apple.driver.AppleUSBXHCI]: The super class vtable '__ZTV17IOUSBControllerV3' for vtable '__ZTV12AppleUSBXHCI' is out of date. Make sure your kext has been built against the correct headers. Just out of curiosity i searched the disk for "copies" of AppleSmartBatteryManager.kext and AppleIntelCPUPowerManagement.kext and found this: SmartBatteryManager.kext appears on: /Extra/Extensions/AppleSmartBatteryManager.kext /System/Library/Extensions/AppleSmartBatteryManager.kext /System/Library/Extensions/myHack.kext/Contents/PlugIns/AppleSmartBatteryManager.kext AppleIntelCPUPowerManagement.kext appears on: /Extra/Extensions/AppleIntelCPUPowerManagement.kext /System/Library/Extensions/AppleIntelCPUPowerManagement.kext /System/Library/Extensions/myHack.kext/Contents/PlugIns/AppleIntelCPUPowerManagement.kext Do i have to remove those copies and only leave the ones on /Extra/Extensions ?
  17. Removed the kexts and now my /E/E (im getting this terminology now..) is: drwxr-xr-x@ 3 root wheel 102 Apr 21 2012 AppleACPIPlatform.kext drwxr-xr-x 3 root wheel 102 May 1 2013 AppleHDA.kext drwxr-xr-x@ 3 root wheel 102 Oct 5 03:59 AppleIntelCPUPowerManagement.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 AppleIntelE1000e.kext drwxr-xr-x@ 3 root wheel 102 Jan 21 2013 ApplePS2Controller.kext drwxr-xr-x 4 root staff 136 May 1 2013 AppleSmartBatteryManager.kext drwxr-xr-x 3 root wheel 102 Jul 21 05:34 DisableTurboBoostBattery.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 FakeSMC.kext drwxr-xr-x@ 3 root wheel 102 Jun 16 15:00 GenericUSBXHCI.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 Patched_10.7_AppleRTC.kext drwxr-xr-x 3 root wheel 102 Nov 27 02:13 VoodooPS2Controller.kext drwxrwxr-x 3 root wheel 102 Jun 20 2011 __MACOSX drwxr-xr-x 3 root wheel 102 Nov 26 17:40 lspcidrv.kext But i found out that the kext for battery Manager has a problem.. (system.log) kernel[0]: kxld[com.apple.driver.AppleSmartBatteryManager]: The super class vtable '__ZTV9IOService' for vtable '__ZTV24AppleSmartBatteryManager' is out of date. Make sure your kext has been built against the correct headers. Nov 27 11:10:35 socs-iMac kernel[0]: Failed to load executable for kext com.apple.driver.AppleSmartBatteryManager. Nov 27 11:10:35 socs-iMac kernel[0]: Kext com.apple.driver.AppleSmartBatteryManager failed to load (0xdc008016). Nov 27 11:10:35 socs-iMac kernel[0]: Failed to load kext com.apple.driver.AppleSmartBatteryManager (error 0xdc008016). Yep, its not loading.. do i need a newer AppleSmartBatteryManager ?
  18. I already have AppleSmartBaterryManager, it don't seems to work, so i will try with Vodoobattery in a few hours. here are the files drwxr-xr-x@ 3 root wheel 102 Apr 21 2012 AppleACPIPlatform.kext drwxr-xr-x 3 root wheel 102 May 1 2013 AppleHDA.kext drwxr-xr-x@ 3 root wheel 102 Oct 5 03:59 AppleIntelCPUPowerManagement.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 AppleIntelE1000e.kext drwxr-xr-x@ 3 root wheel 102 Jan 21 2013 ApplePS2Controller.kext drwxr-xr-x@ 3 root wheel 102 Jun 21 04:31 AppleSmartBatteryManager.kext drwxr-xr-x 3 root wheel 102 Jul 21 05:34 DisableTurboBoostBattery.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 FakeSMC.kext drwxr-xr-x@ 3 root wheel 102 Jun 16 15:00 GenericUSBXHCI.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 IOUSBFamily.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 IOUSBMassStorageClass.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 NullCPUPowerManagement.kext drwxr-xr-x@ 3 root wheel 102 Nov 5 21:16 Patched_10.7_AppleRTC.kext drwxr-xr-x 3 root wheel 102 Nov 26 17:40 lspcidrv.kext
  19. Thanks a lot, i have sound !! Just 2 things are missing for this to be totally functional. - Battery, i can't get to make the battery status display and or work - Mouse Scroll
  20. Since i already have installed 10.8 and upgraded to 10.8.5 i downloaded the extra.zip file (Extra.zip) referenced on the thread you kindly sent me, and applied with myhack, but when i rebooted i got stuck at: SupperIODevice: [Fatal] Found Unsupported ship ID=0x300 After booting again with the USB and placing Extra again, i proceed to move kext by kext, so far so good.. what works: - trackpad - HDMI Video - Graphics HD4000 - USB - Network (using a wifi stick but already ordered a DW1510) - SLEEPS !!!! yea, it sleeps fine !! - audio still not working.. what "kext" or file its the audio stuff ?
  21. I have a E6530 with intel hd4000 and no Nvidia Graphics.. my laptop cleary says "LATITUDE E6530" but after installing the only E6530 en the EDP i got a kernel panic. Note, this its for latin american market, I'm in Mexico, so what EDP profile can i choose ?
  22. I will try this in a few hours.. One funny thing its that im pretty sure that my E6530 don't have a Nvidia card, it has a intel hd3000, in the EDP the only E6530 selectable states that has a Nvidia chipset. Mine don't have that Nvidia Chipset. here is a lspci from my linux running on that e6530 lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) anyway i will try again in a few hours thanks.
  23. thanks now it get stuck on "SCM::smcReadKeyAction ERROR: KSMCReadKeyComm/kSMCReadKeyWithSMCComm failed for key BEMB (KSMCSuccess)" "Resetting IOCatalogue"
  24. Hi guys just installed Mountain Lion, and ran EDP, after running EDP, the boot process get stuck in "pci configuration" Can anyone help ? Thanks.
×
×
  • Create New...