Jump to content
10 posts in this topic

Recommended Posts

Hi, what is proper command in Linux to get alc codec info? I’ve tried this one

cat /proc/asound/catd0/codec#2 | less

but unfortunately I’m getting this IMG_1485.thumb.jpeg.0713c2430443c2e0c3b4283efdca74bf.jpeg

for some reason. I don’t know why. Can you guys help me please?

Edited by marsuss

@marsuss

 

@cankiulascmnfye has a how to in his GitHub with this command:

 

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

 

  • Like 1

Hi, Slice. Now I know. How its possible that in linux this sound card is seen as an intel Ice lake HDMI not as C Media Audio? Another thing is this card is working with clover but not with opencore.  Do you know why?

 

Edited by marsuss
×
×
  • Create New...