Hello everybody! I'm new to this list, so please don't kill me if i behave wrong! ;) I'm here because i just bought a hauppauge nova-s-plus dvb-s pci-card. On windows it seems to work, so hardware should be ok. On Linux it doesn't seem to be recognized correctly. After too manyhours of trying, googling, crying, ... i'm here, looking for help. Please, make my tv-card work! My Problem: TVtime only shows a black screen (sometimes with green (vertical) stripes on the left side). My system: - kernel-2.6.15 (from kernel-2.6.15-1.1823_FC4.i586.rpm) - fedora core 4 - hauppauge nova-s-plus dvb-s pci-card My software already installed: - dvb-apps-1.1.0 - vdr-1.3.40 - vdradmin-0.97 - tvtime some more information: dmesg: ... Linux video capture interface: v1.00 cx2388x v4l2 driver version 0.0.5 loaded ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10 ACPI: PCI Interrupt 0000:00:07.0[A] -> Link [LNKD] -> GSI 10 (level, low) -> IRQ 10 cx88[0]: Your board isn't known (yet) to the driver. You can cx88[0]: try to pick one of the existing card configs via cx88[0]: card=<n> insmod option. Updating to the latest cx88[0]: version might help as well. cx88[0]: Here is a list of valid choices for the card=<n> insmod option: cx88[0]: card=0 -> UNKNOWN/GENERIC cx88[0]: card=1 -> Hauppauge WinTV 34xxx models cx88[0]: card=2 -> GDI Black Gold cx88[0]: card=3 -> PixelView cx88[0]: card=4 -> ATI TV Wonder Pro cx88[0]: card=5 -> Leadtek Winfast 2000XP Expert cx88[0]: card=6 -> AverTV Studio 303 (M126) cx88[0]: card=7 -> MSI TV-@nywhere Master cx88[0]: card=8 -> Leadtek Winfast DV2000 cx88[0]: card=9 -> Leadtek PVR 2000 cx88[0]: card=10 -> IODATA GV-VCP3/PCI cx88[0]: card=11 -> Prolink PlayTV PVR cx88[0]: card=12 -> ASUS PVR-416 cx88[0]: card=13 -> MSI TV-@nywhere cx88[0]: card=14 -> KWorld/VStream XPert DVB-T cx88[0]: card=15 -> DViCO FusionHDTV DVB-T1 cx88[0]: card=16 -> KWorld LTV883RF cx88[0]: card=17 -> DViCO FusionHDTV 3 Gold-Q cx88[0]: card=18 -> Hauppauge Nova-T DVB-T cx88[0]: card=19 -> Conexant DVB-T reference design cx88[0]: card=20 -> Provideo PV259 cx88[0]: card=21 -> DViCO FusionHDTV DVB-T Plus cx88[0]: card=22 -> pcHDTV HD3000 HDTV cx88[0]: card=23 -> digitalnow DNTV Live! DVB-T cx88[0]: card=24 -> Hauppauge WinTV 28xxx (Roslyn) models cx88[0]: card=25 -> Digital-Logic MICROSPACE Entertainment Center (MEC) cx88[0]: card=26 -> IODATA GV/BCTV7E cx88[0]: card=27 -> PixelView PlayTV Ultra Pro (Stereo) cx88[0]: card=28 -> DViCO FusionHDTV 3 Gold-T cx88[0]: card=29 -> ADS Tech Instant TV DVB-T PCI cx88[0]: card=30 -> TerraTec Cinergy 1400 DVB-T cx88[0]: card=31 -> DViCO FusionHDTV 5 Gold cx88[0]: card=32 -> AverMedia UltraTV Media Center PCI 550 cx88[0]: card=33 -> Kworld V-Stream Xpert DVD cx88[0]: card=34 -> ATI HDTV Wonder cx88[0]: card=35 -> WinFast DTV1000-T cx88[0]: card=36 -> AVerTV 303 (M126) CORE cx88[0]: subsystem: 0070:9202, board: UNKNOWN/GENERIC [card=0,autodetected] TV tuner -1 at 0x1fe, Radio tuner -1 at 0x1fe cx88[0]/0: found at 0000:00:07.0, rev: 5, irq: 10, latency: 32, mmio: 0xdc000000 cx88[0]/0: registered device video0 [v4l2] cx88[0]/0: registered device vbi0 cx2388x blackbird driver version 0.0.5 loaded ... (dmesg end) lsmod: ... cx88_blackbird 19805 0 cx8802 11845 1 cx88_blackbird cx8800 32333 1 cx88_blackbird cx88xx 61665 3 cx88_blackbird,cx8802,cx8800 i2c_algo_bit 9289 2 bttv,cx88xx video_buf 21957 5 bttv,cx88_blackbird,cx8802,cx8800,cx88xx ir_common 9797 1 cx88xx tveeprom 15057 2 bttv,cx88xx i2c_core 21825 5 bttv,tuner,cx88xx,i2c_algo_bit,tveeprom v4l1_compat 13765 1 cx8800 v4l2_common 5953 2 bttv,cx8800 btcx_risc 5065 4 bttv,cx8802,cx8800,cx88xx videodev 9665 4 bttv,cx88_blackbird,cx8800,cx88xx bttv 168881 0 uhci_hcd 33489 0 ehci_hcd 33997 0 tuner 42737 0 ... (lsmod end) scandvb channels.conf: "scanning channels.conf using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' main:1882: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory " I have created this devices: ll /dev/dvb/adapter0/ insgesamt 0 crw-rw---- 1 root video 212, 6 31. Jan 02:48 ca0 crw-rw---- 1 root video 212, 4 31. Jan 02:48 demux0 crw-rw---- 1 root video 212, 5 31. Jan 02:48 dvr0 crw-rw---- 1 root video 212, 3 31. Jan 02:48 frontend0 with this script: #!/bin/sh # get rid of old DVB API devices; do it twice for good measure... rm -rf /dev/ost rm -rf /dev/ost rm -rf /dev/dvb rm -rf /dev/dvb #for major and minor devicenumber see here #vi /usr/src/linux/Documentation/devices.txt cd /dev mkdir dvb chmod 755 /dev/dvb cd dvb mkdir adapter0 cd adapter0 mknod -m 0660 frontend0 c 212 3 mknod -m 0660 demux0 c 212 4 mknod -m 0660 dvr0 c 212 5 mknod -m 0660 ca0 c 212 6 chown root.video /dev/dvb/adapter0/* (script end) What else do i need to let this work / how can i get rid of those errors? If somebody knows something that could help me, please let me know! I don't want to switch to windows just because of this damn TV-Card... :( Thanks for reading this and hoping for help, good night, Heiner PS: sorry, i'm german! ;o) ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193