Bassie Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 Niemand,.....die weet of ver een autoscript i9s voor het opstarten van CCca. op Nslu2? Bassie <img src="/forums/images/graemlins/frown.gif" alt="" />
Hannibal2206 Geplaatst: 25 februari 2007 Auteur Geplaatst: 25 februari 2007 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.
Bassie Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 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="" />
Hannibal2206 Geplaatst: 25 februari 2007 Auteur Geplaatst: 25 februari 2007 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.
Ome Merde Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 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
Bassie Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 @merde, Heb je deze wel erop gezet en wel"de vereiste libc6" Boesjee <img src="/forums/images/graemlins/confused.gif" alt="" />
Ome Merde Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 die lib ? ja, gedownload uit de eerder gegeven bijlage en een manual install uitgevoerd. ging goed zonder foutmelding. merDe deze ruimte is te huur
Gast Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 je moet niet alleen de libc6 hebben, maar ook libstdc++ (die libc6 update was alleen nodig omdat libstdc++ anders niet wil installen)
Ome Merde Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 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
Gast Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 Je moet libstdc++ 6 hebben die hier ook ergens als attachment geupload is.
Ome Merde Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 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 hij doet het !!!thnx manmerDe deze ruimte is te huur
Bassie Geplaatst: 25 februari 2007 Geplaatst: 25 februari 2007 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.
Ome Merde Geplaatst: 28 februari 2007 Geplaatst: 28 februari 2007 zo werkt ie bij na reboot (net getest) : Code: #cat S41CCcam#!/bin/sh/var/etc/CCcam.armeb -d & superrrrr .... merDe deze ruimte is te huur
Hannibal2206 Geplaatst: 5 maart 2007 Auteur Geplaatst: 5 maart 2007 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.
Gast Geplaatst: 5 maart 2007 Geplaatst: 5 maart 2007 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.
Aanbevolen berichten
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 accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen