Jump to content

Gonzzo

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Gonzzo

  1. In my case I have a TP-Link TL-WN725N v1.0 nano usb wifi with same chip and the drivers from the included realtek's link and it is working perfectly in Maverick. From IOReg: IDProd:0x8176 IDVendor:0xbda
  2. yes USB is working fine now after including the flags in the clover configuration. Regarding the battery, could you be more specific on the issue? You can install the debug file from ACPIBatteryManager.kext and check in the console the output to better identify the issue. In my case after a proper DSDT patching, is working ok.
  3. yes, the audio might be a little low (haven't compared with Windows though). I haven't checked yet how to increase the gain (I guess there might be a way in the config file.) Which mic, internal mic or jack mic? Have you compared my codedump with yours? What it might happen is that your model has a different node for the mic. Changing just the node for the mic shouldn't be too difficult. Just look at the guide and the details of my post which includes the nod numbers and the codec verbs calculations: https://osxlatitude.com/index.php?/topic/1967-applehda-binary-patching/page-3 Have a look at it and if you need help let me know. Regarding patching the DSDT, I've seen this, http://www.insanelymac.com/forum/topic/287901-how-to-get-intel-7-series-usb-30-fully-working-step-by-step-guide/ Loot at point "Step #3 - USB 3.0 fix" I haven't tested yet though.
  4. Thanks a lot for your input. I've included both flags in Clover conf and now I don't have problems when I sleep it.
  5. Here you have it. Have you made the USB 3.0 working? I'm having problems with sleep using the latest GenericUSBXHCI kext codec_dump0.txt.zip
  6. ence, Thanks for your input. I've also migrated to Maverick and it's working quite well. I'm using an ad hoc DSDT generated by EMlyDinEsH Audio: I've patched AppleHDA as per EMlyDinEsH guide and it is working quite well. The only issue is waking up EADP output(speakesrs) but with the flag in Elan kext there is no problem to solve it. I've attached it would you like to test it. BT/WIFI: Same issue Bluethooth: It is detected but there is no way to make it working (checking it in several forums) Wifi: Will never work. Using a TP-link mini USB dongle. Dual boot is working quite well from HDD using CLOVER configuration I've found from HP Elitebook:https://www.dropbox....198h/3GDjlCCzZj I've tried your's but it doesn´t work. Also, if you want to use ACPIBatteryManager.kext, you can easily patch your DSDT to make it working with the following file:https://github.com/RehabMan/Laptop-DSDT-Patch/blob/master/battery/battery_ASUS-N55SL.txt AppleHDA.kext.zip
  7. I answer myself... I didn't realize that I have one kext in CLOVER directory and another one in S/L/E and I was modifying the one in S/L/E. Once I have only one in CLOVER with the flag set, it works perfectly.
  8. Hi, I've migrated to Maverick and all work like a charm. what I have: - Asus S550CM - Elan v2.8.3 - ALC270 However, even though I have in info.plist the flag "ALC269JackSense" set to YES, now after sleep the speakers don't work (it works at the beginning at start up). The issue is with teh EAPD since after sleep all in/outs work but the speakers which is an EAPD out. Was this feature removed from the last Elan version? Thanks,
  9. Post the one you have it working at least the mic (anerik70) and I will compare with the Codecgraph output to try to help you. I was able to make it working by doing some try/error patchs based on the different options.
  10. I've done it just one time, so I'm not an expert, but my recommendation: - Start with a patched AppleHDA that at least loads and have something working (speaker, mic, etc ..). HAve you tried the one generated by Dinesh for 269? - From there, make incremental changes with one of the input or output and test the new patch to see if you have made any progress. - Use Codecgraph to better understand the different connections (I've generated one from your code_dump and attahced). The graph helped me a lot to try different paths and to correct the initial one I had partially working - If you're not going to use one of the input/outputs (like the SPDIF I've seen in your dump) or don't know how to implement it, disable it (F0 00 00 40) Good luck achivio.txt.svg.zip
  11. EMlyDinEsH, FYI, ALC270 suffers the same jack sense issue after sleep than ALC269. ​I've fixed it by activating your patch in your Elan Touchpad kext. Quite useful! Thanks.
  12. Gracias realmadrid for your efforts and time. I've tested but the kext doesn't load. What I've done is, based on the patched kext for the K55vm in EDP, I've generated a new one with the following setup (taking into account the info from codecgraph): Input: -Internal mic:9-34-18 -External mic:8-35-24 Output: -Speakers:20-13-3 -Headphones:33-12-2 and the codec verb following EMlyDinEsH guide: 01271C10 01271D01 01271EA6 01271F90 01471C20 01471D01 01471E13 01471F90 01871C30 01871D10 01871E81 01871F02 02171C40 02171D10 02171E21 02171F02 01470C02 and with the attached one it works like a charm. Since ALC270 also suffers the jack sense issue, it is required to activate the patch included in ElanTouchpad kext to avoid stop working after sleep. EMlyDinEsH, thanks for your guide. really helpfull. AppleHDA.kext.ALC270.zip
  13. Hi, I've followed your guide to patch my appleHDA for an ALC270 for my Asus S550 but I'm not able to finish patching it because I'm missing some data from the code_dump.txt information. I generated the codedump file with unbuntu 12.04 and I've tested that both speakers and mic (internal and jack) work properly in unbuntu, so the driver is detecting the ALC270 properly. My problem starts when extracting the Pin Complex nodes, since I only identify three, two for output (speaker -> 0x14 and headphones -> 0x21) but only one for mic (internal mic -> 0x12). I'm missing the external mic node. Furthermore, in the Pin Complex Node 0x12 for the internal mic, there is no connection: field so I don't know where to connect to. Thus, up to now, the PathMaps that I'm able to draft are: 3->13->20 (speaker) 2->12->33 (headphones) However, if I generate a Codec Graph, I get the following PathMap for the mic inputs: 18->34->9 (0x12 - 0x22 - 0x09 Internal Mic) 29->35->8 (0x18 - 0x23 - 0x8 External Mic) Is that layout correct? If so, what pin Default should I use for the External Mic? Here you have my codedump and codecgraph files. Sound_dump.txt Sound.txt.svg.zip Thanks for your help. Edit: Here you have also the regedit dump from windows 8 just in case is of any help: CodeDumpWIndows Regedit.txt
  14. Not too old, an Acer i3 desktop and I don't think the issue is with the keyboard since I have the same behaviour with a microsoft bluetooth mouse.
  15. That is my major fear and this is why I still I boot with an externak usb stick with chameleon. I have the system almost full operative with the great work from EMlyDinEsh and his DSDT/SSDT patch but I don't want to install the boot loader until I have it clear that it can be done without braking the current set up with Windows 8 (and have to reinstall it).
  16. Done it, and in this case if I enable in OSX "wake on bluetooth" I can suspend the system without any problem (makes sense, since despite the interaction keyboard/trackpad with bluetooth dongle, it doesn't wake up the system). But this is not a bid deal since I always can wake it up trough te power button. What I'm desperate is with the time it takes to pair the keyboard vs. the trackpad. Funny enough, if I pair also a microsoft mouse, it takes also 20 sec to connect after waking up (or at start) after I move it and then another 20 sec after I press any key whereas the Apple trackpad is paired instantaneously. It is like if the trackpad is hard-coded whereas the other devices are not, but I don't know where is reflected (on't see anything in the info.plist of broadcom kext).
  17. where do you disable it in 10.8? I've googled it but the only reference is in Energy Saver, but I don't have any option related with wake through USB. What I have disable is wake through bluetooth.
  18. Hi, I've sent you all files incliding the IORegister from an ASUS S550CM. Specs: Windows® 8 64 bits Intel® Core™ i5-3317U 4 GB DDR3 1600 MHz (1 x 4 GB) 500 GB sATA 5400 rpm + 24 GB MSSD NVIDIA® GeForce® GT 635M with 2GB 15.6" 16:9 HD (1366x768) LED Backlight Glare panel (multitouch) DVD :MATSHITA DVD-RAM 1 x USB 3.0 + 2 x USB 2.0 HDMI, VGA Audio: ALC270 Wifi: Atheros AR9485WB-EG SD, SDHC: RT55289 PCI-E Ethernet: RTL8168/8111 Bluetooth: Atheros chipset but not able to find reference with AIDA 64 Thanks a lot.
  19. Hi, I've installed a bluetooth module (bcm92045nmd) in my desktop PC and after introducing the Vendor/Product ID in the IOBluetoothFamily.kext the Broadcom kext i loaded. I have connected a bluetooth keyboard (no brand) and a trackpad. After booting, the trackpad connects instantly after touching it. However, with the keyboard I need to wait several seconds after hitting one key to get automatically paired. Is there any way I can make it working like the trackpad? Funny enough, the VendorID of the keyboard (Chinese) is Apple ID (0x05AC). Also, I can only sleep the desktop if I have disabled the "wake up with bluetooth"). If I enable I sleep the PC but instantly wakes up again. I've googled about it but couldn't find something meaningful to fix it. thanks. Gonzzo
  20. Hi all, I'm trying to set up ML 10.8.3 with myHack an I've been able to install it in a second partiton and boot it with the external myHack USB and -x flag only (yet). From what I've seen, the model is quite similar in specs to another Asus already described here (K55VM) but I'm not sure if I should use the same kexts. Specs: Windows® 8 64 bits Intel® Core™ i5-3317U 4 GB DDR3 1600 MHz (1 x 4 GB) 500 GB sATA 5400 rpm + 24 GB MSSD NVIDIA® GeForce® GT 635M with 2GB 15.6" 16:9 HD (1366x768) LED Backlight Glare panel (multitouch) DVD :MATSHITA DVD-RAM 1 x USB 3.0 + 2 x USB 2.0 HDMI, VGA Audio: ALC270 Wifi: Atheros AR9485WB-EG SD, SDHC: RT55289 PCI-E Ethernet: RTL8168/8111 Bluetooth: Atheros chipset but not able to find reference with AIDA 64 I've already set up other three different Desktops with ML (Acer, Dell and Gigabyte mb) but this is my first laptop so I'm kind of newbie in this area so any help will be appreciated. Up to now, I'm able to boot it with Chameleon in an external USB but not sound or video acceleration yet. While I keep tweaking the system to make it usable I would like to understand the following: - With an EFI BIOS (Aptio AMI), do I still need a DSDT? (i've attached the extracted DSDT from AIDA 64) - HDD is already formated in GUID with an initial EFI partition. What is the best option for dual boot taking into account I already have windows 8 up and running? - I assume the 24GB SSD (GUID) is set up in Windows 8 as a cache disk. Is that something I can us also with ML? Thanks. Gonzzo acpi_dsdt.zip
×
×
  • Create New...