stellarola
Newbie
Offline
Posts: 14
|
 |
« Reply #15 on: January 12, 2008, 08:12:42 AM » |
|
How are you guys getting the DevicePath for audio?
-Stell
|
|
|
|
|
Logged
|
|
|
|
time ed
Jr. Member

Offline
Posts: 98
|
 |
« Reply #16 on: January 12, 2008, 03:52:05 PM » |
|
How are you guys getting the DevicePath for audio?
Same as for gfx and eth. Parent device for audio should be AZAL@[Xx] or something like it...
|
|
|
|
« Last Edit: January 12, 2008, 11:44:18 PM by time ed »
|
Logged
|
|
|
|
bb
Newbie
Offline
Posts: 7
|
 |
« Reply #17 on: January 13, 2008, 11:40:56 AM » |
|
thx tom3q works really great.
|
|
|
|
|
Logged
|
|
|
|
|
|
mb2k
Newbie
Offline
Posts: 6
|
 |
« Reply #19 on: January 13, 2008, 03:57:42 PM » |
|
works !
added the hex from the plist you gave and copied the Patched AppleHDA.kext . Many Thanks tom3q !!!
|
|
|
|
|
Logged
|
|
|
|
ally
Newbie
Offline
Posts: 1
|
 |
« Reply #20 on: January 14, 2008, 10:44:48 AM » |
|
Hi, works for me too, but i see no card in system profiler?? Is that ok?
thnx ally
|
|
|
|
|
Logged
|
|
|
|
DDrDark
Newbie
Offline
Posts: 23
|
 |
« Reply #21 on: January 14, 2008, 05:28:31 PM » |
|
Where I should put the string in first post?
|
|
|
|
|
Logged
|
|
|
|
frantisheq
Jr. Member

Offline
Posts: 59
|
 |
« Reply #22 on: January 14, 2008, 06:18:24 PM » |
|
Where I should put the string in first post?
add it to your gfx string <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PciRoot(0x4)/Pci(0x1,0x0)/Pci(0x0,0x0)</key> <dict> <key>@0,VRAM,memsize</key> <data> ... </data> </dict> <key>PciRoot(0x4)/Pci(0x1e,0x0)/Pci(0x3,0x0)</key> <dict> <key>built-in</key> <string>0x01</string> </dict></dict> </plist>
|
|
|
|
|
Logged
|
|
|
|
DDrDark
Newbie
Offline
Posts: 23
|
 |
« Reply #23 on: January 14, 2008, 06:28:56 PM » |
|
Hi! thanks 4 the answer! This is my com.apple.Boot.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Graphics Mode</key> <string>1680x1050x32</string> <key>device-properties</key> <string>6c020000............</string> </dict> </plist> Should look like this? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Graphics Mode</key> <string>1680x1050x32</string> <key>device-properties</key> <string>6c020000............</string> <key>PciRoot(0x4)/Pci(0x1e,0x0)/Pci(0x3,0x0)</key> <dict> <key>built-in</key> <string>0x01</string> </dict> </plist>
|
|
|
|
|
Logged
|
|
|
|
mtrr
Newbie
Offline
Posts: 27
|
 |
« Reply #24 on: January 14, 2008, 06:34:00 PM » |
|
no, not at all, the first one is correct, you need to integrate the settings into your device string with gfxutil
cheers
|
|
|
|
|
Logged
|
|
|
|
MoDs
Newbie
Offline
Posts: 42
|
 |
« Reply #25 on: January 14, 2008, 06:38:25 PM » |
|
It didn't work for me. I got an error similar to this: AppleHDA.kext was not loaded: Could not find layout-id Did i do something wrong?
|
|
|
|
|
Logged
|
|
|
|
MoDs
Newbie
Offline
Posts: 42
|
 |
« Reply #26 on: January 14, 2008, 07:09:16 PM » |
|
Never mind, i got it to work  Changed device path to the correct one and added some more keys according to my configuration! Thanks all!!
|
|
|
|
|
Logged
|
|
|
|
frantisheq
Jr. Member

Offline
Posts: 59
|
 |
« Reply #27 on: January 14, 2008, 09:53:33 PM » |
|
got it working. i just had to change dev path to PciRoot(0x4)/Pci(0x1b,0x0). Because there is no *azal* in my ioreg i had to use lspci for osx to get my sound card dev id and then find it in ioreg to build dev path.
|
|
|
|
|
Logged
|
|
|
|
VaKo
Newbie
Offline
Posts: 7
|
 |
« Reply #28 on: January 15, 2008, 12:17:33 PM » |
|
got it working. i just had to change dev path to PciRoot(0x4)/Pci(0x1b,0x0). Because there is no *azal* in my ioreg i had to use lspci for osx to get my sound card dev id and then find it in ioreg to build dev path.
lspci for osx - can't find it ( Would you share with it? thbks
|
|
|
|
|
Logged
|
|
|
|
frantisheq
Jr. Member

Offline
Posts: 59
|
 |
« Reply #29 on: January 15, 2008, 01:08:54 PM » |
|
got it working. i just had to change dev path to PciRoot(0x4)/Pci(0x1b,0x0). Because there is no *azal* in my ioreg i had to use lspci for osx to get my sound card dev id and then find it in ioreg to build dev path.
lspci for osx - can't find it ( Would you share with it? thbks http://www.mediafire.com/?dqnwm2nxr03
|
|
|
|
|
Logged
|
|
|
|
|