After compiling the vdr I try to run it, with this script: #!/bin/sh # mi_vdr.sh # Ejecutar vdr # 09-04-2005 # vdr --video=/var/spool/video \ --epgfile=/var/spool/epg \ --config=/etc/vdr \ --lib=/usr/lib/vdr \ linespa@LinEspa:~$ sh mi_vdr.sh vdr: no primary device found - using first device! ARRRGGGG!!! I'M GETTING MAD!!! I'm using Kernel 2.6.8.1 I have recompiled it to support the Nexus-S Sat Card following the instructions of http://www.linuxtv.org/vdrwiki/index.php/DVB_installation Here my lsmod, I think the modules of my Hauppauge Nexus-S are correctly instaled... linespa@LinEspa:~$ lsmod Module Size Used by snd_pcm_oss 49480 1 snd_mixer_oss 17504 1 snd_pcm_oss ppp_deflate 4832 2 zlib_deflate 21848 1 ppp_deflate bsd_comp 5344 0 ppp_async 8864 1 crc_ccitt 1696 1 ppp_async ppp_generic 19700 7 ppp_deflate,bsd_comp,ppp_async slhc 6304 1 ppp_generic nvidia 3921916 12 lp 7912 0 thermal 10192 0 fan 2796 0 button 4632 0 processor 10468 1 thermal ac 3276 0 battery 7660 0 fealnx 15176 0 snd_via82xx 23524 3 snd_ac97_codec 66244 1 snd_via82xx snd_pcm 83336 2 snd_pcm_oss,snd_via82xx snd_timer 20196 1 snd_pcm snd_page_alloc 9032 2 snd_via82xx,snd_pcm snd_mpu401_uart 5792 1 snd_via82xx snd_rawmidi 19428 1 snd_mpu401_uart snd_seq_device 6440 1 snd_rawmidi snd 45124 13 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 6848 2 snd uhci_hcd 29264 0 parport_pc 19776 1 parport 20640 2 lp,parport_pc via_agp 7072 1 agpgart 28136 2 nvidia,via_agp dm_mod 51420 0 dvb_ttpci 310636 0 dvb_core 77640 1 dvb_ttpci saa7146_vv 46592 1 dvb_ttpci video_buf 17092 1 saa7146_vv saa7146 15588 2 dvb_ttpci,saa7146_vv v4l1_compat 13636 1 saa7146_vv v4l2_common 4832 1 saa7146_vv videodev 7008 1 saa7146_vv ttpci_eeprom 2304 1 dvb_ttpci lt_serial 26256 3 lt_modem 567664 3 lt_serial Any suggestions? What I'm doing wrong?