Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. From # 3 of the guide, use this: SSB_SPROM=$(find /sys/devices -name ssb_sprom) echo $SSB_SPROM cd ~ sudo cat $SSB_SPROM > ssb_sprom_copy ssb-sprom -i ssb_sprom_copy -P ssb-sprom -i ssb_sprom_copy --subv 0x106b --subp 0x0093 -o new_ssb_sprom_copy ssb-sprom -i new_ssb_sprom_copy -P echo $SSB_SPROM sudo cp new_ssb_sprom_copy $SSB_SPROM Note: after echo $SSB_SPROM, if your card is not listed, you won't be able to continue. Let me know if encounter that, but it shouldn't since I have that same card without an issue.
  2. Sounds like you didn't finish the EDP process and rebooted. All your kext in Extra/Extension has been removed or backup to an Extra.backup.xx folder. What you need to do is boot with your USB installer, launch myhack and install Extra selecting your bootpack files. Now you should be able to boot back into your HDD. Navigate to the Extra folder and run edptool.command. This will start the EDP fine tuning process.
  3. ndog, The bootpack has just basic drivers to get your system up and running. You need to install EDP and select your hardware to do the build to fine tune your system. To boot without verbose mode, remove the -v option from the boot.plist What wireless card do you have? Most Dell comes with Intel and it's not supported. You'll have to replace it with an Atheros or Broadcom card.
  4. I used prasys instructions to rebrand the my card DW1510. The card works OOB but it just look nicer after rebranding it. Rebranding a card basically changes the vendor and product ID to one that's on Apple's Whitelist and sees it as an Airport Extreme. All encryption supported. Unbranded DW1510 - Third-Party Wireless Card localhost:~ macuser$ lspci -vnn -d 14e4: 0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01) Subsystem: Dell Wireless 1510 Wireless-N WLAN Mini-Card [1028:000d] Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f7600000 (64-bit, non-prefetchable) Capabilities: [40] Power Management version 3 Capabilities: [58] Vendor Specific Information <?> Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+ Capabilities: [d0] Express Endpoint, MSI 00 Capabilities: [100] #14e4 Rebranded DW1510 - Airport Extreme localhost:~ macuser$ lspci -vnn -d 14e4: 0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01) Subsystem: Apple Computer Inc. Unknown device [106b:0093] Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at f7600000 (64-bit, non-prefetchable) Capabilities: [40] Power Management version 3 Capabilities: [58] Vendor Specific Information <?> Capabilities: [e8] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+ Capabilities: [d0] Express Endpoint, MSI 00 Capabilities: [100] #14e4
  5. Since I use my hotmail account to login, I need version 6.0.0.2946 which has that capability and it works fine.
  6. Seems if I just use the -f switch, both battery and sound status appears.
  7. This from DraKuL71 should work. Of course you'll need the proper kext for both devices too. Try this bootpack from Igashu, worked for my very first hackingtosh since joining OSXL and add AppleSmartBatteryManager.kext for the battery status.
  8. James, I also have Mavericks on my E6430, except mine has HD4000 only. I noticed that the battery status doesn't show up and looking at your screenshot, it's not appearing on yours either. Tried different DSDT floating around for the E6430 with or with nvs5200m. I noticed if I use yours, I get audio but no battery. When I used another, I get battery, but no audio. Weird! So I decided to drop the patched AppleHDA and use VoodooHDA instead along with the DSDT that gives me battery status. Just wondering if you have looked into this as well. Update: Running on DP8 now, so far no issue.
  9. lflucena, Dell latitude E5520 most likely comes with an Intel Wireless card which is unsupported. You'll need to swap it out with a Broadcom or Atheros card. Please check here for a list of supported and tested cards.
  10. try this kext here https://code.google.com/p/os-x-generic-usb3/downloads/list
  11. Run myfix (full) to rebuild cache and permission, see if that fixes the shutdown issue.
  12. Hi snoopers, First of all, please list the system specs. Is it the same as above? Make sure to check the BIOS and change it accordingly i.e. AHCI
  13. Please list the specs of your system. You can head over here to get you SSDT patched for sleep. For usb 3.0, try this thread, it includes the kext download link. Try this attachment for Ethernet and remove BCM5722D.kext, run myfix to update cache Reboot and then head over to EDP after you're connected. AppleIntelE1000e.kext.zip
  14. Since you have the Intel video, did you remove the two files :AppleIntelHDGraphics.kext and AppleIntelHDGraphicsFB.kext for S/L/E on the USB installer before installing? You could also rename the extension and not delete, run my fix and then restart the installation. Check this guide.
  15. Hi azub, Welcome to the forum. 1) HDMI Audio should work, but it doesn't autodetect the first time. Go to the audio preference and change output to HDMI 2) USB 3.0 - Check this thread, another member mentioned it works better here 3) Bluetooth - Check here, you might have to check if it uses the same ID 4) Dual Boot - Create a fat partition from OSX, adjusting partition size, reboot with Windows 7 disk. Select the fat partition to install, format it to NTFS and finish the build. Reboot, it'll automatically boot to Windows, finalize and update drivers...etc Reboot with OSX USB Installer, select the Mac OSX Boot into OSX, launch the Chameleon wizard (download it if you haven't already). In Chameleon, under Install "Install method", select Boot0hfs, and click on Install below. Reboot without the USB installer, when you see the boot screen, hit enter and you'll see the option to choose between OSX and Windows 7 Good luck!
  16. Take a look at this article by Hervé.http://www.osxlatitude.com/tuning-performance-with-fakesmc-smbios-plist/ The version of fakesmc contains several monitor apps.
  17. You have the NVidia discrete card on that system as you stated, so the Intel HD4000 won't be use. You have to disable optimus in the BIOS, use the usb2.0 port on the left corner to boot. Check the DSDST to see if it's patched with the nvs5200 display. The 3 ssdt (ssdt, ssdt-1, ssdt-2) are for different power management, you could include all of them. Also make sure you include the right smbios.plist. Mine is for the MBP 9.1. I've seen others use MBP 8.1 too.
  18. Recheck your BIOS, make sure it's set to AHCI. If it's still not working, boot with USBBusFix=Yes. Add it to boot.list if this works.
  19. Check this thread, some members were able to get the dock working https://osxlatitude.com/index.php?/topic/2380-e6430-with-nvs5200intel-hd-4000/page-3
  20. Have you check this thread https://osxlatitude.com/index.php?/topic/2380-e6430-with-nvs5200intel-hd-4000/? It includes all the files needed except for the ssdt(s) since you have a different processor. Also check out leppy700m's post regarding building from version 10.8.3
  21. Have you tried including the DSDT from my Extra folder? Also included are Applesmartbatterymanager.kext and AppleIntelCPUPowerManagement.kext, which can replace voodoobattery and NullCPUPowerManagement.kext. Be sure to delete voodoobattery from S/L/E and run myfix to update everything.
  22. Can you list your kext in Extra/Extension?
  23. Try Atheros Ar5b195 Wireless Wifi N Bluetooth Bt Half Mini Pci-e Card, fits nicely on the WAN slot. There's a new driver being develop currently by one of the member, still in the development stage though. Check here https://osxlatitude.com/index.php?/topic/2545-new-touchpad-driver-for-e6520-alps/
  24. Head over to DSDT/SSDT patching https://osxlatitude.com/index.php?/topic/1945-dsdtssdt-patching/.
  25. Check out this post by another member who's using version 10.8.3 as the installer #14
×
×
  • Create New...