Jump to content

sP4rK

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by sP4rK

  1. I've bought the Azurewave CE123H, but I don't get BT to work. Neither in Windows nor in OSX. I use it in an Samsung Series 9 NB. First I thought BT is broken, but then I tested the card in an Acer Laptop and it shows up BT and WLAN with missing drivers. In the Samsung NB it shows only the network controller, but not the BT. In my BIOS is nothing to enable/disable Bluetooth or WLAN with. Another WLAN/BT Cards (Atheros) works for both, so BT isn't disabled globally. Has someone tested this card in an Samsung Notebook already or any other suggestions?
  2. To get HDMI audio, try the following: 1. Patch your dsdt.aml PlatformID from your GraphicsCard like this: Method (_DSM, 4, NotSerialized) { Store (Package (0x0A) { "graphic-options", Buffer (0x04) { 0x0C, 0x00, 0x00, 0x00 }, "AAPL00,DualLink", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "AAPL,ig-platform-id", Buffer (0x04) { 0x09, 0x00, 0x66, 0x01 }, "hda-gfx", Buffer (0x0A) { "onboard-1" }, "model", Buffer (0x17) { "Intel HD Graphics 4000" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } 2. Install the attached IntelFrameBufferCapri.kext that I've patched for HDMI audio 3. If your mic does not work install the AppleHDA269.kext too (Remove all other audio-kext files before - VoodooHDA, AppleHDA). I've done all the calculations for PIN Configuration and PathMaps from the NP900X3C and changed the info.plist file accordingly (Thanks to m.gbt from osx86.net, who made the original kext and EMlyDinEsh, who shared the information for the calculations). I've injected a patched AppleHDA binary in this too, as the original was only linked to a Clover file. This kext works with Chameleon too 4. The LayoutID from the kext in 3. is slightly different to the original from EDP, so make sure that at least the LayoutID area in your dsdt.aml (Device HDEF) matches to the following: Method (_DSM, 4, NotSerialized) { Store (Package (0x16) { "AAPL,slot-name", Buffer (0x09) { "built-in" }, "codec-id", Buffer (0x04) { 0x69, 0x02, 0xEC, 0x10 }, "built-in", Buffer (One) { 0x00 }, "name", Buffer (0x0F) { "Realtek ALC269" }, "layout-id", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "model", Buffer (0x10) { "Realtek ALC269V" }, "device_type", Buffer (0x06) { "Sound" }, "device-type", Buffer (0x25) { "High Definition Audio Controller" }, "hda-gfx", Buffer (0x0A) { "onboard-1" }, "MaximumBootBeepVolume", Buffer (One) { 0x4D }, "PinConfigurations", Buffer (Zero) {} }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } (As you can see I've done some more changes in HDEF to the original from EDP, so that it will show up the device correctly in System Information - PCI Cards and furthermore the MaximumBootBeepVolume is new in Mavericks and will show up an error in dmesg, if it's not included. But LayoutID is the only really necessary thing you have to change (1C -> 01) in your dsdt.aml) Hopefully this will help you and others were mic or HDMI (incl. audio) is not working. AppleIntelFramebufferCapri.kext.zip AppleHDA269.kext.zip
×
×
  • Create New...