Contribute
Register

Samsung Series 3 NP350V5C-S0APL

Status
Not open for further replies.
Joined
Nov 29, 2013
Messages
10
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hello,

I installed Mavericks OSX on my laptop:

Procesor Intel Core i7 3630QM (SSE2/3)
South Bridge Intel HM76 rev. 04 - to PM i used HP pro book installer but sleep isn't working
Sound ALC269 (vendor 10ec device 0269) - I use VoodooHDa and sound is working but on boot there is annoying 'pop' sound
Realtek PCIe GBE Family Controller (DEV_8168) - I used kext from Multibeast and works
Wifi Dell DW1515 - works fine
For battery status i used some kext and it is showing.
For graphics hd4000 i used IGPlatformID= 01660003 and it is working

Can you help me with sleeping? I used what RehabMan said in his PowerManagement topic and laptop is turning off and after second it is turning on ;(.
Please help me and sorry for my bad english ;)
 

Attachments

  • SSDT.aml
    1.2 KB · Views: 237
  • SMBios.plist
    593 bytes · Views: 282
  • Zrzut ekranu 2014-01-21 o 15.06.19.jpg
    Zrzut ekranu 2014-01-21 o 15.06.19.jpg
    198.9 KB · Views: 278
  • dsdt.zip
    17.9 KB · Views: 119
Hello,

I installed Mavericks OSX on my laptop:

Procesor Intel Core i7 3630QM (SSE2/3)
South Bridge Intel HM76 rev. 04 - to PM i used HP pro book installer but sleep isn't working
Sound ALC269 (vendor 10ec device 0269) - I use VoodooHDa and sound is working but on boot there is annoying 'pop' sound
Realtek PCIe GBE Family Controller (DEV_8168) - I used kext from Multibeast and works
Wifi Dell DW1515 - works fine
For battery status i used some kext and it is showing.
For graphics hd4000 i used IGPlatformID= 01660003 and it is working

Can you help me with sleeping? I used what RehabMan said in his PowerManagement topic and laptop is turning off and after second it is turning on ;(.
Please help me and sorry for my bad english ;)

For instant wake after sleep, it is usually related to "Wake on USB"/"Wake on LAN". Disable those features in BIOS if you can. Or try DSDT patches for USB: https://github.com/RehabMan/Laptop-DSDT-Patch, Apply "7-series USB".
 
I checked all usb 'patches' and it is still not working ;( it turns off and after two seconds it's turning on back. With Multibeast installation i installed enith432's GenericUSBXHCI.kext, is it possible that this is problem?
Have you got any way to repair voodoohda boot max volume beep? I chcecked this patch and it is not working ;/

Thanx for help ;)
 
I checked all usb 'patches' and it is still not working ;( it turns off and after two seconds it's turning on back. With Multibeast installation i installed Zenith432's GenericUSBXHCI.kext, is it possible that this is problem?

Better to use my build (it probably more up-to-date): https://github.com/RehabMan/OS-X-Generic-USB3

And also make sure you try Kernel Flag: -gux_defer_usb2

Have you got any way to repair voodoohda boot max volume beep? I chcecked this patch and it is not working

I have never used VoodooHDA. Better results with AppleHDA...
 
Ok, now it's working ;) i install your usb3 kext and I add -gux_defer_usb2 to kernel in boot file.
I will uninstall VoodooHDa kext's and I will try to use AppleHDA.

Thanks a lot!
 
Sorry becouse of post under post but i'm trying to use ALC269 (10ec0269) with appleHDA and I can't to get it work. I used all dsdt hdef and kext over internet and there is no voice ;(
Have you got any idea how to repair it?

Thanks for messages!
 
Sorry becouse of post under post but i'm trying to use ALC269 (10ec0269) with appleHDA and I can't to get it work. I used all dsdt hdef and kext over internet and there is no voice ;(
Have you got any idea how to repair it?

Thanks for messages!

Use DSDT patches here: https://github.com/RehabMan/Laptop-DSDT-Patch

"Audio Layout 12" - change layout id to one appropriate for your AppleHDA
"IRQ Fix" - required for most computers and patched AppleHDA.

If it does not work post AppleHDA.kext and ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html

Note: There are many different variants of ALC269. One that works on one computer may not work on another.
 
I patch dsdt using Audio Layout 12 and i changed layout-id to 28
I also patch with irq fix.
Unfortunately it doesn't work.

In attachment i add my applehda and my ioreg
 

Attachments

  • conrados_3_series_laptop_io_reg.ioreg
    1.6 MB · Views: 203
  • AppleHDA.kext.zip
    1.2 MB · Views: 97
I patch dsdt using Audio Layout 12 and i changed layout-id to 28
I also patch with irq fix.
Unfortunately it doesn't work.

In attachment i add my applehda and my ioreg

Are you certain that AppleHDA is patched for 10ec0269? I don't see an entry in AppleHDAHardwareConfigDriver for 283902569.

Also, the changes to the patch are wrong. Your resulting _DSM:
Code:
            Method (_DSM, 4, NotSerialized)
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                        0x03
                    })
                }

                Return (Package (0x06)
                {
 [B]                   "28", 
                    Buffer (0x04)
                    {
                        0x0C, 0x00, 0x00, 0x00
                    }, 
[/B]
                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }, 

                    "PinConfigurations", 
                    Buffer (Zero) {}
                })
            }

Should be, for layout 28:
Code:
            Method (_DSM, 4, NotSerialized)
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                        0x03
                    })
                }

                Return (Package (0x06)
                {
[B]                    "layout-id", 
                    Buffer (0x04)
                    {
                        0x1C, 0x00, 0x00, 0x00
                    }, [/B]

                    "hda-gfx", 
                    Buffer (0x0A)
                    {
                        "onboard-1"
                    }, 

                    "PinConfigurations", 
                    Buffer (Zero) {}
                })
            }
 
I download few applehda and I didn't know what to post, I'm sorry it was my default kext.
Now i add this patched, in sys info there is more info about audio but still not working.
Sorry for problem ;)
 

Attachments

  • AppleHDA.kext.zip
    1.2 MB · Views: 86
Status
Not open for further replies.
Back
Top