Jump to content
25 posts in this topic

Recommended Posts

Hi!

 

I need the Vendor ID and Device ID for Sound. I have the Asrock P4Dual-915GL Mb.

 

Question: Have I ICH6 or Nvidia?

 

Please help me, i have not Liunx or Windoof, only MacOSX86

 

Danica

Hi!

 

I need the Vendor ID and Device ID for Sound. I have the Asrock P4Dual-915GL Mb.

 

Question: Have I ICH6 or Nvidia?

 

Please help me, i have not Liunx or Windoof, only MacOSX86

 

Danica

Since your Motherboard is an Intel Chipset it has ICH and not Nvidia., as for the DeviceID, you can try with any LiveCD of linux.

Since your Motherboard is an Intel Chipset it has ICH and not Nvidia., as for the DeviceID, you can try with any LiveCD of linux.

 

I have a Realtec ALC850 Chip...

 

I has looking for the Vendor and Device ID with Knoppix-LiveCD (lspci in bash) and i see not the ID´s... :(

 

I has looking for the Id´s in this Forum here and i found a Thread (Asrock p4dual-915gl) with Vendor ID VEN_8086 and DEV_24c5.

 

I copied 24c58086 in the string under "ICH6" in line <string>0x24c58086</string> etc... (http://wiki.osx86project.org/wiki/index.php/Audio)...

 

...

 

kextload AppleAC97AudioIntelICH.kext

 

failed!

 

kextload: kext doesn't have all dependencies

kextload: can't generate internal dependency graph for AppleAC97AudioIntelICH.kext

load failed for extension AppleAC97AudioIntelICH.kext

(run kextload with -t for diagnostic output)

 

please help.... :rolleyes::unsure::unsure::unsure::unsure::unsure:

 

noname:~ danica_talos$ sudo -s

Password:

noname:~ root# cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# chmod 644 Info.plist

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# nano Info.plist

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# cd ../

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext root# cd ../

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root# chown -R root:wheel /System/Library/Extensions

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root# kextload AppleAC97AudioIntelICH.kext

kextload: kext doesn't have all dependencies

kextload: can't generate internal dependency graph for AppleAC97AudioIntelICH.kext

load failed for extension AppleAC97AudioIntelICH.kext

(run kextload with -t for diagnostic output)

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root#

 

 

I need Sound....

Sooo

 

I have take the Knoppix Live CD an going in Bash and typing lspci -n and i found the Id´s! Then i reset my System and starting in MacOS and copied the orig AppleAC97Audio.kext in the Extensions Folder and edit it. Under ICH6 i´m looking for the <string> Line and the the Id´s was correct!

 

0x266e8086

 

and later comes Messege error:

 

kextload: kext doesn't have all dependencies

kextload: can't generate internal dependency graph for AppleAC97AudioIntelICH.kext

load failed for extension AppleAC97AudioIntelICH.kext

(run kextload with -t for diagnostic output)

 

:rolleyes::unsure::unsure:

 

why???

Hi!

 

I need the Vendor ID and Device ID for Sound. I have the Asrock P4Dual-915GL Mb.

 

Question: Have I ICH6 or Nvidia?

 

Please help me, i have not Liunx or Windoof, only MacOSX86

 

Danica

 

vendor id 8086 - device id 266e - also der eintrag in die datei lautet 0x266e8086

Since you have this one, you need to modify the Info.plist of the Azalia kext not the Intel.

 

And how?

 

delete AppleAC97Audio.kext an edit Azalia kext? and how i edit the Azalia kext?

 

 

edit AppleAzaliaAudio.kext/Contents/Info.plist???

 

or

 

edit AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist???

 

or

 

edit AppleAzaliaAudio.kext/Contents/PlugIns/IODAudioFamiliy.kext/Contents/Info.plist???

 

please help me...

 

/edit in the AppleAzaliaAudio.kext stands Realtec ALC880 and 860 NOT 850! And now?

In the AppleAzaliaController.kext stands ICH6 (i have ICH6 Southbridge) edit this?

Soooo.... i have edit the AppleAzaliaController.kext.... kextload was sussesfully, but not sound :D

 

Then i have edit AppleAzaliaAudio.kext... kexload failed:

 

noname:/System/Library/Extensions root# kextload AppleAzaliaAudio.kext

kextload: cannot resolve dependencies for kernel extension AppleAzaliaAudio.kext

noname:/System/Library/Extensions root#

 

i have not sound....

 

:(

I have the same motherboard(Imam istu maticnu plocu sve radi i zvuk) All running smooth(core image,audio,video)( if you have native install using patch and marklar DVD) ...had to fix for missing Audio with this:-

 

Mount the Darwin 8.0.1 .iso

 

From Terminal

#sudo su

#cp -RLv <Darwin ISO Mount point>/System/Library/Extensions/AppleAC97Audio.kext /System/Library/Extensions/

#cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns

#kextload AppleAC97AudioIntelICH.kext

 

To enable "ROOT" user...go to NetInfoManager in Utilities.

Launch it select Authenticate in the Security Menu, it asks for Password after u have given it go back to that Menu and select enable Rootuser it asks for a Password to Add. When done leave NetInfoManager. Ready

 

Useful in Terminal

 

You don.t need vendor id ....

Sorry I was confused Realtek ALC850 correspond to the Intel kext and not to the Azalia which is dfor Realtek ALC860 or ALC880.

 

Copy the kext from the Darwin CD as FreeSoftwareMan says, you dont need to enbale root user, just write sudo -s before do anything to the extensions, sudo -s permit doing things as root user.

Sorry I was confused Realtek ALC850 correspond to the Intel kext and not to the Azalia which is dfor Realtek ALC860 or ALC880.

 

Copy the kext from the Darwin CD as FreeSoftwareMan says, you dont need to enbale root user, just write sudo -s before do anything to the extensions, sudo -s permit doing things as root user.

 

Sorry, but i have AppleAC97Audio.kext in the Extension Folder! But i have not Sound! I have edit the AppleAC97AudioIntelICH.kext.... but not Sound.....

 

 

noname:~ danica_talos$ sudo -s

Password:

noname:~ root# cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# chmod 644 Info.plist

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# nano Info.plist

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext/Contents root# cd ../

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns/AppleAC97AudioIntelICH.kext root# cd ../

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root# chown -R root:wheel /System/Library/Extensions

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root# kextload AppleAC97AudioIntelICH.kext

kextload: kext doesn't have all dependencies

kextload: can't generate internal dependency graph for AppleAC97AudioIntelICH.kext

load failed for extension AppleAC97AudioIntelICH.kext

(run kextload with -t for diagnostic output)

noname:/System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns root#

 

:)

Don't load the Plugin alone, load the whole AppleAC97Audio.kext

 

noname:/System/Library/Extensions root# kextload AppleAC97Audio.kext

kextload: cannot resolve dependencies for kernel extension AppleAC97Audio.kext

noname:/System/Library/Extensions root#

 

...

Which method did you use to install?

 

Install of MacOS or only AppleAC97Audio.kext?

 

I have patched my DVD with Generec install patch (or so...), then i installed the OS. Sorry for my bad english....

Install of MacOS or only AppleAC97Audio.kext?

 

I have patched my DVD with Generec install patch (or so...), then i installed the OS. Sorry for my bad english....

 

only copy appleac97audio.kext to the extensions folder on system and do what i have been written,it is very blessed simple!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

i can send you image or picture on how i have done it.

only copy appleac97audio.kext to the extensions folder on system and do what i have been written,it is very blessed simple!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

i can send you image or picture on how i have done it.

 

The AppleAC97Audio.kext is in the Extensions Folder! I has copied from the Darwin Image to the Eytensions Folder... I have no Audiohardware in the System Configuration/Audiooutput /-input..... And Video or iTunes (all Player for Musik, mp3 etc...) has not Sound! iTunes can´t start the Music, VLC has a Failed Request.... "Audio Hardware not found" (or so...)

auhal: audio-device var does not exist

coreaudio: no devices found

coreaudio: InitHardwareInfo failed

 

i can send you image or picture on how i have done it.
please....
Could you attach the images please, i'm looking for something like this, too.

 

Thank you.

 

I need more time,i have problems with internet connection,i will send you all information you need,you can try one more time with this(when you have The AppleAC97Audio.kext is in the Extensions Folder) try to do this:

open terminal and type this:

1)sudo -s

2)enter password

