Jump to content

bzImage

Members
  • Posts

    24
  • Joined

  • Last visited

bzImage's Achievements

Private First Class

Private First Class (3/17)

0

Reputation

  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
×
×
  • Create New...