Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] rmmod modules hangs linux box.



Hi !

using the latest DVB drivers, a problem occurs:

I tried reloading the drivers, as encrypted channels do stop working after
replaying files ( thx to Klaus for telling me in advance ).

BUT unfortunately, on my box i cannot rmmod the DVB driver modules, it hangs
forever with the output:

------------------------------------

daisy:/usr/src/DVB/driver # make reload
/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
make
make[1]: Entering directory `/usr/src/DVB/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux'
make -C  /usr/src/DVB/driver
CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno
-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -
mpreferred-stack-boundary=2 -march=i586 -DMODULE" MAKING_MODULES=1 modules
make[3]: Entering directory `/usr/src/DVB/driver'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/DVB/driver'
make[2]: Leaving directory `/usr/src/linux'

make[1]: Leaving directory `/usr/src/DVB/driver'
sync
(       \
rmmod dvb;              \
rmmod dvb_demux;        \
rmmod dmxdev;           \
rmmod dvb_net;           \
insmod dvb_net.o;                \
insmod dmxdev.o;                \
insmod dvb_demux.o;             \
insmod dvb.o init_chan=2 pids_off=0;    \
)


----------------------------------------


And that's it, i can only power off and reboot the machine.

Is there any way around this ?


Thanks,

Nils


P.S. i really tried to find something in the linuxtv.org searcher, but i
found nothing appropriate, sorry




Home | Main Index | Thread Index