# install alsa utilty
apt-get install alsa-utils
# view dmesg and lspci to comfirm that
# sound card has been found by system
alsamixer
# but all of item is off
# config sound card by alsaconf
alsaconf
apt-get install alsa-utils
# view dmesg and lspci to comfirm that
# sound card has been found by system
alsamixer
# but all of item is off
# config sound card by alsaconf
alsaconf
本文介绍如何通过安装ALSA工具并使用alsa-utils来配置声卡。首先利用apt-get安装alsa-utils;然后通过dmesg和lspci确认系统已找到声卡;最后使用alsamixer检查并激活各项设置。
4007

被折叠的 条评论
为什么被折叠?



