树莓派笔记

/opt/vc/bin/vcgencmd measure_temp


执行过一次 sudo apt-get update 之后 ffmpeg 不能使用alsa, 需要重启。


sudo apt-get install alsa-utils

  portaudio库要 加上alsa,

先安装 alsa-lib-devel.x86_64; 然后

./configure --with-alsa  

ubuntu下编译需先安装alsa开发包:sudo apt-get install libasound2-dev

gcc编译指令:gcc -o play play.c -lasound 


wifi也不能使用了,

iwconfig 没看到无线网卡。

uname -r 3.12.28+ 安装百度网盘里的:tplink8818eu-raspberrypi.zip



远程桌面

vncserver (tightvncserver)

pwd:raspberry

port:5910


你可能感兴趣的:(树莓派笔记)