dmesg |grep -i DVB
[ 50.151467] DVB: registering new adapter (saa7133[0])
[ 50.151474] DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
corangar@punisher:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
00:09.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50)
00:09.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 50)
00:09.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 51)
00:0d.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
00:0e.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
00:0e.1 Input device controller: Creative Labs SB Audigy Game Port (rev 04)
00:0e.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04)
00:10.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233A ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 23)
00:11.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 23)
01:00.0 VGA compatible controller: nVidia Corporation NV35 [GeForce FX 5900] (rev a1)
corangar@punisher:~$ lsmod |grep saa
saa7134_dvb 15884 0
video_buf_dvb 6660 1 saa7134_dvb
tda1004x 16132 2 saa7134_dvb
saa7134_alsa 14112 0
snd_pcm 76680 4 saa7134_alsa,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
saa7134 127308 2 saa7134_dvb,saa7134_alsa
video_buf 25348 4 saa7134_dvb,video_buf_dvb,saa7134_alsa,saa7134
compat_ioctl32 1408 1 saa7134
ir_kbd_i2c 9744 1 saa7134
i2c_core 21648 13 i2c_ec,tda827x,saa7134_dvb,tda1004x,i2c_viapro,tuner,tea5767,tda8290,tuner_simple,nvidia,mt20xx,saa7134,ir_kbd_i2c
ir_common 35204 2 saa7134,ir_kbd_i2c
videodev 28416 1 saa7134
v4l2_common 17536 3 tuner,saa7134,videodev
v4l1_compat 14340 2 saa7134,videodev
snd 51716 16 snd_emux_synth,snd_seq_virmidi,saa7134_alsa,snd_emu10k1,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
Hilft das???