Jump to content

Beckham

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Beckham

  1. Yes for webcam - try enabling fix ownership with clover configeror/device/usb tick fix ownership. Camera still didn't work for me, but you could try.

    not work for me.

     

    I've tryed http://www.insanelymac.com/forum/topic/238847-get-your-uvc-webcam-working-as-apple-isight/ this, but without results.

    now in sys report i've got this

     

    Ð’Ñтроенный iSight:

     

      ID продукта: 0x213b

      ID производителÑ: 0x05ac  (Apple Inc.)

      ВерÑиÑ: 4.35

      Серийный номер: 8JA1K2FC3DCLDA00

      СкороÑÑ‚ÑŒ: До 480 Мбит/Ñ

      Производитель: Apple Inc.

      ID размещениÑ: 0x1d150000 / 3

      ДопуÑтимый ток (мÐ): 500

      ПотреблÑемый ток (мÐ): 500

      Ð’Ñтроенный: Да

     

    But stil doesn't help me. In skype or photo booth i've got black screen without any messages

  2. Try this patched FB for Yosemite. Fixes HDMI freeze.

    Report:

    • With kext which was installed by Yosemite install app in Sys Report i have VRAM 1536MB and HDMI out Freeze.
    • With your kext in Sys Report i have VRAM 1024 MB and HDMI out Video without Audio (may be i need some additional settings?)

    Also, if i check VideoRepeat and choose my TV - screen of my notebook change to resolution of TV up to 1080p (I have HD Ready version)

    I used Audio kext appleHDA from guide

  3. Did you get this sorted... As I'm having the same problem

    Yes, i do. But not all.
    For fix Fn keyboard and Brightness issue  you need additional DSDT patches for Yosemite to set the oem-table-id.
    Code example:
    into method label _DSM parent_label PS2K remove_entry;
    into device label PS2K insert
    begin
    Method (_DSM, 4, NotSerialized)\n
    {\n
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
        Return (Package()\n
        {\n
            "RM,oem-id", "DELL",\n
            "RM,oem-table-id", "HSW-LPT",\n
        })\n
    }\n
    end;
    

    Where oem-id and oem-table-id value(s) depends on your DSDT header.

  4. Guys, i need help.

    I can't set up gestures.

    I go to SysPref->keyboard->Application Shortcut- then press + choose Mission Control add Mission Control and swipe 3 fingers to up. In text box show ^⌘â

    but when i swipe up - work Finder with command to up lever.

    I tried add for History in Safari - swipe left and swipe right- nothing.

    I've read that gestures can be set up. Please help!

  5. Make sure you disable nvidia using boot flag: nv_disable=1. Also use dart=0 -v

     

    Follow the guide step by step and dont try to rush it... If you find you get errors reboot and start again it helped me. At 1st boot install Clover Configurator with HVT and sort out the config.plist ( nv_disable=1 dart=0 ect ) then follow the guide that way you'll be able to reboot without ant errors

    Thanks, i think i mess up with partions. I downloaded a new version of Clover, and it's help me.

    But after step 15 and apply patch, Maciasl show me 1 error. 

     

    input file does not appear to be an ASL or data table source file.

     

    Then I followed the advice Pokenguyen to kvasil and deleted everything again copied and disassemble.

    Apply all patches - i've got some errors - 

     

    unexpected PARSEOF_IF on some part of code

     

    Code:

    If (SS1)

    {

    Name (_S1, Package (0x04)

    { One, Zero, Zero, Zero })

    }

    If (SS3)

    {

    Name (_S3, Package (0x04)

    { 0x03, Zero, Zero, Zero })

    }

    If (SS4)

    {

    Name (_S4, Package (0x04)

    { 0x04, Zero, Zero, Zero })

    }

    Name (_S5, Package (0x04)

    { 0x05, Zero, Zero, Zero })

     

    So, I remove if section, and made code like for SS5 without if operator:

     

    Name (_S1, Package (0x04)

    { One, Zero, Zero, Zero })

    Name (_S3, Package (0x04)

    { 0x03, Zero, Zero, Zero })

    Name (_S4, Package (0x04)

    { 0x04, Zero, Zero, Zero })

    Name (_S5, Package (0x04)

    { 0x05, Zero, Zero, Zero })

     

    ok. This errors i've resolve.

    But i've got another errors - 

     

    unexpected $end and premature end-of-file

     

    I copied the code in IDE, which show me that in this code missing brackets }

    I found a place where there were no brackets. And added they.

     

    Ta-da ALL COMPILED without errors!!!

     

    P.S. I would like to thank the community in providing guidance and assistance

     

    Now  I have to make a sound (i don't install AppleHDA.kext, CodecCommodore & antipop) 

  6. Pokenguyen, please help. I dont understand, why after installing HVT - i made a reboot - and that all/ I've got spinned wheel.

    Some step required internet connection, but i cant do that because i need install REaltek kext and reboot laptop to take an effect.

    And again - i've git the apple logo and spinning wheel.

    And what to do next- i don't know. So i again and again reinstall OS Maverick, but without any results

  7. I have completed the steps up to #13, on number 14, I don't know where to look for /Extra/ssdt.aml? So I shut it down to continue later, but when I turned my laptop on, it's just stuck at the spinning wheel with Apple logo. The spinner gets darker.

     

    My system is a Dell 14R 5437 with i5-4200U.

    Hi, how you solve this problem. I install mavericks but if i onstalled HVT and reboot - i've got the spinning wheel with Apple logo

    Dell 7537 , but i can boot in safe mode.

×
×
  • Create New...