what should I modify in ABLN for audio?
The number one Hackintosh community

Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Member
    Join Date
    Aug 2009
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default what should I modify in ABLN for audio?


    Hello,

    I'm using AserBLN patched DSDT and I'm not having audio. In AsereBLN guide is clearly stated that audio is disable in his files and could be enabled by modifying ABLN.

    Exactly what part shall I modify? My ABLN section look like this:

    Code:
        Name (ABLN, 0x0F)
        Method (DTGP, 5, NotSerialized)
        {
            If (LEqual (Arg0, Buffer (0x10)
                    {
                        /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, 
                        /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                    }))
            {
                If (LEqual (Arg1, One))
                {
                    If (LEqual (Arg2, Zero))
                    {
                        Store (Buffer (One)
                            {
                                0x03
                            }, Arg4)
                        Return (One)
                    }
    
                    If (LEqual (Arg2, One))
                    {
                        Return (One)
                    }
                }
            }
    
            Store (Buffer (One)
                {
                    0x00
                }, Arg4)
            Return (Zero)
        }
    thanks,
    blackdir
    Motherboard GA-EP45-DS4 F10b, CPU: Q9550, GPU: Palit Geforce 9500GT 1GB passive, EFI-X v1 Chameleon 2.0RC3 - OS X 10.6.2 (audio via a C-MEDIA usb dongle)

  2. #2
    Senior Member
    Join Date
    Jun 2009
    Posts
    394
    Thanks
    0
    Thanked 2 Times in 1 Post
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by blackdir View Post
    Hello,

    I'm using AserBLN patched DSDT and I'm not having audio. In AsereBLN guide is clearly stated that audio is disable in his files and could be enabled by modifying ABLN.

    Exactly what part shall I modify? My ABLN section look like this:

    Code:
        Name (ABLN, 0x0F)
        Method (DTGP, 5, NotSerialized)
        {
            If (LEqual (Arg0, Buffer (0x10)
                    {
                        /* 0000 */    0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, 
                        /* 0008 */    0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
                    }))
            {
                If (LEqual (Arg1, One))
                {
                    If (LEqual (Arg2, Zero))
                    {
                        Store (Buffer (One)
                            {
                                0x03
                            }, Arg4)
                        Return (One)
                    }
    
                    If (LEqual (Arg2, One))
                    {
                        Return (One)
                    }
                }
            }
    
            Store (Buffer (One)
                {
                    0x00
                }, Arg4)
            Return (Zero)
        }
    thanks,
    blackdir
    If you want the audio stuff then use:

    Name (ABLN, 0x0000004f)

    Search for the Device (HDEF) and change stuff there according to the thread from Elmangomez. If you change only the ABLN value, then you will have some audio. With the stuff from Elmangomez more will work, but you need one LegacyHDA.kext.

    HP: aserebln.blogspot.com
    MoBo: Gigabyte EP45-DS3 (F10b)
    Cpu: Intel Q9550 @ 2.83GHz
    Gfx: Palit Geforce 9500 GT 1GB passiv
    Mem: 4GB OCZ PC1066
    Hdd: 1TB Samsung HD103SJ
    Dvd: LG GH22NS30
    MacOS: My Booter (Chameleon 2.0 RC4/PCEFI10.5 based) & OS X 10.6.2

    EFI-X: TRASHED

  3. #3
    Member
    Join Date
    Aug 2009
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Hello AsereBLN, I tried both your suggestions:

    Changing Name (ABLN, 0x0F) to Name (ABLN, 0x0000004f) alone didn't make any difference: in system preferences I still don't have any audio device

    When I add the HDEF part taken from Elmangomez thread, not only the audio part does not change, but I even got a non working keyboard (i.e. non key works)

    Any suggestion?
    Motherboard GA-EP45-DS4 F10b, CPU: Q9550, GPU: Palit Geforce 9500GT 1GB passive, EFI-X v1 Chameleon 2.0RC3 - OS X 10.6.2 (audio via a C-MEDIA usb dongle)

  4. #4
    Senior Member
    Join Date
    Jun 2009
    Posts
    394
    Thanks
    0
    Thanked 2 Times in 1 Post
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by blackdir View Post
    Hello AsereBLN, I tried both your suggestions:

    Changing Name (ABLN, 0x0F) to Name (ABLN, 0x0000004f) alone didn't make any difference: in system preferences I still don't have any audio device

    When I add the HDEF part taken from Elmangomez thread, not only the audio part does not change, but I even got a non working keyboard (i.e. non key works)

    Any suggestion?
    You must change the value in the DSDT.dsl file. Then compile it with iasl -ta DSDT.dsl and put the resulting DSDT.aml to Chameleon/Extra. Make sure Aliza Audio is enabled in the BIOS.

    HP: aserebln.blogspot.com
    MoBo: Gigabyte EP45-DS3 (F10b)
    Cpu: Intel Q9550 @ 2.83GHz
    Gfx: Palit Geforce 9500 GT 1GB passiv
    Mem: 4GB OCZ PC1066
    Hdd: 1TB Samsung HD103SJ
    Dvd: LG GH22NS30
    MacOS: My Booter (Chameleon 2.0 RC4/PCEFI10.5 based) & OS X 10.6.2

    EFI-X: TRASHED

  5. #5
    Senior Member elmangomez's Avatar
    Join Date
    Aug 2009
    Posts
    519
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Hackintosh Files / Kexts Downloads
    56
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by AsereBLN View Post
    You must change the value in the DSDT.dsl file. Then compile it with iasl -ta DSDT.dsl and put the resulting DSDT.aml to Chameleon/Extra. Make sure Aliza Audio is enabled in the BIOS.
    And you need to copy the kext in my post to /E/E... Are you sure also that you are plugging to green ports at rear, and go into System Preferences and change your output to Internal Speakers (when plugged in rear plug) or Headphones when plugged to front plug.

    To test, you should use the patched dsdt.aml (without my HDEF section first) and ABLN keyword 0x4f, and WITHOUT my kext. Then you SHOULD have output from rear plug. If not, there is something with the dsdt... If that works, save your dsdt, and make my edits and add the kext.... you should then get both front and rear and ideally autoswitching when plugging headphones to front.
    Mobo: Gygabyte EP45-UD3p
    Video: nVidia 9800 GTX+
    DVD: LG something
    RAM: 6 GB mixed brands
    HDD: About 8 of them all SATA
    CPU: Intel Core 2 Quad Q9650 3.0GHz

  6. #6
    Member
    Join Date
    Aug 2009
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by elmangomez View Post

    To test, you should use the patched dsdt.aml (without my HDEF section first) and ABLN keyword 0x4f, and WITHOUT my kext. Then you SHOULD have output from rear plug. If not, there is something with the dsdt... If that works, save your dsdt, and make my edits and add the kext.... you should then get both front and rear and ideally autoswitching when plugging headphones to front.
    Hello elmangmez,

    I did test my system follwing your suggested step by step approach.

    Starting with patched dsdt and ABLN (no hdef nor ktext) and... audio appeared in system preferences: once selected the proper output it worked!

    The other steps, instead don't give the expected result:

    - ktext addition, disable sound (audio board doesn't showup in system preferences)
    - hdef addition in dsdt, not only doesn't make sound work, but also disable my keybard.

    Now I'm starting to think that there is something wrong with my dsdt... Am I wrong?

    Would it be appropriate if I post my dsdt here together with ioreg dump (got from linux live cd)?

    Thanks,
    Blackdir
    Motherboard GA-EP45-DS4 F10b, CPU: Q9550, GPU: Palit Geforce 9500GT 1GB passive, EFI-X v1 Chameleon 2.0RC3 - OS X 10.6.2 (audio via a C-MEDIA usb dongle)

  7. #7
    Senior Member
    Join Date
    Jun 2009
    Posts
    394
    Thanks
    0
    Thanked 2 Times in 1 Post
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by blackdir View Post
    Hello elmangmez,

    I did test my system follwing your suggested step by step approach.

    Starting with patched dsdt and ABLN (no hdef nor ktext) and... audio appeared in system preferences: once selected the proper output it worked!

    The other steps, instead don't give the expected result:

    - ktext addition, disable sound (audio board doesn't showup in system preferences)
    - hdef addition in dsdt, not only doesn't make sound work, but also disable my keybard.

    Now I'm starting to think that there is something wrong with my dsdt... Am I wrong?

    Would it be appropriate if I post my dsdt here together with ioreg dump (got from linux live cd)?

    Thanks,
    Blackdir
    I made you a DSDT with Sound enabled. I uses the configuration from Elmangomez, so you will need the LegacyHDA.kext too. Do not forget to rename the DSDT_sound.aml into DSDT.aml and put it into the Chameleon Extra folder. The kernel extension into Extra/Extension.

    HP: aserebln.blogspot.com
    MoBo: Gigabyte EP45-DS3 (F10b)
    Cpu: Intel Q9550 @ 2.83GHz
    Gfx: Palit Geforce 9500 GT 1GB passiv
    Mem: 4GB OCZ PC1066
    Hdd: 1TB Samsung HD103SJ
    Dvd: LG GH22NS30
    MacOS: My Booter (Chameleon 2.0 RC4/PCEFI10.5 based) & OS X 10.6.2

    EFI-X: TRASHED

  8. #8
    Member
    Join Date
    Aug 2009
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by AsereBLN View Post
    I made you a DSDT with Sound enabled. I uses the configuration from Elmangomez, so you will need the LegacyHDA.kext too. Do not forget to rename the DSDT_sound.aml into DSDT.aml and put it into the Chameleon Extra folder. The kernel extension into Extra/Extension.


    Hello AsereBNL,

    thank you very much for supporting me once again.
    I tried the DSDT with sound you provided me (combined with the LegacyHDA.ktext), but with no luck: no device is available for output in system preferences (see attached screenshot).

    From last time I dumped dsdt (the one I posted in your DSDT thread), I removed the Netgear GA311 card and disabled from bios both floppy and serial port (as I don't use them).
    Would it be possible that my system modified some IRQs and now it looks different (and incompatible) with the DSDT you prepared at that time?

    Please forgive this newbie if I'm saying something technically impossible!

    Anyhow I attach a new dsdt dump done from opensuse (booted bypassing chameleon via F12)... maybe you are patient enough to have a look at it once again.

    thanks again,
    blackdir
    Motherboard GA-EP45-DS4 F10b, CPU: Q9550, GPU: Palit Geforce 9500GT 1GB passive, EFI-X v1 Chameleon 2.0RC3 - OS X 10.6.2 (audio via a C-MEDIA usb dongle)

  9. #9
    Member
    Join Date
    Aug 2009
    Posts
    72
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Hello everyone,

    as AsereBLN didn't answer to my last post, I though that it could be something wrong on my system and I did some investigations to further debug.

    I though that it my be necessary to rebuild Extensions.mkext - an activity that I didn't do in my previous replacements of dsdt files ( I did it only once when I installed SL). For this reason I run the proper command (sudo kextcache -v 1 -t -m ). Below what I get.

    When DSDT with sound, but no LegacyHDA are in place:

    Code:
    fakesmc.kext - no dependency found for com.apple.kpi.unsupported.
    fakesmc.kext - no dependency found for com.apple.iokit.IOACPIFamily.
    fakesmc.kext - no dependency found for com.apple.kpi.libkern.
    fakesmc.kext - no dependency found for com.apple.kpi.iokit.
    fakesmc.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.iokit.IOACPIFamily
            com.apple.kpi.libkern
            com.apple.kpi.iokit
    
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.unsupported.
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.iokit.
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.libkern.
    NullCPUPowerManagement.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Warnings: 
        Personality matches on IOResources but IOMatchCategory is missing or not equal to its IOClass; driver may be blocked from matching or may block others: 
            IntelCPUPowerManagement
    
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    OpenHaltRestart.kext - no dependency found for com.apple.kpi.iokit.
    OpenHaltRestart.kext - no dependency found for com.apple.kpi.libkern.
    OpenHaltRestart.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    PlatformUUID.kext - no dependency found for com.apple.kpi.iokit.
    PlatformUUID.kext - no dependency found for com.apple.kpi.libkern.
    PlatformUUID.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    SleepEnabler.kext - no dependency found for com.apple.kpi.unsupported.
    SleepEnabler.kext - no dependency found for com.apple.kpi.iokit.
    SleepEnabler.kext - no dependency found for com.apple.kpi.libkern.
    SleepEnabler.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    fakesmc.kext - no dependency found for com.apple.kpi.unsupported.
    fakesmc.kext - no dependency found for com.apple.iokit.IOACPIFamily.
    fakesmc.kext - no dependency found for com.apple.kpi.libkern.
    fakesmc.kext - no dependency found for com.apple.kpi.iokit.
    fakesmc.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.iokit.IOACPIFamily
            com.apple.kpi.libkern
            com.apple.kpi.iokit
    
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.unsupported.
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.iokit.
    NullCPUPowerManagement.kext - no dependency found for com.apple.kpi.libkern.
    NullCPUPowerManagement.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Warnings: 
        Personality matches on IOResources but IOMatchCategory is missing or not equal to its IOClass; driver may be blocked from matching or may block others: 
            IntelCPUPowerManagement
    
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    OpenHaltRestart.kext - no dependency found for com.apple.kpi.iokit.
    OpenHaltRestart.kext - no dependency found for com.apple.kpi.libkern.
    OpenHaltRestart.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    PlatformUUID.kext - no dependency found for com.apple.kpi.iokit.
    PlatformUUID.kext - no dependency found for com.apple.kpi.libkern.
    PlatformUUID.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    SleepEnabler.kext - no dependency found for com.apple.kpi.unsupported.
    SleepEnabler.kext - no dependency found for com.apple.kpi.iokit.
    SleepEnabler.kext - no dependency found for com.apple.kpi.libkern.
    SleepEnabler.kext is missing dependencies (including anyway; dependencies may be available from elsewhere)
    Dependency Resolution Failures: 
        No kexts found for these libraries: 
            com.apple.kpi.unsupported
            com.apple.kpi.iokit
            com.apple.kpi.libkern
    
    Source directory has changed since starting; not saving cache file /Extra/Extensions/Extensions.mkext.
    Is it correct that I cannot rebuild Extensions.mkext in this situation?

    thanks,
    blackdir
    Motherboard GA-EP45-DS4 F10b, CPU: Q9550, GPU: Palit Geforce 9500GT 1GB passive, EFI-X v1 Chameleon 2.0RC3 - OS X 10.6.2 (audio via a C-MEDIA usb dongle)

  10. #10
    Senior Member
    Join Date
    Jun 2009
    Posts
    394
    Thanks
    0
    Thanked 2 Times in 1 Post
    Hackintosh Files / Kexts Downloads
    0
    Uploads
    0

    Default Re: what should I modify in ABLN for audio?

    Quote Originally Posted by blackdir View Post
    Hello AsereBNL,

    thank you very much for supporting me once again.
    I tried the DSDT with sound you provided me (combined with the LegacyHDA.ktext), but with no luck: no device is available for output in system preferences (see attached screenshot).

    From last time I dumped dsdt (the one I posted in your DSDT thread), I removed the Netgear GA311 card and disabled from bios both floppy and serial port (as I don't use them).
    Would it be possible that my system modified some IRQs and now it looks different (and incompatible) with the DSDT you prepared at that time?

    Please forgive this newbie if I'm saying something technically impossible!

    Anyhow I attach a new dsdt dump done from opensuse (booted bypassing chameleon via F12)... maybe you are patient enough to have a look at it once again.

    thanks again,
    blackdir
    The DSDT from the attachment and the one I used for patched are binary equal. So it must be another problem. Do you have enabled the Azalia Codec in the BIOS (auto)? Do you see a audio device in the IORegistry or in System Profiler?

    HP: aserebln.blogspot.com
    MoBo: Gigabyte EP45-DS3 (F10b)
    Cpu: Intel Q9550 @ 2.83GHz
    Gfx: Palit Geforce 9500 GT 1GB passiv
    Mem: 4GB OCZ PC1066
    Hdd: 1TB Samsung HD103SJ
    Dvd: LG GH22NS30
    MacOS: My Booter (Chameleon 2.0 RC4/PCEFI10.5 based) & OS X 10.6.2

    EFI-X: TRASHED


  • Advertising

    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 3 123 LastLast

Similar Threads

  1. Replies: 9
    Last Post: 2nd July 2012, 06:05
  2. Replies: 0
    Last Post: 3rd October 2011, 11:52
  3. How can i better modify my Nvidia GTX465?
    By lennox in forum Video & Graphics
    Replies: 7
    Last Post: 9th February 2011, 23:00
  4. System profiler info modify? (OS X 10.6.5)
    By TN-048 in forum Software
    Replies: 3
    Last Post: 16th December 2010, 04:00
  5. [Audio] nVidia Corporation MCP73 High Definition Audio
    By Frankiie in forum Hardware and Drivers (Kexts)
    Replies: 2
    Last Post: 2nd November 2010, 11:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •