V4l-dvb

So when does this package start working again? http://aur.archlinux.org/packages.php?ID=24474

If the md5sum is the only problem, you could bypass the check in a similar way like I did. But the proper solution for this package as a development one, is imo creating a -hg package with _hgroot, _hgrepo and a mercurial makedepends.

Similar Messages

  • Hauppauge HD PVR Rev F1 requires modified v4l-dvb?

    I have used a Hauppauge HD PVR (a USB video capture device) on Arch Linux in the past without problems. I just purchased a unit for myself, but I am unable to get the hdpvr module to load. Some research reveals that this newer model (revision F1) is still compatible with the hdpvr v4l module, but it has a slightly different ID and requires a minor hack to v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr.h and v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr-core.c as described here: http://ubuntuforums.org/showpost.php?p= … stcount=12
    The only problem is, I have no idea how to rebuild the very same v4l that my arch currently uses. I did try using hg to snag the latest version of v4l, but "make" only resulted in a bunch of errors whining about too few arguments to some function.
    What is the best path to take at this point? Is there anyone here who could make this minor modification to hdpvr for me?

    Yes, compiling the kernel from source worked.  I followed the instructions in the wiki
    https://wiki.archlinux.org/index.php/Kernel_Compilation
    At step 1.2.2 Changing build(), I uncommented "make xconfig".  Then, when running makepkg, when the xconfig opened, I minimisied it to make the necessary changes to the source files hdpvr.h & hdpvr-core.c.  Also, if you want IR remote support, you must apply the patch
    http://wilsonet.com/jarod/junk/hdpvr-ir … -tip.patch
    Then I just went back to the xconfig window, opened the default arch kernel .conf file, and let it compile.  I did change the package name, so after installing it, edited the grub menu.lst file and rebooted to the new kernel.
    More details here
    http://www.mythtv.org/wiki/Hauppauge_HD-PVR
    No need to recompile LIRC, at least currently.  Hope this helps someone.
    Last edited by cdspaco (2011-01-15 03:02:20)

  • V4l-dvb development-5 compil errror

    Hi,
    i try to compil this one, for get some fixes of ivtv and new kernel, using ck kernel i get..
      CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-vbi.o
      CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.o
    /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.c: In function 'init_bttv_i2c_ir':
    /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.c:437:3: error: too few arguments to function 'i2c_new_probed_device'
    include/linux/i2c.h:293:1: note: declared here
    make[3]: *** [/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.o] Error 1
    make[2]: *** [_module_/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.36-ck'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l'
    make: *** [all] Error 2
        Aborting...
    Any tip?
    thx a lot!
    Last edited by enito (2010-11-11 11:31:53)

  • Error compiling latest v4l-dvb/S2API ? [SOLVED]

    Hey forum.
    Trying to install my HVR-4000 to my MythTV Center - And wanting the Multifrontend support.
    So far as I could read - these drivers should be the rigth one for that kind of setup:
    http://linuxtv.org/hg/~stoth/s2-mfe/
    Compiling the latest original driver compiles without problems. But this one does.
    The last line of make outputtet.
    include/asm/ds.h:61: error: declaration for parameter 'ds_get_bts_size' but no such parameter
    include/asm/ds.h:60: error: declaration for parameter 'ds_free' but no such parameter
    include/asm/ds.h:59: error: declaration for parameter 'ds_allocate' but no such parameter
    include/linux/init.h:151: error: declaration for parameter 'late_time_init' but no such parameter
    include/linux/init.h:149: error: declaration for parameter 'prepare_namespace' but no such parameter
    include/linux/init.h:148: error: declaration for parameter 'setup_arch' but no such parameter
    include/linux/init.h:145: error: declaration for parameter 'reset_devices' but no such parameter
    include/linux/init.h:144: error: declaration for parameter 'saved_command_line' but no such parameter
    /usr/local/src/v4l-dvb/v4l/tuner-xc2028.c:1277: error: expected '{' at end of input
    make[3]: *** [/usr/local/src/v4l-dvb/v4l/tuner-xc2028.o] Error 1
    make[2]: *** [_module_/usr/local/src/v4l-dvb/v4l] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.27-ARCH'
    make[1]: *** [default] Fejl 2
    make[1]: Forlader katalog '/usr/local/src/v4l-dvb/v4l'
    make: *** [all] Fejl 2
    Does anyone know anything about this error - or can anyone tell me how I can give a better outprint.
    [EDIT] Found out that compiler.h should not be - when compiling the drivers!! Should first be made later on - while compiling open-sasc-ng !
    Last edited by peque (2008-10-19 10:06:47)

    I have no such problem. I compiled it again when I read your post. Here's my PKGBUILD.
    # $Id$
    # Maintainer: Tobias Powalowski <[email protected]>
    # Contributor: judd <[email protected]>
    pkgname=alsa-utils
    pkgver=1.0.24.2
    pkgrel=1
    pkgdesc="An alternative implementation of Linux sound support"
    arch=('i686' 'x86_64')
    url="http://www.alsa-project.org"
    #can not use >=$pkgver due to use of letters in alsa-lib update versioning
    depends=("alsa-lib>1.0.22.99" 'dialog' 'pciutils' 'ncurses')
    makedepends=('xmlto' 'docbook-xsl')
    license=('GPL')
    source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
    alsa
    alsaconf.patch
    alsa.conf.d)
    backup=(etc/conf.d/alsa)
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    patch -Np1 -i ../alsaconf.patch
    ./configure --prefix=/usr
    make
    package() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install
    install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
    install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
    # dir where to save ALSA state
    install -d ${pkgdir}/var/lib/alsa
    md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
    '3ef812cae83053d01cd560284efad71f'
    '2894f85d3ae1dc9d40a27aec5e50db45'
    '4c8ae9f976c7df5e271a4cb91ccc7767')

  • [v4l-dvb] xc5000 driver won't load, invalid module format

    Hi, I recently got a Piccacle PCTV HD Pro Stick for christmas, and have been trying to get it to work. I followed this page, and everything worked, but when I try to load the module xc5000, it gives me the error:
    FATAL: Error inserting xc5000 (/lib/modules/2.6.28-ARCH/kernel/drivers/media/common/tuners/xc5000.ko): Invalid module format
    Can anyone help?
    Thanks,
    Smartboy

    Hi Mike,
    something looks a bit strange for me. On my OEL 5.4 x64 system i have just the following 3 packages:
    $ rpm -qa | grep asm
    oracleasm-2.6.18-164.el5-2.0.5-1.el5
    oracleasm-support-2.1.3-1.el5
    oracleasmlib-2.0.4-1.el5 Your packages should be I think the following:
    http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/rhel5/amd64/2.1.3/oracleasm-support-2.1.3-1.el5.x86_64.rpm
    http://otn.oracle.com/software/tech/linux/asmlib/files/RPMS/rhel5/amd64/2.0.4/oracleasmlib-2.0.4-1.el5.x86_64.rpm
    http://oss.oracle.com/projects/oracleasm/dist/files/RPMS/rhel5/amd64/2.0.5/2.6.18-92.el5/oracleasm-2.6.18-92.el5-2.0.5-1.el5.x86_64.rpm
    Uninstall all asm packages and retry with just those three.
    Good luck!
    Cheers,
    David
    OCP 9i / 10g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • [SOLVED] Cannot compile dvb drivers.

    Hi,
    I'm setting up a htpc media center based on arch with mythtv and xbmc. I've installed the base and base-devel packages and I need to compile the tbs-dvb-drivers to make my TBS 6280 DVB-T2 card work.
    Unfortunately I cannot compile the drivers as the compile process seems to enter in a loop, it continues to show the following output:
    TBS drivers configured for x86_64 platform.
    make -C /home/media/tbs-dvb-drivers/src/linux-tbs-drivers/v4l
    make[1]: ingresso nella directory "/home/media/tbs-dvb-drivers/src/linux-tbs-drivers/v4l"
    scripts/make_makefile.pl
    ./scripts/make_kconfig.pl /lib/modules/3.11.6-1-ARCH/build /lib/modules/3.11.6-1-ARCH/build
    Preparing to compile for kernel version 3.11.6
    ***WARNING:*** You do not have the full kernel sources installed.
    This does not prevent you from building the v4l-dvb tree if you have the
    kernel headers, but the full kernel source may be required in order to use
    make menuconfig / xconfig / qconfig.
    If you are experiencing problems building the v4l-dvb tree, please try
    building against a vanilla kernel before reporting a bug.
    Vanilla kernels are available at http://kernel.org.
    On most distros, this will compile a newly downloaded kernel:
    cp /boot/config-`uname -r` <your kernel dir>/.config
    cd <your kernel dir>
    make all modules_install install
    Please see your distro's web site for instructions to build a new kernel.
    ./scripts/make_myconfig.pl
    scripts/make_makefile.pl
    ./scripts/make_kconfig.pl /lib/modules/3.11.6-1-ARCH/build /lib/modules/3.11.6-1-ARCH/build
    Preparing to compile for kernel version 3.11.6
    ***WARNING:*** You do not have the full kernel sources installed.
    This does not prevent you from building the v4l-dvb tree if you have the
    kernel headers, but the full kernel source may be required in order to use
    make menuconfig / xconfig / qconfig.
    If you are experiencing problems building the v4l-dvb tree, please try
    building against a vanilla kernel before reporting a bug.
    Vanilla kernels are available at http://kernel.org.
    On most distros, this will compile a newly downloaded kernel:
    cp /boot/config-`uname -r` <your kernel dir>/.config
    cd <your kernel dir>
    make all modules_install install
    Please see your distro's web site for instructions to build a new kernel.
    ./scripts/make_myconfig.pl
    scripts/make_makefile.pl
    ./scripts/make_kconfig.pl /lib/modules/3.11.6-1-ARCH/build /lib/modules/3.11.6-1-ARCH/build
    Preparing to compile for kernel version 3.11.6
    ***WARNING:*** You do not have the full kernel sources installed.
    This does not prevent you from building the v4l-dvb tree if you have the
    kernel headers, but the full kernel source may be required in order to use
    make menuconfig / xconfig / qconfig.
    If you are experiencing problems building the v4l-dvb tree, please try
    building against a vanilla kernel before reporting a bug.
    Vanilla kernels are available at http://kernel.org.
    On most distros, this will compile a newly downloaded kernel:
    cp /boot/config-`uname -r` <your kernel dir>/.config
    cd <your kernel dir>
    make all modules_install install
    Please see your distro's web site for instructions to build a new kernel.
    ./scripts/make_myconfig.pl
    scripts/make_makefile.pl
    ./scripts/make_kconfig.pl /lib/modules/3.11.6-1-ARCH/build /lib/modules/3.11.6-1-ARCH/build
    Preparing to compile for kernel version 3.11.6
    I've waited up to 20 minutes, but the process seems stucked and the size of the folder doesn't grow up.
    It's true that I have just the kernel-headers installed. In addition make continues to warn me that the edit date of several files is newer than the actual. Initially the date of the system was wrong (but not older than the file's) but now I've fixed it with the correct date in UTC. The problem persists.
    I've also tried to compile from source directly but make enters into the same loop and gives me the same warnings.
    Thank you in advance for any kind of help.
    Regards.
    Last edited by fasigno (2013-11-03 21:40:00)

    First make sure you have the core-devel package group installed. This is required to build AUR package in general.
    Next, check to see if you have kernel-headers and v4l-utils installed? If not install them both and try again. I'm not sure if they are hard dependancies or not.
    EDIT: Sorry, I see you wrote that you installed core-devel and kernel-headers already. It looks like you may have a time zone and hardware clock sync problem. If you just installed arch, make sure the timezone and locale are correct and havn't been altered since you first installed your system. If that's all good, then install the AUR package cleanly from scratch again.
    Do you have NTP running?
    Last edited by wdirksen (2013-11-03 20:36:18)

  • Build v4l ( make error /lib/modules )

    I upgraded to kernel version 3 and I rebooted. Then trying to compile v4l from source. And get error :
    make -C /home/poes/APP/tvdriver/v4l-dvb/v4l
    make[1]: Entering directory `/home/poes/APP/tvdriver/v4l-dvb/v4l'
    Updating/Creating .config
    Preparing to compile for kernel version
    File not found: /lib/modules//build/.config at ./scripts/make_kconfig.pl line 32.
    make[1]: *** [.config] Error 2
    make[1]: Leaving directory `/home/poes/APP/tvdriver/v4l-dvb/v4l'
    make: *** [all] Error 2
    Uname :
    uname -a
    Linux fanadir 3.0-ARCH #1 SMP PREEMPT Sat Aug 6 16:49:00 CEST 2011 i686 Intel(R) Pentium(R) CPU P6100 @ 2.00GHz GenuineIntel GNU/Linux
    I'm totally newbie, please help. Thanks You.

    I'm not certain how to fix it the right way, but basically it can't determine your kernel version. You might have to edit the ./scripts/make_kconfig.pl file it's referring to and ensure that the kernel variable is being set. Note the double slash in:
    File not found: /lib/modules//build/.config at ./scripts/make_kconfig.pl line 32.
    There should be 3.0-ARCH in between them (or whatever directory is in /lib/modules/). Just find some way to change that and it should be fixed.

  • Problem with Opensasc-ng on Arch64 (SOLVED)

    Hey Guys.
    I've updated my MythTV system and ran into this problem!
    Normally I Use Mythtv + Opensasc-ng  to get the Satelite TV into MythTV.
    But after upgrading my MBE server - First of all with 2 new cards - and latest 2.6.33-ARCH - with pacman -Syu i'm getting this problem when recompiling open-sasc-ng from AUR.
    My cards are 3xHauppauge HVR400 og 2xTevII270. In dmesg it looks very fine, and allso from each other point. The only thing I've discovered is that open-sasc-ng is supposed to create virtuel adapters - otherswise You're need to make symlinks - but they are gone afterwards a reboot (even as root) and allso created directories are deleted each time at boot
    # makepkg -c --asroot
    ==> Determining latest hg revision...
    anmoder om alle ændringer
    tilføjer ændringer
    tilføjer manifester
    tilføjer filændringer
    tilføjede 552 ændringer med 1805 ændringer i 504 filer
    opdaterer til gren trunk
    314 files updated, 0 files merged, 0 files removed, 0 files unresolved
    -> Version found: 551
    ==> Making package: open-sasc-ng 551-1 x86_64 (tir maj 18 21:42:06 CEST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found cardclient.conf in build dir
    -> Found sasc-ng.rc in build dir
    -> Found sasc-ng.conf in build dir
    -> Found open-sasc-ng.lr in build dir
    ==> Validating source files with md5sums...
    cardclient.conf ... Passed
    sasc-ng.rc ... Passed
    sasc-ng.conf ... Passed
    open-sasc-ng.lr ... Passed
    ==> Extracting Sources...
    ==> Starting build()...
    hiver fra http://85.17.209.13:6100//sc
    leder efter ændringer
    fandt ingen ændringer
    ==> Mercurial clone done or server timeout
    ==> Starting make...
    Using C++ compiler: g++
    Using compile type debug
    Processor capabilities: native ( mmx sse sse2 )
    Trying various FFdecsa optimizations...
    PARALLEL_32_INT: test failed
    PARALLEL_64_2INT: test failed
    PARALLEL_64_LONG: 345
    PARALLEL_64_MMX: 374
    PARALLEL_128_2LONG: test failed
    PARALLEL_128_2MMX: test failed
    PARALLEL_128_SSE: 490
    PARALLEL_128_SSE2: 551
    Choosing PARALLEL_MODE = PARALLEL_128_SSE2
    cd dvbloopback/module && make
    make[1]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module'
    echo "Skipping Modver "
    Skipping Modver
    ./config_dvb.pl "BUILD_DIR=/lib/modules/2.6.33-ARCH/build" "EXTRA_CFLAGS=-Idrivers/media/dvb/dvb-core/ -I/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module"
    Found dvbdev.h from 2.6.22 or later
    make -C /lib/modules/2.6.33-ARCH/build M=/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module modules
    make[2]: Går til katalog '/usr/src/linux-2.6.33-ARCH'
    CC [M] /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvb_loopback.o
    CC [M] /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvblb_proc.o
    CC [M] /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvblb_forward.o
    LD [M] /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvbloopback.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvbloopback.mod.o
    LD [M] /usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module/dvbloopback.ko
    make[2]: Forlader katalog '/usr/src/linux-2.6.33-ARCH'
    make[1]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/dvbloopback/module'
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/forward.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/forward.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/process_req.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/process_req.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/msg_passing.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/msg_passing.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_getsid.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_getsid.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_ringbuf.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_ringbuf.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_showioctl.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_showioctl.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_legacysw.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_legacysw.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_dss.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_dss.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_cam.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_cam.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_ffdecsa.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_ffdecsa.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/plugin_scan.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_scan.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/version.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES objs/version.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/misc.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/misc.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/dvbdevice.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/dvbdevice.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/osdbase.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/osdbase.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/menuitems.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/menuitems.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/device.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/device.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/thread.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/thread.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/tools.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/tools.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/sasccam.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/sasccam.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/log.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/log.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/vdrcompat.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/vdrcompat.cpp
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/si_descriptor.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/descriptor.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/si_section.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/section.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/si_si.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/si.c
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o objs/si_util.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/util.c
    ar ru objs/libsi.a objs/si_descriptor.o objs/si_section.o objs/si_si.o objs/si_util.o
    ar: creating objs/libsi.a
    make -C FFdecsa "FLAGS=-O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native" PARALLEL_MODE=PARALLEL_128_SSE2 COMPILER=g++
    make[1]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/FFdecsa'
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa.c
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa_test.c
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -o FFdecsa_test FFdecsa_test.o FFdecsa.o
    FFdecsa 1.0: testing correctness and speed
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    speed=549.616040 Mbit/s
    speed=373380.462245 pkts/s
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    make[1]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/FFdecsa'
    make -C sc/PLUGINS/src/sc-src CXX=g++ CXXFLAGS="-O2 -fPIC -Wall -Woverloaded-virtual -g" SASC=1 STATIC=1 all
    make[1]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    make[1]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    make[1]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include sc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include data.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include filter.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include system.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include misc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include cam.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include device.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include version.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include smartcard.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include network.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include crypto.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include system-common.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include parse.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include log.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include override.c
    ar r ../../lib/libvdr-sc.a sc.o data.o filter.o system.o misc.o cam.o device.o version.o smartcard.o network.o crypto.o system-common.o parse.o log.o override.o
    ar: creating ../../lib/libvdr-sc.a
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include camd.c
    camd.c: In member function 'virtual bool cCardClientBuffy::Login()':
    camd.c:365:35: advarsel: overløb i underforstået konstant konvertering
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include radegast.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include aroureos.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include newcamd.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include gbox.c
    gbox.c: In member function 'virtual bool cCardClientGbox::ProcessECM(const cEcmInfo*, const unsigned char*, unsigned char*, int)':
    gbox.c:105:5: advarsel: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cccam.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cccam2.c
    cccam2.c: In member function 'virtual bool cCardClientCCcam2::ProcessECM(const cEcmInfo*, const unsigned char*, unsigned char*, int)':
    cccam2.c:930:7: advarsel: format '%lld' expects type 'long long int', but argument 3 has type 'uint64_t'
    cccam2.c:945:7: advarsel: format '%lld' expects type 'long long int', but argument 3 has type 'uint64_t'
    ar r ../../../../lib/libsc-cardclient.a cc.o camd.o radegast.o aroureos.o newcamd.o gbox.o cccam.o cccam2.o
    ar: creating ../../../../lib/libsc-cardclient.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include conax.c
    ar r ../../../../lib/libsc-conax.a conax.o
    ar: creating ../../../../lib/libsc-conax.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include constcw.c
    ar r ../../../../lib/libsc-constcw.a constcw.o
    ar: creating ../../../../lib/libsc-constcw.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cryptoworks.c
    ar r ../../../../lib/libsc-cryptoworks.a cryptoworks.o
    ar: creating ../../../../lib/libsc-cryptoworks.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto1.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto2.c
    ar r ../../../../lib/libsc-irdeto.a irdeto.o irdeto1.o irdeto2.o
    ar: creating ../../../../lib/libsc-irdeto.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra1.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cpu.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-0101.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-0501.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-4101.c
    ar r ../../../../lib/libsc-nagra.a nagra.o nagra1.o nagra2.o cpu.o nagra2-0101.o nagra2-0501.o nagra2-4101.o
    ar: creating ../../../../lib/libsc-nagra.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nds.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include fake-nds.c
    ar r ../../../../lib/libsc-nds.a nds.o fake-nds.o
    ar: creating ../../../../lib/libsc-nds.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-conax.c
    ar r ../../../../lib/libsc-sc_conax.a sc-conax.o
    ar: creating ../../../../lib/libsc-sc_conax.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-cryptoworks.c
    ar r ../../../../lib/libsc-sc_cryptoworks.a sc-cryptoworks.o
    ar: creating ../../../../lib/libsc-sc_cryptoworks.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-irdeto.c
    ar r ../../../../lib/libsc-sc_irdeto.a sc-irdeto.o
    ar: creating ../../../../lib/libsc-sc_irdeto.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-nagra.c
    ar r ../../../../lib/libsc-sc_nagra.a sc-nagra.o
    ar: creating ../../../../lib/libsc-sc_nagra.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-seca.c
    ar r ../../../../lib/libsc-sc_seca.a sc-seca.o
    ar: creating ../../../../lib/libsc-sc_seca.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-viaccess.c
    ar r ../../../../lib/libsc-sc_viaccess.a sc-viaccess.o
    ar: creating ../../../../lib/libsc-sc_viaccess.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-videoguard2.c
    ar r ../../../../lib/libsc-sc_videoguard2.a sc-videoguard2.o
    ar: creating ../../../../lib/libsc-sc_videoguard2.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include seca.c
    ar r ../../../../lib/libsc-seca.a seca.o
    ar: creating ../../../../lib/libsc-seca.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include shl.c
    ar r ../../../../lib/libsc-shl.a shl.o
    ar: creating ../../../../lib/libsc-shl.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    make[2]: Går til katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include viaccess.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include tps.c
    tps.c: In member function 'virtual cString cTpsKey::ToString(bool)':
    tps.c:565:24: advarsel: følgning af en typeomtvunget henvisning vil bryde strenge aliasregler
    tps.c: In member function 'virtual bool cTpsKeys::ParseLinePlain(const char*)':
    tps.c:999:31: advarsel: følgning af en typeomtvunget henvisning vil bryde strenge aliasregler
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include st20.c
    ar r ../../../../lib/libsc-viaccess.a viaccess.o tps.o st20.o
    ar: creating ../../../../lib/libsc-viaccess.a
    make[2]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<[email protected]>' -o po/sc.pot data.c sc.c system.c systems/nagra/nagra2.c systems/nagra/nagra1.c systems/sc-cryptoworks/sc-cryptoworks.c systems/sc-seca/sc-seca.c systems/cardclient/cc.c systems/sc-viaccess/sc-viaccess.c systems/sc-nagra/sc-nagra.c systems/viaccess/viaccess.c
    msgmerge -U --no-wrap --no-location --backup=none -q po/de_DE.po po/sc.pot
    msgfmt -c -o po/de_DE.mo po/de_DE.po
    cp po/de_DE.mo ../../../locale/de_DE/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/fi_FI.po po/sc.pot
    msgfmt -c -o po/fi_FI.mo po/fi_FI.po
    cp po/fi_FI.mo ../../../locale/fi_FI/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/fr_FR.po po/sc.pot
    msgfmt -c -o po/fr_FR.mo po/fr_FR.po
    cp po/fr_FR.mo ../../../locale/fr_FR/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/hu_HU.po po/sc.pot
    msgfmt -c -o po/hu_HU.mo po/hu_HU.po
    cp po/hu_HU.mo ../../../locale/hu_HU/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/it_IT.po po/sc.pot
    msgfmt -c -o po/it_IT.mo po/it_IT.po
    cp po/it_IT.mo ../../../locale/it_IT/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/lt_LT.po po/sc.pot
    msgfmt -c -o po/lt_LT.mo po/lt_LT.po
    cp po/lt_LT.mo ../../../locale/lt_LT/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/nl_NL.po po/sc.pot
    msgfmt -c -o po/nl_NL.mo po/nl_NL.po
    cp po/nl_NL.mo ../../../locale/nl_NL/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/pl_PL.po po/sc.pot
    msgfmt -c -o po/pl_PL.mo po/pl_PL.po
    cp po/pl_PL.mo ../../../locale/pl_PL/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/ru_RU.po po/sc.pot
    msgfmt -c -o po/ru_RU.mo po/ru_RU.po
    cp po/ru_RU.mo ../../../locale/ru_RU/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/sv_SE.po po/sc.pot
    msgfmt -c -o po/sv_SE.mo po/sv_SE.po
    cp po/sv_SE.mo ../../../locale/sv_SE/LC_MESSAGES/vdr-sc.mo
    make[1]: Forlader katalog '/usr/local/src/open-sasc-ng/src/sc/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    g++ -march=x86-64 -mtune=generic -O2 -pipe -g -o sasc-ng -Wl,-whole-archive ./sc/PLUGINS/lib/libsc-*.a -Wl,-no-whole-archive ./sc/PLUGINS/lib/libvdr-sc.a objs/forward.o objs/process_req.o objs/msg_passing.o objs/plugin_getsid.o objs/plugin_ringbuf.o objs/plugin_showioctl.o objs/plugin_legacysw.o objs/plugin_dss.o objs/plugin_cam.o objs/plugin_ffdecsa.o objs/plugin_scan.o objs/version.o objs/misc.o objs/dvbdevice.o objs/osdbase.o objs/menuitems.o objs/device.o objs/thread.o objs/tools.o objs/sasccam.o objs/log.o objs/vdrcompat.o objs/libsi.a FFdecsa/FFdecsa.o -lpthread -lcrypto -lcrypt
    cc -fPIC -g -O2 -Wall -I. -nostdlib -shared -o libscanwrap.so dvblb_plugins/scanwrap.c -ldl -lc
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install script...
    -> Compressing package...
    ==> Finished making: open-sasc-ng 551-1 x86_64 (tir maj 18 21:43:23 CEST 2010)
    ==> Cleaning up...
    [root@MainCore open-sasc-ng]# ls
    PKGBUILD cardclient.conf open-sasc-ng-551-1-x86_64.pkg.tar.xz open-sasc-ng.lr sasc-ng.conf sasc-ng.install sasc-ng.rc
    [root@MainCore open-sasc-ng]# pacman -Uf open-sasc-ng-551-1-x86_64.pkg.tar.xz
    loading package data...
    checking dependencies...
    (1/1) installing open-sasc-ng [##################################################################################################] 100%
    edit /etc/conf.d/sasc-ng and cardclient.conf before using!
    Everything else looks fine
    My dmesg looks fine when trying to see the cards and are loaded:
    Linux video capture interface: v2.00
    IR NEC protocol handler initialized
    IR RC5(x) protocol handler initialized
    IR RC6 protocol handler initialized
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    EDAC MC0: Giving out device to 'x38_edac' 'x38': DEV 0000:00:00.0
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 20 (level, low) -> IRQ 20
    IR JVC protocol handler initialized
    IR Sony protocol handler initialized
    cx88/0: cx2388x v4l2 driver version 0.0.8 loaded
    cx8800 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    cx88[0]: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68,autodetected], frontend(s): 2
    cx88[0]: TV tuner type 63, Radio tuner type -1
    cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.8 loaded
    cx2388x alsa driver version 0.0.8 loaded
    cx23885 driver version 0.0.2 loaded
    cx23885 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    CORE cx23885[0]: subsystem: d470:9022, board: TeVii S470 [card=15,autodetected]
    cx88[0]: i2c init: enabling analog demod on HVR1300/3000/4000 tuner
    tuner 1-0043: chip found @ 0x86 (cx88[0])
    cx23885_dvb_register() allocating 1 frontend(s)
    cx23885[0]: cx23885 based dvb card
    DS3000 chip version: 0.192 attached.
    DVB: registering new adapter (cx23885[0])
    DVB: registering adapter 0 frontend 0 (Montage Technology DS3000/TS2020)...
    tda9887 1-0043: creating new instance
    tda9887 1-0043: tda988[5/6/7] found
    tuner 1-0061: chip found @ 0xc2 (cx88[0])
    TeVii S470 MAC= 00:18:BD:5B:29:CC
    cx23885_dev_checkrevision() Hardware revision = 0xb0
    cx23885[0]/0: found at 0000:02:00.0, rev: 2, irq: 16, latency: 0, mmio: 0xdbe00000
    cx23885 0000:02:00.0: setting latency timer to 64
    IRQ 16/cx23885[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx23885 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    CORE cx23885[1]: subsystem: d470:9022, board: TeVii S470 [card=15,autodetected]
    tveeprom 1-0050: Hauppauge model 69009, rev B2D3, serial# 5383531
    tveeprom 1-0050: MAC address is 00:0d:fe:52:25:6b
    tveeprom 1-0050: tuner model is Philips FMD1216MEX (idx 133, type 78)
    tveeprom 1-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
    tveeprom 1-0050: audio processor is CX882 (idx 33)
    tveeprom 1-0050: decoder processor is CX882 (idx 25)
    tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
    cx88[0]: hauppauge eeprom: model=69009
    tuner-simple 1-0061: creating new instance
    tuner-simple 1-0061: type set to 78 (Philips FMD1216MEX MK3 Hybrid Tuner)
    cx23885_dvb_register() allocating 1 frontend(s)
    cx23885[1]: cx23885 based dvb card
    DS3000 chip version: 0.192 attached.
    DVB: registering new adapter (cx23885[1])
    DVB: registering adapter 1 frontend 0 (Montage Technology DS3000/TS2020)...
    TeVii S470 MAC= 00:18:BD:5B:29:D6
    cx23885_dev_checkrevision() Hardware revision = 0xb0
    cx23885[1]/0: found at 0000:03:00.0, rev: 2, irq: 16, latency: 0, mmio: 0xdbc00000
    cx23885 0000:03:00.0: setting latency timer to 64
    IRQ 16/cx23885[1]: IRQF_DISABLED is not guaranteed on shared IRQs
    Registered IR keymap rc-hauppauge-new
    input: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:00.0/rc/rc0/input7
    rc0: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:00.0/rc/rc0
    cx88[0]/0: found at 0000:05:00.0, rev: 5, irq: 16, latency: 64, mmio: 0xcf000000
    IRQ 16/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    wm8775 1-001b: chip found @ 0x36 (cx88[0])
    cx88[0]/0: registered device video0 [v4l2]
    cx88[0]/0: registered device vbi0
    cx88[0]/0: registered device radio0
    cx88[0]/2: cx2388x 8802 Driver Manager
    cx88-mpeg driver manager 0000:05:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    cx88[0]/2: found at 0000:05:00.2, rev: 5, irq: 16, latency: 64, mmio: 0xd1000000
    IRQ 16/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88_audio 0000:05:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    IRQ 16/cx88[0]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    cx8800 0000:05:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    cx88[1]: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68,autodetected], frontend(s): 2
    cx88[1]: TV tuner type 63, Radio tuner type -1
    cx88[1]: i2c init: enabling analog demod on HVR1300/3000/4000 tuner
    tuner 8-0043: chip found @ 0x86 (cx88[1])
    tda9887 8-0043: creating new instance
    tda9887 8-0043: tda988[5/6/7] found
    tuner 8-0061: chip found @ 0xc2 (cx88[1])
    tveeprom 8-0050: Hauppauge model 69009, rev B2D3, serial# 3313688
    tveeprom 8-0050: MAC address is 00:0d:fe:32:90:18
    tveeprom 8-0050: tuner model is Philips FMD1216MEX (idx 133, type 78)
    tveeprom 8-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
    tveeprom 8-0050: audio processor is CX882 (idx 33)
    tveeprom 8-0050: decoder processor is CX882 (idx 25)
    tveeprom 8-0050: has radio, has IR receiver, has no IR transmitter
    cx88[1]: hauppauge eeprom: model=69009
    tuner-simple 8-0061: creating new instance
    tuner-simple 8-0061: type set to 78 (Philips FMD1216MEX MK3 Hybrid Tuner)
    Registered IR keymap rc-hauppauge-new
    input: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:04.0/rc/rc1/input8
    rc1: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:04.0/rc/rc1
    cx88[1]/0: found at 0000:05:04.0, rev: 5, irq: 16, latency: 64, mmio: 0xd3000000
    IRQ 16/cx88[1]: IRQF_DISABLED is not guaranteed on shared IRQs
    wm8775 8-001b: chip found @ 0x36 (cx88[1])
    cx88[1]/0: registered device video1 [v4l2]
    cx88[1]/0: registered device vbi1
    cx88[1]/0: registered device radio1
    cx88[1]/2: cx2388x 8802 Driver Manager
    cx88-mpeg driver manager 0000:05:04.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    cx88[1]/2: found at 0000:05:04.2, rev: 5, irq: 16, latency: 64, mmio: 0xd5000000
    IRQ 16/cx88[1]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88_audio 0000:05:04.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    IRQ 16/cx88[1]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88[1]/1: CX88x/1: ALSA support for cx2388x boards
    cx88[2]: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68,autodetected], frontend(s): 2
    cx88[2]: TV tuner type 63, Radio tuner type -1
    cx88[2]: i2c init: enabling analog demod on HVR1300/3000/4000 tuner
    tuner 9-0043: chip found @ 0x86 (cx88[2])
    tda9887 9-0043: creating new instance
    tda9887 9-0043: tda988[5/6/7] found
    tuner 9-0061: chip found @ 0xc2 (cx88[2])
    tveeprom 9-0050: Hauppauge model 69009, rev B2D3, serial# 3314422
    tveeprom 9-0050: MAC address is 00:0d:fe:32:92:f6
    tveeprom 9-0050: tuner model is Philips FMD1216MEX (idx 133, type 78)
    tveeprom 9-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) ATSC/DVB Digital (eeprom 0xf4)
    tveeprom 9-0050: audio processor is CX882 (idx 33)
    tveeprom 9-0050: decoder processor is CX882 (idx 25)
    tveeprom 9-0050: has radio, has IR receiver, has no IR transmitter
    cx88[2]: hauppauge eeprom: model=69009
    tuner-simple 9-0061: creating new instance
    tuner-simple 9-0061: type set to 78 (Philips FMD1216MEX MK3 Hybrid Tuner)
    Registered IR keymap rc-hauppauge-new
    input: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:05.2/rc/rc2/input9
    rc2: cx88 IR (Hauppauge WinTV-HVR400 as /devices/pci0000:00/0000:00:1e.0/0000:05:05.2/rc/rc2
    cx88[2]/2: cx2388x 8802 Driver Manager
    cx88-mpeg driver manager 0000:05:05.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    cx88[2]/2: found at 0000:05:05.2, rev: 5, irq: 17, latency: 64, mmio: 0xd9000000
    IRQ 17/cx88[2]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88_audio 0000:05:05.1: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    IRQ 17/cx88[2]: IRQF_DISABLED is not guaranteed on shared IRQs
    cx88[2]/1: CX88x/2: ALSA support for cx2388x boards
    cx8800 0000:05:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    cx88[2]/0: found at 0000:05:05.0, rev: 5, irq: 17, latency: 64, mmio: 0xd7000000
    IRQ 17/cx88[2]: IRQF_DISABLED is not guaranteed on shared IRQs
    wm8775 9-001b: chip found @ 0x36 (cx88[2])
    cx88[2]/0: registered device video2 [v4l2]
    cx88[2]/0: registered device vbi2
    cx88[2]/0: registered device radio2
    cx88/2: cx2388x dvb driver version 0.0.8 loaded
    cx88/2: registering cx8802 driver, type: dvb access: shared
    cx88[0]/2: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68]
    cx88[0]/2: cx2388x based DVB/ATSC card
    cx8802_alloc_frontends() allocating 2 frontend(s)
    tuner-simple 1-0061: attaching existing instance
    tuner-simple 1-0061: couldn't set type to 63. Using 78 (Philips FMD1216MEX MK3 Hybrid Tuner) instead
    DVB: registering new adapter (cx88[0])
    DVB: registering adapter 2 frontend 0 (Conexant CX24116/CX24118)...
    DVB: registering adapter 2 frontend 1 (Conexant CX22702 DVB-T)...
    cx88[1]/2: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68]
    cx88[1]/2: cx2388x based DVB/ATSC card
    cx8802_alloc_frontends() allocating 2 frontend(s)
    tuner-simple 8-0061: attaching existing instance
    tuner-simple 8-0061: couldn't set type to 63. Using 78 (Philips FMD1216MEX MK3 Hybrid Tuner) instead
    DVB: registering new adapter (cx88[1])
    DVB: registering adapter 3 frontend 0 (Conexant CX24116/CX24118)...
    DVB: registering adapter 3 frontend 1 (Conexant CX22702 DVB-T)...
    cx88[2]/2: subsystem: 0070:6902, board: Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid [card=68]
    cx88[2]/2: cx2388x based DVB/ATSC card
    cx8802_alloc_frontends() allocating 2 frontend(s)
    tuner-simple 9-0061: attaching existing instance
    tuner-simple 9-0061: couldn't set type to 63. Using 78 (Philips FMD1216MEX MK3 Hybrid Tuner) instead
    DVB: registering new adapter (cx88[2])
    DVB: registering adapter 4 frontend 0 (Conexant CX24116/CX24118)...
    DVB: registering adapter 4 frontend 1 (Conexant CX22702 DVB-T)...
    Lspci looks like this:
    02:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02)
    03:00.0 Multimedia video controller: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder (rev 02)
    04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express (rev 02)
    05:00.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    05:00.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
    05:00.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
    05:00.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)
    05:04.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    05:04.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
    05:04.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
    05:04.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)
    05:05.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
    05:05.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
    05:05.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
    05:05.4 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [IR Port] (rev 05)
    So ending up with everything installed OK - and missing the virtuel adapters for dvb devices
    Hopefully someone has a answer for this
    TIA
    P
    Last edited by peque (2010-05-19 09:30:36)

    Making the package in hand myself didn't change anything - Just saying  bad address fopr the module!
    PARALLEL_128_2MMX: test failed
    PARALLEL_128_SSE: 490
    PARALLEL_128_SSE2: 551
    Choosing PARALLEL_MODE = PARALLEL_128_SSE2
    Using DVB_DIR: /usr/local/src/v4l-dvb/linux
    [root@MainCore sasc-ng]# make module
    cd dvbloopback/module && make DVB_DIR=/usr/local/src/v4l-dvb/linux
    make[1]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module'
    cp -f /usr/local/src/v4l-dvb/linux/../v4l/Module.symvers .
    ./config_dvb.pl "BUILD_DIR=/lib/modules/2.6.33-ARCH/build" "EXTRA_CFLAGS=-I/usr/local/src/v4l-dvb/linux -I/usr/local/src/v4l-dvb/linux/drivers/media/dvb/dvb-core -Idrivers/media/dvb/dvb-core/ -I/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module"
    Found dvbdev.h from 2.6.22 or later
    make -C /lib/modules/2.6.33-ARCH/build M=/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module modules
    make[2]: Går til katalog '/usr/src/linux-2.6.33-ARCH'
    CC [M] /usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module/dvb_loopback.o
    LD [M] /usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module/dvbloopback.o
    Building modules, stage 2.
    MODPOST 1 modules
    LD [M] /usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module/dvbloopback.ko
    make[2]: Forlader katalog '/usr/src/linux-2.6.33-ARCH'
    make[1]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/dvbloopback/module'
    [root@MainCore sasc-ng]# make
    g++ -Wall -D__user= -Werror -g -o objs/forward.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/forward.c
    g++ -Wall -D__user= -Werror -g -o objs/process_req.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/process_req.c
    g++ -Wall -D__user= -Werror -g -o objs/msg_passing.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/msg_passing.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_getsid.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_getsid.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_ringbuf.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_ringbuf.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_showioctl.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_showioctl.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_legacysw.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_legacysw.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_dss.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvbloopback/src/plugin_dss.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_cam.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_cam.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_ffdecsa.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_ffdecsa.c
    g++ -Wall -D__user= -Werror -g -o objs/plugin_scan.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include dvblb_plugins/plugin_scan.c
    g++ -Wall -D__user= -Werror -g -o objs/version.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES objs/version.cpp
    g++ -Wall -D__user= -Werror -g -o objs/misc.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/misc.cpp
    g++ -Wall -D__user= -Werror -g -o objs/dvbdevice.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/dvbdevice.cpp
    g++ -Wall -D__user= -Werror -g -o objs/osdbase.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/osdbase.cpp
    g++ -Wall -D__user= -Werror -g -o objs/menuitems.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/menuitems.cpp
    g++ -Wall -D__user= -Werror -g -o objs/device.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/device.cpp
    g++ -Wall -D__user= -Werror -g -o objs/thread.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/thread.cpp
    g++ -Wall -D__user= -Werror -g -o objs/tools.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/tools.cpp
    g++ -Wall -D__user= -Werror -g -o objs/sasccam.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/sasccam.cpp
    g++ -Wall -D__user= -Werror -g -o objs/log.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/log.cpp
    g++ -Wall -D__user= -Werror -g -o objs/vdrcompat.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/local/src/v4l-dvb/linux/include -Idvbloopback/module -I/lib/modules/2.6.33-ARCH/build/include sc/vdrcompat.cpp
    g++ -Wall -D__user= -Werror -g -o objs/si_descriptor.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/descriptor.c
    g++ -Wall -D__user= -Werror -g -o objs/si_section.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/section.c
    g++ -Wall -D__user= -Werror -g -o objs/si_si.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/si.c
    g++ -Wall -D__user= -Werror -g -o objs/si_util.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/include/libsi sc/libsi/util.c
    ar ru objs/libsi.a objs/si_descriptor.o objs/si_section.o objs/si_si.o objs/si_util.o
    ar: creating objs/libsi.a
    make -C FFdecsa "FLAGS=-O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native" PARALLEL_MODE=PARALLEL_128_SSE2 COMPILER=g++
    make[1]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/FFdecsa'
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa.c
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -DPARALLEL_MODE=PARALLEL_128_SSE2 -c FFdecsa_test.c
    g++ -O3 -fexpensive-optimizations -funroll-loops -mmmx -msse -msse2 -march=native -o FFdecsa_test FFdecsa_test.o FFdecsa.o
    FFdecsa 1.0: testing correctness and speed
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    speed=551.924110 Mbit/s
    speed=374948.444589 pkts/s
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    CORRECT!
    make[1]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/FFdecsa'
    make -C sc/PLUGINS/src/sc-src CXX=g++ CXXFLAGS="-O2 -fPIC -Wall -Woverloaded-virtual -g" SASC=1 STATIC=1 all
    make[1]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include sc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include data.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include filter.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include system.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include misc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include cam.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include device.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include version.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include smartcard.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include network.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include crypto.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include system-common.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include parse.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include log.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DPLUGIN_NAME_I18N='"sc"' -DVDR_MAXCAID=64 -DSASC -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../../../include override.c
    ar r ../../lib/libvdr-sc.a sc.o data.o filter.o system.o misc.o cam.o device.o version.o smartcard.o network.o crypto.o system-common.o parse.o log.o override.o
    ar: creating ../../lib/libvdr-sc.a
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cc.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include camd.c
    camd.c: In member function 'virtual bool cCardClientBuffy::Login()':
    camd.c:365:35: advarsel: overløb i underforstået konstant konvertering
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include radegast.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include aroureos.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include newcamd.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include gbox.c
    gbox.c: In member function 'virtual bool cCardClientGbox::ProcessECM(const cEcmInfo*, const unsigned char*, unsigned char*, int)':
    gbox.c:105:5: advarsel: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cccam.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cccam2.c
    cccam2.c: In member function 'virtual bool cCardClientCCcam2::ProcessECM(const cEcmInfo*, const unsigned char*, unsigned char*, int)':
    cccam2.c:930:7: advarsel: format '%lld' expects type 'long long int', but argument 3 has type 'uint64_t'
    cccam2.c:945:7: advarsel: format '%lld' expects type 'long long int', but argument 3 has type 'uint64_t'
    ar r ../../../../lib/libsc-cardclient.a cc.o camd.o radegast.o aroureos.o newcamd.o gbox.o cccam.o cccam2.o
    ar: creating ../../../../lib/libsc-cardclient.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cardclient'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include conax.c
    ar r ../../../../lib/libsc-conax.a conax.o
    ar: creating ../../../../lib/libsc-conax.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/conax'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include constcw.c
    ar r ../../../../lib/libsc-constcw.a constcw.o
    ar: creating ../../../../lib/libsc-constcw.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/constcw'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cryptoworks.c
    ar r ../../../../lib/libsc-cryptoworks.a cryptoworks.o
    ar: creating ../../../../lib/libsc-cryptoworks.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/cryptoworks'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto1.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include irdeto2.c
    ar r ../../../../lib/libsc-irdeto.a irdeto.o irdeto1.o irdeto2.o
    ar: creating ../../../../lib/libsc-irdeto.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/irdeto'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra1.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include cpu.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-0101.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-0501.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nagra2-4101.c
    ar r ../../../../lib/libsc-nagra.a nagra.o nagra1.o nagra2.o cpu.o nagra2-0101.o nagra2-0501.o nagra2-4101.o
    ar: creating ../../../../lib/libsc-nagra.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nagra'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include nds.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include fake-nds.c
    ar r ../../../../lib/libsc-nds.a nds.o fake-nds.o
    ar: creating ../../../../lib/libsc-nds.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/nds'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-conax.c
    ar r ../../../../lib/libsc-sc_conax.a sc-conax.o
    ar: creating ../../../../lib/libsc-sc_conax.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-conax'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-cryptoworks.c
    ar r ../../../../lib/libsc-sc_cryptoworks.a sc-cryptoworks.o
    ar: creating ../../../../lib/libsc-sc_cryptoworks.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-cryptoworks'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-irdeto.c
    ar r ../../../../lib/libsc-sc_irdeto.a sc-irdeto.o
    ar: creating ../../../../lib/libsc-sc_irdeto.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-irdeto'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-nagra.c
    ar r ../../../../lib/libsc-sc_nagra.a sc-nagra.o
    ar: creating ../../../../lib/libsc-sc_nagra.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-nagra'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-seca.c
    ar r ../../../../lib/libsc-sc_seca.a sc-seca.o
    ar: creating ../../../../lib/libsc-sc_seca.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-seca'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-viaccess.c
    ar r ../../../../lib/libsc-sc_viaccess.a sc-viaccess.o
    ar: creating ../../../../lib/libsc-sc_viaccess.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-viaccess'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include sc-videoguard2.c
    ar r ../../../../lib/libsc-sc_videoguard2.a sc-videoguard2.o
    ar: creating ../../../../lib/libsc-sc_videoguard2.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/sc-videoguard2'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include seca.c
    ar r ../../../../lib/libsc-seca.a seca.o
    ar: creating ../../../../lib/libsc-seca.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/seca'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include shl.c
    ar r ../../../../lib/libsc-shl.a shl.o
    ar: creating ../../../../lib/libsc-shl.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/shl'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    make[2]: Går til katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include viaccess.c
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include tps.c
    tps.c: In member function 'virtual cString cTpsKey::ToString(bool)':
    tps.c:565:24: advarsel: følgning af en typeomtvunget henvisning vil bryde strenge aliasregler
    tps.c: In member function 'virtual bool cTpsKeys::ParseLinePlain(const char*)':
    tps.c:999:31: advarsel: følgning af en typeomtvunget henvisning vil bryde strenge aliasregler
    g++ -O2 -fPIC -Wall -Woverloaded-virtual -g -c -DAPIVERSNUM=10600 -D_GNU_SOURCE -DSTATICBUILD -I../.. -I../../../../../include st20.c
    ar r ../../../../lib/libsc-viaccess.a viaccess.o tps.o st20.o
    ar: creating ../../../../lib/libsc-viaccess.a
    make[2]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src/systems/viaccess'
    xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<[email protected]>' -o po/sc.pot data.c sc.c system.c systems/nagra/nagra2.c systems/nagra/nagra1.c systems/sc-cryptoworks/sc-cryptoworks.c systems/sc-seca/sc-seca.c systems/cardclient/cc.c systems/sc-viaccess/sc-viaccess.c systems/sc-nagra/sc-nagra.c systems/viaccess/viaccess.c
    msgmerge -U --no-wrap --no-location --backup=none -q po/de_DE.po po/sc.pot
    msgfmt -c -o po/de_DE.mo po/de_DE.po
    cp po/de_DE.mo ../../../locale/de_DE/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/fi_FI.po po/sc.pot
    msgfmt -c -o po/fi_FI.mo po/fi_FI.po
    cp po/fi_FI.mo ../../../locale/fi_FI/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/fr_FR.po po/sc.pot
    msgfmt -c -o po/fr_FR.mo po/fr_FR.po
    cp po/fr_FR.mo ../../../locale/fr_FR/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/hu_HU.po po/sc.pot
    msgfmt -c -o po/hu_HU.mo po/hu_HU.po
    cp po/hu_HU.mo ../../../locale/hu_HU/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/it_IT.po po/sc.pot
    msgfmt -c -o po/it_IT.mo po/it_IT.po
    cp po/it_IT.mo ../../../locale/it_IT/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/lt_LT.po po/sc.pot
    msgfmt -c -o po/lt_LT.mo po/lt_LT.po
    cp po/lt_LT.mo ../../../locale/lt_LT/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/nl_NL.po po/sc.pot
    msgfmt -c -o po/nl_NL.mo po/nl_NL.po
    cp po/nl_NL.mo ../../../locale/nl_NL/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/pl_PL.po po/sc.pot
    msgfmt -c -o po/pl_PL.mo po/pl_PL.po
    cp po/pl_PL.mo ../../../locale/pl_PL/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/ru_RU.po po/sc.pot
    msgfmt -c -o po/ru_RU.mo po/ru_RU.po
    cp po/ru_RU.mo ../../../locale/ru_RU/LC_MESSAGES/vdr-sc.mo
    msgmerge -U --no-wrap --no-location --backup=none -q po/sv_SE.po po/sc.pot
    msgfmt -c -o po/sv_SE.mo po/sv_SE.po
    cp po/sv_SE.mo ../../../locale/sv_SE/LC_MESSAGES/vdr-sc.mo
    make[1]: Forlader katalog '/usr/local/src/sc-1cc3497be31c/contrib/sasc-ng/sc/PLUGINS/src/sc-src'
    g++ -Wall -D__user= -g -o sasc-ng -Wl,-whole-archive ./sc/PLUGINS/lib/libsc-*.a -Wl,-no-whole-archive ./sc/PLUGINS/lib/libvdr-sc.a objs/forward.o objs/process_req.o objs/msg_passing.o objs/plugin_getsid.o objs/plugin_ringbuf.o objs/plugin_showioctl.o objs/plugin_legacysw.o objs/plugin_dss.o objs/plugin_cam.o objs/plugin_ffdecsa.o objs/plugin_scan.o objs/version.o objs/misc.o objs/dvbdevice.o objs/osdbase.o objs/menuitems.o objs/device.o objs/thread.o objs/tools.o objs/sasccam.o objs/log.o objs/vdrcompat.o objs/libsi.a FFdecsa/FFdecsa.o -lpthread -lcrypto -lcrypt
    cc -fPIC -g -O2 -Wall -I. -nostdlib -shared -o libscanwrap.so dvblb_plugins/scanwrap.c -ldl -lc
    [root@MainCore sasc-ng]#
    [root@MainCore sasc-ng]# insmod dvbloopback.ko num_adapters=5
    insmod: error inserting 'dvbloopback.ko': -1 Bad address
    Keeps getting this error !
    EDIT:
    Found out that the v4l-dvb drivers only supports uptil 8 devices ( 4 real and 4 virtuel devices) So editing the DVB_MAX param in the file v4l-dvb/v4l/makefile . did the trick!
    Instead of default value of 8 - I changed it to 32 - and everything is working fine now!
    Last edited by peque (2010-05-19 09:28:41)

  • Can't compile v4ldvb drivers with kernel 2.6.37

    Compiling v4l from vanilla source gives this error message:
    Kernel build directory is /lib/modules/2.6.37-ARCH/build
    make -C /lib/modules/2.6.37-ARCH/build SUBDIRS=/home/mrmedia/source/v4l-dvb/v4l  modules
    make[2]: Entering directory `/usr/src/linux-2.6.37-ARCH'
    /bin/sh: /sbin/lsmod: Filen eller katalogen finns inte
      CC [M]  /home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.o
    /home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c: In function 'flexcop_i2c_init':
    /home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c:253:39: error: 'I2C_CLASS_TV_DIGITAL' undeclared (first use in this function)
    /home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.c:253:39: note: each undeclared identifier is reported only once for each function it appears in
    make[3]: *** [/home/mrmedia/source/v4l-dvb/v4l/flexcop-i2c.o] Fel 1
    make[2]: *** [_module_/home/mrmedia/source/v4l-dvb/v4l] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.37-ARCH'
    make[1]: *** [default] Fel 2
    make[1]: Leaving directory `/home/mrmedia/source/v4l-dvb/v4l'
    make: *** [all] Fel 2
    (Fel = Error)
    I've really tried compilin all source and also minimizing the v4l modules to a bare minium for my cx88 chip on PCI, without Lirc support as well. Still same errors.
    yaourt v4l-dvb-git compiles but gives these dmesg errors;
    dmesg | grep cx88
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    So no working Hauppauge hvr-1300 DVB-T card. I have earlier successfully compiled these drivers under Ubuntu and kernel 2.6.33. As far as I know I have all dependencies and compilation tools installed - base-devel, kernel headers and so forth. I've done other yaourt compilations ok.
    Googling gives that probably the kernel 2.6.37 and v4l-dvb source don't go together well, but I don't know how to go any further. What more can I do?
    Last edited by swanson (2011-02-15 12:18:50)

    Further tests:
    Kernel 2.6.37-5-arch gives the error as well as kernel 2.6.37-6-arch;
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    cx88xx: Unknown symbol v4l2_i2c_new_subdev_cfg (err 0)
    Compiling my own v4l from git does compile and load as dmesg confirms;
    dmesg | grep cx88
    cx88/0: cx2388x v4l2 driver version 0.0.8 loaded
    cx8800 0000:01:07.0: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
    cx88[0]: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56,autodetected], frontend(s): 1
    cx88[0]: TV tuner type 63, Radio tuner type -1
    cx88/2: cx2388x MPEG-TS Driver Manager version 0.0.8 loaded
    cx88[0]: i2c init: enabling analog demod on HVR1300/3000/4000 tuner
    cx88[0]: hauppauge eeprom: model=96019
    cx88[0]/0: found at 0000:01:07.0, rev: 5, irq: 18, latency: 64, mmio: 0xdd000000
    wm8775 1-001b: chip found @ 0x36 (cx88[0])
    cx88[0]/0: registered device video0 [v4l2]
    cx88[0]/0: registered device vbi0
    cx88[0]/0: registered device radio0
    cx88[0]/2: cx2388x 8802 Driver Manager
    cx88-mpeg driver manager 0000:01:07.2: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
    cx88[0]/2: found at 0000:01:07.2, rev: 5, irq: 18, latency: 64, mmio: 0xdb000000
    cx88_audio 0000:01:07.1: PCI INT A -> Link[LNKB] -> GSI 18 (level, low) -> IRQ 18
    cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    cx88/2: cx2388x dvb driver version 0.0.8 loaded
    cx88/2: registering cx8802 driver, type: dvb access: shared
    cx88[0]/2: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56]
    cx88[0]/2: cx2388x based DVB/ATSC card
    cx8802_alloc_frontends() allocating 1 frontend(s)
    DVB: registering new adapter (cx88[0])
    cx88/2: registering cx8802 driver, type: blackbird access: shared
    cx88[0]/2: subsystem: 0070:9601, board: Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder [card=56]
    cx88[0]/2: cx23416 based mpeg encoder (blackbird reference design)
    cx88[0]/2-bb: Firmware and/or mailbox pointer not initialized or corrupted
    cx88[0]/2-bb: Firmware upload successful.
    cx88[0]/2-bb: Firmware version is 0x02060039
    cx88[0]/2: registered device video1 [mpeg]
    BUT, the Hauppauge hvr -1300 doesn't work with scan, me-tv or kaffeine. All things seem to be present in /dev/;
    ls /dev/dvb/adapter0
    totalt 0
    drwxr-xr-x  2 root root     120 20 feb 07.59 .
    drwxr-xr-x  3 root root      60 20 feb 07.59 ..
    crw-rw----+ 1 root video 212, 1 20 feb 07.59 demux0
    crw-rw----+ 1 root video 212, 2 20 feb 07.59 dvr0
    crw-rw----+ 1 root video 212, 0 20 feb 07.59 frontend0
    crw-rw----+ 1 root video 212, 3 20 feb 07.59 net0
    And I'm in the group video. So I guess the driver just don't work for my card. I'll have to start another thread about that.
    Last edited by swanson (2011-02-20 08:55:07)

  • TerraTec Cinergy Hybrid T USB XS FM - no more linux support ?

    Hi,
    I bought this USB tuner : TerraTec Cinergy Hybrid T USB XS FM
    flo ~/src/firmware $ lsusb
    Bus 001 Device 014: ID 0ccd:0072 TerraTec Electronic GmbH
    The old driver support for 2.6.30 has been discontinued : http://aur.archlinux.org/packages.php?ID=26418
    I tried to compile suggested v4l-dvb drivers from aur, and also from mercurial version
    hg clone http://mcentral.de/hg/~mrec/em28xx-new
    sh build.sh build && sudo sh build.sh install
    Modules em28xx, em28xx-dvb, em28xx-alsa are correctly created.
    I also installed the suggested firmware for XC3028 as suggested here.
    But when I plug my device I get this :
    usb 1-1: new high speed USB device using ehci_hcd and address 13
    usb 1-1: configuration #1 chosen from 1 choice
    and nothing else. Not device created. It is not recognized.
    I tried to load the modules before plugging-in the device, with no more success, and after restarting neither.
    Does someone uses this Tuner and made it work ?
    Last edited by florut (2009-11-04 10:48:24)

    Hi GIussepe,
    Thanks for care. I actually tried to add the option card=XX (I tried many of them) but it did not work. I think card=55 does not work because Terratec hybrid XS (card 55) uses em2882 and 0ccd:0072 uses em2883.
    I tried to hack using em28xx-new card mappings but it did'n work - i lack competences fort this I think.
    I had some [maybe] good news on the mailing lists (which I finally manage to use!!) here.
    If anyhow you get further information please let me know here!
    [edit]
    By the way : to use modprobe em28xx card=XX, should I do it the card unplugged and then plug it or should I do it the card plugged ?
    Last edited by florut (2009-11-10 09:27:35)

  • Win-TV HVR 950

    Good daytime to you.
    I got this toy! XD it's a usb tv tuner + s-video/composite input
    Google came up with some articles about setting this up in linux (the original soft for windows in widows works horrible, giving me a fullscreen rate of 1 fps)
    accordint to them v4l-dvb driver should do the job.
    Before installing the driver, i just plugged the toy and TVtime detected it, and composite/s-video in works perfect, i get a good image, but tv tuner never wants to catch a channel - i have broadcast antenna and cable available. In windows cable catches 60 channels, just like its suppose to, and antenna - only 2, but that's not a surprise, i live quite far aways from the tv towers.
    after yaourt v4l-dvb  - there was no change
    In TVTime settings I tried to change frequency tables, cable formats... nothing. MythTV does the same - hardware is recognized at /dev/v4l/video0, but can never find a channel.
    so, is there a way, maybe to scan a whole frequency range available, or maybe there is a freq. table I can fing that suits my location (USA, Louisiana; suddenlink cable), or do I need a different driver?

    this was sound does apper to be from the tv, but its clipped baddly - i can head just an instant and then its silent for a minute or two. Here is the responde of the code:
    Running tvtime 1.0.2.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/hexorg/.tvtime/tvtime.xml
    Input File : '/dev/dsp1' (ossdsp)
    Channels : 2
    Sample Rate : 48000
    Precision : 16-bit
    Sample Encoding: 16-bit Signed Integer PCM
    Level adjust : 1 (linear gain)
    In:0.00% 00:00:00.54 [00:00:00.00] Out:24.6k [ ====|===- ] Clip:0 sox sox: /dev/dsp1: lsx_readbuf: Input/output error
    In:0.00% 00:00:00.54 [00:00:00.00] Out:26.1k [ | ] Clip:0
    Done.

  • Mythtv and Arch - a few problems

    Hi fellow Arch users
    I have a few dilemmas I wish to share about Arch and Mythtv and hopefully receive some feedback/answers for.
    Some background info:
    After trying Fedora, K/Ubuntu, and Zenwalk I settled on ArchLinux for both my main distro and my HTPC (mainly because of the start up speed and the lightweight feeling). I have been using Linux for a month or so now, so my knowledge is not all that great but I have managed to get most programs working with a bit of research. Its just I have a few problems with Mythtv that I am unable to solve.
    HTPC Specs
    Asrock mATX board (cant remember the model No.)
    AMD 1800+ Socket A
    512MB RAM
    80MB WD 7200RPM
    12x DVD ROM
    Geforce MX400
    DVICO Fusion HDTV Dual PCI
    Software
    Arch 2.6.16-20(latest available kernel)
    KDE (wish to switch to fluxbox when everything is working)
    Mythtv + plugins
    Questions & Problems:
    I've managed to get a functional Mythbox going. The small problems I am having include
    1.    No working remote/lirc
    2.    I can start mtd but when I press 0 to rip a DVD it does nothing.
    3.    when I quit out of mythtv-setup I get an error about ~/recordings/.test is not writable
    4.    cant get the 2nd tuner working – I managed to download the dvb-usb-bluebird firmware but I'm unsure where it goes (in Arch)
    5.    if I try to make the latest v4l-dvb it say I am missing lsmod or lnmod cant remember which
    6.    I get all channels at 10-15% but quality is very good, no hiccups, freezes etc. I cant get one channel though (SBS - I'm in Sydney, Australia)
    1.    I haven't really tried yet but any advice would be great
    2.    I imagine this might be a permission issue ie I have to run mythbackend under root
    3.    doesn't seem to be a problem (yet!)
    4.    running dmesg tells me it cant find the firmware for the usb-dvb but the pci part of the card works okay
    5.    I managed to compile an older v4l-dvb source (about a month old, the source that is). I didn't need it as everything is built into the 2.6.16 kernel (I was looking for get_usb_firmware but didn't realise I didn't need to compile it to use it)
    6.    I know its not my aerial because with a set-top-box I can get all channels including SBS with a signal strength of 80-100%
    If anyone can help I will be very grateful and if you require more info and I'll get it to you once I'm near the computer.
    Regards
    Jarrod

    Hi. I have the same card and I managed to get the USB part working following the instructions here
    http://www.linuxtv.org/pipermail/linux- … 09869.html
    I got the quincy tree and applied the patch attached to the post.
    But confusingly/fustratingly, I havent been able to get the pci part working. Can you tell me how you actually got the pci part to work?
    Check this post for the Dual remote
    http://www.linuxtv.org/pipermail/linux- … 08469.html
    I have a remote that came with a Dvico Plus board for which I have a custom patched and packged version of lirc that works if you need it.

  • How to use DVB on ArchLinux (with an em28xx chip)?

    Hi there,
    I'm trying to figure out how to use my Terratec Cinergy Hybrid T USB XS on ArchLinux. It should use the em2880 chip.
    I think that the correct kernel modules are already bundled with the latest kernel version:
    bash-3.2# lsmod | grep 'em28'
    em28xx_dvb 10500 0
    dvb_core 86956 1 em28xx_dvb
    em28xx_alsa 11400 0
    em28xx 71852 2 em28xx_dvb,em28xx_alsa
    compat_ioctl32 11520 1 em28xx
    videodev 38784 3 tuner,em28xx,compat_ioctl32
    videobuf_vmalloc 9476 1 em28xx
    videobuf_core 20484 2 em28xx,videobuf_vmalloc
    ir_common 39428 1 em28xx
    tveeprom 16900 1 em28xx
    i2c_core 25760 8 tuner_xc2028,tuner,v4l2_common,tvp5150,em28xx,nvidia,tveeprom,i2c_nforce2
    snd_pcm 82440 4 em28xx_alsa,snd_pcsp,snd_hda_intel,snd_pcm_oss
    snd 64840 13 em28xx_alsa,snd_pcsp,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
    usbcore 156816 8 em28xx_dvb,em28xx_alsa,em28xx,usbhid,isp1760,ehci_hcd,ohci_hcd
    This is the dmesg after plugging the USB device:
    usb 2-4: new high speed USB device using ehci_hcd and address 5
    usb 2-4: configuration #1 chosen from 1 choice
    em28xx new video device (0ccd:005e): interface 0, class 255
    em28xx Doesn't have usb audio class
    em28xx #0: Alternate settings: 8
    em28xx #0: Alternate setting 0, max size= 0
    em28xx #0: Alternate setting 1, max size= 0
    em28xx #0: Alternate setting 2, max size= 1448
    em28xx #0: Alternate setting 3, max size= 2048
    em28xx #0: Alternate setting 4, max size= 2304
    em28xx #0: Alternate setting 5, max size= 2580
    em28xx #0: Alternate setting 6, max size= 2892
    em28xx #0: Alternate setting 7, max size= 3072
    em28xx #0: chip ID is em2882/em2883
    tuner' 2-0061: chip found @ 0xc2 (em28xx #0)
    em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 5e 00 d0 12 5c 03 9e 40 de 1c
    em28xx #0: i2c eeprom 10: 6a 34 27 57 46 07 01 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 20: 46 00 01 00 f0 10 31 00 b8 00 14 00 5b 1e 00 00
    em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
    em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 34 03 54 00 65 00
    em28xx #0: i2c eeprom 70: 72 00 72 00 61 00 54 00 65 00 63 00 20 00 45 00
    em28xx #0: i2c eeprom 80: 6c 00 65 00 63 00 74 00 72 00 6f 00 6e 00 69 00
    em28xx #0: i2c eeprom 90: 63 00 20 00 47 00 6d 00 62 00 48 00 00 00 40 03
    em28xx #0: i2c eeprom a0: 43 00 69 00 6e 00 65 00 72 00 67 00 79 00 20 00
    em28xx #0: i2c eeprom b0: 48 00 79 00 62 00 72 00 69 00 64 00 20 00 54 00
    em28xx #0: i2c eeprom c0: 20 00 55 00 53 00 42 00 20 00 58 00 53 00 20 00
    em28xx #0: i2c eeprom d0: 28 00 32 00 38 00 38 00 32 00 29 00 00 00 1c 03
    em28xx #0: i2c eeprom e0: 30 00 37 00 30 00 32 00 30 00 31 00 30 00 30 00
    em28xx #0: i2c eeprom f0: 38 00 30 00 38 00 33 00 00 00 00 00 00 00 00 00
    EEPROM ID= 0x9567eb1a, hash = 0x4c13bfbe
    Vendor/Product ID= 0ccd:005e
    AC97 audio (5 sample rates)
    500mA max power
    Table at 0x27, strings=0x409e, 0x1cde, 0x346a
    em28xx #0:
    em28xx #0: The support for this board weren't valid yet.
    em28xx #0: Please send a report of having this working
    em28xx #0: not to V4L mailing list (and/or to other addresses)
    xc2028 2-0061: creating new instance
    xc2028 2-0061: type set to XCeive xc2028/xc3028 tuner
    firmware: requesting xc3028-v27.fw
    xc2028 2-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
    xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
    SCODE (20000000), id 000000000000b700:
    xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
    xc2028 2-0061: i2c input error: rc = -19 (should be 2)
    xc2028 2-0061: Unable to read tuner registers.
    xc2028 2-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    xc2028 2-0061: Loading firmware for type=(0), id 000000000000b700.
    SCODE (20000000), id 000000000000b700:
    xc2028 2-0061: Loading SCODE for type=MONO SCODE HAS_IF_4320 (60008000), id 0000000000008000.
    xc2028 2-0061: i2c input error: rc = -19 (should be 2)
    xc2028 2-0061: Unable to read tuner registers.
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 2-005c: *** unknown tvp8081 chip detected.
    tvp5150 2-005c: *** Rom ver is 130.131
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    tvp5150 debug 2-005c: i2c i/o error: rc == -19 (should be 1)
    em28xx #0: V4L2 device registered as /dev/video0 and /dev/vbi0
    em28xx-audio.c: probing for em28x1 non standard usbaudio
    em28xx-audio.c: Copyright (C) 2006 Markus Rechberger
    em28xx #0: Found Terratec Hybrid XS (em2882)
    tvp5150 2-005c: tvp5150am1 detected.
    So it seems that the device has been recognized.. I downloaded the firmwares from http://konstantin.filtschew.de/v4l-firmware/ (the v2, since it is the 0ccd:005e version). I've also extracted the xc3028-v27.fw from the windows drivers using extract_xc3028.pl, since dmesg was complaining for the missing file.
    However, Kaffeine doesn't recognize the DVB device, and I can't get any other player to work with it.
    Is the kernel-bundled em28xx module broken for this device? I remember that I could make this USB dongle work some months ago in an Ubuntu setup, compiling the v4l from sources - do you think that this is required? I see many people can't compile it with the latest kernels.. and don't know exactly where to start.
    Any help would be very appreciated.. thank you
    Cosma

    Anybody can explain me what's the difference between /dev/video* and /dev/adapter*/* ?
    I tried to cat my /dev/video1 (sometimes, plugging out and in the adapter, it gets assigned to video1) and some weird stuff is actually received so I decided to try a frequency scan.. I prepared the frequency file for my local muxes, installed the linuxtv-dvb-apps package, and tried to scan:
    bash-3.2# scan ./it-Roma
    scanning ./it-Roma
    using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
    main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory
    (also triend to play with the -f, -d and -a options to switch on adapter1, demux1 and frontend1)
    Now, those devices was not created at all in my system.. isn't v4l supposed to create them, once recognized the dvb device?

  • DVB-S Tv Card Problems /dev/video

    Hello,
    I have a Terratec Cinergy DVB-S TV card, the modules (dvb-ttpci and others) are correctly loaded by hotplug. So far so good. Yet nothing works (tvtime & kdetv), it can't get a signal.
    In the terminal, it says:
    videoinput: Cannot open capture device /dev/video0: Keine Berechtigung
    rtctimer: Cannot set periodic interval: Keine Berechtigung
    ("Keine Berechtigung" meaning "No permission")
    When I look at /dev, I see that there is no video directory, nor a v4l.
    I looked through these Forums but can't find anything useful.
    Further specs:
    1. v4l loaded in xorg.conf, tv card modules loaded
    2. udev instead of devfs (which works fine everywhere else)
    3. user is in video group (which I had to add by myself)
    Here are excerpts of my udev-rules file:
    # video devices
    SUBSYSTEM="video4linux", GROUP="video"
    KERNEL="dvb*", PROGRAM="/etc/udev/dvb.sh %k", NAME="%c", GROUP="video"
    KERNEL="nvidia*", GROUP="video"
    KERNEL="card[0-9]*", NAME="dri/%k", GROUP="video"
    # v4l devices
    KERNEL="video[0-9]*", NAME="v4l/video%n", SYMLINK="%k", GROUP="video"
    KERNEL="radio[0-9]*", NAME="v4l/radio%n", SYMLINK="radio%e", GROUP="video"
    KERNEL="vbi[0-9]*", NAME="v4l/vbi%n", SYMLINK="%k", GROUP="video"
    KERNEL="vtx[0-9]*", NAME="v4l/vtx%n", SYMLINK="%k", GROUP="video"
    I hope you can help me...
    Greets,
    Vic

    Hello,
    The thread you mentioned couldn't help me. I don't know what I have to do since I read through all the topics discussed here...
    Again, I have "no permission" for the devices in question:
    kdetv:
    vicd@blackdeath ~]$ kdetv
    kdetv: WARNING: [VBIDecoder::restart()] no permission to access device
    tvtime:
    vicd@blackdeath ~]$ tvtime
    Starte tvtime 0.9.15.
    rtctimer: Cannot set periodic interval: Keine Berechtigung
    Konfiguration des Zeitgebers (RTC) auf 1024 Hz fehlgeschlagen. Diese
    hohe Frequenz ist nötig, um ein ruckelfreies Bild zu gewährleisten.
    Bitte starten Sie tvtime mit root-Rechten oder erhöhen Sie die maximale
    RTC-Auflösung, indem Sie als root folgendes Kommando ausführen:
    sysctl -w dev.rtc.max-user-freq=1024
    Weitere Informationen finden Sie unter http://tvtime.net/.
    Lese Konfiguration aus /etc/tvtime/tvtime.xml
    Lese Konfiguration aus /home/vicd/.tvtime/tvtime.xml
    videoinput: Cannot open capture device /dev/video0: Datei oder Verzeichnis nicht gefunden
    Danke, daß Sie tvtime gewählt haben.
    Greets,
    Vic

  • [SOLVED] v4l emulated capture image formats missing

    I'm trying to get my Webcam working with OpenCV on Archlinux. The Webcam is working through uvcvideo and OpenCV trys to access it through v4l requiring it to provide BGR24. The webcam itself only supports YUYV and MJPG and v4l should usually emulate the missing BGR24. This works perfect on lubuntu 64bit but on Archlinux 64bit the emulated formats are missing and therefore OpenCV cannot use the webcam.
    Archlinux 64bit:
    lubuntu 64bit:
    Does anyone know why this is happening on archlinux?
    Any help would be greatly appreciated!
    SOLUTION: Turned out that Sundteks driver for a DVB USB Stick preloads libmediaclient.so for all programs what stuffs up v4l. I just removed the general preload and added it where necessary.
    Last edited by bluber (2013-10-11 17:58:54)

    hadrons123 wrote:
    Sorry my bad
    its
    pacman -S librsvg
    themusicalduck wrote:That did it. Thanks!
    I had the same problem and nemo/nautilus was crashing in a segfault few seconds after starting, now all works fine, thanks! :-)

