在 Windows 中,您有以下快捷方式:
我对最后两个快捷方式特别感兴趣。
播放声音时,我不时会听到很多静态噪音。当没有声音播放时它停止(例如当音乐播放停止时)。
alsamixer在终端中打开GUI 并确保级别不在红色区域中会使情况好一些,但不能解决此问题最后,据我所知,这完全是随机发生的。它就这样消失了。我尝试重新启动几次,没有运气。在未来的某个时候,它会很好。
所以我完全不知道到底发生了什么以及如何解决它。
由于从 Ubuntu 16.04 升级到 17.04,我无法再安装gcc-7或g++-7从http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu存储库安装。事实上,我什至无法安装build-essential.
在Software & Updates > Other Software 下,存储库如下所示:
http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu zesty main
Run Code Online (Sandbox Code Playgroud)
尝试安装build-essential:
$ sudo apt install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved …Run Code Online (Sandbox Code Playgroud)