Jump to content

Samsung NP350V5C


mikygrana

Recommended Posts

  • Moderators

You'll need to determine what codec ID your system have. To check, see here, Chapter 1, section1

 

Get the dump of your audio codec from linux. So, get into any of the Linux distributions of either Live USB/CD (or) Full install.  

And enter the following command in terminal to get the dump in text format at Desktop.

cat /proc/asound/card0/codec#0 > ~/Desktop/codec_dump.txt
(or)
cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt
(or)
cat /proc/asound/card0/codec#2 > ~/Desktop/codec_dump.txt
(or)
cat /proc/asound/card1/codec#0 > ~/Desktop/codec_dump.txt
Link to comment
Share on other sites

×
×
  • Create New...