Maybe you are looking for

  • Sale Order Api Is not working

    Hi experts , I am trying to load the data via api , Its not getting load , can u help me pls , DECLARE l_line_id NUMBER; l_item_id NUMBER; l_order_qty NUMBER; l_msg_index number; L_data VARCHAR2 (2000); l_debug_file VARCHAR2 (200); resultout VARCHAR2

  • Phase codes and status codes in Concurrent Manager

    hi Can u explain me the difference between status_code :- A,Z. I knw both signifies "waiting state" but which codes(A or Z) corresponds to which phase code?? A is also signifies waiting? Z also signifies Waiting? STATUS_CODE Column: A Waiting B Resum

  • Can I share my ITunes library with another ITunes account on a different device?  (i.e. IPhone to IPhone)

    Can I share my Itunes library with another itunes account on a different device?  (i.e. Iphone to Iphone)

  • CS5  bridge photo downloader

    Why does the photo downloader close all of the image files from which I am selecting files for downloader once the selected files have been donloaded?  I have to then start again, and wait for all of the image file thumbnails to once again open.

  • Cannot be applied to (java.io.PrintWriter) error

    Hi guys I get the following errors when trying to compile my program and I was wondering how to solve it printPay() in PaySlip cannot be applied to (java.io.PrintWriter) slip.printPay(slipWrite) import java.io.*; public class PayApp   public static v