Ga naar inhoud


Aanbevolen berichten

Geplaatst:

Niemand,.....die weet of ver een autoscript i9s voor het opstarten van CCca. op Nslu2?

 

 

Bassie <img src="/forums/images/graemlins/frown.gif" alt="" />


  • Reacties 82
  • Aangemaakt
  • Laatste reactie

Beste reacties in dit onderwerp

Geplaatst:

Ik denk een entrie waarin CCcam word opgestart toevoegen in /opt/etc/init.d ?

 

Misschien kan een Linux kenner de precieze syntax bevestigen ?

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

Dank Han voor je reactie,

Zou mooi zijn als er linuxkenner is die mij ff opweg wil helpen!!

 

Thank alvast Bassie <img src="/forums/images/graemlins/blush.gif" alt="" />

Geplaatst:

Bas,

 

Net even gechecked, dit is het denk ik:

 

Dit heb ik in /opt/etc/init.d

 

# ls -lia /opt/etc/init.d

1425409 drwxr-xr-x 2 root root 4096 Feb 25 16:04 .

1409025 drwxr-xr-x 6 root root 4096 Feb 21 15:58 ..

1425415 -rwxr-xr-x 1 root root 364 Jun 17 2006 S03ldconfig

1425413 -rwxr-xr-x 1 root root 247 Nov 6 06:24 S10xinetd

1425410 -rwxr-xr-x 1 root root 107 Apr 17 2006 S40sshd

1425411 -rwxr-xr-x 1 root root 108 Apr 17 2006 S55portmap

1425414 -rwx------ 1 root root 191 Jan 29 22:25 S58proftpd

 

In die map dus een file gemaakt S41CCcam en permissie op 755 gezet.

 

Ziet er dus zo uit:

# ls -lia /opt/etc/init.d

1425409 drwxr-xr-x 2 root root 4096 Feb 25 16:04 .

1409025 drwxr-xr-x 6 root root 4096 Feb 21 15:58 ..

1425415 -rwxr-xr-x 1 root root 364 Jun 17 2006 S03ldconfig

1425413 -rwxr-xr-x 1 root root 247 Nov 6 06:24 S10xinetd

1425410 -rwxr-xr-x 1 root root 107 Apr 17 2006 S40sshd

1425412 -rwxr-xr-x 1 root root 28 Feb 25 19:17 S41CCcam

1425411 -rwxr-xr-x 1 root root 108 Apr 17 2006 S55portmap

1425414 -rwx------ 1 root root 191 Jan 29 22:25 S58proftpd

#

 

Die file heeft inhoud als volgt:

# cat S41CCcam

#!/bin/sh

 

/var/bin/CCcam &

 

 

En dan wordt CCcam gestart na een reboot.

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

ik heb alle handelingen gevolgt tot en met hier (heb ook unslung 6.8 erop) maar ik blijf het volgende houden :

 

Code:
# ./CCcam.armeb -d./CCcam.armeb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

 

wat kan ik nog meer doen ?

 

 

merDe

deze ruimte is te huur
Geplaatst:

je moet niet alleen de libc6 hebben, maar ook libstdc++ (die libc6 update was alleen nodig omdat libstdc++ anders niet wil installen)

Geplaatst:
Code:
# ipkg install libstdc++Installing libstdc++ (5.0.7-6) to root...Downloading http://ipkg.nslu2-linux.org/feeds/unslung/cross/libstdc++_5.0.7-6_armeb.ipkConfiguring libstdc++# lsCCcam.armeb     CCcam.cfg# ./CCcam.armeb -d./CCcam.armeb: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory



blijft hetzelfde hier ... <img src="/forums/images/graemlins/frown.gif" alt="" />


merDe
deze ruimte is te huur
Geplaatst:

Je moet libstdc++ 6 hebben die hier ook ergens als attachment geupload is.

