路由器型号:HG255D 固件:20121029-Dreambox-ralink-hg255d-squashfs-Alpha 安装ser2net(ser2net_2.7-2_ramips.ipk)时: Unknown package 'ser2net'. Collected errors: * pkg_hash_fetch_best_installation_candidate: Packages for ser2net found, but i ncompatible with the architectures configured * opkg_install_cmd: Cannot install package ser2net. 查了一下: 软件架构选择错误。 HG255D CPU为:Ralink RT3052F 不知道选择哪个安装 谷歌到一下方法: Alright. I solved it. If someone runs into the same problem, this is what I did: --> As the architecture configured in backfire packages changed from 'mipsel' to the corresponding chipset-architecture (eg 'brcm47xx' for wl500gp 2.6 kernel, 'brcm-2.4' for 2.4 kernels and so on), packages in the ddwrt feed arent accepted anymore as they are still listed as for the 'mipsel' architecture. To make opkg work with the ddwrt feed again you will have to add this to the end of your /etc/opkg.conf arch all 1
arch mipsel 200
arch brcm47xx 10 This makes opkg accept all architectures especially 'mipsel' (for the ddwrt feed) and 'brcm47xx' (for the openwrt feed).
Note: This applies to wl500gp with 2.6 kernel. For other devices change the line containing brcm47xx accordingly. I hope this helps someone. 依旧无效。 但是按照上述方法执行完之后可以安装:ser2net_2.3-1_mipsel.ipk 但是数据收发不正确。 请问各位,这是为什么?怎么解决?
|