Chinaunix首页 | 论坛 | 博客
  • 博客访问: 390163
  • 博文数量: 39
  • 博客积分: 1771
  • 博客等级: 上尉
  • 技术积分: 1231
  • 用 户 组: 普通用户
  • 注册时间: 2005-05-01 14:21
文章分类

全部博文(39)

文章存档

2013年(1)

2012年(4)

2011年(16)

2010年(6)

2009年(12)

分类: LINUX

2011-09-22 20:28:17

I just build a 3.0 kernel for Ubuntu(I have a hp 6910p laptop).
It is really annoying that when these is network traffic, the wifi led will keep blinking. It's really a stupid feature. I wanna disable it.
After google, I find this page:
I tried the second approach. But it does not work. I finally feature out that I didn't configure wifi driver as a module. I built it into kernel. Of cause I can pass the parameter to kernel in grub. But I prefer building wifi driver as a module. Here is the configuration in kernel:
  Intel Wireless WiFi 4965AGN (iwl4965)
and then issue this cmd:
#echo "options iwl-legacy led_mode=1" >> /etc/modprobe.d/wlan.conf
For legacy kernels(2.6.*) provided by ubuntu, the module name is iwlcore, so I need to keep "options iwlcore led_mode=1" line in the file in case I switch to the old kernel.
阅读(1710) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~