Jump to content

{Guide} DELL INSPIRON N5110


Mohamed Khairy
 Share

3,315 posts in this topic

Recommended Posts

Using Clover now.

Install Clover this way - screenshot in the attachment.

Copy contents of the attached CLOVER folder to EFI/EFI/CLOVER folder.

EFI partition will appear just after Clover installation (before installation you have to eject it, if it is mounted already) and only if HDD is partitioned in GUID map.

 

What can I say:

UEFI BIOS sucks - audio doesn't work in Windows, can't boot Mavericks.

Reverted to legacy:

MacBookPro8,2 - obligatory, but not 8,3. That's because of screen glitches before and after FB patch.

Using Clover (installed on EFI partition) patch-on-the-fly of AppleHDA, AppleIntelSNBGraphicsFB and for TRIM, so system is fully usable after update. Clover config part:

	<key>KernelAndKextPatches</key>
	<dict>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Trim Enabler</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>AppleHDA IDT92HD87B1 patch</string>
				<key>Find</key>
				<data>
				hBnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				0XYdEQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Enable Internal Mic</string>
				<key>Find</key>
				<data>
				ARcf0A==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ARcfkA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Ambient noise reduction</string>
				<key>Find</key>
				<data>
				ARceow==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ARceoA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HD3000 port patch</string>
				<key>Find</key>
				<data>
				AQIEABAHAAAQBwAABQMAAAIAAAAwAAAAAgUAAAAEAAAH
				AAAAAwQAAAAEAAAJAAAABAYAAAAEAAAJAAAA
				</data>
				<key>Name</key>
				<string>AppleIntelSNBGraphicsFB</string>
				<key>Replace</key>
				<data>
				AQIDABAHAAAQBwAABQMAAAIAAAAwAAAABgIAAAIAAAAD
				AAAAAgUAAAAIAAAHAAAAAAAAAAAAAAAAAAAA
				</data>
			</dict>
		</array>
	</dict>

For audio to work you also need the AppleHDAIDT.kext from the topic on tonymac - included in attached CLOVER folder archive.

Also used this info - Patched AppleHDA for IDT92HD87B1/3 for on-the-fly audio patch.

 

Can't see option "Ambient noise reduction" in preferences. Can anyone explain, why?

 

Another thing: if you want to load Mavericks after Windows, you need turn off the laptop first, otherwise it will reset during first load.

 

Clover folder with config and kexts is in the attach:

DSDT and SSDT for N5110 with nVidia and i7 2630QM and Atheros AR9285 WiFi.

CLOVER.zip

post-1063052-0-90251600-1393836696_thumb.png

Link to comment
Share on other sites

Updated touchpad driver (thanks to sontrg).

 

Change log:

- Fix horizontal scroll direction.

- Fix inertial scroll direction.

- Cursor is less jumpy.

 

@Mohamed:

Could you please update first post :)

 

I have solve the problem and now this kext works with me!

the problem was that i install this kext in system/library/extensions/

but there was an old VoodooPS2Controller kext in the EFI/clover/kexts/10.9/

so the new VoodooPS2Controller conflict with the old one!

 

now i remove the old VoodooPS2Controller.kext from EFI/clover/kexts/10.9/ and put the new one in the same path and its works and even Fn+F4 for brightness work very well!

Using Clover now.

Install Clover this way - screenshot in the attachment.

Copy contents of the attached CLOVER folder to EFI/EFI/CLOVER folder.

EFI partition will appear just after Clover installation (before installation you have to eject it, if it is mounted already) and only if HDD is partitioned in GUID map.

 

What can I say:

UEFI BIOS sucks - audio doesn't work in Windows, can't boot Mavericks.

Reverted to legacy:

MacBookPro8,2 - obligatory, but not 8,3. That's because of screen glitches before and after FB patch.

