kriegaex
Aktives Mitglied
- Mitglied seit
- 7 Nov 2006
- Beiträge
- 2,927
- Punkte für Reaktionen
- 3
- Punkte
- 36
The output shows that dsld -i -n -g is started as expected. The "-g" option even shows that the init script recognised that you stripped UPnP. If you manually start dsld like mentioned here, is there an error on the command line or in dmesg? Does the process run afterwards?
Edit: Olistudent had the idea of you changing rc.net like this:
Please replace the blue line by
Then you can attach dsld.log to your next message.
Edit: Olistudent had the idea of you changing rc.net like this:
Code:
igddstart
multidstart
if [ "$CONFIG_DSL" ] ; then
if [ "`pidof dsld`" = "" ] ; then
if [ "$CONFIG_RAMSIZE" = 8 ] ; then
dsld -i -n $NICEPARAM -r 600 $VERBOSEPARAM $DSLDDPARAM
else
[COLOR="Blue"][B]dsld -i -n $NICEPARAM $VERBOSEPARAM $DSLDDPARAM[/B][/COLOR]
fi
fi
fi
Code:
(dsld -i -n $NICEPARAM -fv $DSLDDPARAM > /dsld.log 2>&1) &
Zuletzt bearbeitet: