• Relyn

树莓派alsamixer无法打开的问题

  • Relyn
  • 2020-03-02 20:24
  • 浏览 1547

运行alsamixer,出现cannot open mixer: ... 解决方案如下:

(1)查看声卡

aplay -l

image.png

(2)修改配置文件

sudo nano /etc/modprobe.d/alsa-base.conf

写入以下内容

# This sets the index value of the cards but doesn't reorder.
options snd_usb_audio index=0
options snd_bcm2835 index=1
# Does the reordering.
options snd slots=snd_usb_audio,snd_bcm2835

(3)重启,搞定


热门分享

  • [9121]一个很棒的开源手机端RTMP推流工具
  • [6485]树莓派使用ffmpeg硬编码将音视频推流到直播平台
  • [5804]Js实现将html页面或div生成图片
  • [4470]ffmpeg常用命令整理
  • [3851]树莓派JAVA开发环境安装
  • [3456]快速查看连上手机热点的用户IP
  • [3417]树莓派从0开始,全新裸机的基础环境配置(完整版)
  • [3167]树莓派raspbian系统自动连接WIFI开启ssh
  • [3121]树莓派安装宝塔
  • [2885]DES爆破程序 已知明文和密文 爆破密钥
  • [2842]Jfinal 添加 Websocket 服务
  • [2496]树莓派安装MySQL
  • [2464]PaypalUtil PayPal付款JAVA工具类
  • [2445]jfinal undertow 启动指定控制台日志
  • [2337]用最简单的办法给树莓派做一个UPS
  • [2114]常用网址
  • [1974]ubuntu下nginx+php+phpmyadmin安装
  • [1927]树莓派配置内网穿透并开机启动
  • [1810]reGeorg+Proxifier使用
  • [1729]自适应CSS前端
2010-2020 © Relyn(relyn.cn) 闽ICP备17012616号-1