Installing Firmware for TeVii S660 DVB-S2 USB box

  • Hello,
    after successfully upgrading from OMV 2 to OMV 4 (fresh install) i also managed to install tvheadend via Docker (was using VDR before).
    Now i need to install the firmware files for my DVB-S2 USB box.
    I downloaded files from here: https://wiki.ubuntuusers.de/DVB-Karten/ (http://www.tevii.com/linux_tevii_ds3000.rar) and put them on my OMV server.


    I followed the README file but got stuck with "make":



    README

    Code
    # cp *.fw /lib/firmware
    # tar xjvf linux-tevii-ds3000.tar.bz2
    # cd linux-tevii-ds3000
    # make && make install


    Installation (make) ?(

    Code
    root@omv:/tmp/s660/linux-tevii-ds3000# make                                                                                                                                                   
    make -C /tmp/s660/linux-tevii-ds3000/v4l                                                                                                                                                      
    make[1]: Entering directory '/tmp/s660/linux-tevii-ds3000/v4l'                                                                                                                                
    Updating/Creating .config                                                                                                                                                                     
    Preparing to compile for kernel version 4.9.0                                                                                                                                                 
    File not found: /lib/modules/4.9.0-0.bpo.4-amd64/build/.config at ./scripts/make_kconfig.pl line 32, <IN> line 4.                                                                             
    make[1]: *** No rule to make target '.config', needed by '.myconfig'.  Stop.                                                                                                                  
    make[1]: Leaving directory '/tmp/s660/linux-tevii-ds3000/v4l'                                                                                                                                 
    Makefile:27: recipe for target 'all' failed                                                                                                                                                   
    make: *** [all] Error 2


    Any suggestions?
    Also found another example here (what i did not tried up to now): https://www.linuxtv.org/wiki/index.php/TeVii_S660


    Spiff1

  • I got a little bit further.
    I just renamed the firmware file coresponding to the file not found message (checked with dmesg).
    After rebooting the firmware is loaded.
    But i don't see any hardware at the tvheadend configuration page :(
    Maybe anything is missing here...


    Seems to be loaded successfully


    Code
    root@omv:~# dmesg | grep dvb                                                                                                                                                                  
    [   13.300082] dvb-usb: found a 'TeVii S660 USB' in cold state, will try to load a firmware                                                                                                   
    [   13.443919] usb 1-1.5: firmware: direct-loading firmware dvb-usb-s660.fw                                                                                                                   
    [   13.565330] dvb-usb: found a 'TeVii S660 USB' in warm state.                                                                                                                               
    [   13.565390] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.                                                                                                
    [   13.566006] dvbdev: DVB: registering new adapter (TeVii S660 USB)                                                                                                                          
    [   13.693075] dvb-usb: MAC address: 00:18:bd:5c:5e:14                                                                                                                                        
    [   14.229981] dvb-usb: schedule remote query interval to 150 msecs.                                                                                                                          
    [   14.229983] dvb-usb: TeVii S660 USB successfully initialized and connected.


    Maybe a question conerning tvheadend and docker...

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!