Jump to content

Gonzzo

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Gonzzo

  1. Gonzo is USB 3.0 not working for you?

     

    I use the GenericUSBXHCI & checked off the USB options (inject, addclockid, fixusbownership) in Clover Configurator & 3.0 is working (System info reports USB3 & file transfers are noticibly fast).

     

    I'm using the clover autopatched DSDT as my default now. I know it's not ideal but it's working & i've been able to apply additional patches successfully.

     

    A new issue I'm having is my battery isn't charging after I applied the RehabMan fix. I'm trying to recalibrate my battery now.

    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.

  2. Thanks. How is audio working for you? My max volume was too low & mic wasn't working.

     

     

    That fixed usb sleep! Thanks! Is there a DSDT edit to remove the boot arg?

     

     

    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.

  3. 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

  4. 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,

  5. hi, thanks for trying to help

     

    yes I tried it but had nothing working... I then tried the one for anerik70 which partially works. (mic only)

    I and anerik have identical paths, but still I can't hear anything from the speaker, and I can't understand why :/

    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.

  6.  

    hey it's me again... today I tried to do everything from scratch... that's my data:

     

    codec: alc269vb
    address: 0
    vendorid: 0x10ec0269 && 283902569
     
    pincomplex - controlname
    0x18 : default 0x04a11830
    0x19 : default 0x99a3093f
    0x1b : default 0x99130110
    0x1e : default 0x99430120
    0x21 : default 0x0421101f
     
    ----------------------------
     
    0x18 : 30 18 a1 04
    0x19 : 3f 09 a3 99
    0x1b : 10 01 13 99
    0x1e : 20 01 43 99
    0x21 : 1f 10 21 04
     
    ----------------------------
     
    0x18 : 10 10 a1 04 /// 0x08 -> 0x23 -> 0x18 /// 8 -> 35 -> 24
    0x19 : 20 01 a3 99 /// 0x09 -> 0x22 -> 0x19 /// 9 -> 34 -> 25
    0x1b : 30 01 13 99 /// 0x1b -> 0x0d -> 0x03 /// 27 -> 13 -> 3
    0x1e : 40 01 43 99 /// 0x1e -> 0x06 -> ??   /// 30 -> 6 -> ???
    0x21 : 50 10 21 04 /// 0x21 -> 0x0c -> 0x02 /// 33 -> 12 -> 2
     
    ----------------------------
     
    01871c10 01871d10 01871e81 01871f04
    01971c20 01971d01 01971ea3 01971f99
    01b71c30 01b71d01 01b71e13 01b71f99
    01e71c40 01e71d01 01e71e43 01e71f99
    02171c50 02171d10 02171e21 02171f04
     
     
    but with those, I can't even get to desktop :/
     
    please help!

     

     

    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

  7. Test and feedback

     

    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

  8. 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

  9. 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).

  10. 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).

  11. 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.

  12. 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

  13. 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...