Mythtv Problems

Well i'm having all sort of problems with Mythtv... i start the backend server and when i launch mythtv-setup as root it says:
Can't connect to MySQL server on '127.0.0.1' (111)
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
2006-10-10 15:38:04.938 DB Error (KickDatabase):
Query was:
SELECT NULL;
No error type from QSqlError? Strange...
As normal user it runs... and also mythbackend starts but it says:
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
But when I start mythbackend as normal user it starts good and everything but when i try to watch tv with mythfrontend as normal user it says (in the backend server log):
2006-10-10 15:16:12.621 NVR: Error, unknown audio codec
VIDIOCGCHAN: Invalid argument
2006-10-10 15:16:24.235 TVRec(1): Changing from WatchingLiveTV to None
2006-10-10 15:16:24.572 Finished recording The People's Court: channel 1003
2006-10-10 15:16:34.907 Reloading backend settings
2006-10-10 15:16:52.531 Reschedule requested for id 0.
2006-10-10 15:16:52.538 Scheduled 0 items in 0.0 = 0.00 match + 0.01 place
2006-10-10 15:18:10.033 Expiring The People's Court from Tue Oct 10 15:00:00 2006, 1 MBytes, forced expire (LiveTV recording)
2006-10-10 15:18:19.631 Reschedule requested for id 0.
2006-10-10 15:18:19.638 Scheduled 0 items in 0.0 = 0.00 match + 0.01 place
2006-10-10 15:18:27.944 MainServer::HandleAnnounce Playback
2006-10-10 15:18:27.944 adding: xetra as a client (events: 0)
2006-10-10 15:18:27.945 TVRec(1): Changing from None to WatchingLiveTV
2006-10-10 15:18:27.945 TVRec(1): HW Tuner: 1->1
2006-10-10 15:18:28.025 Unknown video codec
2006-10-10 15:18:28.025 Please go into the TV Settings, Recording Profiles and
2006-10-10 15:18:28.025 setup the four 'Software Encoders' profiles.
2006-10-10 15:18:28.025 Assuming RTjpeg for now.
Any help would be thankful.
[/code]

2006-10-10 15:18:28.025 Please go into the TV Settings, Recording Profiles and
2006-10-10 15:18:28.025 setup the four 'Software Encoders' profiles.
2006-10-10 15:18:28.025 Assuming RTjpeg for now.
Go to Utilities > Setup > TV Settings > Recording Profiles within mythfrontend and play with the settings. You "should" see your tuner card there, select it and change the settings. A good one to start with is LiveTV as you can change the settings then escape and test watching tv.  If you don't see your tuner card then you know you'll have to go back and work on mythtv-setup.

