overdue-scratch

Author Topic: Realtek alc269  (Read 4869 times)

0 Members and 1 Guest are viewing this topic.

r4ul90

  • Entrant
  • Posts: 2
Realtek alc269
« on: April 14, 2011, 02:57:38 PM »

Using voodoohda ver 0.2.2 I can listen to system sounds, like messenger sounds, terminal sounds, volume up/down sounds, etc. But when I try to reproduce an mp3 file using iTunes or listen to some video via Youtube using Safari, it does not work, no sound at all.

What can I do :'( ? Using this voodoo hda version it's the closest approach I've had to listening any sound with my sound card, I've tried newer versions with no sound at all.

I´ve also tried to change the lines:

 <key>IOPCIClassMatch</key>
 <string>0x04030000&amp;0xffff0000</string>

for the following:

 <key>IOPCIPrimaryMatch</key>
 <string>0xfd301179</string>           (I've obteined this value using getdump this is the pci subvendor value)

And I lost audio completely, perhaps I'm doing this wrong (I'm not sure if kext cache it's been updated, but i run kext utility after editing). I attach my Info.plist file

I would appreciatte any help, and thanks in advance!

vb615

  • Entrant
  • Posts: 2
Re: Realtek alc269
« Reply #1 on: April 17, 2011, 08:35:13 AM »

 <key>IOPCIPrimaryMatch</key>
 <string>0xfd301179</string>   

Your Audio Device ID is incorrect. Your not supposed to use the audio codec id. if ur audio device is alc269 then the ID should read 0x3b568086

r4ul90

  • Entrant
  • Posts: 2
Re: Realtek alc269
« Reply #2 on: April 18, 2011, 03:36:57 AM »
Actually that value is my PCI Subvendor, the codec has a different value.