找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 36914|回复: 109

[11.06更新支持5G]newifi mini纯净版14.07兼容内核固件,集成rt2860v2、mt76x2e驱动

 火.. [复制链接]
发表于 2014-11-6 18:47 | 显示全部楼层 |阅读模式

基于原生OpenWrt Barrier Breaker 14.07,使用SDK && ImageBuilder构建,与官方14.07内核兼容,可直接安装官方源任意软件包(包括内核模块)


尝试做这个事情主要是因为PandoraBox固件没有打包某些我需要的内核模块,因为都是3.10内核,有些ko是可以忽略警告强行安装的,但少部分ko因引用内核头文件config而无法二进制兼容(例如ipset,你懂的)。


友情提醒1:此固件不适合普通小白使用,需要对OpenWRT有一定的了解,具备初级的Linux折腾能力,至少要会用vim编辑network、wireless等配置文件,因为LuCI不支持配置rt2860v2驱动的无线参数。
友情提醒2:此固件是纯净版,不因任何用户喜好集成任何功能,需要各种功能的请自己opkg安装。


感谢泄漏驱动代码的有关单位以及lintel、dq等大神的贡献:https://github.com/qdk0901/openwrt-mt7620


已知问题:
1、无法通过LuCI配置无线。这是原版ralink驱动的硬伤,请参考下面的范例配置/etc/config/wireless。
2、5G驱动使用samba时会抽,PandoraBox也有这个问题,见https://www.right.com.cn/forum/thread-149292-1-1.html#pid936103


变更历史:


20141104 r2:
1、Port到14.07正式版(14.07-rc3无法正常使用USB)。
2、添加5G驱动kmod-mt76x2e。
3、无线配置脚本使用最新PandoraBox里的脚本。
4、恢复默认的USB软件包。
5、修复2.4G与5G的LED。


20141023 r1:
1、移除mac80211及rt2800相关的驱动。
2、添加rt2860v2驱动,修复了读取ROM的一处错误。
3、添加luci-i18n-chinese
4、移除ipv6相关软件包及uci初始化时写入的ipv6相关配置。
5、移除usb相关软件包(内核兼容用时再装)。
6、修正newifi mini的交换机接口定义。
7、初始ip地址为192.168.99.1(大多人买这个当从路由)
8、初始root密码为admin。


/etc/config/wireless范例:

  1. config wifi-device 'ra0'
  2.         option type 'rt2860v2'
  3.         option mode '9'
  4.         option channel '6'
  5.         option txpower '100'
  6.         option ht '20+40'
  7.         option country 'US'
  8.         option disabled '0'

  9. config wifi-iface
  10.         option device 'ra0'
  11.         option network 'lan'
  12.         option mode 'ap'
  13.         option ssid 'NEWIFI'
  14.         option encryption 'psk2'
  15.         option key 'xxxxxxxx'

  16. config wifi-iface
  17.         option device 'ra0'
  18.         option network 'wwan'
  19.         option mode 'sta'
  20.         option ssid 'TPLINK'
  21.         option encryption 'psk2'
  22.         option key 'xxxxxxxx'

  23. config wifi-device  rai0
  24.         option type     mt7612
  25.         option mode         14
  26.         option channel  auto
  27.         option txpower 100
  28.         option ht 20+40+80
  29.         option country US
  30.         
  31. config wifi-iface
  32.         option device   rai0
  33.         option network        lan
  34.         option mode     ap
  35.         option ssid     NEWIFI_5G
  36.         option encryption psk2
  37.         option key xxxxxxxx
复制代码


下载地址:http://lxf.me/291
我的恩山、我的无线 The best wifi forum is right here.
发表于 2014-11-6 19:03 | 显示全部楼层
看看.下载试试
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 19:56 | 显示全部楼层
这都要隐藏啊……
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 20:07 | 显示全部楼层
op官方出mt76x2的驱动了?还是泄露的?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 20:12 来自手机 | 显示全部楼层
前排支持!非常好的分享!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 20:14 | 显示全部楼层
顶一个.........................................
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 20:47 | 显示全部楼层
感谢楼主的分享,学习一下
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 21:42 | 显示全部楼层
mt76x2 在openwrt官方有个cfg80211版的GPL源码:https://github.com/openwrt/mtk-wifi-gpl (package makefile是https://github.com/openwrt/mtk-w ... k-wifi-gpl/Makefile)
我没有这个路由所以不知道能不能用.如果这个可以工作那5g wifi是可以用luci配置的(用这个之前先别把lintel的mt7612脚本放进去)

点评

这个驱动我用newifi mini试了一下,有些问题。 编译可以成功生成mt76x2.ko,因为没有脚本,我手动insmod这个ko之后,在/sys/class/net下生成了wlan1,说明驱动生成了无线设备。 可是一旦insmod之后,ifconfig,iwin  详情 回复 发表于 2014-11-17 14:31
5G编译的也是泄漏的驱动,所以没法luci配置。。。ps,谷歌搜索mtk openwrt sdk,有惊喜。。。  详情 回复 发表于 2014-11-6 23:21
https://github.com/wuqiong/rt2860v2-for-openwrt-mt7620 这个类似,不过2.7.1.6貌似是旧的  详情 回复 发表于 2014-11-6 22:02
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 21:52 | 显示全部楼层
强大的人 这个刚买了一个要学习下
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 22:00 来自手机 | 显示全部楼层
谢谢楼主
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 22:02 | 显示全部楼层
981213 发表于 2014-11-6 21:42
mt76x2 在openwrt官方有个cfg80211版的GPL源码:https://github.com/openwrt/mtk-wifi-gpl (package makefil ...

https://github.com/wuqiong/rt2860v2-for-openwrt-mt7620
这个类似,不过2.7.1.6貌似是旧的

点评

我发的是5g驱动mt76x2而不是2.4g驱动rt2860v2  发表于 2014-11-7 13:32
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 22:23 | 显示全部楼层
新支持5G]newifi mini纯净版14.07兼容内核固件,集成rt2860v2、m
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 22:24 来自手机 | 显示全部楼层
谢谢楼主好人
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 22:31 | 显示全部楼层
thank you!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2014-11-6 23:15 | 显示全部楼层
非常感谢楼主的分享!谢谢!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-25 21:49

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表