加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

ubuntu12.04无线网不稳定

(2013-10-31 12:29:57)
标签:

ubuntu

12.04

无线网络

wicd

networkmanager

it

分类: ubuntu--时代要求开源
归根到底是ubuntu自带的network-manager太糟糕了!
  1. check whether the device is recognized
      lspci | grep -i net
      [03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
      04:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit       Ethernet Controller (rev 0a)]
    2.  replace NetworkManager with wicd
       sudo apt-get install wicd
       sudo apt-get purge network-manager
       sudo /etc/init.d/wicd start
    3. install latest wireless net drivers
          download latest backports-3.10.17-1 from https://www.kernel.org/pub/linux/kernel/projects/backports/stable/3.10.17/
          unzip and cd into backports-3.10.17-1
          make defconfig-ath9k    //as my driver's AR9485
          make defconfig-ath9k install
          sudo modprobe ath9k
          add a file: sudo gedit /etc/modprobe.d/ath9k.conf
          add this in the new file: options ath9k nohwcrypt=1
          reboot
===========================
4 . sudo rm -r /etc/NetworkManager //可选,慎用
===========================

0

阅读 收藏 喜欢 打印举报/Report
前一篇:中医养生
后一篇:2013年12月08日
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有