Jump to content

Beckham

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Beckham

  1. When i boot, i've got glitch with apple logo & progress bar. I tried install kext from HVT HD4400/HD4600 Yosemite glitch - but i's not help. Also in DPCI Manager i've got this - https://yadi.sk/i/250WItYfcdCWp Cause i don't have hdmi audio How to fix it?
  2. 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
  3. Sorry, but i don't understood. It's for webcam? What i need to do? Can you provide me?
  4. 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
  5. In System Report your WebCam has Serial number field ? P.S. RehabMan: "One thing I've noticed about cameras not working is that if there is not a serial#, they tend not to work..."
  6. As far as trackpad, make sure you have a appropriate drivers and settings in SysPrefs->Trackpad. Yosemite issue: HDMI out - FREEZE WebCam - doesn't work (I think nobody get her ENABLE ) Also sometimes i hear some sound - maybe its work antipop ?
  7. 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.
  8. Installed Yosemite on my dell 7537 Lost normal function Fn keyboard (Brightness adjust go crazy when i pressed F11 or F12) HDMI out - freeze Trackpad - no tap, only click and double click Camera doesn't work (so as in Mavericks) P.S. how to remap keyboard ?
  9. And after aleep my sound doesnt work, but i installed antipop & codec commander. May be i need additional settings?
  10. 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!
  11. Also RehabMan advised try http://phoboslab.org/log/2009/07/uvc-camera-control-for-mac-os-x Camera Control to test cam
  12. Spidy01Are you made 3 -4 fingers gestures trackpad settings? Can you explain me what to do? (Maybe i need additional kext for trackpad?) P.S. About the cam, i have sonix web cam, searching but no results.
  13. Does anyone get turned on the webcamera ? (Dell 7537 core i5 4200, 15.6" non multitouch non fullhd) How to configure the touchpad gestures. I know that need to go sys pref-> keyboard. But i don't understand what to do next. Can you provide me?
  14. 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)
  15. nvidia. Now i have dsdt, which not compile - error syntax error unexpected $end and premature end-of-file http://s000.tinyupload.com/index.php?file_id=67257112007567614165 DSDT
  16. 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
  17. 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...