Hi, I started to play with "vdr" now. my system is FC5 w/ Twinhan-1025A budget card. After I use linux-dvb-apps-1.0.0's scan and szap program, I can use xine to view satellite dvb TV program now (only unencrypted channel :( ). So now I downloaded vdr-1.4.0.tar.bz2, and uncompressed it as vdr-1.4.0, in that directory, I type make, and got an excutable vdr, but when I run it, I get the following error: --------------------------------------------- [zhuhx@pc1 vdr-1.4.0]$ ./vdr vdr: can't access video directory /video --------------------------------------------- I only have /dev/dvb/adaptor0 with "demux0 dvr0 frontend0 net0" subdirectory. I notice in Makefile these is "VIDEODIR=/video", how can I change it? looks like I have to do something, but in INSTALL, I didn't find the instructions. Do I need other software packages? one more question: each time I start my FC5, I have to do the following ---------------------- $modprobe bttv i2c_hw=1 card=0x71 $modprobe dvb_bt8xx $modprobe dst dst_algo=0 ---------------------- How can I let the PC to do these automatically? Thanks, Paul