Du musst angemeldet sein, um Bilder zu sehen.
Sie müssen registriert sein, um Links zu sehen.
Du musst angemeldet sein, um Bilder zu sehen.
Sie müssen registriert sein, um Links zu sehen.
Anybody got this working? I tried it yesterday, but I couldn't get the local card working.
I installed it this morning on dm7020hd, you must follow these steps carefully
- create dir /etc/tuxbox/config chmod 755
- place the oscam config files in /etc/tuxbox/config chmod 644
- place oscam (bin) in /usr/bin/ chmod 755
- edit /etc/init.d/dccamd
- #!/bin/sh
/usr/bin/oscam -b -c /etc/tuxbox/config &
This is all about and enjoy
I did exactly what you describe.But that didn't work here on Opendreambox 2.0.0 & Gemini3.
I needed to change 2 things to make it work with
Sie müssen registriert sein, um Links zu sehen.
(most uptodate oscam) :
config files not at /etc/tuxbox/config , but at /var/tuxbox/config/ (also chmod 644)
so the dccamd file looks like this:
Code:
#!/bin/sh
/usr/bin/oscam -b -c /var/tuxbox/config/ &
And i needed to make a directory for logging, because i got that activated in my oscam configs(but that is not standard) you'll see in telnet session when you start oscam their.
Now, after a reboot oscam starts automatically with /etc/init.d/dccamd file
So that i don't have to start oscam with telnet:
cd /usr/bin/
./oscam