博客
关于我
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/

你可能感兴趣的文章
node.js模拟qq漂流瓶
查看>>
node.js的express框架用法(一)
查看>>
Node.js的交互式解释器(REPL)
查看>>
Node.js的循环与异步问题
查看>>
Node.js高级编程:用Javascript构建可伸缩应用(1)1.1 介绍和安装-安装Node
查看>>
nodejs + socket.io 同时使用http 和 https
查看>>
NodeJS @kubernetes/client-node连接到kubernetes集群的方法
查看>>
NodeJS API简介
查看>>
nodejs Error: request entity too large解决方案
查看>>
Nodejs express 获取url参数,post参数的三种方式
查看>>
nodejs http小爬虫
查看>>
nodejs libararies
查看>>
vue3+element-plus 项目中 el-switch 刷新后自动触发change?坑就藏在这里!
查看>>
nodejs npm常用命令
查看>>
nodejs npm常用命令
查看>>
Nodejs process.nextTick() 使用详解
查看>>