Search results

Loading Google Results...
  1. Popyura

    Realtek PCI Card Reader drivers

    Did you guys try amending the value in the Info.plist? I've seen people over at Insanely Mac have success with your chipsets but they've needed to amend the plist first. I had to in order to get mine working (0x522A10EC). All credit goes to Sinetek btw, I had nothing to do with the driver, am...
  2. Popyura

    [solved] Realtek ALC295 - Audio crackling after wake from sleep

    Seem to have fixed this by adding the LayoutID to Custom Commands and patching the DSDT with the audio layout as opposed to using the Clover injection. SSDT wasn't necessary.
  3. Popyura

    [solved] HD620 Graphics not working

    Accidentally stripped out the SMBIOS info. Try this config now. It's adapted from RehabMan's HD620 one.
  4. Popyura

    [solved] Realtek ALC295 - Audio crackling after wake from sleep

    This is quite vague, would you mind elaborating a little?
  5. Popyura

    [solved] HD620 Graphics not working

    Try this config. Also make sure you have FakePCIID.kext and FakePCIID_Intel_HD_Graphics.kext installed in S/L/E. I've attached them here just in case.
  6. Popyura

    [solved] HD620 Graphics not working

    But what is the specific model? Have searched for your specs... is it 510S-14IKB? Let me know the full model name if you can :)
  7. Popyura

    HD620: Clover graphics injection always forces 'Intel Unknown' into model name

    Sorry, didn't even realise there had been another thread started, hence why I carried on posting in this one, because I was getting alerts for it. Just for the record, sending me an alert saying 'STOP CROSS POSTING!!!!!!!!' with a bazillion exclamation marks instead of clearly explaining...
  8. Popyura

    [solved] HD620 Graphics not working

    Patience is a virtue :p Looking at your config now and it looks like pretty much all the parameters are commented out. Plus there is no Intel injection in there at all which will partially explain why you're having problems with your HD620. Please let me know exactly what model your laptop is...
  9. Popyura

    [solved] HD620 Graphics not working

    Hey @dgnzcn something weird happened and your post has vanished. Anyway, post your Clover config.plist file here if you want and I can take a look for you.
  10. Popyura

    [solved] Realtek ALC295 - Audio crackling after wake from sleep

    I'm using AppleALC.kext, Clover injection (layout-id = 28) and edited CodecCommander. Audio in general works really well... only issue I'm having is that it crackles a little when waking from sleep. It's quite subtle and only happens when audio is playing, but still it's pretty annoying and I'd...
  11. Popyura

    diskutil - is it possible to unmount a disk by 'media name'?

    I want to create a shell script that will use a USB disk's 'media name' to detect its identifier, then in turn use that to unmount the disk's volumes. Is this possible to do using diskutil? Obviously it's very straightforward to unmount a disk from terminal when you know the diskXsX identifier...
  12. Popyura

    Realtek PCI Card Reader drivers

    Sweet! Really happy this driver now exists and that most people seem to be finding success with it :)
  13. Popyura

    Realtek PCI Card Reader drivers

    Just in case anyone, like me, is still really interested in getting their native Realtek PCI card reader to work with their HackBook, Sinetek on 'the other forum' has been hard at work developing a driver which is currently in the beta stages. I've been testing it this morning and can confirm...
  14. Popyura

    Realtek PCI Card Reader drivers

    Have looked but there doesn't seem to be much apart from vague references to people working on stuff, hence me reaching out on here. What's a forum for if not asking for help/opinions right?
  15. Popyura

    Realtek PCI Card Reader drivers

    c'mon experts! what's the verdict?
  16. Popyura

    Realtek PCI Card Reader drivers

    Am I right in thinking there's still no way of getting an internal Realtek PCI Card Reader to work with Sierra? Does anyone know if any drivers that are in development? It's no big deal as I have a SDXC to USB adapter and don't use it that often, but it'd be wonderful to be able to get my laptop...
  17. Popyura

    HD620: Clover graphics injection always forces 'Intel Unknown' into model name

    Here's all the graphics related Clover config parameters that led to success for me. This lot includes the glitch fix. Use these with the FakePCIID and FakePCIID_Intel_HD_Graphics kexts installed at S/L/E and you should be all good. <key>Devices</key> <dict>...
  18. Popyura

    HD620: Clover graphics injection always forces 'Intel Unknown' into model name

    I fixed that by using the following CPU parameters in config.plist: <key>CPU</key> <dict> <key>FrequencyMHz</key> <integer>2700</integer> <key>Type</key> <string>0x706</string> <key>UseARTFrequency</key> <false/> </dict>
  19. Popyura

    HD620: Clover graphics injection always forces 'Intel Unknown' into model name

    You, sir, have played a vital role in delaying my inevitable mental breakdown. Screen Shot 2017-02-06 At 09.21.07 by Popyura posted Feb 6, 2017 at 9:43 AM Thank you and please mark as resolved :)
Back
Top