Bug#576337: [vdr] runvdr fails to load dvb_usb_nova_t_usb2 module

Dominique Dumont domi.dumont at free.fr
Sat Apr 3 14:05:18 UTC 2010


Package: vdr
Version: 1.6.0-15
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

Hello

The get_modulenames function in vdr fails to detect dvb_usb_nova_t_usb2 module 
(because dvb_usb_nova_t_usb2 module does not depend on a dvb_core* module)

The following patch fixes the problem:

--- runvdr      2010-03-28 10:10:18.000000000 +0200
+++ runvdr~     2010-03-04 23:35:00.000000000 +0100
@@ -11,7 +11,7 @@

 get_modulenames()
 {
-    MODULES=`lsmod | awk '/^dvb/ {gsub(/,/,"\n", $4); print $4}' | uniq| tac`
+    MODULES=`lsmod | awk '/^dvb_core/ {gsub(/,/,"\n", $4); print $4}' | tac`
     [ "$MODULES" ] && MODULES="$MODULES dvb_core"
 }

All the best

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.32-4-amd64

Debian Release: squeeze/sid
  990 unstable        localhost 
  500 testing         localhost 
  500 instable        localhost 
    1 experimental    localhost 

--- Package information. ---
Depends               (Version) | Installed
===============================-+-=============
libc6                (>= 2.3.2) | 2.10.2-6
libcap2               (>= 2.10) | 1:2.17-2
libfontconfig1       (>= 2.8.0) | 2.8.0-2
libfreetype6         (>= 2.2.1) | 2.3.11-1
libgcc1            (>= 1:4.1.1) | 1:4.4.3-5
libjpeg62                       | 6b-16.1
libstdc++6           (>= 4.1.1) | 4.4.3-5
debconf               (>= 0.5)  | 1.5.30
 OR debconf-2.0                 | 
adduser                         | 3.112
psmisc                          | 22.10-1


Recommends              (Version) | Installed
=================================-+-===========
lirc                              | 0.8.3-5
ttf-bitstream-vera                | 1.10-8
 OR ttf-freefont                  | 20090104-5


Package's Suggests field is empty.








More information about the pkg-vdr-dvb-devel mailing list