Jump to content

Problema audio Dell vostro 15 3549


giacomo.dessi2303

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

Ciao... AppleHDA Patcher usa layout 3, è lo stesso di AppleALC con stesso layout (@Mirone)

 

Il microfono non funziona pecche sicuramente il tuo portatile ha una "configurazione" particolare a riguardo

 

Dovresti provare AppleALC con tutti i relativi layout relativi a ALC255

 

Ovviamente prima devi rimuover aDummy, patch sul config etc

 

Patch al dsdt? credo che se ne stavi già usando uno, non dovevi fare altro a riguardo

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

  • Administrators

Applica questa patch, ti rimuove il layout dal dsdt, così potrai usarlo sul config

[code]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
       "PinConfigurations", Buffer() { },\n
       "hda-gfx", Buffer() { "onboard-1" }\n
   })\n
}\n
end;

[/code]

 

Compilpa e salva... ricorda il layout sul config

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • There are no registered users currently online
×
×
  • 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.