1. /************************************************************************
  2. * ieee80211 phy1: Failed to select rate control algorithm
  3. * 说明:
  4. * MT7601u驱动rate control algorithm。
  5. *
  6. * 2017-9-15 深圳 龙华樟坑村 曾剑锋
  7. ***********************************************************************/
  8.  
  9. 一、参考文档:
  10. . Failed to select rate control algorithm
  11. http://rt2x00.serialmonkey.com/phpBB-static/5/t-5066.html
  12. . Wireless not working with AR9285 wireless chip.
  13. https://forums.gentoo.org/viewtopic-p-7572800.html
  14.  
  15. 二、解决办法:
  16. . 参考:
  17. CONFIG_MAC80211_RC_PID is not set
  18. CONFIG_MAC80211_RC_MINSTREL is not set
  19. . make menuconfig
  20. .config - Backports from "Linux" "v4.2.6-0-g1c02865" (backports "v4.2.6-1-0-g90
  21. ──────────────────────────────────────────────────────────────────────────────
  22. Backports from "Linux" "v4.2.6-0-g1c02865" (backports "v4.2.6-1-0-g90118c
  23. Arrow keys navigate the menu. <Enter> selects submenus --->.
  24. Highlighted letters are hotkeys. Pressing <Y> includes, <N> excludes,
  25. <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </>
  26. for Search. Legend: [*] built-in [ ] excluded <M> module < >
  27. ┌────^(-)─────────────────────────────────────────────────────────────┐
  28. [*] cfg80211 wireless extensions compatibility
  29. <M> Generic IEEE 802.11 Networking Stack (mac80211)
  30. [*] Minstrel
  31. [*] Minstrel .11n support
  32. [ ] Minstrel .11ac support
  33. Default rate control algorithm (Minstrel) --->
  34. [*] Enable mac80211 mesh networking (pre-.11s) support
  35. [ ] Enable LED triggers
  36. [*] Export mac80211 internals in DebugFS
  37. └────v(+)─────────────────────────────────────────────────────────────┘
  38. ├─────────────────────────────────────────────────────────────────────────┤
  39. <Select> < Exit > < Help > < Save > < Load >
  40. └─────────────────────────────────────────────────────────────────────────┘

ieee80211 phy1: Failed to select rate control algorithm的更多相关文章

  1. Introduction to x265 Rate Control Algorithm

    The rate control in x265 is the same as x264's implementation, which is mostly empirical. It include ...

  2. VBV Rate Control

    Part 1 <06/05/07 12:08pm> Manao | he is negating a float by printing it, adding a "-" ...

  3. Xcode提交图片出错:Commit failed not under version control (1)

    xcode的svn提交图片经常会出问题,这不我又碰到了,记录下: 修改的是xx@2x.png之类的图标,commit的时候报错 The working copy “ios” failed to com ...

  4. S3C2440实现wifi、3G上网和迷你无线路由的制作(一)

    S3C2440实现wifi.3G上网和迷你无线路由的制作 fulinux 凌云实验室 本文将通过ARM.linux平台,借助RT2070/RT3070芯片的无线模块(或使用RT2070/RT3070芯 ...

  5. openwrt 外挂usb 网卡 RTL8188CU 及添加 RT5572 kernel支持

    RT5572 原来叫 Ralink雷凌 现在被 MTK 收购了,淘宝上买的很便宜50块邮,2.4 5G 双频.在 win10 上插了试试,果然是支持 5G.这上面写着 飞荣 是什么牌子,有知道的和我说 ...

  6. 嵌入式系统添加无线wifi模块

    开发环境:fl2440开发板,linux3.0内核,交叉编译器路径/opt/buildroot-2011.11/arm920t/usr/bin/arm-linux-,无线网卡RT3070 平时开发板联 ...

  7. ubuntu12.04下编译Linux tina 2.1/android经验

    用的是osboxes下的vdi. 编译Linux 1. 不能在root用户下操作 2. 执行 make kernel_menuconfig 报错,需要 apt-get install zlib1g z ...

  8. 使用RT3070使开发板上网

    原文地址:http://www.cnblogs.com/NickQ/p/8973880.html 使开发板上网 USB驱动部分 在arch/arm/mach-s3c2440/mach-smdk2440 ...

  9. FL2440 rt3070模块station模式移植

    ---------------------------------------------------------------------------------------------------- ...

随机推荐

  1. HDU2426:Interesting Housing Problem(还没过,貌似入门题)

    #include <iostream> #include <queue> #include <stdio.h> #include <string.h> ...

  2. lua关于参数生命周期的研究

    local num = 123 local str = "abc" local tb ={} 数字和字符串类型的值作为参数传递的时候,是复制值,2个独立的内存地址 table类型的 ...

  3. zw版【转发·台湾nvp系列Delphi例程】HALCON MoveRectangle2

    zw版[转发·台湾nvp系列Delphi例程]HALCON MoveRectangle2 procedure TForm1.Button1Click(Sender: TObject);var img ...

  4. centos6 pip install python-ldap报错

    error: Setup script exited with error: command 'gcc' failed with exit status 1 解决方法: 原因是版本不兼容,centos ...

  5. EF Code First学习笔记:数据库创建(转)

    控制数据库的位置 默认情况下,数据库是创建在localhost\SQLEXPRESS服务器上,并且默认的数据库名为命名空间+context类名,例如我们前面的BreakAway.BreakAwayCo ...

  6. ts 绘制多边形

    let bg = this.createBitmapByName("123_png"); this.addChild(bg) bg.x = this.stage.width / 2 ...

  7. 解决数据库里表字段带下划线,实体类转小驼峰,Mapper的映射问题

    mybatis中mapUnderscoreToCamelCase的使用 mybatis-config.xml配置: <?xml version="1.0" encoding= ...

  8. Data caching per request in Owin application

    Data caching per request in Owin application 解答1 Finally I found OwinRequestScopeContext. Very simpl ...

  9. Gym 101334E Exploring Pyramids(dp+乘法原理)

    http://codeforces.com/gym/101334 题意: 给出一棵多叉树,每个结点的任意两个子节点都有左右之分.从根结点开始,每次尽量往左走,走不通了就回溯,把遇到的字母顺次记录下来, ...

  10. BZOJ 1269 【AHOI2006】 文本编辑器

    题目链接:文本编辑器 这道题没啥好说的,直接上\(Splay\)就行了,板子题…… 但是我某个地方忘了下放标记导致调了一晚上 听说有个东西叫\(rope\)可以直接过?然而我并不会 保存一发板子: # ...