在固态安装Centos7后无法打开wifi后。用了下面的放大后可以打开。但是重启系统后依然无法打开wifi,仍需手动输入以下指令才能解决。
桌面版系统bug?
以管理员身份创建文件/etc/modprobe.d/ideapad.conf,在其内写入blacklist ideapad_laptop即可永久解决。
sudo vi /etc/modprobe.d/ideapad.conf
(Press i or a, then input the following line:
blacklist ideapad_laptop
Press :x and Enter to save and quit.)