zgemma h9s - unable to download plugins

I don't follow.If you can't download, how do you know it cant install?

What image are you on? Name and version & date/number. (Menu > Information > About) will show you details.
 
OK. OpenAtv 6.4, 30th October.

So what happens when you transfer the ipk to the /tmp directory and install it by command line. Post back the result so we see it too.

opkg install /tmp/*.ipk
 
sorry still question how do i install via putty i downloaded Putty now and i downloaded your plugin file
 
sorry still question how do i install via putty i downloaded Putty now and i downloaded your plugin file
I have just told you. Here you go again

Transfer the ipk file to /tmp directory using Filezilla or similar FTP client
Issue the following command using Putty or similar
opkg install /tmp/*.ipk
 
Sorry i should have used Filezilla, i tried to login but get the following

Status: Connecting to 192.168.1.178:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Command: USER root
Response: 331 Please specify the password.
Command: PASS ****
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
 
You need to set a password first on OpenTV 6.4 before you can FTP.

Issue the following command via putty
passwd

You will be prompted for new password, you won't see cursor move. Once you set this password, use the same one for FTP
 
You have done this:
Transfer the ipk file to /tmp directory using Filezilla or similar FTP client

You now have to do this:

Issue the following command using Putty or similar
opkg install /tmp/*.ipk
 
opkg install /tmp/*.ipk

Couldn't find anything to satisfy '/tmp/*.ipk'.
Unknown package '/tmp/*.ipk'.
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
* opkg_solver_install: Cannot install package /tmp/*.ipk.
root@zgemmah9s:~# ^C
root@zgemmah9s:~#
 
root@zgemmah9s:~# opkg install /tmp/*.ipk
Not downgrading package enigma2-plugin-extensions-jedimakerxtream on root from git90+8617c22-r0 to 6.08.20200923.
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
root@zgemmah9s:~# opkg install /tmp/*.ipk
Not downgrading package enigma2-plugin-extensions-jedimakerxtream on root from git90+8617c22-r0 to 6.08.20200923.
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
root@zgemmah9s:~# opkg install /tmp/*.ipk
Not downgrading package enigma2-plugin-extensions-jedimakerxtream on root from git90+8617c22-r0 to 6.08.20200923.
Collected errors:
* parse_from_stream_nomalloc: Missing new line character at end of file!
root@zgemmah9s:~#
 
It is saying it is already installed. Are you sure it is not in the reception menu?

If it isn't try this.

opkg -force-install /tmp/*.ipk

Paste the command instead of typing it.
 
The execution/console page closes automatically. That is normal.

Flash OpenATV again, and this time only use plugins from the plugin server.
 
Back
Top