ipkg not found

Jimmy555

Registered
Messages
6
Hi folks
I have tried about 6 differant firmware images on my DM900 and they are all working ok but when I try to install an .ipk file it says "ipkg not found" and "opkg not found" both from telnet and DCC. the DM900 runs an arm procesor so it needs a special arm version of cccam. I was wondering do I need a arm version of ipkg or do I need an arm version of the .ipk file.

apt-get not found also is there any way I can get ipkg in the box ?

Thanks.
 

juli13

Staff member
Administrator
Messages
10,198
Cccam does not run on dm900, only oscam does

Also you must download only oscam for arm proccesor.
Dm900 recognize deb package file

Here you have oscam for dm900 for several image

http://www.sat-universe.com/showthread.php?t=298260
Put the deb file in tmp folder and run in telnet this command

dpkg -i /tmp/*.deb

If file needs dependency run

apt-get update && apt-get -f install
 

JERRYWENG

Registered
Messages
14
OpenATV image

Cccam does not run on dm900, only oscam does

Also you must download only oscam for arm proccesor.
Dm900 recognize deb package file

Here you have oscam for dm900 for several image

http://www.sat-universe.com/showthread.php?t=298260
Put the deb file in tmp folder and run in telnet this command

dpkg -i /tmp/*.deb

If file needs dependency run

apt-get update && apt-get -f install

But can't work for OpenATV image. Please refer to below:
root@dm900:~# dpkg -i /tmp/*.deb
-sh: dpkg: command not found
root@dm900:~# apt-get update && apt-get -f install
-sh: apt-get: command not found
root@dm900:~#

How to solve it?
Thanks a lot in advance.
 

juli13

Staff member
Administrator
Messages
10,198
Run only this command
apt-get update

If you have the command not found error than you need ti flash the receiver again.
Also try another image.
 
Top