Beiträge von sentinel

    /USR/SBIN/CRON[2961]: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
    su: (to root) gk on /dev/pts/1
    su: pam_unix2: session started for user root, service su
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!
    vdr[5146]: VDR version 1.1.20 started
    vdr[5146]: loading /video/setup.conf
    vdr[5146]: loading /video/sources.conf
    vdr[5146]: loading /video/diseqc.conf
    vdr[5146]: loading /video/channels.conf
    vdr[5146]: loading /video/svdrphosts.conf
    vdr[5146]: loading /video/ca.conf
    vdr[5146]: loading /video/keymacros.conf
    vdr[5146]: probing /dev/dvb/adapter0/frontend0
    vdr[5149]: EIT processing thread started (pid=5149) - master
    vdr[5154]: tuner thread started on device 1 (pid=5154)
    vdr[5146]: probing /dev/dvb/adapter1/frontend0
    vdr[5146]: found 1 video device
    vdr[5146]: reading EPG data from /video/epg.data
    vdr[5146]: setting primary device to 1
    vdr[5146]: SVDRP listening on port 2001
    vdr[5155]: KBD remote control thread started (pid=5155)
    vdr[5146]: remote control KBD - learning keys
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    su: (to root) gk on /dev/pts/1
    su: pam_unix2: session started for user root, service su
    vdr[5909]: VDR version 1.1.20 started
    vdr[5909]: loading /video/setup.conf
    vdr[5909]: loading /video/sources.conf
    vdr[5909]: loading /video/diseqc.conf
    vdr[5909]: loading /video/channels.conf
    vdr[5909]: loading /video/svdrphosts.conf
    vdr[5909]: loading /video/ca.conf
    vdr[5909]: loading /video/keymacros.conf
    vdr[5909]: probing /dev/dvb/adapter0/frontend0
    vdr[5912]: EIT processing thread started (pid=5912) - master
    vdr[5917]: tuner thread started on device 1 (pid=5917)
    vdr[5909]: probing /dev/dvb/adapter1/frontend0
    vdr[5909]: found 1 video device
    vdr[5909]: reading EPG data from /video/epg.data
    vdr[5909]: setting primary device to 1
    vdr[5909]: SVDRP listening on port 2001
    vdr[5909]: setting watchdog timer to 60 seconds
    vdr[5909]: max. latency time 1 seconds

    So hier mein Versuch von der Mittagspause:
    DrDownload:/usr/local/src/DVB/driver # make clean
    /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
    ..


    DrDownload:/usr/local/src/DVB/driver # ./makedev.napi
    Creating DVB devices in /dev/dvb/adapter0
    Creating DVB devices in /dev/dvb/adapter1
    Creating DVB devices in /dev/dvb/adapter2
    Creating DVB devices in /dev/dvb/adapter3
    DrDownload:/usr/local/src/DVB/driver # make insmod
    /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
    DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
    make[1]: Wechsel in das Verzeichnis »/usr/src/linux-2.4.19.SuSE«
    make -C /usr/local/src/DVB/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.19.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE" MAKING_MODULES=1 modules
    make[2]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver«
    ld -m elf_i386 -r -o dvb-core.o dmxdev.o dvb_demux.o dvb_net.o dvb_i2c.o dvb_filter.o dvb_frontend.o dvbdev.o compat.o dvb_ksyms.o
    make -C av7110 modules
    make[3]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/av7110«
    ld -m elf_i386 -r -o dvb-ttpci.o saa7146_core.o saa7146_v4l.o av7110.o av7110_ir.o
    make[3]: Verlassen des Verzeichnisses »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/av7110«
    make -C frontends modules
    make[3]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/frontends«
    make[3]: Für das Target »modules« gibt es nichts zu tun.
    make[3]: Verlassen des Verzeichnisses »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/frontends«
    make[2]: Verlassen des Verzeichnisses »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver«
    make[1]: Verlassen des Verzeichnisses »/usr/src/linux-2.4.19.SuSE«


    ( \
    insmod videodev; \
    \
    insmod dvb-core.o dvb_shutdown_timeout=0; \
    make -C frontends insmod; \
    make -C av7110 insmod; \
    )
    Using /lib/modules/2.4.19-4GB/kernel/drivers/media/video/videodev.o
    insmod: a module named videodev already exists
    make[1]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/frontends«
    insmod alps_bsru6.o; insmod alps_bsrv2.o; insmod alps_tdmb7.o; insmod alps_tdlb7.o; insmod grundig_29504-401.o; insmod grundig_29504-491.o; insmod ves1820.o;
    make[1]: Verlassen des Verzeichnisses »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/frontends«
    make[1]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/av7110«
    insmod input; \
    insmod evdev; \
    insmod dvb-ttpci.o;
    Using /lib/modules/2.4.19-4GB/kernel/drivers/input/input.o
    insmod: a module named input already exists
    Using /lib/modules/2.4.19-4GB/kernel/drivers/input/evdev.o
    insmod: a module named evdev already exists
    make[1]: Verlassen des Verzeichnisses »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/av7110«
    sync
    DrDownload:/usr/local/src/DVB/driver # lspci -vvv
    00:0a.0 Multimedia controller: Philips Semiconductors SAA7146 (rev 01)
    Subsystem: Technotrend Systemtechnik GmbH: Unknown device 0002
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    Latency: 32 (3750ns min, 9500ns max)
    Interrupt: pin A routed to IRQ 10
    Region 0: Memory at ef004000 (32-bit, non-prefetchable) [size=13]


    DrDownload:/usr/local/src/VDR # make VFAT=1
    g++ -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD -DREMOTE_ -D_GNU_SOURCE -DVFAT -I../DVB/include audio.c
    ..
    g++ -g -O2 -Wall -Woverloaded-virtual -rdynamic audio.o channels.o config.o cutter.o device.o diseqc.o dvbdevice.o dvbosd.o dvbplayer.o dvbspu.o eit.o eitscan.o font.o i18n.o interface.o keys.o lirc.o menu.o menuitems.o osdbase.o osd.o player.o plugin.o rcu.o receiver.o recorder.o recording.o remote.o remux.o ringbuffer.o sources.o spu.o status.o svdrp.o thread.o timers.o tools.o transfer.o vdr.o videodir.o -ljpeg -lpthread -ldl ./libdtv/libdtv.a -o vdr
    DrDownload:/usr/local/src/VDR # ./vdr


    DrDownload:/usr/local/src/VDR # ./runvdr
    DrDownload:/usr/local/src/VDR # make install
    DrDownload:/usr/local/src/VDR # SVDRP
    bash: SVDRP: command not found
    DrDownload:/usr/local/src/VDR # ./runvdr
    Don Feb 13 12:18:24 CET 2003
    restarting VDR
    /usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
    ( \
    make -C av7110 rmmod; \
    make -C frontends rmmod; \
    rmmod dvb-core; \
    \
    rmmod videodev; \
    )
    make[1]: Wechsel in das Verzeichnis »/usr/local/src/linux-dvb.2003-01-08-ci-ll/driver/av7110«
    rmmod dvb-ttpci; \
    rmmod evdev; \
    rmmod input;
    dvb-ttpci: Device or resource busy
    input: Device or resource busy
    make[1]: *** [rmmod] Fehler 1
    ..
    Don Feb 13 12:18:37 CET 2003
    DrDownload:/usr/local/src/VDR # mit STR+C abgebrochen


    @alle während ./runvdr lief kvdr und ich hab alle tasten ausgetestet, f ist für Vollbild und zurück, irgendwann kam ein Fenster Timer on/off usw. aber kein Bild?

    OK, gut, dann werden ich den kvdr wieder drauftreten!


    Eigentlich sollte er auch nicht schaden, schließlich wird der DVB - Treiber nicht automatisch gestartet, oder sollte ich den vdr von SuSE rausnehmen und den kvdr belassen?? ?(


    Auf die DVD - Abspielfunktion bin ich gespannt!! :] :]


    Ich bin auch erstmal sehr dankbar, daß IHR ALLE so 'nem
    LINUX - DAU helft wie mir!
    Aber es erinnert mich an meinen alten AMIGA, kompliziert und effizient!! ;D

    Heute Abend werde ich mal alles posten, wenn I-NET unter SuSE funzt!!!


    Ich hab gestern erstmal alles von vdr mit yast entfernt!
    Den kvdr will dann auch manuell installieren!
    Und ich werd mich an Eure Ratschläge halten!


    Das giving up kam nur wenn der DVB - Treiber nicht geladen war, mit runvdr gab es keinerlei Fehlermeldungen!
    Ich hab gestern den patch von Dimitri eingespielt ohne Fehlermeldungen wurden die Sourcen gepatcht, weiter bin ich noch nicht gekommen, meine Fritzcard spinnt aber rum, so komme ich nicht ins Netz der Netze X(


    Ich werde es sicherlich irgendwann hinbekommen!
    Die einzigen Meldungen an die ich mich erinnern kann (?bei make insmod?) envdev already exists und noch ca. 6 weitere ähnliche Meldungen!!


    Naja, ROM wurde auch nicht an einem Tag erschaffen und meine Höllenmaschine 2,5->3,0GhzP4 mit WaKü ist auch noch nicht fertig, den wollte ich zum Fernseh gucken nehmen und natürlich zum Umwandeln nach SVCD, also der CCE2.5 braucht auf meinem 1,35 Athlon 3 Stunden für 1 Stunde PVA, wie schnell geht das etwa mit linux?


    Aber erstmal muß der VDR laufen!!! ;D


    Nachtrag: Ich werd das was lightninhman gepostet machen, wenn ich es schaffe in der Mittagspause

    Das ist die zweite Hälfte des Logfiles, also so wie ich das beurteile läuft alles gut!


    mit runvdr hat der vdr nicht mehr gemeckert!


    Kann es sein, das meine channels.conf falsche Einträge nur hat!


    vdr[1858]: VDR version 1.1.20 started
    vdr[1858]: loading /video/setup.conf
    vdr[1858]: loading /video/sources.conf
    vdr[1858]: loading /video/diseqc.conf
    vdr[1858]: loading /video/channels.conf
    vdr[1858]: loading /video/svdrphosts.conf
    vdr[1858]: loading /video/ca.conf
    vdr[1858]: loading /video/keymacros.conf
    vdr[1858]: probing /dev/dvb/adapter0/frontend0
    vdr[1861]: EIT processing thread started (pid=1861) - master
    vdr[1862]: tuner thread started on device 1 (pid=1862)
    vdr[1858]: probing /dev/dvb/adapter1/frontend0
    vdr[1858]: found 1 video device
    vdr[1858]: reading EPG data from /video/epg.data
    vdr[1858]: setting primary device to 1
    vdr[1858]: SVDRP listening on port 2001
    vdr[1858]: setting watchdog timer to 60 seconds
    vdr[1858]: max. latency time 1 seconds
    vdr[1858]: connect from 127.0.0.1, port 32770 - accepted
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    vdr[1858]: closing SVDRP connection
    vdr[1858]: caught signal 2
    vdr[1858]: saved setup to /video/setup.conf
    vdr[1861]: EIT processing thread ended (pid=1861) - master
    vdr[1862]: tuner thread ended on device 1 (pid=1862)
    vdr[1858]: max. latency time 1 seconds
    vdr[1858]: exiting
    su: pam_unix2: session finished for user root, service su
    vdr[1875]: VDR version 1.1.20 started
    vdr[1875]: loading /video/setup.conf
    vdr[1875]: loading /video/sources.conf
    vdr[1875]: loading /video/diseqc.conf
    vdr[1875]: loading /video/channels.conf
    vdr[1875]: loading /video/svdrphosts.conf
    vdr[1875]: loading /video/ca.conf
    vdr[1875]: loading /video/keymacros.conf
    vdr[1875]: probing /dev/dvb/adapter0/frontend0
    vdr[1878]: EIT processing thread started (pid=1878) - master
    vdr[1879]: tuner thread started on device 1 (pid=1879)
    vdr[1875]: probing /dev/dvb/adapter1/frontend0
    vdr[1875]: found 1 video device
    vdr[1875]: reading EPG data from /video/epg.data
    vdr[1875]: setting primary device to 1
    vdr[1875]: SVDRP listening on port 2001
    vdr[1880]: KBD remote control thread started (pid=1880)
    vdr[1875]: remote control KBD - learning keys
    /USR/SBIN/CRON[1905]: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
    kernel: NTFS-fs error (device 16:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-15.
    last message repeated 2 times
    groupadd[1978]: new group: name=vdrdaem, gid=99
    useradd[1979]: new user: name=vdr, uid=99, gid=99, home=/usr/local/vdr, shell=/bin/bash
    insmod: Warning: loading /lib/modules/2.4.19-4GB/kernel/drivers/video/nvidia.o will taint the kernel: non-GPL license - NVIDIA
    insmod: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
    insmod: Module nvidia loaded, with warnings
    kernel: 0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module 1.0-4191 Mon Dec 9 11:49:01 PST 2002
    kernel: Linux video capture interface: v1.00
    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
    kernel: agpgart: Maximum main memory to use for agp memory: 439M
    kernel: agpgart: Detected Via Apollo Pro KT266 chipset
    kernel: agpgart: AGP aperture is 64M @ 0xe0000000
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!
    su: (to vdr) root on /dev/console
    su: pam_unix2: session started for user vdr, service su
    vdr[1716]: VDR version 1.1.20 started
    vdr[1716]: loading /usr/local/vdr/etc/sources.conf
    vdr[1716]: loading /usr/local/vdr/etc/diseqc.conf
    vdr[1716]: loading /usr/local/vdr/etc/channels.conf
    vdr[1716]: loading /usr/local/vdr/etc/svdrphosts.conf
    vdr[1716]: loading /usr/local/vdr/etc/ca.conf
    vdr[1716]: loading /usr/local/vdr/etc/keymacros.conf
    vdr[1716]: probing /dev/dvb/adapter0/frontend0
    vdr[1723]: EIT processing thread started (pid=1723) - master
    vdr[1724]: tuner thread started on device 1 (pid=1724)
    vdr[1716]: probing /dev/dvb/adapter1/frontend0
    vdr[1716]: found 1 video device
    vdr[1716]: reading EPG data from /video/epg.data
    vdr[1716]: setting primary device to 1
    vdr[1716]: SVDRP listening on port 2001
    vdr[1716]: setting watchdog timer to 60 seconds
    vdr[1716]: max. latency time 1 seconds
    kdm[1631]: pam_unix2: session started for user root, service xdm
    modprobe: modprobe: Can't locate module sound-slot-1
    modprobe: modprobe: Can't locate module sound-service-1-0
    modprobe: modprobe: Can't locate module sound-slot-1
    modprobe: modprobe: Can't locate module sound-service-1-0
    vdr[1716]: connect from 127.0.0.1, port 32768 - accepted
    vdr[1716]: closing SVDRP connection
    vdr[1716]: connect from 127.0.0.1, port 32769 - accepted
    vdr[1877]: VDR version 1.1.20 started
    vdr[1877]: loading /video/setup.conf
    vdr[1877]: loading /video/sources.conf
    vdr[1877]: loading /video/diseqc.conf
    vdr[1877]: loading /video/channels.conf
    vdr[1877]: loading /video/svdrphosts.conf
    vdr[1877]: loading /video/ca.conf
    vdr[1877]: loading /video/keymacros.conf
    vdr[1877]: probing /dev/dvb/adapter0/frontend0
    vdr[1877]: ERROR: can't open DVB device 0
    vdr[1877]: probing /dev/dvb/adapter1/frontend0
    vdr[1877]: found 1 video device
    vdr[1877]: reading EPG data from /video/epg.data
    vdr[1877]: setting primary device to 1
    vdr[1877]: SVDRP listening on port 2001
    vdr[1879]: KBD remote control thread started (pid=1879)
    vdr[1877]: remote control KBD - learning keys
    vdr[1877]: ERROR: illegal OSD device handle (-1)!
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    vdr[1716]: PANIC: watchdog timer expired - exiting!
    su: pam_unix2: session finished for user vdr, service su
    kernel: Linux video capture interface: v1.00
    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!
    su: (to vdr) root on /dev/console
    su: pam_unix2: session started for user vdr, service su
    vdr[2005]: VDR version 1.1.20 started
    vdr[2005]: loading /usr/local/vdr/etc/sources.conf
    vdr[2005]: loading /usr/local/vdr/etc/diseqc.conf
    vdr[2005]: loading /usr/local/vdr/etc/channels.conf
    vdr[2005]: loading /usr/local/vdr/etc/svdrphosts.conf
    vdr[2005]: loading /usr/local/vdr/etc/ca.conf
    vdr[2005]: loading /usr/local/vdr/etc/keymacros.conf
    vdr[2005]: probing /dev/dvb/adapter0/frontend0
    vdr[2008]: EIT processing thread started (pid=2008) - master
    vdr[2009]: tuner thread started on device 1 (pid=2009)
    vdr[2005]: probing /dev/dvb/adapter1/frontend0
    vdr[2005]: found 1 video device
    vdr[2005]: reading EPG data from /video/epg.data
    vdr[2005]: setting primary device to 1
    vdr[2005]: SVDRP listening on port 2001
    vdr[2005]: setting watchdog timer to 60 seconds
    vdr[2005]: connect from 127.0.0.1, port 32770 - accepted
    vdr[2005]: switching to channel 7
    vdr[2005]: ERROR: Channel not available!
    vdr[2005]: switching to channel 7
    vdr[2005]: ERROR: Channel not available!
    vdr[2005]: ERROR: Channel not available!
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    vdr[2005]: closing SVDRP connection
    vdr[2005]: max. latency time 1 seconds
    vdr[2005]: caught signal 15
    vdr[2005]: saved setup to /usr/local/vdr/etc/setup.conf
    vdr[2008]: EIT processing thread ended (pid=2008) - master
    vdr[2009]: tuner thread ended on device 1 (pid=2009)
    vdr[2005]: max. latency time 1 seconds
    vdr[2005]: exiting


    Ich hoffe das sich jemand mal die macht isch das durzulesen!

    So, ich hab gestern den neuesten DVB-Treiber und vdr 1.20 vermutlich erfolgreich installiert.


    in dev/dvb/ habe ich jetzt adapter0 bis adapter4


    CPU0
    0: 79407 XT-PIC timer
    1: 13 XT-PIC keyboard
    2: 0 XT-PIC cascade
    5: 676 XT-PIC usb-uhci, EMU10K1
    6: 152 XT-PIC floppy
    8: 2 XT-PIC rtc
    10: 225 XT-PIC ide1, usb-uhci, saa7146(0)
    11: 50095 XT-PIC eth0, nvidia
    12: 19756 XT-PIC fcpci, ehci-hcd, usb-uhci, usb-uhci
    14: 9296 XT-PIC ide2
    15: 398 XT-PIC ide3


    das ist die IRQ - Liste!!


    Ganz wichtig: ich habe keinen Fernseher, sondern ich will am PC gucken, der kvdr hat auch nicht mehr gemeckert, ich habe fast alles nach hubertus anleitung installiert, sogar den daemon, hab bis dato aber kein Bild, hab auch die Kabel - Kanallisten kopiert in /video/channels.conf


    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!
    vdr[1875]: VDR version 1.1.20 started
    vdr[1875]: loading /video/sources.conf
    vdr[1875]: loading /video/diseqc.conf
    vdr[1875]: loading /video/channels.conf
    vdr[1875]: loading /video/svdrphosts.conf
    vdr[1875]: loading /video/ca.conf
    vdr[1875]: loading /video/keymacros.conf
    vdr[1875]: probing /dev/dvb/adapter0/frontend0
    modprobe: modprobe: Can't locate module char-major-250
    vdr[1875]: no DVB device found
    vdr[1875]: invalid primary device number: 1
    vdr[1875]: ERROR: no primary device found - giving up!
    su: FAILED SU (to root) gk on none
    last message repeated 2 times
    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!
    su: (to root) gk on /dev/pts/1
    su: pam_unix2: session started for user root, service su
    vdr[2144]: VDR version 1.1.20 started
    vdr[2144]: loading /video/sources.conf
    vdr[2144]: loading /video/diseqc.conf
    vdr[2144]: loading /video/channels.conf
    vdr[2144]: loading /video/svdrphosts.conf
    vdr[2144]: loading /video/ca.conf
    vdr[2144]: loading /video/keymacros.conf
    vdr[2144]: probing /dev/dvb/adapter0/frontend0
    vdr[2147]: EIT processing thread started (pid=2147) - master
    vdr[2148]: tuner thread started on device 1 (pid=2148)
    vdr[2144]: probing /dev/dvb/adapter1/frontend0
    vdr[2144]: found 1 video device
    vdr[2144]: setting primary device to 1
    vdr[2144]: SVDRP listening on port 2001
    vdr[2144]: setting watchdog timer to 60 seconds
    su: FAILED SU (to root) gk on none
    vdr[2144]: max. latency time 1 seconds
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    su: FAILED SU (to root) gk on none
    last message repeated 2 times
    last message repeated 2 times
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    su: FAILED SU (to root) gk on none
    vdr[2144]: caught signal 2
    vdr[2144]: saved setup to /video/setup.conf
    vdr[2147]: EIT processing thread ended (pid=2147) - master
    vdr[2148]: tuner thread ended on device 1 (pid=2148)
    vdr[2144]: max. latency time 1 seconds
    vdr[2144]: exiting
    vdr[4539]: VDR version 1.1.20 started
    vdr[4539]: loading /video/setup.conf
    vdr[4539]: loading /video/sources.conf
    vdr[4539]: loading /video/diseqc.conf
    vdr[4539]: loading /video/channels.conf
    vdr[4539]: ERROR: illegal value for parameter 'C'
    vdr[4539]: ERROR: unknown source key 'I'
    wird noch ca. 100 mal wiederholt
    vdr[4539]: loading /video/svdrphosts.conf
    vdr[4539]: loading /video/ca.conf
    vdr[4539]: loading /video/keymacros.conf
    vdr[4539]: probing /dev/dvb/adapter0/frontend0
    vdr[4542]: EIT processing thread started (pid=4542) - master
    vdr[4543]: tuner thread started on device 1 (pid=4543)
    vdr[4539]: probing /dev/dvb/adapter1/frontend0
    vdr[4539]: found 1 video device
    vdr[4539]: setting primary device to 1
    vdr[4539]: SVDRP listening on port 2001
    vdr[4544]: KBD remote control thread started (pid=4544)
    vdr[4539]: remote control KBD - learning keys
    vdr[4626]: VDR version 1.1.20 started
    vdr[4626]: loading /video/setup.conf
    vdr[4626]: loading /video/sources.conf
    vdr[4626]: loading /video/diseqc.conf
    vdr[4626]: loading /video/channels.conf
    vdr[4626]: loading /video/svdrphosts.conf
    vdr[4626]: loading /video/ca.conf
    vdr[4626]: loading /video/keymacros.conf
    vdr[4626]: probing /dev/dvb/adapter0/frontend0
    vdr[4629]: EIT processing thread started (pid=4629) - master
    vdr[4630]: tuner thread started on device 1 (pid=4630)
    vdr[4626]: probing /dev/dvb/adapter1/frontend0
    vdr[4626]: found 1 video device
    vdr[4626]: setting primary device to 1
    vdr[4626]: SVDRP listening on port 2001
    vdr[4631]: KBD remote control thread started (pid=4631)
    vdr[4626]: remote control KBD - learning keys
    vdr[4770]: VDR version 1.1.20 started
    vdr[4770]: loading /video/setup.conf
    vdr[4770]: loading /video/sources.conf
    vdr[4770]: loading /video/diseqc.conf
    vdr[4770]: loading /video/channels.conf
    vdr[4770]: loading /video/svdrphosts.conf
    vdr[4770]: loading /video/ca.conf
    vdr[4770]: loading /video/keymacros.conf
    vdr[4770]: probing /dev/dvb/adapter0/frontend0
    vdr[4773]: EIT processing thread started (pid=4773) - master
    vdr[4774]: tuner thread started on device 1 (pid=4774)
    vdr[4770]: probing /dev/dvb/adapter1/frontend0
    vdr[4770]: found 1 video device
    vdr[4770]: setting primary device to 1
    vdr[4770]: SVDRP listening on port 2001
    vdr[4775]: KBD remote control thread started (pid=4775)
    vdr[4770]: remote control KBD - learning keys
    insmod: Symbol version prefix ''
    kernel: 0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module 1.0-4191 Mon Dec 9 11:49:01 PST 2002
    insmod: Warning: loading /lib/modules/2.4.19-4GB/kernel/drivers/video/nvidia.o will taint the kernel: non-GPL license - NVIDIA
    insmod: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
    insmod: Module nvidia loaded, with warnings
    kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
    kernel: agpgart: Maximum main memory to use for agp memory: 439M
    kernel: agpgart: Detected Via Apollo Pro KT266 chipset
    kernel: agpgart: AGP aperture is 64M @ 0xe0000000
    kernel: Linux video capture interface: v1.00
    insmod: /lib/modules/2.4.19-4GB/kernel/drivers/parport/parport_pc.o: init_module: Device or resource busy
    insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg
    insmod: /lib/modules/2.4.19-4GB/kernel/drivers/parport/parport_pc.o: insmod parport_lowlevel failed
    vdr[1749]: VDR version 1.1.20 started
    vdr[1749]: loading /video/setup.conf
    vdr[1749]: loading /video/sources.conf
    vdr[1749]: loading /video/diseqc.conf
    vdr[1749]: loading /video/channels.conf
    vdr[1749]: loading /video/svdrphosts.conf
    vdr[1749]: loading /video/ca.conf
    vdr[1749]: loading /video/keymacros.conf
    vdr[1749]: probing /dev/dvb/adapter0/frontend0
    modprobe: modprobe: Can't locate module char-major-250
    vdr[1749]: no DVB device found
    vdr[1749]: reading EPG data from /video/epg.data
    vdr[1749]: invalid primary device number: 1
    vdr[1749]: ERROR: no primary device found - giving up!
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    kernel: capidrv-1: controller dead ??
    kernel: capidrv-1: listen_change_state state=3 event=1 ????
    vdr[1766]: VDR version 1.1.20 started
    vdr[1766]: loading /video/setup.conf
    vdr[1766]: loading /video/sources.conf
    vdr[1766]: loading /video/diseqc.conf
    vdr[1766]: loading /video/channels.conf
    vdr[1766]: loading /video/svdrphosts.conf
    vdr[1766]: loading /video/ca.conf
    vdr[1766]: loading /video/keymacros.conf
    vdr[1766]: probing /dev/dvb/adapter0/frontend0
    modprobe: modprobe: Can't locate module char-major-250
    vdr[1766]: no DVB device found
    vdr[1766]: reading EPG data from /video/epg.data
    vdr[1766]: invalid primary device number: 1
    vdr[1766]: ERROR: no primary device found - giving up!
    kernel: DVB: registering new adapter (Technotrend/Hauppauge PCI rev2.1 or 2.2).
    kernel: ves1820.c: setup for tuner sp5659c
    kernel: DVB: registering frontend 0:0 (VES1820 based DVB-C frontend)...
    kernel: DVB: AV7111(0) - firm f0240009, rtsl b0250018, vid 71010068, app c0012110
    kernel: av7110: Warning: you are using the experimental LL firmware!
    kernel: Please report problems and success stories to kls@cadsoft.de.
    kernel: Don't use this firmware for production, don't redistribute it.
    kernel: Get updates from the VDR homepage until this firmware is part of
    kernel: the public LinuxDVB CVS!


    dies war in var/log/messages (leicht gekürzt 1te Hälfte)
    Ich werde heute den patch von dimitri installieren!

    Ich werde auch ein bissel beten, das es läuft!


    Die Anleitung habe ich mir gesaugt. Ich nhem mir heute ein wenig Zeit!


    Danke erstmal an ALLE!


    Aber wo soll Bitte dieser komische patch hin, muß ich den auch kompilieren?

    Jo, Danke!
    Ich werds mal austesten! Das BIOS läßt aber keine expliziten Zuweisungen zu, aber probiere mal alles aus!


    Muß ich denn die Kanallisten von Windows - Programmen importieren, oder macht der VDR auch Kanalsuchlauf?

    Tja, also ich hab Suse8.1 Standard installiert mit kvdr und er funzt nicht .. dev/video0 konnte nicht geöffnet werden ..


    var/log/mess.. SAA7146 found .. tuner found .. no dvb founds


    Was mache ich falsch?


    - bei runvdr gibt es auch Fehler
    als hint sagt er das es auch eventuell irq oder auch io - Fehler sein kann ??


    habe neuste HP DVB-C, KT333, ATHLON 1350