builded with this prepare:
Code: Alles auswählen
#!/bin/bash
cd .. && CURRENT_PATH=`pwd`;
cd cdk
./autogen.sh;
./configure \
--enable-maintainer-mode \
--prefix=$CURRENT_PATH/root \
--with-cvsdir=$CURRENT_PATH \
--with-assume-kernelsources-old \
--with-boxtype=dreambox --with-boxmodel=dm7000 \
--with-filesystems=nfs \
--enable-movieplayer2
some little newbie questions, and sorry for they
(i see that prepare in the board, maybe i misunderstud something in the reported script and i wrong to modify the prepare file, if so please let me know)
1.how to enable a swap-space? (the present one on an usb drive is not recognized)
2.i cannot see the hard-drive
3.i cannot see any time-shift option (i dunno if not present or related to the hd actually missed)
4.is it possible to start a script in auto at neutrino start?
5.the bad question.. i cannot use the serial port with an e.. is it possible to enable it?
thanks for any reply, and sorry for the newbie questions