freebsdx Posted March 25, 2007 Share Posted March 25, 2007 Hi everyone. I want to use the AppleHDA.kext to enable my sound card for Output and input. However, it requires a linux codec dump. I know to enter into linux /proc/asound. But there are so many files that I don't know which is the corret one. {I am using SUSE Linux 10.2} Can someone give me a instruction to operate the dump. Thank you very much. By the way, has anyone here already dumped the ALC860 card? If there is any, Would you please send me one copy? Thank you for any help. I wondering whether everything will work fine by using the HDA patch(with all the line out and line in)? Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/ Share on other sites More sharing options...
justinstar77 Posted March 31, 2007 Share Posted March 31, 2007 I'm going to give this a try for my ALC655 in ubuntu http://forum.insanelymac.com/index.php?act...&pid=332856 Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/#findComment-336888 Share on other sites More sharing options...
jedavis1 Posted April 24, 2007 Share Posted April 24, 2007 I have been looking for a concise way of getting a codec dump because I am a Linux noobe also. Here is what I found.. 1) Get your favorite Linux Live ISO (I used the latest Ubuntu) and burn it to disc. 2) Boot of the disc get to the desktop. Open the terminal and type this: cat /proc/asound/card0/codec#0 3) The terminal will scroll through the data. Copy the data and paste it into a text document and save it to a writeable media (live CDs often mount media read-only so you will need something like a thumb-drive or something) 4) Boot into OS X and then use this as the file for patching. It has been recomended to use the -legacy option upon booting. I have yet to try this on my laptop. It worked on my desktop. Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/#findComment-352952 Share on other sites More sharing options...
chenwk Posted May 2, 2007 Share Posted May 2, 2007 guys, http://forum.insanelymac.com/index.php?showtopic=34075 if you are ALC882, ALC883, ALC888 and on 8.8.1 kernel, try those. it worked fully for me. (the guide has linux dump files for some of the sound cards and mine happened to be ALC883 =D) Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/#findComment-357819 Share on other sites More sharing options...
ronalith Posted April 13, 2009 Share Posted April 13, 2009 I have been looking for a concise way of getting a codec dump because I am a Linux noobe also. Here is what I found.. 1) Get your favorite Linux Live ISO (I used the latest Ubuntu) and burn it to disc. 2) Boot of the disc get to the desktop. Open the terminal and type this: cat /proc/asound/card0/codec#0 3) The terminal will scroll through the data. Copy the data and paste it into a text document and save it to a writeable media (live CDs often mount media read-only so you will need something like a thumb-drive or something) 4) Boot into OS X and then use this as the file for patching. It has been recomended to use the -legacy option upon booting. I have yet to try this on my laptop. It worked on my desktop. it's better to use: cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt and then copy it to a usb/mail sometimes the terminal is not long enough and the info can be incomplete. Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/#findComment-1131238 Share on other sites More sharing options...
ThE_MarD Posted June 24, 2010 Share Posted June 24, 2010 Heyyo, Trying to get a Linux Kernel Dump for my CMI8788 based soundcard (Asus Xonar DX PCI-E) but the codec file doesn't exist.. is there by chance another way or am I boned? I'm hoping to try the codec dump in the AppleHDA patcher... one can dream.... 1 Link to comment https://www.insanelymac.com/forum/topic/46378-how-to-get-a-linux-codec-dump/#findComment-1497737 Share on other sites More sharing options...
Recommended Posts