Using Clover (installed on EFI partition) patch-on-the-fly of AppleHDA, AppleIntelSNBGraphicsFB and for TRIM, so system is fully usable after update. Clover config part:

	<key>KernelAndKextPatches</key>
	<dict>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Trim Enabler</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>AppleHDA IDT92HD87B1 patch</string>
				<key>Find</key>
				<data>
				hBnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				0XYdEQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Enable Internal Mic</string>
				<key>Find</key>
				<data>
				ARcf0A==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ARcfkA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Ambient noise reduction</string>
				<key>Find</key>
				<data>
				ARceow==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				ARceoA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HD3000 port patch</string>
				<key>Find</key>
				<data>
				AQIEABAHAAAQBwAABQMAAAIAAAAwAAAAAgUAAAAEAAAH
				AAAAAwQAAAAEAAAJAAAABAYAAAAEAAAJAAAA
				</data>
				<key>Name</key>
				<string>AppleIntelSNBGraphicsFB</string>
				<key>Replace</key>
				<data>
				AQIDABAHAAAQBwAABQMAAAIAAAAwAAAABgIAAAIAAAAD
				AAAAAgUAAAAIAAAHAAAAAAAAAAAAAAAAAAAA
				</data>
			</dict>
		</array>
	</dict>

For audio to work you also need the AppleHDAIDT.kext from the topic on tonymac - included in attached CLOVER folder archive.

Also used this info - Patched AppleHDA for IDT92HD87B1/3 for on-the-fly audio patch.

 

Can't see option "Ambient noise reduction" in preferences. Can anyone explain, why?

 

Another thing: if you want to load Mavericks after Windows, you need turn off the laptop first, otherwise it will reset during first load.

 

Clover folder with config and kexts is in the attach:

DSDT and SSDT for N5110 with nVidia and i7 2630QM and Atheros AR9285 WiFi.

 

I'm using clover and i have osx and windows 8.1 and i can load Mavericks after windows without need to turn off the laptop first!

 

but i use AppleHDAIDT.kext that you provide but my audio not work!

i copy it to EFI/clover/kexts/10.9/ and restart but does not work

so please tell me how to make my audio work

 

يا أخ محمد الصوت لا يعمل عندي الرجاء مساعدتي

مع العلم اني قمت باستخدام

VoodooHDA-v284

وعمل عندي لفترة ثم لم يعد يعمل

والآن قمت بحذفه واستخدام

 AppleHDAIDT.kext

 لكن لم يعمل أيضا وعندما اشغل 

updator

يكون الناتج كالتالي

bash-3.2# cd ~/Desktop/Updator
bash-3.2# ./Update.sh
Patching AppleIntelSNBGraphicsFB ...
Patching 92HD87B1/3 Codec ID for Mac OS X 10.9 ...
Can't open /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA: No such file or directory.
Adding/replacing required files ...
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
cp: /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHardwareConfigDriver.kext/Contents/Info.plist: No such file or directory
Fixing Permissions ...
chown: /System/Library/Extensions/AppleHDA.kext: No such file or directory
chmod: /System/Library/Extensions/AppleHDA.kext: No such file or directory
Rebuilding cache...
Done! You can now reboot the computer, cold boot is recommended...!

Edit:

now audio works by using this kext http://www.osx86.net/files/file/162-patched-applehda-kext-idt92hd87b1-3/

but the mic not work

  • Like 1
Link to comment
Share on other sites

Hi guys!

I installed Mavericks on my Dell N5110 following the legacy guide. 

My specs are:

i3 2310m, HD3000, 320HDD, Intel Wi-Fi, USB WI-FI. It works great, but it freezes constantly after 15-35 minutes after boot.

In system log I don't find any information about the problem, because each time the computer freezes the log information is different or there is not any information about this at the time when it happens. Yesterday I replaced the FakeSMC.kext and GenericUSBxhci.kext with older versions from Preinstall archive, now It worked great for 3 hours but freezes again. Maybe my DSDT isn't correct? I use the provided DSDT no nvidia.

Thank in advance!

Link to comment
Share on other sites

I'm using clover and i have osx and windows 8.1 and i can load Mavericks after windows without need to turn off the laptop first!

 

