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

你可能感兴趣的文章
Vue过渡 & 动画---vue工作笔记0014
查看>>
Netty 异步任务调度与异步线程池
查看>>
Netty 的 Handler 链调用机制
查看>>
Netty 编解码器和 Handler 调用机制
查看>>
Netty 编解码器详解
查看>>
Netty 解决TCP粘包/半包使用
查看>>
Netty 调用,效率这么低还用啥?
查看>>
Netty 高性能架构设计
查看>>
Netty+Protostuff实现单机压测秒级接收35万个对象实践经验分享
查看>>
Netty+SpringBoot+FastDFS+Html5实现聊天App详解(一)
查看>>
netty--helloword程序
查看>>
netty2---服务端和客户端
查看>>
【Flink】Flink 2023 Flink易用性和稳定性在Shopee的优化-视频笔记
查看>>
Netty5.x 和3.x、4.x的区别及注意事项(官方翻译)
查看>>
netty——bytebuf的创建、内存分配与池化、组成、扩容规则、写入读取、内存回收、零拷贝
查看>>