Trying to download libraries for I2C and Oled but I get Unknown package
-
@Klitos No problem there might be a reason it is not included but was curious when you downloaded the packages what command did you use to locally install them?
-
@Guest said in Trying to download libraries for I2C and Oled but I get Unknown package:
@Klitos No problem there might be a reason it is not included but was curious when you downloaded the packages what command did you use to locally install them?
If you have downloaded the package.ipk you can install it using
opkg install package.ipk
-
@Klitos Thank you for responding. This might be an obvious answer but where does the opkg install look for the downloaded package you are attempting to install? Guessing there must be a default location to drop the package into?
-
@Klitos Are you running the latest firmware? Upgrade instructions can be found on the wiki.
If you're on the latest firmware and it still doesn't work, can you run
cat /etc/opkg/distfeeds.conf
and paste the output?
-
I'm having the same problem. I am on the latest firmware I think. The changelog on the wiki stops at 0.1.2 so I can't verify that oupgrade is correct in telling me that 0.1.3 b328 is the latest. I also did a factory reset, and then ran 'opkg update'.
/etc/opkg/distfeeds.conf includes "src/gz chaos_calmer_onion http://repo.onion.io/omega/packages"
I had to manually go to repo.onion.io, which is 403 forbidden before trying repo.onion.io/omega, downloading the packages as stated above, and installing them that way.
So far these types of problems have wasted hours of my time, I bought this product expecting it to work and am starting to lose patience. Let me know if there's anything else I can provide that will help.
-
@Mitch-Polifka Sorry about the issues!
Can you please copy+paste the output when you run:opkg update opkg install pyOnionI2C
Let's try to resolve this issue so yourself and others can go back to having fun with the Omega!
-
It seems a range of packages are unreachable:
root@Omega-1A1C:~# oupgrade -check > Device Firmware Version: 0.1.3 b328 > Checking latest version online... > Repo Firmware Version: 0.1.3 b328 > Comparing version numbers > Device firmware is up to date! root@Omega-1A1C:~# opkg install pyOnionI2C pyOledExp Unknown package 'pyOnionI2C'. Unknown package 'pyOledExp'. Collected errors: * opkg_install_cmd: Cannot install package pyOnionI2C. * opkg_install_cmd: Cannot install package pyOledExp.
I have noticed a failed signature on updating the package list:
root@Omega-1A1C:~# opkg update ... Downloading http://repo.onion.io/omega/packages/Packages.sig. Signature check failed. Remove wrong Signature file.
Would that be the origin of the problem?
-
@Eric-Platon @Mitch-Polifka
Yes, theSignature check failed
duringopkg update
is definitely the origin of the problem.Please do a factory restore of your Omega and try again, it should work after that. If it doesn't, do let me know!
-
@Eric-Platon @Mitch-Polifka
The underlying issue has been resolved, please upgrade to firmware 0.1.4!
You will then be able to access the packages in the Onion repo!
-
Hi guys,
I was too busy since I created the topic and did not follow your answers
@Lazar-Demin I am glad there is a fix to this bug and I am sorry I was not able to provide what you asked for. In the comming days I will try to test the new firmware and confirm the problem resolved.Cheers!