Jump to content

JaneGoodall

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by JaneGoodall

  1. Nope. That's the guide to adding VGA and HDMI support. There's no point in getting that working until I have enough graphics memory to even run a second display. Since the framebuffer size is in the same location on each machine in a binary file, can't a script easily set the framebuffer size? If so, where is this script? Am I right in thinking I need to edit my DSDT?
  2. hopefully 10.9.2 will solve your issues. it looks like it will be released soon. So it's impossible to set my framebuffer size to be greater than 64 MB because it's set to 64 MB in the BIOS? I thought the whole point of a custom DSDT was to override BIOS settings. The person who made the custom DSDT told me in email that I could change my framebuffer size outside the BIOS but that I'd need to edit a file that isn't the DSDT. How do I do that? Once I get this working, all I'll need is internet. I'm almost there!
  3. My Intel HD 3000 Graphics is detected in About This Mac/Details but it only has 64 MB of shared memory. I think it should be 384 MB. Unfortunately the BIOS says it's 64 MB but it won't let me change it so I need to change it in Mac OS X somewhere. Would this be in the DSDT or SSDT files? How do I change my framebuffer size? Do I need to patch my DSDT file like that guide suggests? Someone already made one for my laptop in the DSDT patch request thread so I don't know how much patching it again will help.
  4. I ran myFix after making my last change to the Extensions folder, which was on the USB stick before installation. I haven't made any changes to it post-install. This means it's either a frame buffer issue or it''s not using hardware rendering. I have no idea which one: The HD 3000 is supported on my Latitude E5520. How can I troubleshoot this? Shouldn't /System/Library/Extension/AppleIntelSNBGraphicsFB.kext enable graphics acceleration? I've been searching Google and these forums endlessly and I've found nothing. I've tried grepping for everything under the Sun that could possibly tell me what's causing this. E5520 glitchy graphics Launcher.MOV
  5. I think I edited my post as you were responding. Do you have any ideas as to what could be causing my graphics issue in this post? I recored a video of it with my phone, E5520 glitchy graphics.MOV. I booted with -v dart=0 and saw no log messages that could point me to the problem. What log files should I look at to point me in the right direction? My internet isn't working so I EDP won't install. But I don't think that's the problem: Am I supposed to do something special post-installation? I thought that putting the bootpack and DSDT/SSDT/SMBios.plist onto my USB stick (I completely removed the default /Extra) would install the kexts without me having to run EDP.
  6. I tried all of those already except dart=0, but I tried dart=0 boot and I can log in. Thanks! I'm having some other issues, mostly graphics and networking. I added them to the post directly above this one.
  7. Thanks, I can boot with this bootpack using your DSDT and the DSDT/SSDT that was made for me on the request thread DSDT_SSDT_Patched_Dell_E5520_i5_2540M.zip if I enter dart=0 on boot: Works: Battery Keyboard Trackpad (DSDT/SSDT from the request thread only) Mouse buttons near trackpad (request thread only) Doesn't work: 1080p resolution (1024x768 in your DSDT, 1280x800 with the DSDT/SSDT from the request thread) Wired networking (detects ethernet but it can't automatically get my router's DHCP information, nor can it manually connect to my modem, my real Macbook connects fine with no configuration) WiFi Battery manager in file bar Graphics in general are buggy, see E5520 glitchy graphics.MOV I'm going to use that bootpack with a different set of patched DSDT/SSDT files. These ones are for my exact laptop, not one with an i5430M processor.
  8. Free DDST request: Dell Latitude E5520: Dell Latitude 5550 Core i5 5540M Thanks.
  9. I just did and it throws the same error AppleIntelCPU... error when I try to boot post-install as all the other bootpacks: https://osxlatitude.com/index.php?/topic/6072-black-screen-before-apple-screen-dell-latitude-e5520-hd-graphics-3000-109-mavericks/?p=33473 The E6200 one doesn't work either. It crashes before I can even install:
  10. This will patch the install USB stick to use the new /Extras: 1) Remove the existing /Extra folder from your USB stick and rename it to /Extra-original on your real Mac. 2) Put the new /Extra onto the USB stick where the old one was. 3) Run myFix in quick mode from your real Mac. Make sure to select your USB stick from the drop-down; DO NOT select /.
  11. Someone asked for a DSDT for an i5 Dell Latitude E5520 but I can't find it on the forums. https://osxlatitude.com/index.php?/topic/1945-dsdtssdt-patch-request/?p=33623
  12. I'm still using myHack, like I was on the first page. Are you asking me to remove all the kexts from Extra/Extensions? How would any of the hardware work if I did that? Am I supposed to get other kexts for the new FakeSMC.kext somewhere? I'll try it with and without the kexts but I expect failure. EDIT: I decided to first try using the new FakeSMC.kext with no other changes. I am having more success, but it could unrelated to the newer FakeSMC.kext. It still throws an ACPI_SMC_PlatformPlugin::start - waitForServices(resourceMatching(AppleIntelCPUPowerManagement)) timed out error on normal boot just like before. However, I tried typing -v -x PCIRootUID=0 during boot and it now finishes booting. I have to use an external keyboard, mouse, and HDMI, etc. I think I need to load a custom DSDT.
  13. I opened the package and grepped in it, but it returned nothing: real-macbook:Contents janegoodall $grep "NullCPUPowerManagement" -r . real-macbook:Contents janegoodall $grep "AppleIntelCPUPower" -r . By comparison: real-macbook:Contents janegoodall $grep "Power" -r . Binary file ./MacOS/FakeSMC matches I found this in Info.plist but it doesn't seem to have anything to do with AppleIntelCPUPowerManagement: <key>IOProviderClass</key> <string>AppleACPIPlatformExpert</string> What else should I look for to tell what's wrong with the FakeSMC.kext? FakeSMC.kext.zip FakeSMC-binary-file-as-text.txt My FakeSMC.kext/Contents/MacOS/FakeSMC binary file converted to a text file with >>, makes parsing easier.
  14. Similar bug happened with this bootpack, it's still looking for the Apple CPU management kext:
  15. I'm going to try it with the bootpack from this post. Apparently it worked for Mountain Lion.
  16. That helped, I got it installed now but it freezes on the white Apple load screen when I'm booting to the HDD. I think the important line is ... waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out. Any ideas why it's still looking for the AppleIntelCPUPowerManagement.kext when I replaced it with NullCPUPowerManagement.kext? Boot to HDD in verbose mode:
  17. I got a kernel panic with the myfixed USB stick: Should I replace AppleIntelCPUPowerManagement.kext from the bootpack with NullCPUPowerManagement.kext from the original Extras? If so, should I rename it to AppleIntel... or keep it as NullCPU...? I have a i5-2540M, so a Sandy Bridge. I would just try it but I don't want to risk running it without power management, though I suspect I'd just get another kernel panic or it would crash at boot time.
  18. Thanks, I assumed it was a command line tool and totally forgot about the myHack on my laptop.
  19. After selecting USB from the boot menu, I get the spinning |, /, -, and \ thing for a few seconds. Then I see this screen, which contains the following error message: EB OS read error: Controller or device error Block 0xc018c0 Sectors: 0 If I select the USB stick I see the white screen with the apple logo on my built-in monitor. Eventually, it switches to my external HDMI monitor and all I get this a white screen: I don't see anything on my main screen if my external isn't plugged in.
  20. I did that, but I can't even use console commands anymore so I can't run myfix at install time like the guide suggest. Instead, booting from USB takes me straight to Chameleon, which gives me 2 options: Boot to my USB stick or boot to my hard drive. Booting to the USB stick causes a white screen of death and I am not given the choice to enter console commands. Booting to my HDD causes a kernel panic. I think I am able to boot to my HDD because I was able to install OS X with the generic myHack (without the bootpack), however after the install I could not boot into it. Also, once I am there, what exact console command will I run to run myfix in quick mode? I have a feeling that it won't have a man entry. Or is it possible to run myfix from my working Mac laptop?
  21. I guessed: I renamed the bootpack's Extra directory to Extra-E5420_Mav and put it in the root of my USB. Thus, the bootpack's kexts are in /Extra-E5420_Mav/Extensions. I put the kext into the existing /Extra/Extensions. I do not know if the bootpack will succeed or fail but I expect Broadcom to fail if I am able to load the bootpack since the installer shouldn't use the default /Extra/Extensions kexts. UPDATE: It didn't even get to the white Apple screen this time. Can you please tell me where I drag and drop the bootstrap? What will the filestructure in my USB look like?
  22. Basically the bootpack replaces the generic Extra folder in your USB Installer root. So you could just replace the folder and run myfix (quick). That does the same thing. Download the version for Mavericks since you're installing Mavericks. Thanks. Does it matter where I put the bootpack onto the USB since there's no need to delete the generic Extra folder? Also, if I overwrite the /Extra directory, how come the bootpack kexts don't go into /Extra/Extensions like the default kexts? And why will the Broadcom kext still get loaded, unlike all the other default kexts, even though the bootpack basically replaces the generic Extra folder?
  23. Does the bootpack need to be anywhere special? Also, do you mean to make a /Extension directory or do I put the Broadcom kext into /Extra/Extensions? Since I'm loading a bootpack, won't it load the bootpack's kexts instead of the existing ones, so shouldn't I put the Broadcom kext into the same directory as the unzipped bootpack kexts?
  24. Thanks, I want the built-in monitor to work but I figure that'd be easier after installation. What do I do with the "bootpack"? Do I copy it into /System/Libraries/ after installation? I put EDP into the /Applications directory of my USB stick so I could mv it onto my HDD when I boot up for the first time.
×
×
  • Create New...