Mailing List archive

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

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



On Thu, 10 Oct 2002 09:40:05 +0900
¹ÚÁ¤±Ô <jkpark3@web.dwe.co.kr> wrote:

>  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 
> -------------------------------------------------

Are you using xawtv ??? or any other v4l program ?

My shutdown.sh looks like that:

#!/bin/bash
killall xawtv;
killall vdr;
killall runvdr;
sleep 0.5;
clear;

and it works well with the Power button :)

Bye,
Angelus.


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



Home | Main Index | Thread Index