3)cd /System/Library/Extensions/AppleAC97Audio.kext/Contents/PlugIns

4)kextload AppleAC97AudioIntelICH.kext (this is very,very important!!!!!!!!!!, do not edit or touch anything with the AppleAC97AudioIntelICH.kext or AppleAC97Audio.kext(do not change device id or vendor id)(it must be original from darwin 8.0.1.iso)

5)reboot

6)then in System preferences select output device(line out).

 

I will send you complete guide very soon but try this one more time.

Thanks for waiting.

I Have now Sound!

 

I have deletet

 

AudioAC97audio.kext

IOAudiofamilie.kext

AudioDeviceTreeUpdater.kext

VirtualAudioDriver.kext

 

Extensions.kextcache

 

Restart....

 

Now new Files copied in the ExtensionsFolder from Darwin.iso....

 

Then Restart...

 

SOUND!!!!

 

Thanks Dieseldandy for your help!!!

  • 2 weeks later...
I Have now Sound!

 

I have deletet

 

AudioAC97audio.kext

IOAudiofamilie.kext

AudioDeviceTreeUpdater.kext

VirtualAudioDriver.kext

 

Extensions.kextcache

 

Restart....

 

Now new Files copied in the ExtensionsFolder from Darwin.iso....

 

Then Restart...

 

