Jump to content

Foxic

Members
  • Posts

    1,041
  • Joined

  • Last visited

  • Days Won

    8

Foxic last won the day on August 15 2012

Foxic had the most liked content!

Reputation

121 Excellent

Profile Information

  • Gender
    Male
  • Location
    U.K.

Recent Profile Visitors

12,992 profile views
  1. Try this. You'll have to generate your own serial number etc for the config.plist. DSDT is my full DSDT with HDMI audio enabled for my 480GTX. DSDT_noVid is my full DSDT without HDMI audio/any trace of video edits. Use as you wish. EX58-UD5.zip
  2. Add the following within `Device (PEX4)'. Device (LAN0) { Name (_ADR, 0x00) Name (_PRW, Package (0x02) { 0x0B, 0x04 }) Method (_DSM, 4, NotSerialized) { Store (Package (0x04) { "built-in", Buffer (0x01) { 0x01 }, "device_type", Buffer (0x09) { "ethernet" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } }
  3. Nice, that is good news. I tried using the web drivers from 10.13.3/4/5 and there's no change. I had about given up hope on my 480GTX
  4. Clover changed the default installation from including Ethernet built in / LAN fix to not including it. All you need to do is tick the LAN fix box in clover configurator or apply the fix via DSDT, then delete NetworkInterfaces.plist and reboot. I had to do this too. I think my graphics issue is down to Apple dropping support for my old 480GTX. EDIT: Graphics issue fixed in 10.13.6 with Web Drivers
  5. Is anyone else having wake issues with 10.13.5? I cannot get my display to wake no matter what I do.
  6. I’ve now been struggling with this for a month. i have tried NvidiaGraphicsFixup & Lilu with and without the web driver, with and without ngfxpatch=pikera darkwake, darkwake yes/no/1/2/3/4/5/6/7/8/9/10/11 nothing makes any difference. something has changed between 10.13.4 and 10.13.5. does anyone have any clues at all as to what would be causing this?
  7. Hi everyone, I'm having an issue with my main hack (spec in signature). After updating to 10.13.5 I'm having an issue where the system wakes to a black screen. I know the system is running and logged in as I can see my shared folders become available over my network. This is the first time I've ever had an issue with sleep/wake. I've tried using the nvidia web drivers which makes no difference. I've updated to the latest version of clover with no change. I've tried darkwake=0 which only works with ncpi=2000 or I get an instant reboot on boot. Darkwake has no effect on this problem though it does stop the system from sleeping reliably. in short, nothing I've tried works. Does anyone have any suggestions? Config.plist and DSDT attached Thanks config.plist.zip DSDT.aml.zip
  8. Make sure your username is in lower case or it’ll mess with APFS and you’ll end up having to re-format and start fresh. This happened on my MacBook Pro so at least I knew about it before I updated my hack. Make sure to put apfs.efi (from final/gm) in clover/drivers or clover won’t be able to see apfs. Pretty easy upgrade (easier than on my MacBook anyway), I didn’t even have to update fakesmc.
  9. This is often due to bios settings, post a photo of each bios page. I had this problem with a few laptops and found excecute-disable bit capability needs to be available
  10. Have you tried loading optimised defaults and then resetting your bios options? Sometimes different bios versions take different overclock settings. If all else fails you could just flash your old bios back if you can find a copy online
  11. Easy. Make an app iOS/android based around a database and in a standardised fashion, then make a seperate application OS X/Linux/windows that populates the database. You can then export an apk or an Xcode proj and then compile the Xcode proj on a mac (if the rest of it isn't being done in a mac)
  12. what's the contents of /proc/? ls /proc/
  13. All pretty simple. I've combined various guides and resources, found the missing scripts from a few Russian guides and translated everything into English. I've created a GitHub project for it here --> https://github.com/F0x1c/AppleALC_Instructions
  14. Back to VoodooHDA it is, never mind, thanks for trying.
×
×
  • Create New...