Jump to content
7 posts in this topic

Recommended Posts

Hello everybody,

 

I'm new on mac osx and have some problems with some kexts.

 

I have installed Mac osx 10.6.3 Iatkos S3 V2 and Mac osx works but no lan connection, no sound, no wifi.

 

This is my configuration :

 

Sound => Intel 82801H

 

Wifi => Intel pro Wireless 4965 (kedro)

 

Ethernet => Intel 82566MM

 

I tried with the kexts duriing installation but it doesn't work.

 

When I test with Vodoo or Apple HDA for the sound, I hear a bip (strange noise...)

 

I also tried with 32bit mode and no change.

 

Can someone help me about it?

 

Many thanks!

you have alc 883 audio, you can use voodoohda (easiest) http://www.insanelymac.com/forum/index.php...st&id=53450

 

or something more advance like dsdt and legacyHDA:

add to dsdt, put HDA.kext from zip to EE

Device (HDEF)
		{
			Name (_ADR, 0x001B0000)
			OperationRegion (HDAR, PCI_Config, 0x4C, 0x10)
			Field (HDAR, WordAcc, NoLock, Preserve)
			{
				DCKA,   1, 
						Offset (0x01), 
				DCKM,   1, 
					,   6, 
				DCKS,   1, 
						Offset (0x08), 
					,   15, 
				PMES,   1
			}

			Method (_DSM, 4, NotSerialized)
			{
				Store (Package (0x08)
					{
						"codec-id", 
						Buffer (0x04)
						{
							0x83, 0x08, 0xEC, 0x10
						}, 

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

						"device-type", 
						Buffer (0x11)
						{
							"ALC883"
						}, 

						"PinConfigurations", 
						Buffer (0x14)
						{
							/* 0000 */	0x40, 0x01, 0x10, 0x90, 0x50, 0x40, 0x2B, 0x01, 
							/* 0008 */	0x10, 0x01, 0xA0, 0x90, 0x20, 0x30, 0x8B, 0x01, 
							/* 0010 */	0x60, 0xE1, 0x4B, 0x01
						}
					}, Local0)
				DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				Return (Local0)
			}

			Name (_PRW, Package (0x02)
			{
				0x0D, 
				0x04
			})
		}

		Method (DTGP, 5, NotSerialized)
		{
			If (LEqual (Arg0, Buffer (0x10)
					{
						/* 0000 */	0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, 
						/* 0008 */	0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B
					}))
			{
				If (LEqual (Arg1, One))
				{
					If (LEqual (Arg2, Zero))
					{
						Store (Buffer (One)
							{
								0x03
							}, Arg4)
						Return (One)
					}

					If (LEqual (Arg2, One))
					{
						Return (One)
					}
				}
			}

			Store (Buffer (One)
				{
					0x00
				}, Arg4)
			Return (Zero)
		}

try idlehalt=0 or cpus=1 to fix the bip

 

 

 

for Ethernet Intel PRO/1000

i think you will have to add your device id to 8254x kext in ionetworkingfamily.kext (in SLE)

 

 

 

wireles: http://www.megaupload.com/?d=44RX2Y92 (maybe alittle sketchy but working i think)

 

need more help? just ask :blowup:

HDA.kext.zip

and your wifi WILL NOT work. try getting another card for it. There are other alternatives. Your NIC card will work, provided you install the right kext. Try this one and see if it works, install it, repair permissions, then reboot.

IntelE1000e.kext.zip

Hello all,

 

I tried to install the kext intelE1000e.kext with Kextutility but it doesn't work.

 

I will try for the sound but how can I add my device ID or something like that in my kext file?

 

There is no solution for my wifi card because I do not have an another card to test?

 

Many thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...