SOUND!!!!

 

Thanks Dieseldandy for your help!!!

 

hi, i just do this little to get sound with "p4dual-915gl"

 

1. copy AppleAC97Audio.kext to /System/Library/Extension

2. used term type something

3. sudo -s

4. sudo chmod -R 755 /System/Library/Extensions/AppleAC97Audio.kext

5. sudo chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext

6. kextload AppleAC97Audio.kext

7. rm /System/Library/Extensions.kextcache

8. kextcache -k /System/Library/Extensions

9. reboot

 

now i get the sound, thanks all 8-)

hi, i just do this little to get sound with "p4dual-915gl"

 

1. copy AppleAC97Audio.kext to /System/Library/Extension

2. used term type something

3. sudo -s

4. sudo chmod -R 755 /System/Library/Extensions/AppleAC97Audio.kext

5. sudo chown -R root:wheel /System/Library/Extensions/AppleAC97Audio.kext

6. kextload AppleAC97Audio.kext

7. rm /System/Library/Extensions.kextcache

8. kextcache -k /System/Library/Extensions

9. reboot

 

now i get the sound, thanks all 8-)

 

This has not funktion on my Mac. :D

 

But

I have deletet

 

AudioAC97audio.kext

IOAudiofamilie.kext

AudioDeviceTreeUpdater.kext

VirtualAudioDriver.kext

 

Extensions.kextcache

 

Restart....

 

Now new Files copied in the ExtensionsFolder from Darwin.iso....

 

Then Restart...

 

SOUND!!!!

 

has wonderful function!

 

Sorry for my bad english....

well, my sound (0x266e8086) is working with the ac97.kext (but not with azilia.kext). however system preferences shows concerning audio-buitl-in: no information found. adiumX (intel release) for example does not play sound, whilst itunes works perfectly. any idea? thx!

×
×
  • Create New...