Jump to content

E6540 the last bugs :)


OSXnoob

Recommended Posts

First thank you for all the help

many things works.. :)

 

-Speedstep

-Battery

-Sleep

-Bluetooth

-Wlan

 

now the things doesn't work...

 

-No USB suppord after Sleep (Connect a USB Stick i don't can see it)

-systeminfo show handoff on and wlan AirPort Extreme  (0x14E4, 0x17) (but Handoff don't work)

-Headphone (don't understand anything) but in sytsem/audio switch to headphone out

-sometimes the laptop makes auto restart i don't know why... USB problem?

-Connect a HDMI out... system crash

-The Usb Soundcard doesn't work after Slepp...

 

here are my complete EFI folder from Clover...

Link to comment
Share on other sites

Hi sorry it was my mistake...

 

I found an older efi Backup.. and the Usb after sleep work... :) yeahh

 

hope the auto restarts are now ok ;)

 

I patch 2 patches in Clover... so Wlan works as AirPort Extreme  (0x14E4, 0x17).. and Bluetooth show Handoff on.. :)

But Handoff doesn'work.. must i realy used a spezial smbios? and add some other patches?

I have this Card..

http://www.ebay.de/itm/191352136865?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

 

what can i do with the headphone output? it is possible that it works?

I used voodoo2.8.5

Link to comment
Share on other sites

  • Administrators

USB fix is detailed in my E6440 thread; just apply the DSDT patch as detailed, i.e. add the code below to devices EHC1, EHC2 and XHC:

           Method (_DSM, 4, Serialized)
          {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }
                Return (Package (0x0E)
                {
                    "AAPL,clock-id", 
                    Buffer (One)
                    {
                         0x01
                    }, 
                    "built-in", 
                    Buffer (One)
                    {
                         0x00
                    }, 
                    "AAPL,current-available", 
                    0x0834, 
                    "AAPL,current-extra", 
                    0x0898, 
                    "AAPL,current-extra-in-sleep", 
                    0x0640, 
                    "AAPL,device-internal", 
                    0x02, 
                    "AAPL,max-port-current-in-sleep", 
                    0x0834
                })
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }

To get sleep to work on lid closure, apply Rehabman's DSDT lid fixes (Lid_PWR + LidPoll). No need for the ACPIPoller kext under Yosemite, only under Mavericks.

Rehabman_Lid_fixes.zip

Link to comment
Share on other sites

  • Administrators

I still haven't sorted out my own headphone output so can't really help you out on that one. I've only worked on getting it silent, not throw out garbage noise with the (then inaudible) audio.

 

USB resume on wake and Sleep on lid closure working now?

Link to comment
Share on other sites

Yes Usb resume now after Sleep... Sleep works.. :)

 

OK also no chance to get Headphone work ? and that i can use the headphone ans mic on docking station?

at the momemt only USB work on docking station..

 

When i connect the Docking station.. system crash... when i boot with the docking station.. system boot.. but no slepp.. that's ok :)

And can i used the hdmi out port? or the DVI Port on docking station.. that will be nice...

 

in my other thread i write about the problem (handoff doesn't work with my BCM4352) but this is the last thing... first the other...

 

Hdmi Out and docking station DVI out.. that would be perfect

Link to comment
Share on other sites

Ok thx :)

i think docking station makes problems because the hdmi out doesn't work...

 

Headphone problem is no problem.. when i need a headphone i connect a smart usb soundcard in the Laptop.. :)

 

do you used a bcm4352? perhaps you can help me with the handoff problem...

Link to comment
Share on other sites

×
×
  • Create New...