Jump to content

Latitude E5530


macdelld830

Recommended Posts

  • Moderators

My Latitude E5530 with full HD screen (1920x1080) and i5 (3320M), 8GB RAM and SSD (250GB) is now on 10.8.5

 

Ethernet and wireless are working, full graphics accelerated, wireless via a Broadcom card,

 

Bluetooth is not working anymore, sounds is either full or none but buttons work (just the soundlevel does not change).

 

Gert

Sounds like you're using VoodooHDA. You need to edit info.plist. Look for the following and change it like this

<key>VoodooHDAEnableHalfMicVolumeFix</key>
<true/>
<key>VoodooHDAEnableHalfVolumeFix</key>
<true/>
<key>VoodooHDAEnableMuteFix</key>
<true/>
<key>VoodooHDAEnableVolumeChangeFix</key>
<true/>

Or try this modded kext if you have IDT 92HD93 sound card like all my E6x30 models. Check your BIOS. 

Also add this to your DSDT under hdef

 Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x06)
                    {
                        "hda-gfx", 
                        Buffer (0x0A)
                        {
                            "onboard-1"
                        }, 


                        "layout-id", 
                        Buffer (0x04)
                        {
                             0x0C, 0x00, 0x00, 0x00
                        }, 


                        "PinConfigurations", 
                        Buffer (Zero) {}
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
Link to comment
Share on other sites

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

Just some feedback to the community. I have my E5530 running under 10.9.1 with a minimal Extra folder en no longer need to inject a string to get the screen to work, thanks to a new Chameleon version.

 

I'm using r2334 (I know we are at r2371 now according to Chameleon wizard).

 

I use following settings:

 

Bootflags:

Ignore boot cache (-f). If not, then my mouse no longer seems to work, I use a Logitech Anywhere MX mouse with the unifying USB stub.

GUI is selected

Timeout: 3

I use a default partition to boot into Windows 7 if I do nothing special

Legacy Logo is selected

mach_kernel

 

Misc:

Ethernet built in is selected

Restart Fix is selected

 

no CPU options selected

 

USB:

EHCI Acquire fix selected

UHCI reset is selected

 

Graphics:

Graphics Enabler=yes

Skip NVIDIA GFX selected

Skip AMD (ATi) GFX selected

Intel CAPRI FB selected, value 4 is used (that is the ONLY value working for my 1920 x 1080 screen)

Graphics Mode=1920x1080x32

 

My "SMBios" is set to Macbook Air5,2

 

I use NO DSDT and NO Chameleon modules.

 

In a next post I will add my Extra folder

Link to comment
Share on other sites

  • Moderators

Updated to 10.9.2 without any special actions. All works as on 10.9.1

Try my patched AppleHDA here.

Created my very first patched AppleHDA with hints from pokenguyen. Tested on E6430, should work on all Exx30 models with 92HD93xx.

Tested to work:

  • Internal speaker
  • Headphone / autoswitch
  • Internal Mic
  • HDMI audio
Link to comment
Share on other sites

Hi Jake,

 

works perfectly with the buttons. I have not tested the microphone, HDMI or headphone, but that will probably be OK. I will confirm later. This is already far better then the VoodooHDA which had 1 possibel action: on or off. 

 

I also updated the Broadcom kext for the builtin in BCM5761. New Extra is attached.

 

So, with this setup I have following

I5 at 2.6GHz

8GB RAM

SSD of 250 GB (a Samsung 840 Pro series)

Screen is at 1920 x 1080 and is fully accelerated

Battery is working, indicator as well

Internet Ethernet cards (bcm5761) is running

Wireless card is a third party mini card I pulled from my older Dell (capable of 802.11 a/b/g)

 

What is NOT working (yet):

HDMI out for the screen is NOT working (so audio via HDMI is also probably not working yet)

USB3 ports are not working with USB3 devices, they do work with USB2 devices

 

Not tested yet

DVD playing (DVD player is detected properly)

Audio via headphones

Internal microphone

 

I'm using the latest Chameleon boot loader (r2377).

 

My screen only works is I use the "Intel CAPRI FB = 4" key and "Graphics Enabler = YES". My machine does have HDMI out and VGA out, but does do not work under OSX. I can use them under Windows 7 without problems, but mirrored and as extended displays.

 

Link to comment
Share on other sites

  • Moderators

Here is my new Extra folder

Looking at your boot pack, GenericUSBXHCI is outside of Extensions, perhaps that why your USB 3.0 devices is not working.

Also looks like you don't have multi-touch for touchpad/trackstick working, no power management. You need a patched DSDT to get HDMI video/audio working. Have you tried using the DSDT from the E6430 guide?

You should leave out the EDP and include folder when you upload boot packs. 

Link to comment
Share on other sites


×
×
  • Create New...