I am trying to automate configuration for the Yun since I will be deploying a large number of them with the same setup. I'm attempting to install "kmod-usb-hid" and "coreutils-sha256sum" from the SD card so that our intern won't have to battle network issues installing these packages.
Uhm I regularly install packages from local files when I develop/test them and it works fine. Opkg needs a little help in resolving dependencies, so it's better to install them in the right order
downloaded a fresh copy and the same thing happens.
The same thing is happening with the other packages as well, the same error. It seems unlikely that all of them would be corrupt
you think that might be the problem? I wouldn't be surprised. I'll try from a recent snapshot and see what happens.
edit: tried from the download link you gave, but that snapshot appears to be from the wrong kernel. I am able to download the files and they don't appear to be corrupt, BUT. They still give an error:
root@Arduino:~# opkg install /mnt/sda1/Util/kmod-input-core_3.10.36-1_ar71xx.ipk
Installing kmod-input-core (3.10.36-1) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-input-core:
* kernel (= 3.10.36-1-9956c8ccf213a466fa9c024a4d968410) *
* opkg_install_cmd: Cannot install package kmod-input-core.
root@Arduino:~#
@Federico, if you could turn on directory browsing, it might fix the problem. It is possible that is why the files are downloading corrupt.
I agree, I would like to see what is happening inside the configuration it does when these are installed through LUCI.
I couldn't tell if it was just the simple installation or if there was something more. But fortunately everything SEEMS to be working so it should be OK for the time being.
I must admit I find it a bit odd that USB HID is not included in the deployment as I imagine connecting, mice and keyboards would be a first step for many people in their sketch.