Similar Messages

  • How to install drivers for ati radeon 3200?and how to config xorg.co ?

    how to install drivers for ati radeon 3200?and how to config xorg.conf?

    mawch wrote:how to install drivers for ati radeon 3200?and how to config xorg.conf?
    Hello
    I am using ati hd 3200 which is integrated with my motherboard. If you are using arch you can download & install through pacman. The package is named like catalyst*. You can install them by issuing as root user
    #pacman -Sy
    #pacman -S -l | grep -i catalyst
    #pacman -S catalyst catalyst-utils
    After installation reboot your machine in runlevel 1. (single mode).  Ensure "fglrx" module is loaded correctly using
    #lsmod | grep -i fglrx
    If the resultant output have "fglrx" part  the module is loaded correctly. The next step is to create a working /etc/X11/xorg.conf. Backup your current xorg.conf if needed.
    #cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkup
    Then issue
    #aticonfig --initial --input=/etc/X11/xorg.conf
    This will create a new xorg.conf file. Now we can test our confign.
    #telinit 3
    I am using runlevel 3 to avoid graphic messup!!
    issue
    #gdm
    If you graphical login screen works correctly there is nothing to do more except adjust your monitor resoloution as you like.
    To know your ati driver is working correctly issue as root
    #fgl_glxgears
    If gears are rolling happily it seems correct. You can also know more about installed ati driver
    #fglrxinfo
    Now the installed driver version is in the output 
    If there is any problem try following
    ##### Soloutions to solve various display problems using ATI Catalyst Drivers in Linux #####
    yes video playback is choppy until i ran :-
    sudo aticonfig --overlay-type=Xv
    Try adding the following to the 'Device' section in /etc/X11/xorg.conf
    Option "TexturedVideo" "true"
    ### This is a half solution for mythtv problems. Run mythtv in window (no full screen) If You have a screen resolution of 1024x768 try the command;
    mythfrontend --geometry 800x600
    Append the "Device" Section of /etc/X11/xorg.conf file as follows;
    Section "Device"
    Identifier "Videocard0"
    Driver "fglrx"
    Option "OpenGLOverlay" "off"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    Option "TexturedVideoSync" "on"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Add following in the .bashrc of each user or /etc/bashrc file* Most Effective In My Case!!
    export LIBGL_ALWAYS_INDIRECT=true
    ####### Arch Linux - Add the "nopat" option to the /boot/grub/menu.lst or /boot/grub/grub.conf
    ####### as in the following example
    title  Archlinux Ice Kernel
    root   (hd0,1)
    kernel /boot/vmlinuz26-ice root=/dev/sda2 ro resume=/dev/sda3 quiet splash nopat
    initrd /boot/kernel26-ice.img
    NB: REGULAR DISCLAIMER IS ALSO APPLICABLE TO THE ABOVE MATTER; USE IT AT YOUR OWN RISK !!!  ALL THE ABOVE INFORMATION IS COLLECTED FROM VARIOUS POSTINGS IN THE FORUM AND FROM MY OWN EXPERIENCE
    Wish U good luck
    mvdvarrier

  • Mythtv: mythplugins 0.21 fixes branch problem

    I'v been using custom pkgbuild to update mythtv stuff from fixes branch every week. Newest mythplugins set causes segfault and I'v been tracking the version that causes this problem first time.
    Version 16934 is running ok but 16935 is causing segfault if I try to watch tv, go to settings etc. Difference about these versions are mainly finnish language updates.
    I'm guessing my 3 different Arch setups are lacking something that causes these problems. I use EN and FI locales. Verbosed output doesn't show anything regarding the crash..
    This is the difference between the two versions.
    http://svn.mythtv.org/trac/changeset?ol … &new=16935
    Does anyone have same problems and/or have fix proposal?

    I get the mythweb up and running - The only minor change was the move from /home/httpd/html to /srv/www according to the mythweb.
    Still after rebooting my server Mythbackend aren't starting by it self, and only working when restarting it manually. Allso after running mythtv-setup again and everything. The mythbackend aren't starting at boot time at it self.
    So untill later when fixing this problem - i made a manual restart in /etc/rc.local and then it'll work!

  • Problems with MythTV SVN

    Hey guys.
    I'm dreaming about updateting my MythTV-system, to the newest in SVN.
    When getting the package from AUR - I'm getting this error: 
    # svn co http://svn.mythtv.org/svn/trunk/svn: OPTIONS of 'http://svn.mythtv.org/svn/trunk': could not connect to server (http://svn.mythtv.org)
    So what could this carswe - funny enough It worked with out problems on the MasterBackend - but not on the frontends - What could carse this!

    Since I have some special TVcards - Whivh will nolt work under kernel2.6.30 - I will not use that kernel - and for that reason thed pacman -Syu worked, but afterwards I needing to downgrade the kernel to make the TVtuners work
    So you should be able to rebuild a package - which is allready installed - without beeing forced to do a pacman -Syu. That cannot be real, and gives you several hours up/downgrading to build a newer version of a insta lled package!

  • 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.

  • Mysql experts - major problem with my mythtv database

    I'm running mythtv which uses mysql to store its program data and I'm in over my head.  Basically, when I updated from mythtv 0.21-fixes to 0.22, the database schema needed to get updated as well.  I ran some errors that I don't understand, nor can I find anything meaningful via googling around.
    Here is a clip of my /var/log/mythtv/mythbackend.log
    2010-03-06 18:08:58.534 Using runtime prefix = /usr
    2010-03-06 18:08:58.633 Using configuration directory = /home/mythtv/.mythtv
    2010-03-06 18:08:58.659 Empty LocalHostName.
    2010-03-06 18:08:58.683 Using localhost value of mythtv
    2010-03-06 18:08:58.714 New DB connection, total: 1
    2010-03-06 18:08:58.737 Connected to database 'mythconverg' at host: localhost
    2010-03-06 18:08:58.759 Closing DB connection named 'DBManager0'
    2010-03-06 18:08:58.784 Connected to database 'mythconverg' at host: localhost
    2010-03-06 18:08:58.811 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:08:58.834 MythTV database schema is old. Waiting to see if DB is being upgraded.
    2010-03-06 18:08:59.859 New DB connection, total: 2
    2010-03-06 18:08:59.908 Connected to database 'mythconverg' at host: localhost
    2010-03-06 18:08:59.952 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:09:00.977 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:09:02.017 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:09:03.083 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:09:04.156 Current MythTV Schema Version (DBSchemaVer): 1215
    2010-03-06 18:09:04.220 Timed out waiting.
    2010-03-06 18:09:04.251 Backing up database with script: '/usr/share/mythtv/mythconverg_backup.pl'
    2010-03-06 18:09:08.404 Database Backup complete.
    2010-03-06 18:09:08.484 Backed up database to file: '/myth/tv/mythconverg-1215-20100306180904.sql.gz'
    2010-03-06 18:09:08.516 Console is non-interactive, can't prompt user...
    2010-03-06 18:09:08.548 Upgrading.
    2010-03-06 18:09:08.649 Newest MythTV Schema Version : 1244
    2010-03-06 18:09:10.425 New DB connection, total: 3
    2010-03-06 18:09:10.483 Connected to database 'mythconverg' at host: localhost
    2010-03-06 18:09:10.505 Upgrading to MythTV schema version 1216
    2010-03-06 18:09:12.808 DB Error (Performing database upgrade):
    Query was: ALTER TABLE program MODIFY title varbinary(128) NOT NULL default '', MODIFY subtitle varbinary(128) NOT NULL default '', MODIFY description blob NOT NULL, MODIFY category varbinary(64) NOT NULL default '', MODIFY category_type varbinary(64) NOT NULL default '', MODIFY title_pronounce varbinary(128) NOT NULL default '', MODIFY seriesid varbinary(40) NOT NULL default '', MODIFY showtype varbinary(30) NOT NULL default '', MODIFY colorcode varbinary(20) NOT NULL default '', MODIFY syndicatedepisodenumber varbinary(20) NOT NULL default '', MODIFY programid varbinary(40) NOT NULL default '';
    Error was: Driver error was [2/1054]:
    QMYSQL3: Unable to execute statement
    Database error was:
    Unknown column 'title_pronounce' in 'program'
    new version: 1216
    2010-03-06 18:09:12.841 DB charset conversions update failed! Your database seems to be partially corrupted. Please move the backup to a safe place. Your database must be fixed before you can upgrade beyond 0.21-fixes. Please see http://www.mythtv.org/wiki/Fixing_Corrupt_Database_Encoding for information.
    2010-03-06 18:09:12.866 Database Schema upgrade FAILED, unlocking.
    2010-03-06 18:09:12.891 Couldn't upgrade database to new schema
    2010-03-06 18:09:13.049 mythbackend version: branches/release-0-22-fixes [23566M] www.mythtv.org
    I have no idea what these errors are nor how to resolve them.  Any advise is greatly appreciated.

    Hello,
    First of all:
    your validate method signature is:
    public ResultSet validateUser( String u, String p) throws SQLException, BUT, String u and String p are never used in the query statement, instead of SELECT ... FROM tblUsers WHERE loginName=? AND password=? and then update query parameters with u and p, you retrieve ALL users to front-end, which is a bad practice, what would web server load be if you have 10000 users on on that DB for that particular application? It's a permormance killer.
    Second:
    while(rs.next()){
    String u1 = rs.getString("name");
    String p1 = rs.getString("Password");
    if (u1.equals(username) && (p1.equalsI(password))){
    break;
    %>
    <jsp:forward page="err.html" />
    <%}
    out.println("You Are a Valid User");
    because the forward is inside the loop, if the first row in result set doesn't match inputed parameters, loop is not going to be broken and the next statement inside the loop is the forward.
    Hope this help
    Regards,
    OO

  • Mythtv with systemd problems [SOLVED]

    Anyone using mythtv with systemd?  I am using the following to get systemd to start mythbackend but it attempts to start before mysqld is fully ready and thus fails:
    $ cat /etc/systemd/system/mythbackend.service
    [Unit]
    Description=MythTV backend service
    After=network.target mysqld.service
    [Service]
    Type=simple
    Environment=MYTHCONFDIR=/etc/conf.d/mythbackend
    Environment=HOME=/usr/share/mythtv
    User=mythtv
    ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
    [Install]
    WantedBy=multi-user.target
    Here is the status output... any advice?
    # systemctl status mythbackend.service
    mythbackend.service - MythTV backend service
    Loaded: loaded (/etc/systemd/system/mythbackend.service; enabled)
    Active: failed (Result: exit-code) since Thu, 10 May 2012 11:59:57 -0400; 2min 40s ago
    Process: 415 ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv/mythbackend.log (code=exited, status=130)
    CGroup: name=systemd:/system/mythbackend.service
    May 10 11:59:54 mars mythbackend[415]: 2012-05-10 11:59:54.273466 E Driver error was [1/2002]:
    May 10 11:59:54 mars mythbackend[415]: QMYSQL: Unable to connect
    May 10 11:59:54 mars mythbackend[415]: Database error was:
    May 10 11:59:54 mars mythbackend[415]: Can't connect to local MySQL server through socket '/var/ru... (2)
    May 10 11:59:56 mars mythbackend[415]: No UPnP backends found
    May 10 11:59:56 mars mythbackend[415]: Would you like to configure the database connection now? [no]
    May 10 11:59:56 mars mythbackend[415]: [console is not interactive, using default 'no']
    May 10 11:59:56 mars mythbackend[415]: 2012-05-10 11:59:56.526065 I UPnPautoconf() - No UPnP back...ound
    May 10 11:59:56 mars mythbackend[415]: 2012-05-10 11:59:56.526080 A No UPnP backends found
    May 10 11:59:56 mars mythbackend[415]: 2012-05-10 11:59:56.526190 C Failed to init MythContext.
    Last edited by graysky (2012-05-11 20:17:34)

    Cool, 65kid.  Back on topic: http://rpm.pbone.net/index.php3/stat/4/ … 4.rpm.html
    $ cat ./usr/libexec/mysqld-wait-ready
    #!/bin/sh
    # This script waits for mysqld to be ready to accept connections
    # (which can be many seconds or even minutes after launch, if there's
    # a lot of crash-recovery work to do).
    # Running this as ExecStartPost is useful so that services declared as
    # "After mysqld" won't be started until the database is really ready.
    # Service file passes us the daemon's PID
    daemon_pid="$1"
    # extract value of a MySQL option from config files
    # Usage: get_mysql_option SECTION VARNAME DEFAULT
    # result is returned in $result
    # We use my_print_defaults which prints all options from multiple files,
    # with the more specific ones later; hence take the last match.
    get_mysql_option(){
    result=`/usr/bin/my_print_defaults "$1" | sed -n "s/^--$2=//p" | tail -n 1`
    if [ -z "$result" ]; then
    # not found, use default
    result="$3"
    fi
    # Defaults here had better match what mysqld_safe will default to
    get_mysql_option mysqld datadir "/var/lib/mysql"
    datadir="$result"
    get_mysql_option mysqld socket "$datadir/mysql.sock"
    socketfile="$result"
    # Wait for the server to come up or for the mysqld process to disappear
    ret=0
    while /bin/true; do
    RESPONSE=`/usr/bin/mysqladmin --socket="$socketfile" --user=UNKNOWN_MYSQL_USER ping 2>&1`
    mret=$?
    if [ $mret -eq 0 ]; then
    break
    fi
    # exit codes 1, 11 (EXIT_CANNOT_CONNECT_TO_SERVICE) are expected,
    # anything else suggests a configuration error
    if [ $mret -ne 1 -a $mret -ne 11 ]; then
    ret=1
    break
    fi
    # "Access denied" also means the server is alive
    echo "$RESPONSE" | grep -q "Access denied for user" && break
    # Check process still exists
    if ! /bin/kill -0 $daemon_pid 2>/dev/null; then
    ret=1
    break
    fi
    sleep 1
    done
    WTF: /usr/bin/my_print_defaults
    Here is the Arch rc.d script... how to adapt this for systemd?
    stat_busy "Starting MySQL Server"
    [ ! -d /var/run/mysqld ] && install -d -g mysql -o mysql /var/run/mysqld &>/dev/null
    if [ -z "$(getPID)" ]; then
    /usr/bin/mysqld_safe --user=mysql &>/dev/null &
    if [ $? -gt 0 ]; then
    stat_fail
    exit 1
    else
    timeo=30
    while [ $timeo -gt 0 ]; do
    response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 2>&1` && break
    echo "$response" | grep -q "mysqld is alive" && break
    sleep 1
    let timeo=${timeo}-1
    done
    if [ $timeo -eq 0 ]; then
    stat_fail
    exit 1
    else
    echo $(getPID) > /var/run/mysqld/mysqld.pid
    add_daemon mysqld
    stat_done
    fi
    fi
    else
    stat_fail
    exit 1
    fi
    Last edited by graysky (2012-05-10 19:06:04)

  • Problems with MythTV

    Hey guys.
    I've upgraded my MythTV backend server til latest kernel.
    After installing sasc-ng-kernel26-patch and installad opemsasc-ng on my MythBackendserver (running for several years) with sasc-ng etc.
    but this time its really strange - since MythTV stops with starting duriing boot time.
    I have 4 TVcards connected and sascng are starting fine.
    <code>
    2011-07-04 06:17:18.611 mythbackend version: fixes/0.24 [v0.24.1-36-gd06878a] www.mythtv.org
    2011-07-04 06:17:18.803 Using runtime prefix = /usr
    2011-07-04 06:17:18.861 Using configuration directory = /root/.mythtv
    2011-07-04 06:17:18.978 Using localhost value of MainCore
    2011-07-04 06:17:19.077 New DB connection, total: 1
    2011-07-04 06:17:19.204 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:17:19.304 Closing DB connection named 'DBManager0'
    2011-07-04 06:17:19.403 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:17:19.494 Current locale da_DK
    2011-07-04 06:17:19.577 Reading locale defaults from /usr/share/mythtv//locales/da_dk.xml
    2011-07-04 06:17:19.689 Current MythTV Schema Version (DBSchemaVer): 1264
    2011-07-04 06:17:19.770 ThreadPool:HTTP: Initial 1, Max 25, Timeout 60000
    2011-07-04 06:17:19.873 Enabling Upnpmedia rebuild thread.
    2011-07-04 06:17:21.153 MythBackend: Starting up as the master server.
    2011-07-04 06:17:21.286 New DB connection, total: 2
    2011-07-04 06:17:21.393 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:17:21.485 mythbackend: MythBackend started as master server
    2011-07-04 06:17:29.953 New DB connection, total: 3
    2011-07-04 06:17:30.076 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:17:30.289 UPnpMedia: BuildMediaMap VIDEO scan starting in :/storage/movies/movies/:
    2011-07-04 06:17:33.102 UPnpMedia: BuildMediaMap Done. Found 1474 objects
    2011-07-04 06:28:04.883 mythbackend version: fixes/0.24 [v0.24.1-36-gd06878a] www.mythtv.org
    2011-07-04 06:28:05.062 Using runtime prefix = /usr
    2011-07-04 06:28:05.170 Using configuration directory = /root/.mythtv
    2011-07-04 06:28:05.271 Using localhost value of MainCore
    2011-07-04 06:28:05.378 New DB connection, total: 1
    2011-07-04 06:28:05.481 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:28:05.597 Closing DB connection named 'DBManager0'
    2011-07-04 06:28:05.696 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:28:05.796 Current locale da_DK
    2011-07-04 06:28:05.862 Reading locale defaults from /usr/share/mythtv//locales/da_dk.xml
    2011-07-04 06:28:05.990 Current MythTV Schema Version (DBSchemaVer): 1264
    2011-07-04 06:28:06.088 ThreadPool:HTTP: Initial 1, Max 25, Timeout 60000
    2011-07-04 06:28:06.157 Enabling Upnpmedia rebuild thread.
    2011-07-04 06:28:07.437 MythBackend: Starting up as the master server.
    2011-07-04 06:28:07.579 New DB connection, total: 2
    2011-07-04 06:28:07.652 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:28:07.760 mythbackend: MythBackend started as master server
    2011-07-04 06:28:16.237 New DB connection, total: 3
    2011-07-04 06:28:16.384 Connected to database 'mythconverg' at host: 172.16.20.10
    2011-07-04 06:28:16.589 UPnpMedia: BuildMediaMap VIDEO scan starting in :/storage/movies/movies/:
    2011-07-04 06:28:19.411 UPnpMedia: BuildMediaMap Done. Found 1474 objects
    </code>
    And thats it - MythTV ain't discovering the tvcards as soon as sascng is started up and starting without getting through to the TVcards!
    Normally you'll set the mythtv up by pointing at the normal Interface - and afterwards change the virtual interface in the MySQL database - But it'll aint working here ???
    So any Ideas to make this work again???
    TIA
    Peque

    Since I have some special TVcards - Whivh will nolt work under kernel2.6.30 - I will not use that kernel - and for that reason thed pacman -Syu worked, but afterwards I needing to downgrade the kernel to make the TVtuners work
    So you should be able to rebuild a package - which is allready installed - without beeing forced to do a pacman -Syu. That cannot be real, and gives you several hours up/downgrading to build a newer version of a insta lled package!

  • MythTv Schedule Problems

    Hi- my mythtv database is 2 hours behind. For example, tv.yahoo.com shows an episode of twilight zone starting at 7AM , but my mythconverg DB shows it starting at 5AM. I am using the zap2it connection to populate my db. I just changed my timezone to the correct time. Is it possible to clear out the episode lineup in the DB and rerun mythfill? It appears that it will not ovewrite data but I could be wrong. Any ideas?

    If you're running MythTV 18.x you just run mythfilldatabase again and it will update the first and last days of information in regards to your channel lineup. It won't download the whole (13 or 14) days worth. But, if you run mythfilldatabase as a daily cron job you'll eventually work your way through it (updating the first and last days lineup again & again). I've never bothered to delete the database and start over. During this process the days "in the middle" will appear off by two hours.
    I believe Myth 19 handles this differently.

  • How can I improve NFSv3 file performance with MythTV thru a NAS Drive?

    Basically, I have both my MythTV combined frontend/backend machine and a NAS Drive connected via gigabit ethernet connections.
    The NAS drive stores my recordings, shared via NFSv3 (because that's all the NAS drive came with, unfortunatly).
    Now, my problem is that I can record or watch multiple *seperate* HD files simultaneously, travelling back and forth from the NAS without problem.
    However when I try to watch the same file *While it's still being recorded*, after around 20 minutes the network connection is full/overloaded (between the mythserver and the NAS drive) and playback grinds to a halt (It doesn't stop the recording, just the playback).
    It used to happen much quicker when I was only using a 100mb connection.
    As i've said, this doesn't happen at ALL with seperate files, just only if i watch the *same* file that's being recorded at the same time.
    Is there anyway (bar just having the recordings on a Hard Drive within my backend) that I can stop this problem? Is it because I use NFSv3 on the NAS drive? are there any options I can change in the /etc/exports file on the NAS drive that would help? Thanks
    If you want me to post what my NAS drive (Readynas Duo V2) has in its /etc/exports file, I will

    Post the file but I dunno how many Archer are using NFSv3... ;/

  • Problems with DVB

    Hey Guys.
    I have my MythTV setup at home with 2 HVR4000 DVB-S/S2 (Hauppauge) Which have runned without any problems earliere on.
    But after getting a new Masterbackend server and added the HVR cards and ionstalled everything - something about the cards  goes wrong.
    I have installed the lipian-s2 (I think they are named) drivers and downloaded the firmware.
    But no matter what - I just getting several errors - and jumping backl out to main menu.
    I cannot figure out what to do! - and where it goes wrong - sasc-ng log:
    Dec 17 05:14:24.709 CSA: Got command(3): E idx: 1 pid: 0 key: 9a4a...08
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:34.660 CSA: Got command(3): O idx: 1 pid: 0 key: 1b0d...1a
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:44.599 CSA: Got command(3): E idx: 1 pid: 0 key: 8a8d...07
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:14:54.683 CSA: Got command(3): O idx: 1 pid: 0 key: eade...ba
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:15:04.650 CSA: Got command(3): E idx: 1 pid: 0 key: 1f8a...92
    Called cSascDvbDevice::SetCaDescr
    Dec 17 05:15:14.668 CSA: Got command(3): O idx: 1 pid: 0 key: 52f3...0d
    Dec 17 05:15:20.773 CSA: Removing csa for rb: 3
    Dec 17 05:15:21.966 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.309 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.669 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.843 CHANNEL: Clearing tuning cache due to switch cmd
    Dec 17 05:15:22.901 CHANNEL: Tuning frontend (new)
    Dec 17 05:15:22 [core.pids] 1: update SID 2130 (zero=0 noshift=0)
    Dec 17 05:15:23 [core.pids] 1: pids typ5=0854 typ5=0853
    Dec 17 05:15:23 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:23 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Dec 17 05:15:23 [core.pids] 1.1: pids on entry typ5=0853 typ5=0854 typ5=0858
    Dec 17 05:15:23 [core.pids] 1.1: pids after delete typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1.1: pids after add typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1: update SID 2130 (zero=0 noshift=0)
    Dec 17 05:15:23 [core.pids] 1: pids typ5=0853
    Dec 17 05:15:23 [core.au] 1: stopping chain 090f
    Dec 17 05:15:23 [core.ecm] 1.1: triggered SID 2130/2130 idx 1/1 mode 3/0 sync
    Dec 17 05:15:23 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:23 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Dec 17 05:15:23 [core.pids] 1.1: pids on entry typ5=0853 typ5=0854
    Dec 17 05:15:23 [core.pids] 1.1: pids after delete typ5=0853
    Dec 17 05:15:23 [core.pids] 1.1: pids after add typ5=0853
    Dec 17 05:15:24 [core.pids] 1: update SID 2130 (zero=0 noshift=1)
    Dec 17 05:15:22.968 CHANNEL: Tuning frontend (new)
    Dec 17 05:15:23 [core.au] 1: chain caid 0b00 -> Cardclient(-15) [0030-82/ff/00]
    Dec 17 05:15:24 [core.ecm] 1.1: triggered SID 2130/2130 idx 1/1 mode 3/0 sync
    Dec 17 05:15:24 [core.pids] 1: SID=2130 zero=0 | sid=1/2130/0 zero=-/-/- idle=-/-/-
    Dec 17 05:15:24.356 CSA: Creating csa for rb: 3
    sasc-ng: dvblb_plugins/plugin_ffdecsa.c:487: void process_ffd(msg*, unsigned int): Assertion `csa->rb' failed.
    Dec 17 05:15:24 [core.pids] 1: found handler for SID 2130 (1.1 idle=0 idx=1)
    Using Opensasc-ng to make it work for satelite:
    But giving this error:
    /usr/local/src/open-sasc-ng/src/open-sasc-ng-build/dvbloopback/module/dvb_loopback.c: frontend loopback driver v0.0.1
    dvbloopback: registering 2 adapters
    DVB: registering new adapter (DVB-LOOPBACK)
    DVB: registering new adapter (DVB-LOOPBACK)
    eth0: no IPv6 routers present
    cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
    cx8800 0000:05:00.0: firmware: requesting dvb-fe-cx24116.fw
    cx24116_firmware_ondemand: Waiting for firmware upload(2)...
    cx24116_load_firmware: FW version 1.23.86.1
    cx24116_firmware_ondemand: Firmware upload complete
    cx24116_firmware_ondemand: Waiting for firmware upload (dvb-fe-cx24116.fw)...
    cx88-mpeg driver manager 0000:05:04.2: firmware: requesting dvb-fe-cx24116.fw
    cx24116_firmware_ondemand: Waiting for firmware upload(2)...
    cx24116_load_firmware: FW version 1.23.86.1
    cx24116_firmware_ondemand: Firmware upload complete
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]: irq mpeg [0x80000] pci_abort*
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx88[1]/2-mpeg: general errors: 0x00080000
    cx8802_start_dma() Failed. Unsupported value in .mpeg (0x00000001)
    dvblb_fake_ioctl interrupted: 2150133582
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    dvblb_fake_ioctl interrupted: 28482
    Can someone tell me if there's a problem somewhere causiong this error - or have experienced something like that!
    TIA
    PBJ

    This is not Archlinux or Mythtv related problem.
    You should try dvbn forums.
    http://dvbn.happysat.org/viewforum.php? … eccc998710

  • Hauppauge 850 works, but not through MythTV!

    I have a Hauppauge 850 (model 72301, 2040:7240). I have loaded the necessary drivers, and firmware. I can get video working just fine in tvtime (no audio, but I hear that this is normal), VLC works through DVB, but the MythTV program seems to be incapable of accessing my tuner.
    MythTV sees it as a Hauppauge 850, sets everything up fine, but then does not seem to be able to access the tuner. The frontend spits out:
    Error opening jump program file buffer.
    Indeed, it does create several 0 byte files with a .mpg extension.
    The backend logs the following:
    2014-02-26 10:52:28.269652 C [27149/27149] thread_unknown mythcommandlineparser.cpp:2594 (ConfigureLogging) - mythbackend version: tag: v0.27 [317d5b7] www.mythtv.org
    2014-02-26 10:52:28.269682 C [27149/27149] thread_unknown mythcommandlineparser.cpp:2596 (ConfigureLogging) - Qt version: compile: 4.8.5, runtime: 4.8.5
    2014-02-26 10:52:28.269686 N [27149/27149] thread_unknown mythcommandlineparser.cpp:2598 (ConfigureLogging) - Enabled verbose msgs: general
    2014-02-26 10:52:28.269761 N [27149/27149] thread_unknown logging.cpp:914 (logStart) - Setting Log Level to LOG_INFO
    2014-02-26 10:52:28.270375 I [27149/27150] Logger logging.cpp:315 (run) - Added logging to the console
    2014-02-26 10:52:28.270429 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Interrupt handler
    2014-02-26 10:52:28.270437 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Terminated handler
    2014-02-26 10:52:28.270442 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Segmentation fault handler
    2014-02-26 10:52:28.270447 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Aborted handler
    2014-02-26 10:52:28.270452 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Bus error handler
    2014-02-26 10:52:28.270457 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Floating point exception handler
    2014-02-26 10:52:28.270463 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Illegal instruction handler
    2014-02-26 10:52:28.270470 I [27149/27149] thread_unknown signalhandling.cpp:194 (SetHandlerPrivate) - Setup Real-time signal 0 handler
    2014-02-26 10:52:28.270497 N [27149/27149] thread_unknown mythdirs.cpp:55 (InitializeMythDirs) - Using runtime prefix = /usr
    2014-02-26 10:52:28.270507 N [27149/27149] thread_unknown mythdirs.cpp:68 (InitializeMythDirs) - Using configuration directory = /home/hydra/.mythtv
    2014-02-26 10:52:28.270566 I [27149/27149] CoreContext mythcorecontext.cpp:249 (Init) - Assumed character encoding: en_US.UTF-8
    2014-02-26 10:52:28.270996 N [27149/27149] CoreContext mythcontext.cpp:504 (LoadDatabaseSettings) - Empty LocalHostName.
    2014-02-26 10:52:28.271002 I [27149/27149] CoreContext mythcontext.cpp:512 (LoadDatabaseSettings) - Using localhost value of poisonous
    2014-02-26 10:52:28.291475 N [27149/27149] CoreContext mythcorecontext.cpp:1294 (InitLocale) - Setting QT default locale to en_CA
    2014-02-26 10:52:28.291538 I [27149/27149] CoreContext mythcorecontext.cpp:1327 (SaveLocaleDefaults) - Current locale en_CA
    2014-02-26 10:52:28.291572 N [27149/27149] CoreContext mythlocale.cpp:121 (LoadDefaultsFromXML) - Reading locale defaults from /usr/share/mythtv//locales/en_ca.xml
    2014-02-26 10:52:28.302646 I [27149/27149] CoreContext schemawizard.cpp:118 (Compare) - Current MythTV Schema Version (DBSchemaVer): 1317
    2014-02-26 10:52:28.303698 I [27149/27149] CoreContext mythtranslation.cpp:65 (load) - Loading en_ca translation for module mythfrontend
    2014-02-26 10:52:28.304801 N [27149/27149] CoreContext main_helpers.cpp:582 (run_backend) - MythBackend: Starting up as the master server.
    2014-02-26 10:52:28.346306 I [27149/27149] CoreContext recorders/v4lchannel.cpp:558 (SetInputAndFormat) - V4LChannel[3](/dev/video0): SetInputAndFormat(2, NTSC) (v4l v2) input_switch: 0 mode_switch: 1
    2014-02-26 10:52:28.502215 I [27149/27150] Logger logging.cpp:474 (initialTimeout) - Added logging to mythlogserver at TCP:35327
    2014-02-26 10:52:33.065716 I [27149/27149] CoreContext recorders/v4lchannel.cpp:558 (SetInputAndFormat) - V4LChannel[3](/dev/video0): SetInputAndFormat(2, NTSC) (v4l v2) input_switch: 0 mode_switch: 1
    2014-02-26 10:52:33.561195 W [27149/27149] CoreContext recorders/dtvchannel.cpp:307 (SetChannelByString) - DTVChan[3](/dev/video0): SetChannelByString(37): You have not set an external channel changing
    script for a composite or s-video input. Channel changing will do nothing.
    2014-02-26 10:52:33.601147 I [27149/27149] CoreContext programinfo.cpp:2147 (CheckProgramIDAuthorities) - Found 0 distinct programid authorities
    2014-02-26 10:52:33.601443 I [27149/27260] Scheduler mythdbcon.cpp:436 (getStaticCon) - New static DB connectionSchedCon
    2014-02-26 10:52:33.601532 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'LogClean'.
    2014-02-26 10:52:33.601571 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'DBCleanup'.
    2014-02-26 10:52:33.601602 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'ThemeUpdateNotifications'.
    2014-02-26 10:52:33.601638 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'RecordedArtworkUpdate'.
    2014-02-26 10:52:33.604320 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'MythFillDB'.
    2014-02-26 10:52:33.604360 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'JobQueueRecover'.
    2014-02-26 10:52:33.604378 I [27149/27149] CoreContext housekeeper.cpp:571 (RegisterTask) - Registering HouseKeeperTask 'HardwareProfiler'.
    2014-02-26 10:52:33.605123 I [27149/27149] CoreContext housekeeper.cpp:637 (Start) - Queueing HouseKeeperTask 'HardwareProfiler'.
    2014-02-26 10:52:33.605134 I [27149/27149] CoreContext housekeeper.cpp:637 (Start) - Queueing HouseKeeperTask 'RecordedArtworkUpdate'.
    2014-02-26 10:52:33.605139 I [27149/27149] CoreContext housekeeper.cpp:637 (Start) - Queueing HouseKeeperTask 'ThemeUpdateNotifications'.
    2014-02-26 10:52:33.605149 I [27149/27149] CoreContext housekeeper.cpp:644 (Start) - Starting HouseKeeper.
    2014-02-26 10:52:33.607564 I [27149/27263] HouseKeeping housekeeper.cpp:132 (Run) - Running HouseKeeperTask 'HardwareProfiler'.
    2014-02-26 10:52:33.611078 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP 127.0.0.1:6544
    2014-02-26 10:52:33.611160 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP [::1]:6544
    2014-02-26 10:52:33.611245 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP [fe80::225:22ff:fe64:1bc1%eth0]:6544
    2014-02-26 10:52:33.611272 I [27149/27263] HouseKeeping housekeeper.cpp:136 (Run) - HouseKeeperTask 'HardwareProfiler' Failed.
    2014-02-26 10:52:33.611923 I [27149/27263] HouseKeeping housekeeper.cpp:132 (Run) - Running HouseKeeperTask 'RecordedArtworkUpdate'.
    2014-02-26 10:52:33.611962 I [27149/27263] HouseKeeping backendhousekeeper.cpp:457 (DoRun) - Performing Artwork Refresh: /usr/bin/mythmetadatalookup --refresh-all-artwork --verbose general --logpath /home/hydra --loglevel info
    2014-02-26 10:52:33.613312 I [27149/27268] SystemManager mythsystemunix.cpp:275 (run) - Starting process manager
    2014-02-26 10:52:33.613477 I [27149/27269] SystemSignalManager mythsystemunix.cpp:510 (run) - Starting process signal handler
    2014-02-26 10:52:33.613563 I [27149/27270] SystemIOHandlerR mythsystemunix.cpp:91 (run) - Starting IO manager (read)
    2014-02-26 10:52:33.613594 I [27149/27271] SystemIOHandlerW mythsystemunix.cpp:91 (run) - Starting IO manager (write)
    2014-02-26 10:52:33.617424 N [27149/27149] CoreContext mediaserver.cpp:168 (Init) - MediaServer:: Loopback address specified - 127.0.0.1. Disabling UPnP
    2014-02-26 10:52:33.617488 I [27149/27149] CoreContext main_helpers.cpp:668 (run_backend) - Main::Registering HttpStatus Extension
    2014-02-26 10:52:33.621664 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP 127.0.0.1:6543
    2014-02-26 10:52:33.621736 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP [::1]:6543
    2014-02-26 10:52:33.621797 I [27149/27149] CoreContext serverpool.cpp:399 (listen) - Listening on TCP [fe80::225:22ff:fe64:1bc1%eth0]:6543
    2014-02-26 10:52:33.625115 N [27149/27149] CoreContext autoexpire.cpp:264 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 1.0 GB w/freq: 15 min
    2014-02-26 10:52:34.190304 I [27149/27307] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Monitor
    2014-02-26 10:52:34.190313 I [27149/27307] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 0)
    2014-02-26 10:52:34.191612 I [27149/27307] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Monitor
    2014-02-26 10:52:34.191618 I [27149/27307] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 1)
    2014-02-26 10:52:34.394345 I [27149/27307] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Monitor
    2014-02-26 10:52:34.394357 I [27149/27307] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 0)
    2014-02-26 10:52:34.396116 I [27149/27307] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Monitor
    2014-02-26 10:52:34.396129 I [27149/27307] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 1)
    2014-02-26 10:52:34.565750 I [27149/27263] HouseKeeping backendhousekeeper.cpp:473 (DoRun) - Artwork Refresh Complete
    2014-02-26 10:52:34.565776 I [27149/27263] HouseKeeping housekeeper.cpp:140 (Run) - HouseKeeperTask 'RecordedArtworkUpdate' Finished Successfully.
    2014-02-26 10:52:34.567094 I [27149/27263] HouseKeeping housekeeper.cpp:132 (Run) - Running HouseKeeperTask 'ThemeUpdateNotifications'.
    2014-02-26 10:52:35.466769 I [27149/27263] HouseKeeping housekeeper.cpp:140 (Run) - HouseKeeperTask 'ThemeUpdateNotifications' Finished Successfully.
    2014-02-26 10:52:36.613356 I [27149/27260] Scheduler scheduler.cpp:2094 (HandleReschedule) - Reschedule requested for MATCH 0 0 0 - SchedulerInit
    2014-02-26 10:52:36.642481 I [27149/27260] Scheduler scheduler.cpp:2207 (HandleReschedule) - Scheduled 0 items in 0.0 = 0.01 match + 0.00 check + 0.01 place
    2014-02-26 10:52:36.643871 I [27149/27260] Scheduler scheduler.cpp:2274 (HandleRunSchedulerStartup) - Scheduler: Seem to be woken up by USER
    2014-02-26 10:52:47.912670 I [27149/27307] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Playback
    2014-02-26 10:52:47.912692 I [27149/27307] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 0)
    2014-02-26 10:52:47.916439 I [27149/27259] TVRecEvent tv_rec.cpp:1048 (HandleStateChange) - TVRec[3]: Changing from None to WatchingLiveTV
    2014-02-26 10:52:47.921208 I [27149/27259] TVRecEvent tv_rec.cpp:3597 (TuningCheckForHWChange) - TVRec[3]: HW Tuner: 3->3
    2014-02-26 10:52:47.957496 I [27149/27259] TVRecEvent recorders/v4lchannel.cpp:558 (SetInputAndFormat) - V4LChannel[3](/dev/video0): SetInputAndFormat(2, NTSC) (v4l v2) input_switch: 0 mode_switch: 1
    2014-02-26 10:52:52.635974 N [27149/27261] Expire autoexpire.cpp:641 (SendDeleteMessages) - Expiring 0 MB for 1000 at 2014-02-26T15:48:29Z =>
    2014-02-26 10:52:52.636082 N [27149/27261] Expire autoexpire.cpp:641 (SendDeleteMessages) - Expiring 0 MB for 1000 at 2014-02-26T15:48:30Z =>
    2014-02-26 10:52:52.636153 N [27149/27261] Expire autoexpire.cpp:641 (SendDeleteMessages) - Expiring 0 MB for 1000 at 2014-02-26T15:48:45Z =>
    2014-02-26 10:52:52.696252 W [27149/27259] TVRecEvent recorders/dtvchannel.cpp:307 (SetChannelByString) - DTVChan[3](/dev/video0): SetChannelByString(37): You have not set an external channel changing
    script for a composite or s-video input. Channel changing will do nothing.
    2014-02-26 10:52:53.863541 N [27149/27149] CoreContext autoexpire.cpp:264 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
    2014-02-26 10:52:53.870234 N [27149/27149] CoreContext autoexpire.cpp:264 (CalcParams) - AutoExpire: CalcParams(): Max required Free Space: 2.0 GB w/freq: 15 min
    2014-02-26 10:52:58.594384 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Audio Sampling Frequency to 2
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594427 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Audio Encoding to 1
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594462 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Audio L2 Bitrate to 13
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594489 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Video Aspect ratio to 1
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594533 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set MPEG Stream type to 0
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594561 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Video Average Bitrate to 4500000
    eno: Invalid argument (22)
    2014-02-26 10:52:58.594592 E [27149/27539] RecThread recorders/mpegrecorder.cpp:756 (set_ctrls) - mpegrecorder.cpp:set_ctrls(): Could not set Video Peak Bitrate to 6000000
    eno: Invalid argument (22)
    2014-02-26 10:52:58.658108 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.658829 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.659584 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.660323 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.661042 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.661776 E [27149/27602] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.661900 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:58.722066 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.722780 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.723483 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.724216 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.724952 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.725712 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.725838 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:58.786168 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.786873 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.787540 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.788273 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.789020 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.789777 E [27149/27603] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.789887 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:58.850138 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.850852 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.851555 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.852290 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.853040 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.853782 E [27149/27605] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.853906 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:58.914197 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.914911 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.915604 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.916385 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.917119 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.917850 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.917992 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:58.994242 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.994974 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.995714 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.996457 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.997187 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.997919 E [27149/27606] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:58.998043 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.058223 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.058961 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.059728 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.060460 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.061189 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.061923 E [27149/27608] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.062045 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.122224 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.122987 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.123754 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.124486 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.125227 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.125955 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.126077 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.186228 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.186964 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.187704 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.188433 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.189165 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.189858 E [27149/27609] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.189983 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.250127 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.250809 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.251532 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.252268 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.253044 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.253777 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.253900 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.314197 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.314914 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.315610 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.316380 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.317086 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.317790 E [27149/27611] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.317920 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.393947 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.394652 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.395388 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.396125 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.396866 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.397602 E [27149/27613] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.397723 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.457980 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.458701 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.459393 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.460126 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.460857 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.461590 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.461710 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.522062 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.522765 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.523471 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.524205 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.524938 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.525651 E [27149/27614] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:52:59.525771 E [27149/27539] RecThread recorders/mpegrecorder.cpp:1044 (run) - MPEGRec[3](/dev/video0): Device error detected
    2014-02-26 10:52:59.586109 E [27149/27616] DeviceReadBuffer recorders/DeviceReadBuffer.cpp:604 (CheckForErrors) - DevRdB(/dev/video0): Problem reading fd(81)
    eno: Device or resource busy (16)
    2014-02-26 10:53:14.601013 I [27149/27259] TVRecEvent tv_rec.cpp:1048 (HandleStateChange) - TVRec[3]: Changing from WatchingLiveTV to None
    2014-02-26 10:53:21.617569 I [27149/27839] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Playback
    2014-02-26 10:53:21.617595 I [27149/27839] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 0)
    2014-02-26 10:53:21.632817 I [27149/27839] ProcessRequest mainserver.cpp:1430 (HandleAnnounce) - MainServer::ANN Playback
    2014-02-26 10:53:21.632836 I [27149/27839] ProcessRequest mainserver.cpp:1432 (HandleAnnounce) - adding: poisonous as a client (events: 0)
    dmesg is a little odd, with loops regarding the xc5000 firmware uploading:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=69993ef8-0ec7-4745-a471-58c7d6002cdb rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e7000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c7faffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c7fb0000-0x00000000c7fbffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000c7fc0000-0x00000000c7feffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000c7ff0000-0x00000000c7ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001b7ffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./A770DE+, BIOS P1.60 05/20/2010
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1b8000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF8000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 00000001b8000000 aka 7040M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xc7fb0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1b7e00000-0x1b7ffffff]
    [ 0.000000] [mem 0x1b7e00000-0x1b7ffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1b4000000-0x1b7dfffff]
    [ 0.000000] [mem 0x1b4000000-0x1b7dfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x1b3ffffff]
    [ 0.000000] [mem 0x180000000-0x1b3ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc7faffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc7dfffff] page 2M
    [ 0.000000] [mem 0xc7e00000-0xc7faffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x37a00000-0x37cf7fff]
    [ 0.000000] ACPI: RSDP 00000000000fbce0 000014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000c7fb0000 000040 (v01 052010 RSDT1123 20100520 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000c7fb0200 000084 (v02 A_M_I OEMFACP 12000601 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000c7fb0450 0088D8 (v01 AS229 AS229152 00000152 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000c7fc0000 000040
    [ 0.000000] ACPI: APIC 00000000c7fb0390 00007C (v01 052010 APIC1123 20100520 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000c7fb0410 00003C (v01 052010 OEMMCFG 20100520 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000c7fc0040 000071 (v01 052010 OEMB1123 20100520 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000c7fb8d30 000108 (v03 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: AAFT 00000000c7fb8e40 000027 (v01 052010 OEMAAFT 20100520 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000c7fb8e70 000DA4 (v01 A M I POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xc7ffffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x1b7ffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xc7ffffff] -> [mem 0x00000000-0xc7ffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0xc7ffffff] + [mem 0x100000000-0x1b7ffffff] -> [mem 0x00000000-0x1b7ffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1b7ffffff]
    [ 0.000000] NODE_DATA [mem 0x1b7ff9000-0x1b7ffdfff]
    [ 0.000000] [ffffea0000000000-ffffea0006dfffff] PMD -> [ffff8801b1600000-ffff8801b75fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x1b7ffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xc7faffff]
    [ 0.000000] node 0: [mem 0x100000000-0x1b7ffffff]
    [ 0.000000] On node 0 totalpages: 1572686
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12735 pages used for memmap
    [ 0.000000] DMA32 zone: 815024 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11776 pages used for memmap
    [ 0.000000] Normal zone: 753664 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e7000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc7fb0000-0xc7fbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc7fc0000-0xc7feffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc7ff0000-0xc7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc8000000-0xffefffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    [ 0.000000] e820: [mem 0xc8000000-0xffefffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801b7c00000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1548090
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=69993ef8-0ec7-4745-a471-58c7d6002cdb rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ bc000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ bc000000
    [ 0.000000] PM: Registered nosave memory: [mem 0xbc000000-0xbfffffff]
    [ 0.000000] Memory: 6045216K/6290744K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 245528K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=6.
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 25165824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2793.773 MHz processor
    [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5589.36 BogoMIPS (lpj=9312576)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000031] Security Framework initialized
    [ 0.000041] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000042] Yama: becoming mindful.
    [ 0.000489] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.003714] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.005252] Mount-cache hash table entries: 256
    [ 0.005444] Initializing cgroup subsys memory
    [ 0.005452] Initializing cgroup subsys devices
    [ 0.005454] Initializing cgroup subsys freezer
    [ 0.005455] Initializing cgroup subsys net_cls
    [ 0.005457] Initializing cgroup subsys blkio
    [ 0.005477] tseg: 0000000000
    [ 0.005484] CPU: Physical Processor ID: 0
    [ 0.005485] CPU: Processor Core ID: 0
    [ 0.005487] mce: CPU supports 6 MCE banks
    [ 0.005492] LVT offset 0 assigned for vector 0xf9
    [ 0.005496] process: using AMD E400 aware idle routine
    [ 0.005498] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    tlb_flushall_shift: 4
    [ 0.005565] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.006171] ACPI: Core revision 20131115
    [ 0.007868] ACPI: All ACPI Tables successfully acquired
    [ 0.015657] ftrace: allocating 21057 entries in 83 pages
    [ 0.023546] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056594] smpboot: CPU0: AMD Phenom(tm) II X6 1055T Processor (fam: 10, model: 0a, stepping: 00)
    [ 0.161414] Performance Events: AMD PMU driver.
    [ 0.161418] ... version: 0
    [ 0.161419] ... bit width: 48
    [ 0.161419] ... generic registers: 4
    [ 0.161420] ... value mask: 0000ffffffffffff
    [ 0.161421] ... max period: 00007fffffffffff
    [ 0.161422] ... fixed-purpose events: 0
    [ 0.161422] ... event mask: 000000000000000f
    [ 0.161457] process: System has AMD C1E enabled
    [ 0.161466] process: Switch to broadcast mode on CPU0
    [ 0.178362] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.185062] x86: Booting SMP configuration:
    [ 0.198273] process: Switch to broadcast mode on CPU1
    [ 0.218313] process: Switch to broadcast mode on CPU2
    [ 0.238372] process: Switch to broadcast mode on CPU3
    [ 0.258412] process: Switch to broadcast mode on CPU4
    [ 0.185070] .... node #0, CPUs: #1 #2 #3 #4 #5
    [ 0.278383] x86: Booted up 1 node, 6 CPUs
    [ 0.278389] smpboot: Total of 6 processors activated (33538.16 BogoMIPS)
    [ 0.278434] process: Switch to broadcast mode on CPU5
    [ 0.287329] devtmpfs: initialized
    [ 0.291144] PM: Registering ACPI NVS region [mem 0xc7fc0000-0xc7feffff] (196608 bytes)
    [ 0.292209] RTC time: 16:07:48, date: 02/26/14
    [ 0.292248] NET: Registered protocol family 16
    [ 0.292336] cpuidle: using governor ladder
    [ 0.292337] cpuidle: using governor menu
    [ 0.292342] node 0 link 0: io port [1000, ffffff]
    [ 0.292344] TOM: 00000000c8000000 aka 3200M
    [ 0.292346] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.292348] node 0 link 0: mmio [e0000000, efffffff] ==> none
    [ 0.292351] node 0 link 0: mmio [f0000000, ffffffff]
    [ 0.292352] node 0 link 0: mmio [a0000, bffff]
    [ 0.292354] node 0 link 0: mmio [c8000000, dfffffff]
    [ 0.292355] TOM2: 00000001b8000000 aka 7040M
    [ 0.292357] bus: [bus 00-07] on node 0 link 0
    [ 0.292358] bus: 00 [io 0x0000-0xffff]
    [ 0.292359] bus: 00 [mem 0xf0000000-0xffffffff]
    [ 0.292360] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.292360] bus: 00 [mem 0xc8000000-0xdfffffff]
    [ 0.292361] bus: 00 [mem 0x1b8000000-0xfcffffffff]
    [ 0.292460] ACPI: bus type PCI registered
    [ 0.292462] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.292520] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.292522] PCI: not using MMCONFIG
    [ 0.292523] PCI: Using configuration type 1 for base access
    [ 0.292524] PCI: Using configuration type 1 for extended access
    [ 0.292729] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.292730] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.292731] mtrr: corrected configuration.
    [ 0.293185] bio: create slab <bio-0> at 0
    [ 0.293359] ACPI: Added _OSI(Module Device)
    [ 0.293361] ACPI: Added _OSI(Processor Device)
    [ 0.293362] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.293363] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.294656] ACPI: Executed 5 blocks of module-level executable AML code
    [ 0.312184] ACPI: Interpreter enabled
    [ 0.312195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.312209] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.312210] ACPI: Using IOAPIC for interrupt routing
    [ 0.312231] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.312664] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.319963] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.320025] ACPI: No dock devices found.
    [ 0.482968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.482974] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.483123] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 0.483256] acpi PNP0A03:00: _OSC: OS now controls [AER PCIeCapability]
    [ 0.483482] PCI host bridge to bus 0000:00
    [ 0.483484] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.483486] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.483488] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.483489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.483490] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.483492] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xdfffffff]
    [ 0.483493] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.483503] pci 0000:00:00.0: [1002:5957] type 00 class 0x060000
    [ 0.483516] pci 0000:00:00.0: reg 0x1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.483593] pci 0000:00:02.0: [1002:5978] type 01 class 0x060400
    [ 0.483630] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.483661] pci 0000:00:02.0: System wakeup disabled by ACPI
    [ 0.483693] pci 0000:00:0a.0: [1002:597f] type 01 class 0x060400
    [ 0.483729] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.483758] pci 0000:00:0a.0: System wakeup disabled by ACPI
    [ 0.483799] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    [ 0.483821] pci 0000:00:11.0: reg 0x10: [io 0xc000-0xc007]
    [ 0.483830] pci 0000:00:11.0: reg 0x14: [io 0xb000-0xb003]
    [ 0.483840] pci 0000:00:11.0: reg 0x18: [io 0xa000-0xa007]
    [ 0.483849] pci 0000:00:11.0: reg 0x1c: [io 0x9000-0x9003]
    [ 0.483859] pci 0000:00:11.0: reg 0x20: [io 0x8000-0x800f]
    [ 0.483869] pci 0000:00:11.0: reg 0x24: [mem 0xf9eff800-0xf9effbff]
    [ 0.483890] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.483981] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.483995] pci 0000:00:12.0: reg 0x10: [mem 0xf9efe000-0xf9efefff]
    [ 0.484077] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.484100] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
    [ 0.484114] pci 0000:00:12.1: reg 0x10: [mem 0xf9efd000-0xf9efdfff]
    [ 0.484196] pci 0000:00:12.1: System wakeup disabled by ACPI
    [ 0.484225] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.484244] pci 0000:00:12.2: reg 0x10: [mem 0xf9eff000-0xf9eff0ff]
    [ 0.484331] pci 0000:00:12.2: supports D1 D2
    [ 0.484332] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.484364] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.484393] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.484407] pci 0000:00:13.0: reg 0x10: [mem 0xf9efc000-0xf9efcfff]
    [ 0.484489] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.484516] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
    [ 0.484530] pci 0000:00:13.1: reg 0x10: [mem 0xf9efb000-0xf9efbfff]
    [ 0.484612] pci 0000:00:13.1: System wakeup disabled by ACPI
    [ 0.484641] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.484660] pci 0000:00:13.2: reg 0x10: [mem 0xf9efa800-0xf9efa8ff]
    [ 0.484747] pci 0000:00:13.2: supports D1 D2
    [ 0.484748] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.484780] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.484812] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.484949] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    [ 0.484966] pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007]
    [ 0.484975] pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003]
    [ 0.484985] pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007]
    [ 0.484994] pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003]
    [ 0.485004] pci 0000:00:14.1: reg 0x20: [io 0xff00-0xff0f]
    [ 0.485098] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.485120] pci 0000:00:14.2: reg 0x10: [mem 0xf9ef4000-0xf9ef7fff 64bit]
    [ 0.485189] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.485229] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.485277] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.485396] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.485461] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.485487] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.485501] pci 0000:00:14.5: reg 0x10: [mem 0xf9ef9000-0xf9ef9fff]
    [ 0.485590] pci 0000:00:14.5: System wakeup disabled by ACPI
    [ 0.485621] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.485680] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.485737] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.485787] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.485839] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.485938] pci 0000:02:00.0: [10de:05e2] type 00 class 0x030000
    [ 0.485948] pci 0000:02:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
    [ 0.485959] pci 0000:02:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.485969] pci 0000:02:00.0: reg 0x1c: [mem 0xfa000000-0xfbffffff 64bit]
    [ 0.485976] pci 0000:02:00.0: reg 0x24: [io 0xe800-0xe87f]
    [ 0.485984] pci 0000:02:00.0: reg 0x30: [mem 0xfeb80000-0xfebfffff pref]
    [ 0.492002] pci 0000:00:02.0: PCI bridge to [bus 02]
    [ 0.492018] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.492026] pci 0000:00:02.0: bridge window [mem 0xfa000000-0xfebfffff]
    [ 0.492037] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.492174] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.492206] pci 0000:01:00.0: reg 0x10: [io 0xd800-0xd8ff]
    [ 0.492227] pci 0000:01:00.0: reg 0x18: [mem 0xcffff000-0xcfffffff 64bit pref]
    [ 0.492241] pci 0000:01:00.0: reg 0x20: [mem 0xcfff8000-0xcfffbfff 64bit pref]
    [ 0.492250] pci 0000:01:00.0: reg 0x30: [mem 0xf9fe0000-0xf9ffffff pref]
    [ 0.492301] pci 0000:01:00.0: supports D1 D2
    [ 0.492303] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.498679] pci 0000:00:0a.0: PCI bridge to [bus 01]
    [ 0.498694] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.498702] pci 0000:00:0a.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.498713] pci 0000:00:0a.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.498875] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
    [ 0.498885] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.498888] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.498889] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.498891] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.498894] pci 0000:00:14.4: bridge window [mem 0xc8000000-0xdfffffff] (subtractive decode)
    [ 0.498896] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.552281] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    [ 0.552320] ACPI: PCI Interrupt Link [LNKB] (IRQs *4 7 10 11 12 14 15)
    [ 0.552355] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
    [ 0.552388] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
    [ 0.552421] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.552455] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.552489] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 *11 12 14 15)
    [ 0.552521] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.552638] ACPI: Enabled 1 GPEs in block 00 to 1F
    [ 0.552644] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.552666] Found 1 acpi root devices
    [ 0.552787] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.552788] vgaarb: loaded
    [ 0.552789] vgaarb: bridge control possible 0000:02:00.0
    [ 0.552819] PCI: Using ACPI for IRQ routing
    [ 0.562147] PCI: pci_cache_line_size set to 64 bytes
    [ 0.562153] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.562206] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.562208] e820: reserve RAM buffer [mem 0xc7fb0000-0xc7ffffff]
    [ 0.562285] NetLabel: Initializing
    [ 0.562286] NetLabel: domain hash size = 128
    [ 0.562287] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.562298] NetLabel: unlabeled traffic allowed by default
    [ 0.562355] Switched to clocksource refined-jiffies
    [ 0.566173] pnp: PnP ACPI init
    [ 0.566182] ACPI: bus type PNP registered
    [ 0.566217] pnp 00:00: [dma 4]
    [ 0.566237] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.566264] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.566280] pnp 00:02: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.566300] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.566449] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.566503] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.566505] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.566507] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566612] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.566614] system 00:06: [io 0x040b] has been reserved
    [ 0.566615] system 00:06: [io 0x04d6] has been reserved
    [ 0.566619] system 00:06: [io 0x0c00-0x0c01] has been reserved
    [ 0.566620] system 00:06: [io 0x0c14] has been reserved
    [ 0.566622] system 00:06: [io 0x0c50-0x0c51] has been reserved
    [ 0.566623] system 00:06: [io 0x0c52] has been reserved
    [ 0.566625] system 00:06: [io 0x0c6c] has been reserved
    [ 0.566626] system 00:06: [io 0x0c6f] has been reserved
    [ 0.566628] system 00:06: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.566629] system 00:06: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.566631] system 00:06: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.566632] system 00:06: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.566634] system 00:06: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.566636] system 00:06: [io 0x0800-0x089f] could not be reserved
    [ 0.566637] system 00:06: [io 0x0b00-0x0b0f] has been reserved
    [ 0.566639] system 00:06: [io 0x0b20-0x0b3f] has been reserved
    [ 0.566640] system 00:06: [io 0x0900-0x090f] has been reserved
    [ 0.566642] system 00:06: [io 0x0910-0x091f] has been reserved
    [ 0.566643] system 00:06: [io 0xfe00-0xfefe] has been reserved
    [ 0.566645] system 00:06: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.566647] system 00:06: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.566649] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566792] system 00:07: [io 0x0280-0x028f] has been reserved
    [ 0.566794] system 00:07: [io 0x0290-0x029f] has been reserved
    [ 0.566796] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566830] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.566832] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.619095] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.619099] pnp 00:09: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.619101] pnp 00:09: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.619103] pnp 00:09: disabling [mem 0x00100000-0xc7ffffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.619138] system 00:09: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.619142] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.619228] pnp: PnP ACPI: found 10 devices
    [ 0.619229] ACPI: bus type PNP unregistered
    [ 0.625290] Switched to clocksource acpi_pm
    [ 0.625317] pci 0000:00:02.0: PCI bridge to [bus 02]
    [ 0.625319] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.625322] pci 0000:00:02.0: bridge window [mem 0xfa000000-0xfebfffff]
    [ 0.625325] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.625329] pci 0000:00:0a.0: PCI bridge to [bus 01]
    [ 0.625331] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.625334] pci 0000:00:0a.0: bridge window [mem 0xf9f00000-0xf9ffffff]
    [ 0.625336] pci 0000:00:0a.0: bridge window [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.625339] pci 0000:00:14.4: PCI bridge to [bus 03]
    [ 0.625352] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.625354] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.625355] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.625357] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.625359] pci_bus 0000:00: resource 8 [mem 0xc8000000-0xdfffffff]
    [ 0.625360] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.625362] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.625363] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfebfffff]
    [ 0.625365] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.625367] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.625368] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xf9ffffff]
    [ 0.625370] pci_bus 0000:01: resource 2 [mem 0xcff00000-0xcfffffff 64bit pref]
    [ 0.625372] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.625374] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.625375] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.625377] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.625378] pci_bus 0000:03: resource 8 [mem 0xc8000000-0xdfffffff]
    [ 0.625380] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.625460] NET: Registered protocol family 2
    [ 0.625636] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.625866] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.626256] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.626310] TCP: reno registered
    [ 0.626320] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.626376] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.626482] NET: Registered protocol family 1
    [ 1.032846] pci 0000:02:00.0: Boot video device
    [ 1.032851] PCI: CLS 64 bytes, default 64
    [ 1.032896] Unpacking initramfs...
    [ 1.077853] Freeing initrd memory: 3040K (ffff880037a00000 - ffff880037cf8000)
    [ 1.078037] PCI-DMA: Disabling AGP.
    [ 1.078177] PCI-DMA: aperture base @ bc000000 size 65536 KB
    [ 1.078178] PCI-DMA: using GART IOMMU.
    [ 1.078181] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.083617] LVT offset 1 assigned for vector 0x400
    [ 1.083627] IBS: LVT offset 1 assigned
    [ 1.083671] perf: AMD IBS detected (0x0000001f)
    [ 1.083704] Scanning for low memory corruption every 60 seconds
    [ 1.083998] audit: initializing netlink socket (disabled)
    [ 1.084010] type=2000 audit(1393430868.973:1): initialized
    [ 1.093232] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.094458] zbud: loaded
    [ 1.094658] VFS: Disk quotas dquot_6.5.2
    [ 1.094694] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.094868] msgmni has been set to 11941
    [ 1.094909] Key type big_key registered
    [ 1.095404] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.095492] io scheduler noop registered
    [ 1.095497] io scheduler deadline registered
    [ 1.095545] io scheduler cfq registered (default)
    [ 1.095764] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 1.095889] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X
    [ 1.096005] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.096018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.096062] vesafb: mode is 640x480x32, linelength=2560, pages=0
    [ 1.096064] vesafb: scrolling: redraw
    [ 1.096066] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.096118] vesafb: framebuffer at 0xfb000000, mapped to 0xffffc90010e80000, using 1216k, total 1216k
    [ 1.1

    "How silly of me to be using device nodes!" I thought to myself. I should be using the ALSA hardware names, and it seemed like such a simple solution!
    So I tried basically every combination of ALSA:HW:1,0 I could think of, with and without the ALSA, the HW, or both. Nothing seems to work.
    Audacity, and many other programs can record audio from HW:1,0 (as long as tvtime is running)
    VLC tries to open a file named "HW:1,0" in my home directory, in spite of suggesting it as an audio input in the drop-down menu .
    The frontend for MythTV is now repeating this ad nauseam no matter what I change (almost like it isn't actually changing anything):
    2014-02-26 13:57:21.026126 E AudioOutput Error: AOOSS: Error opening audio device ():
    eno: No such file or directory (2)
    While the backend is obsessed with this:
    2014-02-26 14:09:34.250884 E NVR(/dev/video0): Unknown audio codec
    2014-02-26 14:09:34.250906 E AudioIn: unknown or unsupported audio input device 'hw:1,0'
    2014-02-26 14:09:34.250911 E NVR(/dev/video0): Failed to create audio device: hw:1,0
    2014-02-26 14:09:34.250914 E NVR(/dev/video0): Failed to init audio input device
    2014-02-26 14:09:34.312487 E NVR(/dev/video0): VIDIOC_S_CTRL:V4L2_CID_AUDIO_MUTE:
    eno: Invalid argument (22)
    2014-02-26 14:09:34.313888 E NVR(/dev/video0): Invalid audio device (hw:1,0), exiting
    I am stumped here. Thank you in advance for any wisdom you may contribute to this conundrum ^_^!

  • 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)

  • [solved] allow a systemd user service to shutdown the pc (mythtv)

    Hi,
    I have a problem with my mythtv htpc. What I want is to shutdown the PC if the PC idles.
    Mythtv (a pvr htpc software) recognizes if nobody is watching something and starts to shutdown the PC. This is not working ;(
    By default, mythtv is running als a system service with a "User=xxx" line in his .service file. I managed to configure mythtv to run as user service, so the user can start/stop it with "systemctl --user start/stop mythbackend" ... but this doesn't solve the problem.
    I installed polkit and now the user is able to shutdown the pc (systemctl poweroff) but this also doesn't help.
    I already asked in the german forum but nobody has a idea.
    Here is the german thread: https://bbs.archlinux.de/viewtopic.php?id=25290
    in the first post, you can see my journald output.
    can somebody help me? google can't
    I don't think this is a mythtv related problem, I think user services are just not allowed to shutdown the pc.
    thx for your help!
    Last edited by muh3 (2014-01-10 13:26:36)

    To handle power from XBMC polkit rule is needed. It is probably the same with mythtv.
    polkit.addRule(function(action, subject) {
    if (action.id.match("org.freedesktop.login1.") && subject.isInGroup("mythtv")) {
    return polkit.Result.YES;
    Save this as /etc/polkit-1/rules.d/10-mythtv.rules and add user to mythtv group.

  • Qosmio F30 with tuner: Can it run MythTV (Linux)?

    I am considering buying an F30 as my Personal Video Recorder. I would like to run MythTV on it. If you have a Qosmio with a tuner you could help me decide by downloading MythTV and try it out. You do not have to install anything: Just download the iso-file, burn it to a CD (you can use http://infrarecorder.sourceforge.net/ if your software cannot burn ISO-files) and boot from it.
    You can find the iso at ftp://ftp.knoppmyth.net/R5/R5E50 or the mirrors at http://mysettopbox.tv/knoppmyth.html.

    Hey buddy,
    I dont have a qosmio, have a Satellite A100, but I can tell you that mythTV distro runs very good on my machine, so, all hardware except the modem was recognized correctly. I am using an external tuner and didnt expect any problems with it, runs like hell. :)
    Greetings

Maybe you are looking for

  • Safari and Firefox Problems... possibly with flash plugin.

    A couple days ago out of nowhere Firefox was crashing whenever i went to... well, most websites. Most noticeably Youtube and Tumblr. So I downloaded the newest versions of firefox and a plugin that was out of date, and the Flash plugin. It still cras

  • REQUIRE FB60 BUSINESS AREA FIELD MANDATORY

    Hi Guru's FB60 TRANSACTION I NEED TO SET BUSINESS AREA FIELD MANDATORY IN DETAILS TAB BUSINESS AREA FIELD. Please help in this issue. thanks raj

  • Strange query from JDBC Thin Client on all_arguments

    Hi, in my statspack report I can see that query SELECT   package_name AS procedure_cat, owner AS procedure_schem,          object_name AS procedure_name, argument_name AS column_name,          DECODE (POSITION,                  0, 5,                 

  • Production version issue.

    Dear Guru's,      I have created two version in material master. also I have changed in "opl8"{ production version = Manual selection of production version} but still system is not asking me for production version at the time of creation of productio

  • Creating a Photo Collage in PSE8

    How can I create a 16"x24" photo collage in PSE8 with 5 photos?  I want 1 photo to be the main focal point and to be the largest and then 2 photos medium size and 2 photos smaller.  Thanks, Carissa