全新安装 Linux Mint,但我无法连接到我的 wifi。我已经使用以太网来安装所有自动更新以及全新安装附带的更新。
ifconfig
分发:
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.168 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 2a00:23c5:709a:7701:d528:6c9c:a5db:8209 prefixlen 64 scopeid 0x0<global>
inet6 2a00:23c5:709a:7701:f33:ead7:1be5:7832 prefixlen 64 scopeid 0x0<global>
inet6 fe80::b4dd:a9b3:46e3:d6a2 prefixlen 64 scopeid 0x20<link>
ether e4:e7:49:3e:f4:da txqueuelen 1000 (Ethernet)
RX packets 4901 bytes 2907253 (2.9 MB)
RX errors 0 dropped 5 overruns 0 frame 0
TX packets 4578 bytes 649717 (649.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 1361 bytes 126333 (126.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1361 bytes 126333 (126.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
iwconfig
给出:
lo no wireless extensions.
eno1 no wireless extensions.
rfkill list all
给出:
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
我的笔记本电脑是:
惠普馆 - 14-ce0508na
答案1
要让 WiFi 芯片组工作/构建必要的内核模式,请在命令行中运行:
sudo apt-get install git build-essential dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
重启。
来自惠普论坛Ubuntu 16.04 上没有 WIFI
这些说明中的 DKMS 是一个好主意,因为它会在安装的任何新内核版本上自动编译并安装此模块。例如,只要该模块与新安装的内核版本兼容,它将出现在未来的内核更新中。