Geplaatst:
Code:
# ipkg install -nodeps libstdc++6_4.1.1-r9_armeb.ipkInstalling libstdc++6 (4.1.1-r9) to root...Configuring libstdc++6# cd /# cd /opt/etc/cccam# ./CCcam.armeb -d02:48:02.049 CCcam: ======================================================================02:48:02.051 CCcam: starting CCcam 1.6.2 compiled on Feb 18 2007@17:42:3202:48:02.052 CCcam: ======================================================================02:48:02.054 CCcam: online using nodeId 90e4b2a8b6bf8ba402:48:02.050 CCcam: read config: cannot open /var/etc/CCcam.cfg or not found02:48:02.059 CCcam: create 1 cam device(s)02:48:02.062 CCcam: readKeyfile: cannot open /var/keys/SoftCam.Key or not found02:48:02.063 CCcam: readKeyfile: cannot open /var/keys/AutoRoll.Key or not found02:48:02.064 CCcam: static cw not found or bad02:48:02.058 CCcam: parsed 0 entries from /var/etc/CCcam.prio02:48:02.059 CCcam: server started on port 12000


bow.gif


hij doet het !!!

thnx man
merDe
deze ruimte is te huur
Geplaatst:

He die Han,

ff een avond stoeien(ik had toch niets te doen <img src="/forums/images/graemlins/smile.gif" alt="" /> )

Maar dit is hoe het bij mij werkt in:

# cat S41CCcam

#!/bin/sh

/var/bin/./CCcam.armeb

 

Groet Bas <img src="/forums/images/graemlins/xyxthumbs.gif" alt="" /> <img src="/forums/images/graemlins/xyxthumbs.gif" alt="" />

 

Citaat:
Bas,

 

Net even gechecked, dit is het denk ik:

 

Dit heb ik in /opt/etc/init.d

 

# ls -lia /opt/etc/init.d

1425409 drwxr-xr-x 2 root root 4096 Feb 25 16:04 .

1409025 drwxr-xr-x 6 root root 4096 Feb 21 15:58 ..

1425415 -rwxr-xr-x 1 root root 364 Jun 17 2006 S03ldconfig

1425413 -rwxr-xr-x 1 root root 247 Nov 6 06:24 S10xinetd

1425410 -rwxr-xr-x 1 root root 107 Apr 17 2006 S40sshd

1425411 -rwxr-xr-x 1 root root 108 Apr 17 2006 S55portmap

1425414 -rwx------ 1 root root 191 Jan 29 22:25 S58proftpd

 

In die map dus een file gemaakt S41CCcam en permissie op 755 gezet.

 

Ziet er dus zo uit:

# ls -lia /opt/etc/init.d

1425409 drwxr-xr-x 2 root root 4096 Feb 25 16:04 .

1409025 drwxr-xr-x 6 root root 4096 Feb 21 15:58 ..

1425415 -rwxr-xr-x 1 root root 364 Jun 17 2006 S03ldconfig

1425413 -rwxr-xr-x 1 root root 247 Nov 6 06:24 S10xinetd

1425410 -rwxr-xr-x 1 root root 107 Apr 17 2006 S40sshd

1425412 -rwxr-xr-x 1 root root 28 Feb 25 19:17 S41CCcam

1425411 -rwxr-xr-x 1 root root 108 Apr 17 2006 S55portmap

1425414 -rwx------ 1 root root 191 Jan 29 22:25 S58proftpd

#

 

Die file heeft inhoud als volgt:

# cat S41CCcam

#!/bin/sh

 

/var/bin/CCcam &

 

 

En dan wordt CCcam gestart na een reboot.

Geplaatst:

Als ik probeer te upgraden vanaf unSLUNg 6.8 beta (hardisk afgekoppeld) naar openSlug 3.10 beta, via de webinterafce, krijg ik steeds "Error: Bad file name or format".

 

Iemand enig idee ?

DM8000 met 4 DVB-S2 tuners|DM7000|DM5620|DM500|ET5000|Wavefrontier T-55

 

There are 10 types of people in the world: those

who understand binary, and those who don't.

Geplaatst:

Ik heb zelf geflashed met een of ander tool, omdat via het webinterface niet werkte.

Volgens de howto's werkt via de webinterface alleen als je net opgestart bent. Heb je al het een en ander gedaan, dan is er te weinig geheugen vrij blijkbaar, en mislukt het.

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
  • Wie is er online   0 leden

    • Er zijn geen geregistreerde gebruikers deze pagina aan het bekijken
×
×
  • Nieuwe aanmaken...