Intel3945ABG无线上网问题总结
生活随笔
收集整理的這篇文章主要介紹了
Intel3945ABG无线上网问题总结
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
筆記本NC2400附帶了Intel 3945ABG無線網卡,以前裝了Ubuntu9.04,直接可以使用無線,現在改換了CentOS作為桌面發現竟然無法無線了。。。郁悶啊。。。 幾番search后,終于解決了。 首先,需要先更新RPMforge,如果RPMforget以前裝好的,可以直接忽略跳到下面 yum install yum-priorities 確認yum-priorities被啟用, 配置文件在/etc/yum/pluginconf.d/priorities.conf enabled =1 接著修改/etc/yum.repos.d/下面的所有.repo文件,添加一行 prioritiy=N 官方推薦[base], [addons], [updates], [extras] ... priority=1
[centosplus],[contrib] ... priority=2 下載 RPMforge安裝包http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm 導入Dag's GPG key rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt 驗證rpm包 rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm 安裝 rpm -i rpmforge-release-0.3.6-1.el5.rf.*.rpm rpmforge.repo中的priority設置為10 接著,安裝iwl3945的firmware yum install iwl3945-firmware 重裝iwl3945模塊 /sbin/rmmod iwl3945 /sbin/modprobe iwl3945 重啟NetworkManger sesrvice NetworkManager start 設置隨機啟動 chkconfig NetworkManager on 正常情況下應該可以無線了。 郁悶的是,我的NC2400不知道咋了,怎么都沒有辦法, ifconfig wlan0 up, 就提示:SIOCSIFFLAGS: No such device lshw -C network 吧,又是 *-network DISABLED 看看日志 cat /var/log/messages | grep -e switch 發現iwl3945 radio disabled by hw rf kill switch,暈。。。怎么radio被停了呢? HP Nc2400的無線開關是沒有快捷鍵的,只有一個觸摸點。。。windows下面是可以進行觸摸的,但是linux下面一點反應都沒有,郁悶啊。。。沒有辦法物理激活了。。。 繼續找。。。終于發現Ubuntu論壇有提到解決辦法,輸入命令: echo -e 'alias wlan0 iwl3945 \noptions iwl3945 disable_hw_scan=1' > /etc/modprobe.d/iwl3945 然后重啟系統。果然okay了。! 過了幾日,再啟動系統。。汗啊。。無線又不行了。。又是disable。。。又是同樣的情況。。再怎么折騰都還是不行。。。。 繼續找。。。終于又發現這個方法可行的了。。。有點郁悶。。。果真有點郁悶啊。。。你說你就咋這么不爭氣呢?哎。。。 rmmod -f iwl3945
modprobe iwl3945 disable_hw_scan=1
iwlist wlan0 scan 運行以上命令,無線就激活了。汗~
[centosplus],[contrib] ... priority=2
modprobe iwl3945 disable_hw_scan=1
iwlist wlan0 scan 運行以上命令,無線就激活了。汗~
轉載于:https://blog.51cto.com/wolfteeth/201000
總結
以上是生活随笔為你收集整理的Intel3945ABG无线上网问题总结的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 在Linux上搭建 一个简单的vsftp
- 下一篇: 优雅还不够,简洁才高效!——用NVali