[pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

版主: 论坛版主

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

[pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 02 11月 2018, 21:01

前提:路由器已刷为pandorabox的系统
基本与openwrt一致不同的只是包不同
插件作者暂时取消pandorabox系统支持,请持续关注
插件只支持Pandorabox中的Mipsel构架
[MIPSEL]

pandorabox支持的mipsel构架CPU主要为
MTK系列
例如
k2,k2p,小米mini

详细列表
viewtopic.php?f=15&t=52

一键脚本viewtopic.php?f=27&t=991
  1. 首先:
SSH登录路由器
  • 下载插件到路由器
方法一:
前往https://github.com/hikaruchang/BonusClo ... penwrt-ipk下载最新插件
MIPSEL路由器下载文件名为bonuscloud_0.*.*-*-1_mipsel_24kec_dsp.ipk
用WInscp上传到/tmp文件夹

方法二:
复制下载链接
图片
到SSH中

代码: 全选

opkg update&&opkg install curl ca-bundle   #安装依赖
cd /tmp
rm /tmp/bonuscloud_*    #删除旧的安装包(可选)
curl  -L --progress -O -k "复制的链接"   引号去掉
  • 安装插件

代码: 全选

opkg update&&opkg install curl ca-bundle wget  #安装依赖
/tmp
opkg install bonuscloud_  加TAB键

如有报错,请回复报错信息
有未记录问题联系https://t.me/wusheng

yzdjd
幼稚园
帖子: 19
注册时间: 03 11月 2018, 16:16

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 yzdjd » 05 11月 2018, 13:03

K2P可以稳定使用吗?

xuweidiy
新人报道
帖子: 1
注册时间: 05 11月 2018, 16:43

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 xuweidiy » 05 11月 2018, 16:49

[root@newifi_D9B1:/tmp]#opkg install bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk
Installing bonuscloud (0.2.2-5o-1) to root...
Multiple packages (kmod-tun and kmod-tun) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* luci-lib-jsonc *
* opkg_install_cmd: Cannot install package bonuscloud.

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 二 猫 » 05 11月 2018, 17:02

yzdjd 写了:
05 11月 2018, 13:03
K2P可以稳定使用吗?
目前还有些问题,正在修复
BonusCloud.io

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 二 猫 » 05 11月 2018, 17:03

xuweidiy 写了:
05 11月 2018, 16:49
[root@newifi_D9B1:/tmp]#opkg install bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk
Installing bonuscloud (0.2.2-5o-1) to root...
Multiple packages (kmod-tun and kmod-tun) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* luci-lib-jsonc *
* opkg_install_cmd: Cannot install package bonuscloud.
依赖没装上,执行opkg install curl
BonusCloud.io

lalaland
幼稚园
帖子: 17
注册时间: 05 11月 2018, 18:32

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 lalaland » 05 11月 2018, 18:34

root@OpenWrt:/tmp# opkg install bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk.
root@OpenWrt:/tmp#
这是什么错误

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 05 11月 2018, 18:49

lalaland 写了:
05 11月 2018, 18:34
root@OpenWrt:/tmp# opkg install bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-5o-1_mipsel_24kc.ipk.
root@OpenWrt:/tmp#
这是什么错误
不好意思,教程里写的文件名字写错了,已改正,应该是下载后缀为mipsel_24kec_dsp.ipk的文件
有未记录问题联系https://t.me/wusheng

lalaland
幼稚园
帖子: 17
注册时间: 05 11月 2018, 18:32

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 lalaland » 05 11月 2018, 19:17

换成“bonuscloud_0.2.2-5o-1_mipsel_24kec_dsp” 又出现下面的错误:

root@OpenWrt:/tmp# opkg install bonuscloud_0.2.2-5o-1_mipsel_24kec_dsp.ipk
Installing bonuscloud (0.2.2-5o-1) to root...
Multiple packages (kmod-tun and kmod-tun) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* libssp * ca-bundle *
* opkg_install_cmd: Cannot install package bonuscloud.
root@OpenWrt:/tmp#


libssp 是什么依赖包。直接opkg install libssp 没用。

mylovezzr
新人报道
帖子: 3
注册时间: 05 11月 2018, 13:21

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 mylovezzr » 06 11月 2018, 11:05

0;B70: /tmp[B70 /tmp]# opkg install curll
-sh: opkg: not found

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 二 猫 » 06 11月 2018, 11:22

mylovezzr 写了:
06 11月 2018, 11:05
0;B70: /tmp[B70 /tmp]# opkg install curll
-sh: opkg: not found
没有opkg,重新安装一下
BonusCloud.io

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 二 猫 » 06 11月 2018, 11:28

mylovezzr 写了:
06 11月 2018, 11:05
0;B70: /tmp[B70 /tmp]# opkg install curll
-sh: opkg: not found
curl写错了

另外你是不是刷的openwrt
BonusCloud.io


头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 06 11月 2018, 14:59

不知道你的,不过不推荐你折腾这个,出了问题没人知道你的问题出在哪,老实用pandorabox原版吧
有未记录问题联系https://t.me/wusheng

起点科技
新人报道
帖子: 9
注册时间: 06 11月 2018, 17:00

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 起点科技 » 06 11月 2018, 17:02

现在K2P 正常了吗?

头像
二 猫
博士研究生
帖子: 1731
注册时间: 01 11月 2018, 18:34

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 二 猫 » 06 11月 2018, 17:16

起点科技 写了:
06 11月 2018, 17:02
现在K2P 正常了吗?
刷6o版本
BonusCloud.io

陌大大
新人报道
帖子: 1
注册时间: 08 11月 2018, 17:14

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 陌大大 » 09 11月 2018, 11:22

Installing bonuscloud (0.2.2-6o-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* libssp * curl * liblzo * libcurl * libstdcpp * libltdl * ca-certificates * ca-bundle * kmod-ip6tables-extra * kmod-nf-ipt6 * ip6tables-mod-nat * ip6tables-extra * ip6tables-mod-nat *
* opkg_install_cmd: Cannot install package bonuscloud.

noah158
幼稚园
帖子: 11
注册时间: 05 11月 2018, 14:44

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 noah158 » 11 11月 2018, 17:56

Installing bonuscloud (0.2.2-6o-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* wget * curl * liblzo * libcurl * libstdcpp * libltdl * ca-certificates * ca-bundle * kmod-ip6tables-extra * ip6tables-extra *
* opkg_install_cmd: Cannot install package bonuscloud.

crisstest
幼稚园
帖子: 12
注册时间: 03 11月 2018, 22:24

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 crisstest » 11 11月 2018, 21:09

[RT-AC1200 /tmp]# opkg install bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk.
[RT-AC1200 /tmp]#

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 12 11月 2018, 11:26

陌大大 写了:
09 11月 2018, 11:22
Installing bonuscloud (0.2.2-6o-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for bonuscloud:
* libssp * curl * liblzo * libcurl * libstdcpp * libltdl * ca-certificates * ca-bundle * kmod-ip6tables-extra * kmod-nf-ipt6 * ip6tables-mod-nat * ip6tables-extra * ip6tables-mod-nat *
* opkg_install_cmd: Cannot install package bonuscloud.

代码: 全选

opkg update
有未记录问题联系https://t.me/wusheng

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 12 11月 2018, 11:27

crisstest 写了:
11 11月 2018, 21:09
[RT-AC1200 /tmp]# opkg install bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk.
[RT-AC1200 /tmp]#
现在可以使用一键脚本
有未记录问题联系https://t.me/wusheng

Mondory
幼稚园
帖子: 15
注册时间: 03 11月 2018, 18:44

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 Mondory » 12 11月 2018, 21:47

/tmp$ opkg install bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk
Collected errors:
* pkg_write_filelist: Failed to open //usr/lib/opkg/info/bonuscloud.list: No space left on device.
* opkg_install_pkg: Failed to extract data files for bonuscloud. Package debris may remain!
* opkg_install_cmd: Cannot install package bonuscloud.
* opkg_conf_write_status_files: Can't open status file //usr/lib/opkg/status: No space left on device.
Installing bonuscloud (0.2.2-6o-1) to root...
Installing liblzo (2.08-1) to root...
Downloading http://downloads.pangubox.com:6380/pand ... kc_dsp.ipk
Installing libstdcpp (5.5.0-1) to root...
Downloading http://downloads.pangubox.com:6380/pand ... kc_dsp.ipk
Installing libltdl (2.4-1) to root...
Downloading http://downloads.pangubox.com:6380/pand ... kc_dsp.ipk
Installing ca-certificates (20160104) to root...
Downloading http://downloads.pangubox.com:6380/pand ... 04_all.ipk
Installing kmod-ip6tables-extra (3.14.79-1) to root...
Downloading http://downloads.pangubox.com:6380/pand ... kc_dsp.ipk
Installing ip6tables-extra (1.6.1-1) to root...
Downloading http://downloads.pangubox.com:6380/pand ... kc_dsp.ipk
Configuring kmod-ip6tables-extra.
Configuring libstdcpp.
Configuring libltdl.
Configuring liblzo.
Configuring ca-certificates.
Configuring ip6tables-extra.
最后一步出了这样的错误。。怎么解决。。我是k2p。。mtk的版本的

lch9488
幼稚园
帖子: 17
注册时间: 04 11月 2018, 19:21

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 lch9488 » 13 11月 2018, 18:01

wusheng 写了:
12 11月 2018, 11:27
crisstest 写了:
11 11月 2018, 21:09
[RT-AC1200 /tmp]# opkg install bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk.
[RT-AC1200 /tmp]#
现在可以使用一键脚本
一键脚本在哪里,有教程吗,谢了!

头像
wusheng
硕士研究生
帖子: 260
注册时间: 01 11月 2018, 18:13

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 wusheng » 13 11月 2018, 18:31

lch9488 写了:
13 11月 2018, 18:01
wusheng 写了:
12 11月 2018, 11:27
crisstest 写了:
11 11月 2018, 21:09
[RT-AC1200 /tmp]# opkg install bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk
Collected errors:
* deb_extract: bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk: invalid magic
* pkg_init_from_file: Failed to extract control file from bonuscloud_0.2.2-6o-1_mipsel_24kec_dsp.ipk.
[RT-AC1200 /tmp]#
现在可以使用一键脚本
一键脚本在哪里,有教程吗,谢了!
上面的一键脚本的字那么大你都看不到
有未记录问题联系https://t.me/wusheng

crisstest
幼稚园
帖子: 12
注册时间: 03 11月 2018, 22:24

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 crisstest » 15 11月 2018, 22:19

刷完 PandoraBox安装插件成功后输入账号,Bcode提示BonusCloud is Not Running
重启BonusCloud服务提示:
Thu Nov 15 22:02:38 2018 daemon.err uhttpd[3890]: /usr/share/bxc/bin/bxc-main: line 1: syntax error: unexpected word (expecting ")")


设备型号 MediaTek MT7628A Evaluation Board
固件版本 PandoraBox 18.10 2018-10-26-git-85c67caa2 / LuCI Master (git-18.283.66085-6bc7c26)
内核版本 3.14.79

crisstest
幼稚园
帖子: 12
注册时间: 03 11月 2018, 22:24

Re: [pandorabox][MIPSEL] mipsel构架pandorabox系统路由器安装BonusCloud教程

帖子 crisstest » 15 11月 2018, 22:48

crisstest 写了:
15 11月 2018, 22:19
刷完 PandoraBox安装插件成功后输入账号,Bcode提示BonusCloud is Not Running
重启BonusCloud服务提示:
Thu Nov 15 22:02:38 2018 daemon.err uhttpd[3890]: /usr/share/bxc/bin/bxc-main: line 1: syntax error: unexpected word (expecting ")")


设备型号 MediaTek MT7628A Evaluation Board
固件版本 PandoraBox 18.10 2018-10-26-git-85c67caa2 / LuCI Master (git-18.283.66085-6bc7c26)
内核版本 3.14.79
重新安装后又可以了

回复