Jump to content

giacomo.dessi2303

Members
  • Posts

    305
  • Joined

  • Last visited

Posts posted by giacomo.dessi2303

  1. Con applealc ho già provato appunto con marzillo e non va.. al dsdt ho applicato queste patch, senza non funziona l'audio:

     

     

    [code]#Automatically adjusted by AppleHDA Patcher.app
    # original by RehabMan
    
    
    #   Inject Audio info
    into method label _DSM parent_label HDEF remove_entry;
    into device label HDEF insert
    begin
    Method (_DSM, 4, NotSerialized)\n
    {\n
       If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
       Return (Package()\n
       {\n
           "AAPL,slot-name", Buffer() { "Built in" },\n
           "layout-id", Buffer() { 0x03, 0x00, 0x00, 0x00 },\n
           "device_type", Buffer() { "Audio Controller" },\n
           "built-in", Buffer() { 0x00 },\n
           "PinConfigurations", Buffer() { },\n
           "hda-gfx", Buffer() { "onboard-1" }\n
       })\n
    }\n
    end
    
    #Maintained by: RehabMan for: Laptop Patches
    #system_IRQ.txt
    
    # This can fix non-working audio and also has an affect on HPET.
    #
    # Use this if you have issues with patched AppleHDA (required on almost all laptops)
    # or if you have issues with HPET (restart after wake).
    
    # IRQ fix
    into device name_hid PNP0000 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
    into device name_hid PNP0100 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
    into device name_hid PNP0B00 code_regex IRQNoFlags\s\(\)\n\s+\{(\d+)\} remove_matched;
    into device name_hid PNP0103 code_regex IRQNoFlags\s\(\)\n\s+\{.*\} removeall_matched;
    into device name_hid PNP0103 code_regex Name\s\(([^,]+),\sResourceTemplate\s\(\).*\n\s+\{((?:.|\n)*)\}\) replace_matched
    begin
    Name (%1, ResourceTemplate()\n
    {\n
       IRQNoFlags() { 0, 8, 11, 15 }\n
    %2
    })\n
    end;

    [/code]

  2. Salve a tutti, premetto che sono già stato aiutato da marzillo e forse anche foskvs a sistemare l'audio ma senza risultati... (con voodoo hda si sente più basso del normale, inoltre da poco ho scoperto che se inserisco le cuffie si sente malissimo, praticamente ho messo un film e si sentiva la musica in sottofondo ma non la voce degli attori) cercando su google ho trovato un programma che si chiama "Apple HDA Patcher" Ho selezionato il codec alc255 (che da quello che quello che ho capito sarebbe il mio che in realtà è un alc3234)

     

    e mi ha generato il kext di applehda patchato.. così ho installato questo kext insieme a codecommander e hdaenabler con kext utility, applicato le patch al config.plist e al dsdt, riavvio (ovviamente dopo aver tolto voodoohda dalla efi di clover) e l'audio si sente perfettamente, il jack delle cuffie che prima presentava quel problema funziona perfettamente, solo che ora il microfono non va (con voodoo hda funzionava) e il computer si spegne di colpo da solo molto spesso (cosa che prima non accadeva) avete idee? Grazie in anticipo

  3. Salve a tutti, gli admin mi conosceranno già perchè sono stato aiutato da gengik, foskvs, marzillo e jolly su in insanely... corro ad aprire un nuovo topic perchè credo di aver fatto un casino emoticon_risata

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.