but i use AppleHDAIDT.kext that you provide but my audio not work!

i copy it to EFI/clover/kexts/10.9/ and restart but does not work

so please tell me how to make my audio work

 

Please, look at kext patch in clover config - it does this on the fly with native AppleHDA in S/L/E and AppleHDAIDT in Clover kexts folder (if you use KernelCache).

Link to comment
Share on other sites

Please, look at kext patch in clover config - it does this on the fly with native AppleHDA in S/L/E and AppleHDAIDT in Clover kexts folder (if you use KernelCache).

i am sorry i can't understand you, i'm beginner so, can you explain what should i do step by step?

my audio now works by  using this kext

http://www.osx86.net...-idt92hd87b1-3/

is your AppleHDAIDT.kext better than my kext? does it worth to change from my kext to your kext?

Link to comment
Share on other sites

Guys please help me! It freezes every hour, what could be the problem?

last 10 minutes

 

 

ar  6 20:43:44 Macoxs-MacBook-Pro.local loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
Mar  6 20:46:55 Macoxs-MacBook-Pro.local WindowServer[85]: CGXDisplayDidWakeNotification [3473880866597]: posting kCGSDisplayDidWake
Mar  6 20:46:55 Macoxs-MacBook-Pro.local WindowServer[85]: handle_will_sleep_auth_and_shield_windows: Deferring.
Mar  6 20:47:12 Macoxs-MacBook-Pro.local loginwindow[42]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
Mar  6 20:47:32 Macoxs-MacBook-Pro.local Finder[162]: Metadata.framework [Error]: MDPlistContainerRef _MDCopyCompleteFlatSchema(int): couldn't fetch complete schema from server ((ipc/send) invalid destination port)
Mar  6 20:47:32 Macoxs-MacBook-Pro.local Finder[162]: copyPrimaryAirPortInterface::ACInterfaceDeviceNameCopy returned NULL
Mar  6 20:47:34 Macoxs-MacBook-Pro.local xpcd[168]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
Mar  6 20:47:42 Macoxs-MacBook-Pro kernel[0]: hfs: mounted AngryBirdsSpace v1.0.0 | CORE on device disk1s2
Mar  6 20:48:11 Macoxs-MacBook-Pro.local xpcd[168]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
Mar  6 20:48:29 --- last message repeated 1 time ---
Mar  6 20:48:29 Macoxs-MacBook-Pro.local xpcd[65]: Info.plist does not contain an XPCService dictionary: /System/Library/Frameworks/Security.framework/XPCServices/SecurityAgent.xpc
Mar  6 20:48:33 Macoxs-MacBook-Pro kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=440[GoogleSoftwareUp] final status 0x0, allowing (remove VALID) page
Mar  6 20:48:49 Macoxs-MacBook-Pro.local SystemUIServer[161]: Metadata.framework [Error]: couldn't get the client port
Mar  6 20:55:23 Macoxs-MacBook-Pro.local WindowServer[85]: CGXGetConnectionProperty: Invalid connection 57235
Mar  6 20:55:23 --- last message repeated 9 times ---
Mar  6 20:55:23 Macoxs-MacBook-Pro.local WindowServer[85]: CGXSetWindowListSystemAlpha: Invalid window 190 (index 0/1)
Mar  6 20:58:52 localhost bootlog[0]: BOOT_TIME 1394132332 0

the booting log https://mega.co.nz/#!a0x3ED4Y!taIPxcqiDMpGDnPKVMB4-VPW9QtKpWoNyZUFl7hwG_4

Link to comment
Share on other sites

Hello guys.

I have done a tone of reading about installing osx but I haven't done it yet.

 

My steps:

Installed bios mod

Split my hdd in 2 partitions

Through vmware maverick I formatted my usb and then followed the video guide step by step.

Yet when I select to boot from usb and select osx base system the Apple logo will appear and start spinning the load icon beneath Endlessly....

I let it about 5 hours and it kept going and nothing more.

 

