Jump to content
8 posts in this topic

Recommended Posts

Hey guys,

 

I'm trying to install the 10.4.4/5 Prepatched DVD and when the Darwin bootloader comes up and asks me to enter setup, I am able to use my usb keyboard, however, as soon as the grey screen appears, my keyboard shuts down and usb mouse doesn't work. The JaS 10.4.3 DVD worked perfectly, it was able to recognize my usb mouse/keyboard upon setup. Help please!

i use same version with P5LD2-VM,apple kbd, apple mouse and all is well working (without sound in 10.4.5 actualy). :)

 

may be you should look for your bios and activate USB LEGACY SUPPORT.

 

it has worked in past for me. :D

i use same version with P5LD2-VM,apple kbd, apple mouse and all is well working (without sound in 10.4.5 actualy). :)

 

may be you should look for your bios and activate USB LEGACY SUPPORT.

 

it has worked in past for me. :D

 

Salut ced1610

 

Je possède la même carte mère que toi. Sous 10.4.5 cette méthode fonctionne.

 

First: find the device/vendor ID of your HD audio Hub (for the Intel 945 Chipset it's 0x27d88086)

Second: find the device/vendor ID of your audio device (for the Realtek ALC882 it's 0x088210ec)

(I assume you know how to find this)

 

As reported before, the ALC8xx HD audio controller uses the AppleAzaliaAudio.kext

 

Open /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/Info.plist and find the key "Realtek ALC880/ALC860 Codec Driver"

 

Below this key there is something like this.

 

<key>IOHDAudioCodecVendorID</key>

<string>0x10ec0880 0x10ec0882</string> (add you vendor/device ID here)

 

Pleas note that the device/vendor ID is turned around So it's Vendor ID first and Device ID second!)

 

After this open /System/Library/Extensions/AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist

 

Find the key "IOPCIPrimaryMatch"

Now edit the string below and add your IO controller hub ID

<string>0x26688086 0x27d88086</string> (The second ID is for the Intel 945 chipset)

 

After saving the files go to \System\Library and remove Extenstions.kextcache and Extensions.mkext

They will be rebuild after rebooting

 

Now reboot and you should have sound!

 

Bonne chance

hello dodusman, i have allready tried this but i must do anything wrong...

 

can you create a folder with your good sound extensions and email it to me ???

 

asmp.30@wanadoo.fr thank you...

To solve this you need to get the kext IOUSBFamily.kext from 10.4.3. Same goes for IOUSBMassStorage.kext.

I had a lot of issues on my acer laptop with this 10.4.5 version. I downloaded the 10.4.4 extension package, replaced all the extension in my /System/Library/Extensions folder with those one and replace the IOUSB extenions with the ones from my 10.4.3 installation. Changed the permissions, recreated the extension cache en rebooted the pc. Everything works now, USB mouse, USB Mass storage, even the glitches on the screen (you know, the strange squares around the mouse cursor that often stayed on the screen when you clicked on something) is now gone. I even have the impression that the acceleration is much faster. Need to try a 3D game like Warcraft.

 

Overall, I'm happy. I still need to get my sound fixed though. Only left speaker is working. No problem for Mono sound, but stereo :)

×
×
  • Create New...