
安装配置
风之谷回
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu18安装opencv3.4
https://www.cnblogs.com/tsfh/p/8729578.html 测试: mkdir test cd test gedit DisplayImage.cpp #include <stdio.h> #include <opencv2/opencv.hpp> using namespace cv; int main(int argc...转载 2018-07-18 19:43:07 · 1340 阅读 · 0 评论 -
ubuntu17.10 no wif adapter
内核 4.13.0-46 无限驱动:RTL8822BE 1)git clone https://github.com/synthtc/rtlwifi-next 2)cd rtlwifi-next 3)sudo make 4)sudo make install 5)sudo modprobe -rv rtl8822be 重启OK!转载 2018-07-18 00:10:09 · 1964 阅读 · 1 评论 -
新安装ubuntu连不上wifi
可能是内核版本低,不支持无线网卡驱动 我的新装的ubuntu内核是4.4,不支持无线网卡,要在4.13之后才支持Realtek 8822be无线网卡 所以升级内核就行了 参考https://blog.youkuaiyun.com/ytusdc/article/details/79675410...转载 2018-07-17 03:38:29 · 823 阅读 · 2 评论