>>>>>> When it crashes it looks like this:>>>> should be fixed in cvs Thanks Nico! I'm testing it now - I'll let you know how I go. I've also added some default settings for Australia, if you would like to add them to dvb_defaults.h: #ifdef AUSTRALIA /* AUSTRALIA settings */#define DVB_T_LOCATION "Australia"#define BANDWIDTH_DEFAULT BANDWIDTH_7_MHZ#define HP_CODERATE_DEFAULT FEC_3_4 /* SBS is FEC_2_3 */#define CONSTELLATION_DEFAULT QAM_64#define TRANSMISSION_MODE_DEFAULT TRANSMISSION_MODE_8K#define GUARD_INTERVAL_DEFAULT GUARD_INTERVAL_1_16#define HIERARCHY_DEFAULT HIERARCHY_NONE #endif I also got a few errors come up when I compiled, some of which may lead to other problems - I'm not sure whether this is because I'm running on 64-bit now or what. tune.c: In function ‘tune_it’:tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 8 has type ‘long unsigned int’tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 9 has type ‘long unsigned int’tune.c:254: warning: format ‘%d’ expects type ‘int’, but argument 10 has type ‘long unsigned int’ dvbstream.c:483:1: warning: "setbit" redefined/usr/include/sys/param.h:45:1: warning: this is the location of the previous definition dvbstream.c: In function ‘parse_ts_packet’:dvbstream.c:854: warning: control reaches end of non-void function Cheers,Adam. _______________________________________________linux-dvb mailing listlinux-dvb@xxxxxxxxxxxxxxx://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb