What's new

Entware on R9000 with V1.0.4.14HF-HW goes 404

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

BigWhoop

Occasional Visitor
Hello Folks,
iam on V1.0.4.14HF-HW and cant use entware.

There is no perl package by default and i cant opkg update because of this:
Code:
opkg update
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/r9000/generic/packages/Packages.gz.
Collected errors:
* opkg_download: http://downloads.openwrt.org/attitude_adjustment/12.09-rc1/r9000/generic/packages/Packages.gz: Error.
It seems that openwrt has removed these package. So i cant install other packages like entware-opt etc.
 
i tried to sideload an ipk package directly from Voxels repo.

Doesnt work either.

Code:
root@ROUTER:~$ opkg install https://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/perl_5.28.0-1_cortex-a15-3x.ipk
Collected errors:
 * wfopen: https://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/perl_5.28.0-1_cortex-a15-3x.ipk: No such file or directory.
 * pkg_init_from_file: Failed to extract control file from https://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/perl_5.28.0-1_cortex-a15-3x.ipk.

after that i downloaded that file via wget and tried to install it:

Code:
root@ROUTER:~$ opkg install perl_5.28.0-1_cortex-a15-3x.ipk
Unknown package 'perl'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for perl found, but incompatible with the architectures configured
 
You should first install minimal Entware according to my README (unpacking entware-cortexa15-3x-initial.tar), checking that there are Entware directories (/opt/bin, /opt/etc etc). And use /opt/bin/opkg. Your problems above are that you are using opkg from /bin but not from /opt/bin. And /bin/opkg is used internally for firmware.

I.e.
/opt/bin/opkg update
/opt/bin/opkg install package-name

Voxel.
 
Hi Voxel,
thanks for your reply.
I used your auto install script.

entware-setup.sh

i tried /opt/bin/opkg update
and /opt/bin/opkg install perl

and that works like a charm.
Thanks.
 
Do you have a good documentation of this?
i tried sftp server installation but cant find files.
And i need a different dhcp because auf DNS Server changes.
Do you have any hint about it?

Thanks in advance.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top