badboyz Posted March 6, 2008 Share Posted March 6, 2008 ok, i know i need linux to get a dump of my audio codec can anyone tell me how to do it and which ver and distro of linux to get, thank Link to comment https://www.insanelymac.com/forum/topic/92014-audio-codec-dump/ Share on other sites More sharing options...
mcsmart Posted March 17, 2008 Share Posted March 17, 2008 Distro: Doesn't matter, but it should be the latest version. Knoppix works too. On my system I would create the dump like this: cat /proc/asound/card0/codec#0 > ~/dump.txt Sometimes "codec" itself is another directory, so you would do something similar to this: cat /proc/asound/card0/codec97#0/ac97#0-0 > ~/dump.txt The name of your card may vary. Link to comment https://www.insanelymac.com/forum/topic/92014-audio-codec-dump/#findComment-670976 Share on other sites More sharing options...
Recommended Posts