分页: 1 / 2

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

发表于 : 02 11月 2018, 21:01
wusheng
前提:路由器已刷为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键

如有报错,请回复报错信息

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

发表于 : 05 11月 2018, 13:03
yzdjd
K2P可以稳定使用吗?

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

发表于 : 05 11月 2018, 16:49
xuweidiy
[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.

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

发表于 : 05 11月 2018, 17:02
二 猫
yzdjd 写了:
05 11月 2018, 13:03
K2P可以稳定使用吗?
目前还有些问题,正在修复

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

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

发表于 : 05 11月 2018, 18:34
lalaland
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#
这是什么错误

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

发表于 : 05 11月 2018, 18:49
wusheng
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的文件

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

发表于 : 05 11月 2018, 19:17
lalaland
换成“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 没用。

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

发表于 : 06 11月 2018, 11:05
mylovezzr
0;B70: /tmp[B70 /tmp]# opkg install curll
-sh: opkg: not found

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,重新安装一下

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

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

发表于 : 06 11月 2018, 14:32
mylovezzr

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

发表于 : 06 11月 2018, 14:59
wusheng
不知道你的,不过不推荐你折腾这个,出了问题没人知道你的问题出在哪,老实用pandorabox原版吧

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

发表于 : 06 11月 2018, 17:02
起点科技
现在K2P 正常了吗?

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

发表于 : 06 11月 2018, 17:16
二 猫
起点科技 写了:
06 11月 2018, 17:02
现在K2P 正常了吗?
刷6o版本

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.

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

发表于 : 11 11月 2018, 17:56
noah158
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.

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

发表于 : 11 11月 2018, 21:09
crisstest
[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]#

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

发表于 : 12 11月 2018, 11:26
wusheng
陌大大 写了:
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

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

发表于 : 12 11月 2018, 11:27
wusheng
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]#
现在可以使用一键脚本

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

发表于 : 12 11月 2018, 21:47
Mondory
/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的版本的

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

发表于 : 13 11月 2018, 18:01
lch9488
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]#
现在可以使用一键脚本
一键脚本在哪里,有教程吗,谢了!

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

发表于 : 13 11月 2018, 18:31
wusheng
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]#
现在可以使用一键脚本
一键脚本在哪里,有教程吗,谢了!
上面的一键脚本的字那么大你都看不到

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

发表于 : 15 11月 2018, 22:19
crisstest
刷完 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

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

发表于 : 15 11月 2018, 22:48
crisstest
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
重新安装后又可以了