Jump to content
166 posts in this topic

Recommended Posts

  • 3 weeks later...
  • 2 months later...

we need very urgently a solution for sound driver ALC8xx working with AMD systems. Although I use the USB MBox2 but would have loved to also activates the internal sound card. Maybe this is a challenge to our devs.VoodooHDA.kext although everything is shown as active but there is no sound. I have everything worked with my vendor ID and device ID. after the boot is reset and everything disabled.


the experiment the AppleHDA.kext drivers to patch succeeds only partially.
in the ioreg indeed the AppleHDA but shown there, but without function. in the system settings will remain disabled, are there any possibilities for the problem with the internal sound card with amd computers to fix? on the basis AppleHDA. :rofl:

Now I have installed VoodooHDA 2.8.4 from Slice (08.06.2013.) and it works very reliably on my system.
no unnecessary noises that were with previous versions, this was the reason why I was not a fan of VoodooHDA. :)

  • Like 2

Now I have installed VoodooHDA 2.8.4 from Slice (08.06.2013.) and it works very reliably on my system.

no unnecessary noises that were with previous versions, this was the reason why I was not a fan of VoodooHDA. :)

Were the noises like hissing static sounds?

Were the noises like hissing static sounds?

Yes, but with the current version everything works fine

Yes, but with the current version everything works fine

Can you link me that version of voodoohda you have? I've tried 2.8.4 before but it didn't work, i'm using 2.8.2d6 and i have the static hissing sounds when the volumes up.

 

EDIT; I found it, it does work and the static sound is only happening when I have my volume up all the way, it's much more clear now.

Can you link me that version of voodoohda you have? I've tried 2.8.4 before but it didn't work, i'm using 2.8.2d6 and i have the static hissing sounds when the volumes up.

 

EDIT; I found it, it does work and the static sound is only happening when I have my volume up all the way, it's much more clear now.

nice

:)

 

Périphériques :

 

USB Audio CODEC  :

 

  Appareil de sortie du système par défaut : Oui

  Fabricant : Burr-Brown from TI              

  Canaux de sortie : 2

  Débit d’échantillonnage actuel : 44100

  Transport : USB

 

USB Audio CODEC  :

 

  Canaux d’entrée : 2

  Fabricant : Burr-Brown from TI              

  Débit d’échantillonnage actuel : 44100

  Transport : USB

 

Line-out (Green Rear) :

 

  Fabricant : Voodoo 

  Canaux de sortie : 2

  Débit d’échantillonnage actuel : 48000

  Transport : Intégré

 

Headphones (Green Front) :

 

  Appareil de sortie par défaut : Oui

  Fabricant : Voodoo 

  Canaux de sortie : 2

  Débit d’échantillonnage actuel : 48000

  Transport : Intégré

 

Microphone (Pink Rear) :

 

  Appareil d’entrée par défaut : Oui

  Canaux d’entrée : 2

  Fabricant : Voodoo 

  Débit d’échantillonnage actuel : 48000

  Transport : Intégré

 

Microphone (Pink Front) :

 

  Canaux d’entrée : 2

  Fabricant : Voodoo 

  Débit d’échantillonnage actuel : 48000

  Transport : Intégré

 

Digital-out (HDMI) :

 

  Fabricant : Voodoo 

  Canaux de sortie : 2

  Débit d’échantillonnage actuel : 48000

  Transport : Intégré

 

 

;)

here my Audio with voodooHDA 2.8.4

 

 

and this with new drivers without npci=0x...... with AppleHDA.kext (No Sound)

 

and here is my systeminfo , if someone is in a position looks to modify me the AppleHDA ,

but AppleHDAController is loaded!!

 

HDMI_1.png

HDMI_2.png

HDMI_3.png

my_SystemInfo.png

AppleHDAController_SystemInfo.png

 

we need very urgently a solution for sound driver ALC8xx working with AMD systems. Although I use the USB MBox2 but would have loved to also activates the internal sound card. Maybe this is a challenge to our devs.VoodooHDA.kext although everything is shown as active but there is no sound. I have everything worked with my vendor ID and device ID. after the boot is reset and everything disabled.

the experiment the AppleHDA.kext drivers to patch succeeds only partially.

in the ioreg indeed the AppleHDA but shown there, but without function. in the system settings will remain disabled, are there any possibilities for the problem with the internal sound card with amd computers to fix? on the basis AppleHDA. :rofl:

 

send me your DSDT +codec_dump +ioreg.
  • Like 2

 

send me your DSDT +codec_dump +ioreg.

 

 

many thanks for your fast answer, Mirone,

sorry, but I have tried to create everything to a codec dump, unfortunately without result

 

here my ioreg and dsdt.dsl and dsdt.aml

AMD_IMac14,2_ioreg.zip

Archiv.zip

hello ,   :)

 

 

what codec_dump ?   :(

Sound Card  Gils see here--->  http://olarila.com/forum/viewtopic.php?f=28&t=2676

 

I have tried to create everything to a codec dump, unfortunately no luck! :wallbash: :wallbash: :wallbash:

Edited by spakk
  • Like 1

codec_dump contains all information

its audio codec so I can

correct AppleHDA.

is necessary to extract a LiveCD Linux and the terminal

type this:




cd ~/Desktop && mkdir CodecDump && for c in /proc/asound/card*/codec#*; do f="${c/\/*card/card}"; cat "$c" > CodecDump/${f//\//-}.txt; done && zip -r CodecDump.zip CodecDump

if any error occurs

replace "Desktop" to "home".

 


  • Like 1

there except to create another away via linux dump, possibly via windows? Mirone

×
×
  • Create New...