thank you veeery much for the reply...
I got until to the scan - but that brings up this message
dcerouter:/opt/thomas/dvb# sudo scan -o vdr /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-19.2E > channels.conf
scanning /usr/share/doc/dvb-utils/examples/scan/dvb-s/Astra-19.2E
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 16 Device or resource busy
dmesg | grep -i dvb brings
[ 22.819597] cx2388x dvb driver version 0.0.6 loaded
[ 22.819603] cx8802_register_driver() ->registering driver type=dvb access=shared
[ 22.819613] cx88[0]/2: cx2388x based dvb card
seems to be the same thing like I get in Capture Card Config in MythSetup.
lsmod | grep dvb brings
cx88_dvb 16772 6
cx88_vp3054_i2c 4608 1 cx88_dvb
dvb_pll 15492 1 cx88_dvb
video_buf_dvb 7812 1 cx88_dvb
dvb_core 82216 1 video_buf_dvb
cx8802 19716 1 cx88_dvb
cx88xx 68132 3 cx88_dvb,cx8802,cx8800
i2c_core 26112 8 isl6421,cx24123,cx88_dvb,cx88_vp3054_i2c,dvb_pll,cx88xx,i2c_algo_bit,tveeprom
video_buf 26244 5 cx88_dvb,video_buf_dvb,cx8802,cx8800,cx88xx
because of the busy-message I tried a
lsof /dev/dvb/adapter0/frontend0
and found out that vdr is causing the busy state (although I deativated it actually before... ). However after stopping vdr on console the cannel-scan worked.
Thank you very much holy gazlang...