Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Thinkpad wifi灯闪烁解决办法
Experiences and Insight
371
views ·
0
replies ·
To
floor
Go
mike_ao
deepin
2019-06-07 21:04
Author
我笔记本发现只要有通信wifi灯就会闪烁,特别影响注意力,后来试了很多种方法,发现有一种方法有用,论坛留存一份。
(1)进入/etc/modprobe.d;
(2)sudo gedit iwlwifi.conf, 在option行最后一行增加led_mode=1。
修改成这样:options iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 swcrypto=1 led_mode=1
(3)重启以后就不闪烁了。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
(1)进入/etc/modprobe.d;
(2)sudo gedit iwlwifi.conf, 在option行最后一行增加led_mode=1。
修改成这样:options iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 swcrypto=1 led_mode=1
(3)重启以后就不闪烁了。