Quote Originally Posted by froddy View Post
I have ran the opkg update again and getting error message:

Could not lock/run/opkg.lock: Resource Temporarily Unavailable
That's a file-system/kernel issue.
Possibly caused by a currently-running opkg process from within enigma2 already holding the lock.

At the command line run:
Code:
init 4
to shut down enigma2, then wait a few seconds (or minutes...the "other" opkg may need to timeout...) and run
Code:
opkg update
again
The run
Code:
init 3
to get the enigma2 GUI back up.