Jump to content
15 posts in this topic

Recommended Posts

After some trouble with the installtion from DVD (Still waiting for ROOT) finally I had success. I just installed a 10.4.4 Ghost Image (Juliens). The Graphics is now fully working and the system is pretty fast. Even the DVD drive is available which might caused the installation trouble.

 

Whats left is sound and LAN. There are no Sound and Network devices shown in the OSX configuration panel.

 

Anybody knows how can I get it to work? I can remember that I have read that somebody was able to use the Onboard sound of his D945GNTL or GNTLKR.

 

By the way, can I change the language of an already installed system? I changed all language setting but the finder for example is still in english and not in german, what I prefer :construction: .

 

--Holger

1.download file

2.copy AppleAzaliaAudio.kext and AppleHDA.kext to /system/library/extensions/

3.sudo chmod -R 755 /system/library/extensions/AppleAzaliaAudio.kext

sudo chown -R root:wheel /system/library/extensions/AppleAzaliaAudio.kext

sudo chmod -R 755 /system/library/extensions/AppleHDA.kext

sudo chown -R root:wheel /system/library/extensions/AppleHDA.kext

4.reboot

D945GNTSigmatel_9220_audio.zip

Ok thank you! I will try it when I am back from work.

 

But this will only fix the audio problem, right?

 

Any solutions for the onboard LAN out there? Otherwise I will set my focus on my also not working D-Link DFE 530 TX network interface.

 

--Holger

Hmm~yes,that drive will only fix the audio problem,if you want to use onboard LAN,try this:

open "/System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents/Info.plist" and add "0x27dc8086",repair disk,then del a file name as"AppleIntel845x.kext"(i forget it's file name),del Extensions.kext and Extensions.mkext ,reroot.

 

……

<key>IOPCIClassMatch</key>

<string>0x02000000&0xffff0000</string>

<key>IOPCIMatch</key>

<string>0x27dc8086 0x10518086 0x10508086 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff</string>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>Transmit Threshold</key>

<integer>512</integer>

……

Ok, I will try. I found something in the .nfo file which belongs to this ghost image:

 

used IONetworking.kext form 10.4.3
for 3com card to work

 

Do I have to replace this file with 10.4.4 then? And how can I get this file if I have to.

 

--Holger

Hi,

 

Yesterday I have tried some things:

 

1.download file
2.copy AppleAzaliaAudio.kext and AppleHDA.kext to /system/library/extensions/
3.sudo chmod -R 755 /system/library/extensions/AppleAzaliaAudio.kext 
sudo chown -R root:wheel /system/library/extensions/AppleAzaliaAudio.kext 
sudo chmod -R 755 /system/library/extensions/AppleHDA.kext 
sudo chown -R root:wheel /system/library/extensions/AppleHDA.kext
4.reboot

 

First I did a chmod -R 775, what was wrong :D and got an error message that this extension is installed wrong. After the correct chmod -R 755 and a reboot I didnt got an error message. But in the sound control panel I didnt see any change. No input or output devices.

 

open "/System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleIntel8255x.kext/Contents/Info.plist" and add "0x27dc8086",repair disk,then del a file name as"AppleIntel845x.kext"(i forget it's file name),del Extensions.kext and Extensions.mkext ,reroot.

 

If there a more exact description somewhere. I am new to this and cant follow... Changed with vi the corresponding file. Did a "Repair Permissions" but dont know if its this what meant. Dont know where to find the Files Extensions.kext, Extensions.mkext and which is called something AppleIntel845x.kext which should be deleted.

 

Actually I am using a 3Com 3c900B that worked out of the box. But I would be glad to use the onboard one.

 

--Holger

1.download file

2.copy AppleAzaliaAudio.kext and AppleHDA.kext to /system/library/extensions/

3.sudo chmod -R 755 /system/library/extensions/AppleAzaliaAudio.kext

sudo chown -R root:wheel /system/library/extensions/AppleAzaliaAudio.kext

sudo chmod -R 755 /system/library/extensions/AppleHDA.kext

sudo chown -R root:wheel /system/library/extensions/AppleHDA.kext

4.reboot

 

Hi, i have tried to make it work but i just could't.

The motherboard Intel 945GNT has Sigmatel 9220 or Sigmatel 9223.

I think my board has the 9223 chip.

Any suggestion?

 

Thanks

Hi, i have tried to make it work but i just could't.

The motherboard Intel 945GNT has Sigmatel 9220 or Sigmatel 9223.

I think my board has the 9223 chip.

Any suggestion?

 

Thanks

 

Don't forget to:

 

1. Repair permissions with Disk Utility

 

2.

sudo rm /System/Library/Extensions.kextcache; Rebuild the kextcache by executing the following from the command prompt: % sudo kextcache -k /System/Library/Extensions

 

And Reboot

×
×
  • Create New...