So have you any idea why?

 

By splitting in 2 partition the hdd the Windows one should be erased/formatted or left intact for dual booting?

 

Any idea guys?

I managed to hackintosh my desktop with no problems at all.

Link to comment
Share on other sites

Hello guys.

I have done a tone of reading about installing osx but I haven't done it yet.

 

My steps:

Installed bios mod

Split my hdd in 2 partitions

Through vmware maverick I formatted my usb and then followed the video guide step by step.

Yet when I select to boot from usb and select osx base system the Apple logo will appear and start spinning the load icon beneath Endlessly....

I let it about 5 hours and it kept going and nothing more.

 

So have you any idea why?

 

By splitting in 2 partition the hdd the Windows one should be erased/formatted or left intact for dual booting?

 

Any idea guys?

I managed to hackintosh my desktop with no problems at all.

https://docs.google.com/document/d/1JGHnz2_Hjy7jXACaxuVfwokeJI4rCtWnp6D8WYs8Olo/mobilebasic?pli=1&hl=en

look here

try to start with -v flag or dsdt=no

Link to comment
Share on other sites

hI!

WHAT BOOTLOADER DO YOU USE? CHAMELEON OR CLOVER?

WHAT IS YOUR LAPTOP CONFIGURATION?

DID YOU FOLOWED THE GUIDE STEP BY STEP?

 

Chameleon bootloader

i3 2310m 8gb ram nvidia 525m 3000hd Intel 500gb hdd16gb usb,stock wireless card and just ordered the compatible one from ebay.

Used vmware machine running mavericks to create the usb

Yes I followed the exact steps twice with the same error.

Doesn't pass after apple logo spinning forever.

Link to comment
Share on other sites

@Dr. Hurt @Mohamed Khairy 

