What's new

R7800 entware installation opkg update fails. Wrong download address?

  • 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!

pikolo

New Around Here
Greetings,

I am trying to install entware in my R7800 router, following the instructions in Voxel's readme.

I am using Voxel's firmware R7800-V1.0.2.74.1SF

I used a usb-stick in NTFS format.

Untared the file "entware-cortex-a15-3x-initial-generic.tar.gz"

Tried the command "opkg update" and I receive the error message that it cannot download the attitude_management/12.09_RC1 ipq806x package

I tried to manually find the package and install it, but the download address that the command "opkg update" is using is not valid.

I would be grateful for any help.
 
Last edited:
Just a guess, but NTFS is not supported.

I also think you may need a swap file too.
 
I used a usb-stick in NTFS format.

Untared the file "entware-cortex-a15-3x-initial-generic.tar.gz"

Tried the command "opkg update" and I receive the error message that it cannot download the attitude_management/12.09_RC1 ipq806x package

I tried to manually find the package and install it, but the download address that the command "opkg update" is using is not valid.

First, @L&LD is right. NTFS is strongly not recommended for use with Entware. Please use ext4 - native Linux partition:

Code:
mkfs.ext4 -L optware -O ^metadata_csum /dev/sda1

above is an example of the command how to format your disk to ext4 for R7800

Second, use the full path for opkg:

Code:
/opt/bin/opkg update
/opt/bin/opkg upgrade

By default "/opt/bin" is not included into PATH so you are using /bin/opkg and the last is "opkg" used for internal needs in firmware, not for Entware...

Voxel.
 
Hello and thanks for your replies.

Using the full path as Voxel suggested solved the problem. So now I should reformat the drive as ext4 and repeat the procedure......

Another problem I have is that the "Reboot" command from the router's webpage kills the internet connection upon reboot. The router cannot update its DHCP settings, everything is zero. If I turn OFF and ON the router's power, then it is OK.....
 

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