切换到宽版
  • 5905Read
  • 5Replay

Think pad E470c lspci -vnn [复制链接]

上一主题 下一主题
离线Francis
 

只看楼主 倒序阅读 使用道具 楼主  posttime: 2018-01-14
https://github.com/endlessm/linux/archive/master.zip


http://www.thinkworld.com.cn/product/model/5557.html

https://unix.stackexchange.com/questions/379049/realtek-wifi-driver-problem-in-linux-mint-18-2



05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c821]
    Subsystem: Lenovo Device [17aa:c024]
    Flags: bus master, fast devsel, latency 0, IRQ 11
    I/O ports at b000
    Memory at f4000000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: <access denied>











离线Francis

只看该作者 沙发  posttime: 2018-01-14
lspci -vnn | grep 0280
离线Francis

只看该作者 板凳  posttime: 2018-01-14
联想thinkpad E470c,无线网卡是 Realtek 8821CE Wireless LAN 802.11ac PCI-E NIC
离线Francis

只看该作者 地板  posttime: 2018-01-14
Worked solution (Requirements: kernel >=4.11) :

Download driver directory from this repo: https://github.com/endlessm/linux/tree/ ... /rtl8821ce

You can do it by this link: https://minhaskamal.github.io/DownGit/# ... /rtl8821ce

Unpack zip archive.
Change the Makefile. Line "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".
make
sudo make install
sudo modprobe -a 8821ce
要求内核高于4.11,ubuntu16内核最高好像是4.10,需要自己升级内核版本
两个链接是linux内核链接和下载链接
Makefile文件中把 "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY" 就是填写当前路径地址
最后一步可能说没有钥匙什么的,需要关闭BIOS中的Secure Boot。关闭之后就OK
离线Francis

只看该作者 4楼 posttime: 2018-01-14
1.查看内核 uname -a
2.sudo apt-get update (这一步更新包列表)
3.sudo apt-get dist-upgrade (这一步安装所有可用更新,包括新内核)
离线Francis

只看该作者 5楼 posttime: 2018-01-14


Worked solution (Requirements: kernel >=4.11) :

    Download driver directory from this repo: https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce

You can do it by this link: https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce

    Unpack zip archive.
    Change the Makefile. Line "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".
    make
    sudo make install
    sudo modprobe -a 8821ce

快速回复
限100 字节
批量上传需要先选择文件,再选择上传
 
上一个 下一个