Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

2098 Posts in 250 Topics- by 1651 Members - Latest Member: ADESTSAPENGAW

July 04, 2009, 04:09:39 AM
netkas.org forumGeneral CategoryPC EFIFixing ALCxxx sound cards with a device-properties string
Pages: 1 [2] 3
Print
Author Topic: Fixing ALCxxx sound cards with a device-properties string  (Read 4300 times)
stellarola
Newbie

Offline 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 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 Offline

Posts: 7


« Reply #17 on: January 13, 2008, 11:40:56 AM »

thx tom3q works really great.
Logged
time ed
Jr. Member
**
Offline Offline

Posts: 98



« Reply #18 on: January 13, 2008, 02:35:10 PM »

"Making a GFX String" tutorial amended:
http://forum.netkas.org/index.php/topic,9.msg1028.html#msg1028

Added section for finding device properties.
Logged
mb2k
Newbie

Offline 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 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 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 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 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

Code:
<?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?

Code:
<?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 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 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:
Code:
AppleHDA.kext was not loaded: Could not find layout-id

Did i do something wrong?
Logged
MoDs
Newbie

Offline Offline

Posts: 42


« Reply #26 on: January 14, 2008, 07:09:16 PM »

Never mind, i got it to work Grin

Changed device path to the correct one and added some more keys according to my configuration!

Thanks all!!
Logged
frantisheq
Jr. Member
**
Offline 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 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 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
Pages: 1 [2] 3
Print
Jump to:  

Theme orange-lt created by panic