ALSA Basics: Difference between revisions
mNo edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
===Hardware=== | ===Hardware=== | ||
...coming soon | CM6206 and CM6206-LX Based Chipsets with products made by several manufacturers and sold by even more vendors (just re-badging the same product) | ||
...more coming soon | |||
===Drivers (Windows term there), AKA Firmware (Linux term there), and other Software (AKA Packages) to Install=== | ===Drivers (Windows term there), AKA Firmware (Linux term there), and other Software (AKA Packages) to Install=== | ||
<code>opkg update</code> | <code>opkg update</code> | ||
opkg install alsa | <code>opkg install kmod-usb-audio kmod-sound-core alsa-utils alsa-lib alsa-ucm-conf alsa-utils alsa-utils-seq alsa-utils-tests</code> | ||
...more coming soon. | |||
===Basic Testing=== | ===Basic Testing for a CM6206 Device from Amazon and Sold on AliExpress too=== | ||
[[File:USB7.1SurroundSoundAudioDevice.jpg|alt=LEAGY Brand USB 7.1 Surround Sound Audio Device from Amazon (and AliExpress)|thumb|LEAGY Brand USB 7.1 Surround Sound Audio Device from Amazon (and AliExpress)]] | |||
There's no need to have anything defined in /etc/asound.conf right now, for basic testing. Later, with more complex setups, configuration will need to be done here. But for now it can be an empty file. | There's no need to have anything defined in /etc/asound.conf right now, for basic testing. Later, with more complex setups, configuration will need to be done here. But for now it can be an empty file. | ||
Line 67: | Line 72: | ||
</blockquote> | </blockquote> | ||
=== References === | ===References=== | ||
https://www.alsa-project.org/alsa-doc/alsa-lib/index.html | https://www.alsa-project.org/alsa-doc/alsa-lib/index.html | ||
https://alsa.opensrc.org/ | https://alsa.opensrc.org/ |