Mailing List archive

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

[vdr] Re: commands.conf problem......




> I made my commands.conf file to end VDR and unload the dvb driver modules.
> The script file is simple, but there is a problem.
>
> commands.conf
> 1 Quit VDR : /usr/dvb/vdr-1.0.2/quit_vdr
>
> quit_vdr script
> -------------------------------------------------
> #!/bin/sh
>
> killall -9 runvdr
> killall -9 vdr
>
> sleep 3
>
> cd ../DVB/driver
> make rmmod
> -------------------------------------------------
>
> But when I execute "Quit VDR" in the commands.conf menu, following error
> messages are shown.
> error messages......
>
> -------------------------------------------------
>  [mbox:/ts/vdr]# dvb: Device or resource busy
> dvb_frontend: Device or resource busy
> dvb_demux: Device or resource busy
> dmxdev: Device or resource busy
> saa7146_core: Device or resource busy
> dvb_filter: Device or resource busy
> videodev: Device or resource busy
> stv0299: Device or resource busy
> tuner: Device or resource busy
> i2c-core: Device or resource busy
> dvb_net: Device or resource busy
> dvbdev: Device or resource busy
> -------------------------------------------------
>
> When the script is executed, VDR terminates immediately. I can't find the
> reason why the driver modules can't be terminated.
>
> Any Ideas?

Hello

mayby

1 Quit VDR : at now -f /usr/dvb/vdr-1.0.2/quit_vdr

Best regards Ronny







-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index