最近用一加五发现了一个毛病,那就是插上去后用 USB 调试模式,adb devices 之后,列表里没了!
尝试了各种方法,就是不能在 adb devices 里找到那个手机啊!
我在快三年前(我操原来都这么久远了?)买过一个 ASUS Xonar U7 的声卡,用来外接笔记本 Dock 的情况下音频输出。
然后这不是三年后了么,那个声卡开始有了点小毛病。
大概毛病就是经常会供电不足设备起不来,插上去不认,反复插拔好多次后偶尔有机率导致可以使用,最后我受不了每天电脑拿回家都要插拔半天,选择了再换一个。
我的要求有三个:
1,USB 供电,我不想插电源了
2,有音频输入
3,解码芯片不能太烂
4,有耳机输出接口
找来找去那么一堆国产 DAC,发现都不能满意,最麻烦的就是没有音频输入,也不能 USB 供电,都要给你拖个大电源……
ThinkPad X1 Carbon 5th 原本在 Linux 下是不能使用指点杆的,很多老外都在讨论这个问题,只是一直没有解决。
于是前一阵随着 X280 和 X1 Carbon 6th 开始内部测试,这个问题终于被重视了,也就被解决了。
Now Kernel Linux 4.13 is available,You can install it through PPA:
sudo add-apt-repository ppa:canonical-kernel-team/ppa
sudo apt-get update
sudo apt-get install linux-generic-hwe-16.04-edge
As we all know that Firefox 57 will rename to Firefox Quantum. It means the New version Firefox will use Quantum Engine instead the old one.
Even throgh Firefox 57 is still in beta,but we can install it from PPA under Ubuntu.
sudo add-apt-repository ppa:mozillateam/firefox-next
sudo apt-get update
sudo apt-get install firefox
So here it is.
Unlike installing python 3.5 on Ubuntu 14.04. Trying to install Python 3.6 on Ubuntu 16.04 is not an easy mission.
After I upgraded my firefox to version 55, I found that old option:
gfx.font_rendering.fontconfig.fontlist.enabled workaround
no longer existed, So without that option I can not display emoji in firefox correctly.
Install terminator in fedora is quite easy but there need some works to make it default with shortcut key like Ubuntu.
Install terminator
sudo dnf install terminator
change default Gnome-shell console to terminator
gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
reboot your PC and set a custom shortcut for it.
When I upgrading my Ubuntu Kernel,I saw this errors:
W: Possible missing firmware /lib/firmware/i915/kblXXXXXXXX
It seems there are some firmware files missing,so I decide to fix them.