博客
关于我
ubuntu硬件测试
阅读量:100 次
发布时间:2019-02-25

本文共 344 字,大约阅读时间需要 1 分钟。

硬件测试

摄像头测试

cheese
apt install cheese

声卡测试

录音: arecord -c 2 -r 44100 -f S16_LE musicdemo.wmv
播放: aplay musicdemo.wmv
调节音量大小: alsamixer
安装
sudo apt-get install xmlto libasound2-dev
sudo apt-get install linux-sound-base alsa-base alsa-utils

USB测试

lsusb

网卡测试

ifconfig
ping www.baidu.com
ping -I eth0 www.baidu.com指定网卡
ping -S eth0 www.baidu.com指定网卡

转载地址:http://vuo.baihongyu.com/

你可能感兴趣的文章
MySQL之2003-Can‘t connect to MySQL server on ‘localhost‘(10038)的解决办法
查看>>
MySQL之CRUD
查看>>
MySQL之DML
查看>>
Mysql之IN 和 Exists 用法
查看>>
MYSQL之REPLACE INTO和INSERT … ON DUPLICATE KEY UPDATE用法
查看>>
MySQL之SQL语句优化步骤
查看>>
MYSQL之union和order by分析([Err] 1221 - Incorrect usage of UNION and ORDER BY)
查看>>
Mysql之主从复制
查看>>