there is a problem in my touchpad that is not support gestures and 3 fingers :(

i use RehabMan-Voodoo-2014-0228 kext and put it in this path EFI/clover/kexts/10.9/

but the gestures and 3 fingers not working :(

i think this topic has a kext makes gestures works

 #291  

but i didn't understand it very well and i fear i could break something if i try it

so, can anyone help me please?

Link to comment
Share on other sites

Did you pass the instalation process or this screen is from booting the usb?

If your laptop is a DELL 5110m you should patch your bios and it will work just fine.

Chameleon bootloader
i3 2310m 8gb ram nvidia 525m 3000hd Intel 500gb hdd16gb usb,stock wireless card and just ordered the compatible one from ebay.
Used vmware machine running mavericks to create the usb
Yes I followed the exact steps twice with the same error.
Doesn't pass after apple logo spinning forever.

Link to comment
Share on other sites

Did you pass the instalation process or this screen is from booting the usb?

If your laptop is a DELL 5110m you should patch your bios and it will work just fine.

 

Just to clarify I had my bios patched with the custom bios.

No I am stuck on pre install.I can't get to install process unfortunately.

 

You guys used a virtual machine the fist time or had access to a mac?

Link to comment
Share on other sites

i HAD ACCESS TO A MAC... MAYBE YOUR USB STICK IS A PROBLEM?

THE ERROR COMES FROM THE USB AND THE HFS FORMAT, YOU SHOULD DELETE ALL THE PARTITIONS FROM THE USB, THEN CREATE 1 PARTITION MBR SCHEME AND FORMAT IT  HFS+ JOURNALED. THEN YOU SHOULD RESTORE THE  INSTALLESD.DMG OR MAVERICKS.APP LIKE IS SHOWN IN THE VIDEO.

Just to clarify I had my bios patched with the custom bios.
No I am stuck on pre install.I can't get to install process unfortunately.

You guys used a virtual machine the fist time or had access to a mac?

Link to comment
Share on other sites

i HAD ACCESS TO A MAC... MAYBE YOUR USB STICK IS A PROBLEM?

THE ERROR COMES FROM THE USB AND THE HFS FORMAT, YOU SHOULD DELETE ALL THE PARTITIONS FROM THE USB, THEN CREATE 1 PARTITION MBR SCHEME AND FORMAT IT HFS+ JOURNALED. THEN YOU SHOULD RESTORE THE INSTALLESD.DMG OR MAVERICKS.APP LIKE IS SHOWN IN THE VIDEO.

 

The thing is that I bought a 16gb USB driver just for that.

Also I partitioned the usb just like the video no difference at all...:-(

The annoying thing is that I know that this is something achievable but I cannot proceed any further.

Link to comment
Share on other sites

Hello!

 

I've followed the pre-install guide to create the installation USB stick for about 4 or 5 times and I had no succcess. It's stuck at the Apple logo and that spinning wheel or the kernel panics (because of com.apple.driver.AppleRTL81693Ethernet(1.1.4a5)). Do you have any tips on how I can make this run?

 

My system is i7-2630QM w/ nVidia GT525M, 6GB RAM DDR3 1333MHz with the Dell Wireless 1702 card. I'm running the latest modded BIOS (the one with UEFI enabled; I've tried installing with Clover, but it doesn't boot at all, I might be doing something wrong though, I'm newbie).

 

Hi.is that the screen you are getting too?

 

post-1298304-13942167107521_thumb.jpg

 

I think we have the same problem..

Link to comment
Share on other sites

So I decided to give a try to [url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url] and indeed it worked and installed mavericks 10.9.2.

It seems that graphics acceleration works and everything is fast and smooth.

 

So now I can continue to post install instructions?

If so where I copy extras folder exactly in my osx partition?

 

Any help guys I am getting closer to make it.;-)

Link to comment
Share on other sites

At last!!

 

After using the known tool i managed to install mavericks on my laptop as i could not make it with pre install procedure guide.

Next i followed the post installation guide step by step and managed to run my set up nicely.

 

So what is working:

Graphics acceleration(and seems far better than my 4850 desktop setup)

Fn keys touchpad , usb, bluetooth, tplink TL-WN725N nano wifi usb adapter till my dell 702 adapter arrives.

Dual boot with Windows 7

Eveything seems great.

 

I would like to thank everyone who contributed in this great thread

Mohamed Khairy

Florin9doi etc

 

:w00t:  :D  :thumbsup_anim:

Link to comment
Share on other sites

Hey there,

I have a dell n5110

-intel core i3 2310m

-intel hd3000 & nvidia gt525m

-dell 1702 wireless card

-realtek rtl8105e-vb network card

-nec usb3 chipset

-8gb ram, 500gb hdd seagate 7200rpm

 

I want to install osx 10.9.2

Maybe some help will be very good, step by step, i will update bios first and wait for some instructions and what dsdt to use

 

 

Thanks to all

Link to comment
Share on other sites

Hey there,<br />I have a dell n5110 <br />-intel core i3 2310m<br />-intel hd3000 & nvidia gt525m<br />-dell 1702 wireless card<br />-realtek rtl8105e-vb network card<br />-nec usb3 chipset<br />-8gb ram, 500gb hdd seagate 7200rpm<br /><br />I want to install osx 10.9.2 <br />Maybe some help will be very good, step by step, i will update bios first and wait for some instructions and what dsdt to use<br /><br /><br />Thanks to all

<br /><br />Λοιπόν Αλέξανδρε.<br /><br />Update your bios<br />make your bootable usb stick using the instruction on he first post(you have to have access in a mac already or vmware mac)<br />Install<br />Proceed with post installation instructions and you're done.<br /><br />We have almost the same hardware and this guide is very helpful.<br /><br />Good luck.
Link to comment
Share on other sites

thanks, 

i flashed bios posted by Florin9doi http://goo.gl/bhEZti, UEFI one, and i don't know what bootloader to use , clover to start installing, please need some hel step by step 

 

thanks

 

 

If you wish to install chameleon (recommended for first timers) follow the very first guide on page one including video.

 

Then if you fancy giving clover a try, follow the UEFI guide further down on page 1(post 5)

 

             #5            

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...