Download Bestunar Driver



Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux

  1. Download Bestunar Driver Windows 10
  2. Download Bestunar Drivers License
  3. Download Bestunar Drivers
  4. Download Bestunar Driver Win 7
  5. Download Bestunar Driver Windows 10
  6. Download Bestunar Driver App

Ich versuche es jetzt mit voyage linux (debian) uname -a Linux voyage 3.16.7-ckt9-voyage #1 SMP Thu Apr 23 11:10:44 HKT 2015 i686 GNU/Linux. Cd mediabuild-bst/ make clean. Acer Drivers Update Utility For Windows 7, Free Download by DGTSoft Inc.

I have tried for the last two weeks to get a Terratec Cinergy S2 PCIe dual functional.
It must be possible as I read in the forums but till now I don't get it done.
I run a TVHeadend in a Arch Linux computer with kernel 4.19.8-arch1-1-ARCH.
On the same server is a Mystique SaTiX-S2 Sky V2 USB reciever which is functioning correctly.

The Terratec card is detected with lsusb

[[email protected]:~]$ lsusb |grep -i terra (12-12 18:43)

Bus 002 Device 002: ID 153b:1182 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 2
Bus 001 Device 002: ID 153b:1181 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 1

With dmesg it is also visible but there is no action

[[email protected]:~]$ dmesg |grep -i Terra (12-12 18:43)

[ 2.503921] usb 1-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.503925] usb 1-1: Manufacturer: TERRATEC
[ 2.523872] usb 2-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.523876] usb 2-1: Manufacturer: TERRATEC

[[email protected]:~]$ dmesg |grep -i dvb (12-12 07:34)

Download Bestunar Driver Windows 10

[ 3.834398] usb 3-8: dvb_usb_v2: found a 'DVBSky S960/S860' in warm state
[ 3.834429] usb 3-8: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 3.834433] dvbdev: DVB: registering new adapter (DVBSky S960/S860)
[ 3.835641] usb 3-8: dvb_usb_v2: MAC address: 00:17:42:54:96:0c
[ 3.947740] usb 3-8: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)...
[ 3.974362] Registered IR keymap rc-dvbsky
[ 3.974385] rc rc0: DVBSky S960/S860 as /devices/pci0000:00/0000:00:14.0/usb3/3-8/rc/rc0
[ 3.974422] input: DVBSky S960/S860 as /devices/pci0000:00/0000:00:14.0/usb3/3-8/rc/rc0/input9
[ 3.974466] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter
[ 3.974468] usb 3-8: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 3.974469] usb 3-8: dvb_usb_v2: 'DVBSky S960/S860' successfully initialized and connected
[ 3.974487] usbcore: registered new interface driver dvb_usb_dvbsky
[ 4.183533] m88ds3103 4-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw'

As you can see 'dmesg |grep -i dvb' only shows my working USB reciever.

All the success story's with the Terratec cards ends with using the media_build of CrazyCat but for me that hasn't worked yet.
I think you have to complete the command './build --git https://github.com/crazycat69/linux_media latest' to get it work but https://github.com/crazycat69/linux_media does not exist anymore.
Without the url or with --main-git the build and the installation goes well, no warnings, but the card is still not recognized and usable.

Can someone help me out with this?


Replies (32)

Download

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

Short and more productive command
also
post results

Keep in mind, without frontend there is nothing to be do.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

Here are the results:

[[email protected]:~]$ dmesg |egrep 'firmware|dvb|frontend' (12-12 20:49)

[ 0.238443] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 3.794352] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.834398] usb 3-8: dvb_usb_v2: found a 'DVBSky S960/S860' in warm state
[ 3.834429] usb 3-8: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 3.834433] dvbdev: DVB: registering new adapter (DVBSky S960/S860)
[ 3.835641] usb 3-8: dvb_usb_v2: MAC address: 00:17:42:54:96:0c
[ 3.877388] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.947740] usb 3-8: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)...
[ 3.974362] Registered IR keymap rc-dvbsky
[ 3.974466] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter
[ 3.974468] usb 3-8: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 3.974469] usb 3-8: dvb_usb_v2: 'DVBSky S960/S860' successfully initialized and connected
[ 3.974487] usbcore: registered new interface driver dvb_usb_dvbsky
[ 4.183533] m88ds3103 4-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw'
[ 5.173908] m88ds3103 4-0068: firmware version: 3.7

[[email protected]:~]$ tree /dev/dvb (12-12 20:58)

zsh: correct 'tree' to 'tred' [nyae]? n
/dev/dvb
└── adapter0
├── demux0
├── dvr0
├── frontend0
└── net0

1 directory, 4 files

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

And after a restart with disconnected USB reciever

[[email protected]:github/media_build]$ dmesg |egrep 'firmware|dvb|frontend' (12-12 21:10)

[ 0.238918] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 3.932181] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 5.717492] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2

Download Bestunar Driver

[[email protected]:github/media_build]$ tree /dev/dvb (12-12 21:14)

/dev/dvb [error opening dir]

0 directories, 0 files

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

Second tuner is missing?

it is more as this one
https://www.linuxtv.org/wiki/index.php/TeVii_S482

Can you make difference bitwin PCIe and USB tuner
post photo of tuner.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

The Terratec is a PCIe card with two sat inputs which shows itself as two USB devices with lsusb.
The Mystique SaTiX-S2 Sky is a external USB tuner with one sat input.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

restart without external tuner
and post results

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

[[email protected]:~]$ dmesg |egrep 'firmware|dvb|frontend|usb' (12-12 21:56)

[ 0.238775] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.504932] usbcore: registered new interface driver usbfs
[ 0.504937] usbcore: registered new interface driver hub
[ 0.504945] usbcore: registered new device driver usb
[ 0.607923] pci 0000:03:00.0: quirk_usb_early_handoff+0x0/0x6c6 took 54245 usecs
[ 0.664589] pci 0000:03:00.2: quirk_usb_early_handoff+0x0/0x6c6 took 55263 usecs
[ 0.721255] pci 0000:03:00.4: quirk_usb_early_handoff+0x0/0x6c6 took 55256 usecs
[ 0.777922] pci 0000:03:00.6: quirk_usb_early_handoff+0x0/0x6c6 took 55257 usecs
[ 1.071486] usbcore: registered new interface driver usbserial_generic
[ 1.071489] usbserial: USB Serial support registered for generic
[ 2.017496] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.017498] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.017499] usb usb1: Product: xHCI Host Controller
[ 2.017500] usb usb1: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.017500] usb usb1: SerialNumber: 0000:00:14.0
[ 2.019694] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 2.019696] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.019696] usb usb3: Product: xHCI Host Controller
[ 2.019697] usb usb3: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.019698] usb usb3: SerialNumber: 0000:00:14.0
[ 2.021691] usb: port power management may be unreliable
[ 2.031269] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.031271] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.031272] usb usb2: Product: EHCI Host Controller
[ 2.031272] usb usb2: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.031273] usb usb2: SerialNumber: 0000:03:00.1
[ 2.048002] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.048003] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.048004] usb usb4: Product: EHCI Host Controller
[ 2.048005] usb usb4: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.048006] usb usb4: SerialNumber: 0000:03:00.3
[ 2.061337] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.061339] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.061339] usb usb5: Product: EHCI Host Controller
[ 2.061340] usb usb5: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.061341] usb usb5: SerialNumber: 0000:03:00.5
[ 2.074656] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.074657] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.074658] usb usb6: Product: EHCI Host Controller
[ 2.074659] usb usb6: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.074661] usb usb6: SerialNumber: 0000:03:00.7
[ 2.135412] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.135418] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.135422] usb usb7: Product: OHCI PCI host controller
[ 2.135426] usb usb7: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.135429] usb usb7: SerialNumber: 0000:03:00.0
[ 2.195409] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.195415] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.195419] usb usb8: Product: OHCI PCI host controller
[ 2.195423] usb usb8: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.195426] usb usb8: SerialNumber: 0000:03:00.2
[ 2.255415] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.255421] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.255425] usb usb9: Product: OHCI PCI host controller
[ 2.255429] usb usb9: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.255432] usb usb9: SerialNumber: 0000:03:00.4
[ 2.315410] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.315417] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.315421] usb usb10: Product: OHCI PCI host controller
[ 2.315425] usb usb10: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.315428] usb usb10: SerialNumber: 0000:03:00.6
[ 2.347957] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 2.361296] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 2.381295] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 2.510282] usb 1-2: New USB device found, idVendor=0402, idProduct=5635, bcdDevice= 0.80
[ 2.510288] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 2.510293] usb 1-2: Product: USB 2.0 Storage Device
[ 2.510297] usb 1-2: SerialNumber: 12345000100000000009
[ 2.510790] usb 2-1: New USB device found, idVendor=153b, idProduct=1181, bcdDevice= 0.00
[ 2.510795] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.510798] usb 2-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.510802] usb 2-1: Manufacturer: TERRATEC
[ 2.510806] usb 2-1: SerialNumber: 0000000002001010011
[ 2.520712] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 2.521394] scsi host6: usb-storage 1-2:1.0
[ 2.521605] usbcore: registered new interface driver usb-storage
[ 2.525596] usbcore: registered new interface driver uas
[ 2.531097] usb 4-1: New USB device found, idVendor=153b, idProduct=1182, bcdDevice= 0.00
[ 2.531103] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.531107] usb 4-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.531111] usb 4-1: Manufacturer: TERRATEC
[ 2.531115] usb 4-1: SerialNumber: 000000000010020101
[ 2.634615] usb 1-11: new full-speed USB device number 3 using xhci_hcd
[ 2.790499] usb 1-11: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[ 2.790505] usb 1-11: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.790509] usb 1-11: Product: CSR8510 A10
[ 2.914589] usb 1-12: new full-speed USB device number 4 using xhci_hcd
[ 3.059712] usb 1-12: New USB device found, idVendor=2319, idProduct=00b2, bcdDevice= 2.00
[ 3.059718] usb 1-12: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 3.059722] usb 1-12: Manufacturer: InnSpire Intelligent Hotels USB Dongle
[ 3.485422] usbcore: registered new interface driver usbhid
[ 3.485423] usbhid: USB HID core driver
[ 3.564641] usbcore: registered new interface driver btusb
[ 3.578324] usbcore: registered new interface driver snd-usb-audio
[ 3.582861] input: InnSpire Intelligent Hotels USB Dongle Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input5
[ 3.584207] input: InnSpire Intelligent Hotels USB Dongle Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input6
[ 3.638794] input: InnSpire Intelligent Hotels USB Dongle System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input7
[ 3.640101] hid-generic 0003:2319:00B2.0001: input,hidraw0: USB HID v2.00 Mouse [InnSpire Intelligent Hotels USB Dongle] on usb-0000:00:14.0-12/input2
[ 3.640198] input: InnSpire Intelligent Hotels USB Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.3/0003:2319:00B2.0002/input/input8
[ 3.698024] hid-generic 0003:2319:00B2.0002: input,hidraw1: USB HID v2.00 Keyboard [InnSpire Intelligent Hotels USB Dongle] on usb-0000:00:14.0-12/input3
[ 3.698146] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.747291] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 9.245312] usb usb1-port12: disabled by hub (EMI?), re-enabling...
[ 9.245316] usb 1-12: USB disconnect, device number 4
[ 10.244636] usb 1-12: timeout: still 12 active urbs on EP #83
[ 10.874644] usb 1-12: new full-speed USB device number 5 using xhci_hcd
[ 26.414634] usb 1-12: device descriptor read/64, error -110
[ 41.987963] usb 1-12: device descriptor read/64, error -110
[ 42.221272] usb 1-12: new low-speed USB device number 6 using xhci_hcd
[ 57.774676] usb usb1-port12: attempt power cycle
[ 58.417941] usb 1-12: new low-speed USB device number 7 using xhci_hcd
[ 69.167936] usb 1-12: device not accepting address 7, error -62
[ 71.091349] usb usb1-port12: couldn't allocate usb_device
[ 100.531320] usb 1-2: USB disconnect, device number 2
[ 100.701540] usb 1-11: USB disconnect, device number 3

[[email protected]:~]$ tree /dev/dvb (12-12 21:59)

/dev/dvb [error opening dir]

0 directories, 0 files

[[email protected]:~]$ lsusb && lsusb -t (12-12 22:00)

Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 153b:1182 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 2
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 153b:1181 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 1
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 10.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M|__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M|__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

no driver loaded

is
show something as this?

see this
https://forum.ubuntuusers.de/topic/treiber-tv-karte-terratec-cinergy-s2-pcie/

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

'dmesg |grep dvbdev' gives no output.

I think the solution is at https://www.easy-vdr.de/thread-18362.html but it goes wrong with './build --git https://github.com/crazycat69/linux_media latest' because of the non existing url. (at least it did in april this year)
'git clone https://bitbucket.org/CrazyCat/media_build.git' still works and looks maintained.
I can build and install it (without the github url) but it doesn't make my receiver functional.
There is a linux-media-LATEST to download but I don't know how to implement it.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Dave Habout 2 years ago

Crazycat maintains the open-source drivers for TBS cards so I think can reasonably be trusted. At bitbucket there's a linux-media repository https://bitbucket.org/CrazyCat/linux_media/overview so I'd suggest downloading that and reading the documentation. If you need help and there's no contact information for crazycat specifically for your card/brand then I suggest contacting him using any available contact information (e.g. tbs if no other) and ask for a pointer to help.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

I have followed the instructions in the overview but it didn't work for me.
I could build and install the drivers but it delivers no working Terratec tuner.
That's why I have searched the forums for hints. I'm stuck at the moment.
I wil try to get in contact with crazycat.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

Do you remove media branch in kernel folder before install new drivers?

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

No I didn't, could that make the differense?
I will try that tonight and report the result.

Download Bestunar Drivers License

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Dave Habout 2 years ago

Yes, that will stop it working. I'm not sure but I think you have to get rid of the old tree before building, rather than just before installing.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

Now we coming somewhwere.
I did:
sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/media/*
git clone https://bitbucket.org/CrazyCat/media_build.git
cd media_build
./build
sudo make install
sudo make clean
sudo shutdown -r now

In that proces I lost my external USB reciever, for that I need the kernel drivers >4.19.2 which are probably overwritten.
But TVHeadend found two new recievers 'Montage Technology DS3000/TS2020 #0 : DVB-S #0' and 'Montage Technology DS3000/TS2020 #1 : DVB-S #0' which I can configure.
That looks hopefull but I got no picture from both adapters.
The SNR is +- 75%, and green, but the signal strength is between 0-56%. To week to create a image.

Download Bestunar Drivers

[[email protected]:~]$ dmesg |egrep 'firmware|dvb|frontend|usb' (12-13 18:35)

[ 0.232013] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.495155] usbcore: registered new interface driver usbfs
[ 0.495155] usbcore: registered new interface driver hub
[ 0.495155] usbcore: registered new device driver usb
[ 0.598064] pci 0000:03:00.0: quirk_usb_early_handoff+0x0/0x6c6 took 54723 usecs
[ 0.654731] pci 0000:03:00.2: quirk_usb_early_handoff+0x0/0x6c6 took 55265 usecs
[ 0.711397] pci 0000:03:00.4: quirk_usb_early_handoff+0x0/0x6c6 took 55257 usecs
[ 0.768063] pci 0000:03:00.6: quirk_usb_early_handoff+0x0/0x6c6 took 55258 usecs
[ 1.061630] usbcore: registered new interface driver usbserial_generic
[ 1.061633] usbserial: USB Serial support registered for generic
[ 2.018084] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.018085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.018086] usb usb1: Product: EHCI Host Controller
[ 2.018087] usb usb1: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.018088] usb usb1: SerialNumber: 0000:03:00.1
[ 2.019492] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.019493] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.019494] usb usb2: Product: xHCI Host Controller
[ 2.019495] usb usb2: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.019496] usb usb2: SerialNumber: 0000:00:14.0
[ 2.020830] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 2.020831] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.020832] usb usb4: Product: xHCI Host Controller
[ 2.020833] usb usb4: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.020834] usb usb4: SerialNumber: 0000:00:14.0
[ 2.021631] usb: port power management may be unreliable
[ 2.031527] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.031530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.031533] usb usb3: Product: EHCI Host Controller
[ 2.031536] usb usb3: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.031538] usb usb3: SerialNumber: 0000:03:00.3
[ 2.044853] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.044857] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.044860] usb usb5: Product: EHCI Host Controller
[ 2.044862] usb usb5: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.044865] usb usb5: SerialNumber: 0000:03:00.5
[ 2.058220] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.058225] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.058229] usb usb6: Product: EHCI Host Controller
[ 2.058233] usb usb6: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.058237] usb usb6: SerialNumber: 0000:03:00.7
[ 2.122220] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.122226] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.122230] usb usb7: Product: OHCI PCI host controller
[ 2.122234] usb usb7: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.122237] usb usb7: SerialNumber: 0000:03:00.0
[ 2.182218] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.182224] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.182229] usb usb8: Product: OHCI PCI host controller
[ 2.182233] usb usb8: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.182236] usb usb8: SerialNumber: 0000:03:00.2
[ 2.242222] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.242228] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.242232] usb usb9: Product: OHCI PCI host controller
[ 2.242236] usb usb9: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.242240] usb usb9: SerialNumber: 0000:03:00.4
[ 2.302227] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.302233] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.302237] usb usb10: Product: OHCI PCI host controller
[ 2.302241] usb usb10: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.302244] usb usb10: SerialNumber: 0000:03:00.6
[ 2.348106] usb 2-2: new high-speed USB device number 2 using xhci_hcd
[ 2.348124] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 2.361377] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 2.500818] usb 1-1: New USB device found, idVendor=153b, idProduct=1181, bcdDevice= 0.00
[ 2.500824] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.500829] usb 1-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.500833] usb 1-1: Manufacturer: TERRATEC
[ 2.500836] usb 1-1: SerialNumber: 0000000002001010011
[ 2.510112] usb 2-2: New USB device found, idVendor=0402, idProduct=5635, bcdDevice= 0.80
[ 2.510118] usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 2.510123] usb 2-2: Product: USB 2.0 Storage Device
[ 2.510127] usb 2-2: SerialNumber: 12345000100000000009
[ 2.510708] usb 3-1: New USB device found, idVendor=153b, idProduct=1182, bcdDevice= 0.00
[ 2.510715] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.510719] usb 3-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.510723] usb 3-1: Manufacturer: TERRATEC
[ 2.510727] usb 3-1: SerialNumber: 000000000010020101
[ 2.519210] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 2.519488] scsi host6: usb-storage 2-2:1.0
[ 2.519698] usbcore: registered new interface driver usb-storage
[ 2.523588] usbcore: registered new interface driver uas
[ 2.631483] usb 2-8: new high-speed USB device number 3 using xhci_hcd
[ 2.771590] usb 2-8: New USB device found, idVendor=04b4, idProduct=8613, bcdDevice=a0.01
[ 2.771596] usb 2-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.894757] usb 2-11: new full-speed USB device number 4 using xhci_hcd
[ 3.050662] usb 2-11: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[ 3.050669] usb 2-11: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.050673] usb 2-11: Product: CSR8510 A10
[ 3.574377] usbtest 2-8:1.0: FX2 device
[ 3.574379] usbtest 2-8:1.0: high-speed {control bulk-in bulk-out} tests (+alt)
[ 3.574403] usbcore: registered new interface driver usbtest
[ 3.603047] dvb-usb: found a 'Terratec Cinergy S2 Dual (tuner 1)' in warm state.
[ 3.603291] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3.603648] dvbdev: DVB: registering new adapter (Terratec Cinergy S2 Dual (tuner 1))
[ 3.603650] usb 1-1: media controller created
[ 3.609458] dvb-usb: MAC address: 00:18:bd:5b:76:a2
[ 3.609604] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 3.633837] usbcore: registered new interface driver btusb
[ 3.855623] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.896089] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.946749] usb 1-1: DVB: registering adapter 0 frontend 0 (Montage Technology DS3000/TS2020)...
[ 3.946752] dvbdev: dvb_create_media_entity: media entity 'Montage Technology DS3000/TS2020' registered.
[ 3.974715] rc rc0: Terratec Cinergy S2 Dual (tuner 1) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.1/usb1/1-1/rc/rc0
[ 3.974739] input: Terratec Cinergy S2 Dual (tuner 1) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.1/usb1/1-1/rc/rc0/input5
[ 3.974776] dvb-usb: schedule remote query interval to 250 msecs.
[ 3.974778] dvb-usb: Terratec Cinergy S2 Dual (tuner 1) successfully initialized and connected.
[ 3.974798] dvb-usb: found a 'Terratec Cinergy S2 Dual (tuner 2)' in warm state.
[ 3.975033] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3.975387] dvbdev: DVB: registering new adapter (Terratec Cinergy S2 Dual (tuner 2))
[ 3.975390] usb 3-1: media controller created
[ 3.980129] dvb-usb: MAC address: 00:18:bd:5b:76:a3
[ 3.980283] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 4.290872] usb 3-1: DVB: registering adapter 1 frontend 0 (Montage Technology DS3000/TS2020)...
[ 4.290876] dvbdev: dvb_create_media_entity: media entity 'Montage Technology DS3000/TS2020' registered.
[ 4.292018] rc rc1: Terratec Cinergy S2 Dual (tuner 2) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.3/usb3/3-1/rc/rc1
[ 4.292041] input: Terratec Cinergy S2 Dual (tuner 2) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.3/usb3/3-1/rc/rc1/input6
[ 4.292149] dvb-usb: schedule remote query interval to 250 msecs.
[ 4.292150] dvb-usb: Terratec Cinergy S2 Dual (tuner 2) successfully initialized and connected.
[ 4.292170] usbcore: registered new interface driver dw2102
[ 4.379616] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 4.379617] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 5.490331] usb 3-1: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
[ 5.578489] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 5.578491] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 5.581259] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 5.581261] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 6.689514] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
[ 6.781309] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 6.781310] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 13.004609] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 13.004610] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 14.115943] usb 3-1: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
[ 14.201317] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 14.201318] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 14.204593] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 14.204593] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 15.312276] usb 1-1: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)

There is some progress but for now my mediacenter is useless for watching television

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

download firmware
https://github.com/OpenELEC/dvb-firmware/blob/master/firmware/dvb-fe-ds3103.fw
copy RAW link and put it in /lib/firmware (if its there in ARCH)

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

I had some trouble getting my external tuner back in the system but he is there again but also on that tuner no image.
I have copied the dvb-fe-ds3103.fw but it looks like its the same as there was already there.
There is something odd with the sequence of the tuners, in TVHeadend the are presented as 'Montage Technology DS3000/TS2020 #0 : DVB-S #0',
'Montage Technology M88DS3103 #1 : DVB-S #0' and 'Montage Technology DS3000/TS2020 #2 : DVB-S #0'.
The external tuner looks like to be in the middle of the tuners on the PCIe card.
Both tuners seems to use the same firmware but with little succes.

[[email protected]:github/media_build]$ tree /dev/dvb (12-13 22:28)

/dev/dvb
├── adapter0
│ ├── demux0
│ ├── dvr0
│ ├── frontend0
│ └── net0
├── adapter1
│ ├── demux0
│ ├── dvr0
│ ├── frontend0
│ └── net0
└── adapter2
├── demux0
├── dvr0
├── frontend0
└── net0

[[email protected]:github/media_build]$ dmesg |egrep 'firmware|dvb|frontend|usb' (12-13 22:18)

[ 0.238255] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.505396] usbcore: registered new interface driver usbfs
[ 0.505396] usbcore: registered new interface driver hub
[ 0.505399] usbcore: registered new device driver usb
[ 0.607366] pci 0000:03:00.0: quirk_usb_early_handoff+0x0/0x6c6 took 53852 usecs
[ 0.664034] pci 0000:03:00.2: quirk_usb_early_handoff+0x0/0x6c6 took 55262 usecs
[ 0.720699] pci 0000:03:00.4: quirk_usb_early_handoff+0x0/0x6c6 took 55254 usecs
[ 0.777366] pci 0000:03:00.6: quirk_usb_early_handoff+0x0/0x6c6 took 55255 usecs
[ 1.071014] usbcore: registered new interface driver usbserial_generic
[ 1.071018] usbserial: USB Serial support registered for generic
[ 2.023907] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.023909] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.023910] usb usb1: Product: xHCI Host Controller
[ 2.023910] usb usb1: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.023911] usb usb1: SerialNumber: 0000:00:14.0
[ 2.025240] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 2.025241] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.025242] usb usb3: Product: xHCI Host Controller
[ 2.025243] usb usb3: Manufacturer: Linux 4.19.8-arch1-1-ARCH xhci-hcd
[ 2.025243] usb usb3: SerialNumber: 0000:00:14.0
[ 2.027069] usb: port power management may be unreliable
[ 2.037366] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.037367] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.037368] usb usb2: Product: EHCI Host Controller
[ 2.037369] usb usb2: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.037370] usb usb2: SerialNumber: 0000:03:00.1
[ 2.050770] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.050772] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.050772] usb usb4: Product: EHCI Host Controller
[ 2.050773] usb usb4: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.050774] usb usb4: SerialNumber: 0000:03:00.3
[ 2.064115] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.064116] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.064117] usb usb5: Product: EHCI Host Controller
[ 2.064118] usb usb5: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.064118] usb usb5: SerialNumber: 0000:03:00.5
[ 2.077432] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 2.077433] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.077435] usb usb6: Product: EHCI Host Controller
[ 2.077436] usb usb6: Manufacturer: Linux 4.19.8-arch1-1-ARCH ehci_hcd
[ 2.077437] usb usb6: SerialNumber: 0000:03:00.7
[ 2.138178] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.138184] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.138190] usb usb7: Product: OHCI PCI host controller
[ 2.138194] usb usb7: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.138198] usb usb7: SerialNumber: 0000:03:00.0
[ 2.198189] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.198195] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.198200] usb usb8: Product: OHCI PCI host controller
[ 2.198204] usb usb8: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.198207] usb usb8: SerialNumber: 0000:03:00.2
[ 2.258184] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.258190] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.258194] usb usb9: Product: OHCI PCI host controller
[ 2.258198] usb usb9: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.258202] usb usb9: SerialNumber: 0000:03:00.4
[ 2.318195] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 2.318201] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.318206] usb usb10: Product: OHCI PCI host controller
[ 2.318209] usb usb10: Manufacturer: Linux 4.19.8-arch1-1-ARCH ohci_hcd
[ 2.318213] usb usb10: SerialNumber: 0000:03:00.6
[ 2.354073] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 2.367396] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 2.380730] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 2.516741] usb 2-1: New USB device found, idVendor=153b, idProduct=1181, bcdDevice= 0.00
[ 2.516747] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.516751] usb 2-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.516755] usb 2-1: Manufacturer: TERRATEC
[ 2.516759] usb 2-1: SerialNumber: 0000000002001010011
[ 2.519702] usb 1-2: New USB device found, idVendor=0402, idProduct=5635, bcdDevice= 0.80
[ 2.519707] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[ 2.519712] usb 1-2: Product: USB 2.0 Storage Device
[ 2.519716] usb 1-2: SerialNumber: 12345000100000000009
[ 2.529016] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 2.529251] scsi host6: usb-storage 1-2:1.0
[ 2.529438] usbcore: registered new interface driver usb-storage
[ 2.530352] usb 4-1: New USB device found, idVendor=153b, idProduct=1182, bcdDevice= 0.00
[ 2.530357] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.530362] usb 4-1: Product: TERRATEC PCIe Dual-Tuner
[ 2.530366] usb 4-1: Manufacturer: TERRATEC
[ 2.530369] usb 4-1: SerialNumber: 000000000010020101
[ 2.533801] usbcore: registered new interface driver uas
[ 2.644056] usb 1-8: new high-speed USB device number 3 using xhci_hcd
[ 2.785009] usb 1-8: New USB device found, idVendor=0572, idProduct=6831, bcdDevice= 0.00
[ 2.785014] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.785017] usb 1-8: Product: S960
[ 2.785021] usb 1-8: Manufacturer: Bestunar
[ 2.785024] usb 1-8: SerialNumber: 20120511
[ 2.910678] usb 1-11: new full-speed USB device number 4 using xhci_hcd
[ 3.066640] usb 1-11: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[ 3.066645] usb 1-11: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.066650] usb 1-11: Product: CSR8510 A10
[ 3.190672] usb 1-12: new full-speed USB device number 5 using xhci_hcd
[ 3.335493] usb 1-12: New USB device found, idVendor=2319, idProduct=00b2, bcdDevice= 2.00
[ 3.335499] usb 1-12: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[ 3.335500] usb 1-12: Manufacturer: InnSpire Intelligent Hotels USB Dongle
[ 3.569613] dvb-usb: found a 'Terratec Cinergy S2 Dual (tuner 1)' in warm state.
[ 3.569850] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3.570197] dvbdev: DVB: registering new adapter (Terratec Cinergy S2 Dual (tuner 1))
[ 3.570199] usb 2-1: media controller created
[ 3.575203] dvb-usb: MAC address: 00:18:bd:5b:76:a2
[ 3.575345] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 3.578855] usbcore: registered new interface driver usbhid
[ 3.578856] usbhid: USB HID core driver
[ 3.596986] usbcore: registered new interface driver btusb
[ 3.613476] usbcore: registered new interface driver snd-usb-audio
[ 3.712109] input: InnSpire Intelligent Hotels USB Dongle Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input5
[ 3.712616] input: InnSpire Intelligent Hotels USB Dongle Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input6
[ 3.767429] input: InnSpire Intelligent Hotels USB Dongle System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/0003:2319:00B2.0001/input/input7
[ 3.767571] hid-generic 0003:2319:00B2.0001: input,hidraw0: USB HID v2.00 Mouse [InnSpire Intelligent Hotels USB Dongle] on usb-0000:00:14.0-12/input2
[ 3.767711] input: InnSpire Intelligent Hotels USB Dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.3/0003:2319:00B2.0002/input/input8
[ 3.784250] usb 1-8: dvb_usb_v2: found a 'DVBSky S960/S860' in warm state
[ 3.784287] usb 1-8: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 3.784302] dvbdev: DVB: registering new adapter (DVBSky S960/S860)
[ 3.784309] usb 1-8: media controller created
[ 3.785506] usb 1-8: dvb_usb_v2: MAC address: 00:17:42:54:96:0c
[ 3.785649] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 3.793382] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 3.824110] hid-generic 0003:2319:00B2.0002: input,hidraw1: USB HID v2.00 Keyboard [InnSpire Intelligent Hotels USB Dongle] on usb-0000:00:14.0-12/input3
[ 3.844432] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.858535] usb 1-8: DVB: registering adapter 1 frontend 0 (Montage Technology M88DS3103)...
[ 3.858538] dvbdev: dvb_create_media_entity: media entity 'Montage Technology M88DS3103' registered.
[ 3.887380] Registered IR keymap rc-dvbsky
[ 3.887408] rc rc0: DVBSky S960/S860 as /devices/pci0000:00/0000:00:14.0/usb1/1-8/rc/rc0
[ 3.887432] input: DVBSky S960/S860 as /devices/pci0000:00/0000:00:14.0/usb1/1-8/rc/rc0/input9
[ 3.887473] rc rc0: lirc_dev: driver dvb_usb_dvbsky registered at minor = 0, scancode receiver, no transmitter
[ 3.887475] usb 1-8: dvb_usb_v2: schedule remote query interval to 300 msecs
[ 3.887477] usb 1-8: dvb_usb_v2: 'DVBSky S960/S860' successfully initialized and connected
[ 3.887501] usbcore: registered new interface driver dvb_usb_dvbsky
[ 3.904059] usb 2-1: DVB: registering adapter 0 frontend 0 (Montage Technology DS3000/TS2020)...
[ 3.904063] dvbdev: dvb_create_media_entity: media entity 'Montage Technology DS3000/TS2020' registered.
[ 3.934038] rc rc1: Terratec Cinergy S2 Dual (tuner 1) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.1/usb2/2-1/rc/rc1
[ 3.934071] input: Terratec Cinergy S2 Dual (tuner 1) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.1/usb2/2-1/rc/rc1/input10
[ 3.934121] dvb-usb: schedule remote query interval to 250 msecs.
[ 3.934123] dvb-usb: Terratec Cinergy S2 Dual (tuner 1) successfully initialized and connected.
[ 3.934148] dvb-usb: found a 'Terratec Cinergy S2 Dual (tuner 2)' in warm state.
[ 3.934390] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 3.934738] dvbdev: DVB: registering new adapter (Terratec Cinergy S2 Dual (tuner 2))
[ 3.934741] usb 4-1: media controller created
[ 3.939603] dvb-usb: MAC address: 00:18:bd:5b:76:a3
[ 3.939769] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[ 4.270345] usb 4-1: DVB: registering adapter 2 frontend 0 (Montage Technology DS3000/TS2020)...
[ 4.270349] dvbdev: dvb_create_media_entity: media entity 'Montage Technology DS3000/TS2020' registered.
[ 4.271366] rc rc2: Terratec Cinergy S2 Dual (tuner 2) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.3/usb4/4-1/rc/rc2
[ 4.271389] input: Terratec Cinergy S2 Dual (tuner 2) as /devices/pci0000:00/0000:00:1c.4/0000:03:00.3/usb4/4-1/rc/rc2/input11
[ 4.271428] dvb-usb: schedule remote query interval to 250 msecs.
[ 4.271431] dvb-usb: Terratec Cinergy S2 Dual (tuner 2) successfully initialized and connected.
[ 4.271451] usbcore: registered new interface driver dw2102
[ 4.442086] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 4.442086] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 5.550875] usb 4-1: DVB: adapter 2 frontend 0 frequency 0 out of range (950000..2150000)
[ 5.558436] m88ds3103 2-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw'
[ 5.647200] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 5.647203] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 6.551105] m88ds3103 2-0068: firmware version: 3.7
[ 6.568034] usb 1-8: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000)
[ 6.654126] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 6.654129] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 7.765420] usb 2-1: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
[ 7.853825] ds3k_firmware_ondemand: Waiting for firmware upload (dvb-fe-ds3103.fw)...
[ 7.853826] ds3k_firmware_ondemand: Waiting for firmware upload(2)...
[ 21.433874] input: Bluetooth 3.0 Keyboard Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/bluetooth/hci0/hci0:67/0005:04E8:7021.0003/input/input26
[ 21.434379] input: Bluetooth 3.0 Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/bluetooth/hci0/hci0:67/0005:04E8:7021.0003/input/input27
[ 21.435665] input: Bluetooth 3.0 Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/bluetooth/hci0/hci0:67/0005:04E8:7021.0003/input/input28
[ 21.435819] input: Bluetooth 3.0 Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/bluetooth/hci0/hci0:67/0005:04E8:7021.0003/input/input29

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

Do not believe 100% on signal values
use parallel femon during scan.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

It is not that I believe in the exact value of the signal but at the moment the result is that I don't have a functional tuner.
It did worked before, the external tuner, so now there is something wrong.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago

Update Kernel will fix problem then you can copy from current module with make internal tuner to work

Now you understand how stupid is Linux idea to put all in kernel tree and one work other to be broken from old to new kernel
mutch better idea is to use PID VID modules aka per device
good example digital devices modules

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

I'm not sure if I know what you mean with 'copy from current module with make internal tuner to work'
I can go back to the situation that my externe tuner works (I think :-)) but which files do I need to copy? (from where to where?)

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by saen acroabout 2 years ago


to see modules used
corresponding to bus port etc.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

I didn't manage to find and copy the right driver for the Terratec so in the process I lost the earlier compiled driver when I reinstalled the kernel.
Sadly I can not reproduce my earlier mentioned driver build for the Terratec so I am back at the start with only a working external USB tuner.
That tuner works now with the build of crazycat in which I manually copied the 'latest files'.
I have no clue how to go further. I'm sure it can be done but I am stuck at the moment.

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

I made a new build without manually copying the latest drivers in the created build and after compiling the external tuner stays functional.
Strange, that wasn't at first.
I looked in to dw2102.c and the USB ID in there is correct. Why don't the driver start?

Download

[[email protected]:~]$ lsusb && lsusb -t (12-15 15:28)

Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 153b:1182 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 2
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 153b:1181 TerraTec Electronic GmbH Cinergy S2 PCIe Dual Port 1
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 0572:6831 Conexant Systems (Rockwell), Inc. DVBSky S960 DVB-S2 tuner
Bus 002 Device 002: ID 0402:5635 ALi Corp. M5635 Flash Card Reader
Bus 002 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
/: Bus 10.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/1p, 12M
/: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M
/: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 5000M
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M|__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M|__ Port 2: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M|__ Port 9: Dev 3, If 0, Class=Vendor Specific Class, Driver=dvb_usb_dvbsky, 480M|__ Port 11: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M|__ Port 11: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/1p, 480M|__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 480M

RE: Problem with getting Terratec Cinergy S2 PCIe dual installed on Arch Linux-Added by Rob Thorborgabout 2 years ago

It's look's like I'm going from bad to worse.
I'm not being able to build the crazycat media_build anymore.
I reinstalled the kernel and now getting this problem.

  • Start building ***********
    make -C /home/rob/temp/github/media_build/v4l allyesconfig
    make1: Entering directory '/home/rob/temp/github/media_build/v4l'
    No version yet, using 4.19.8-arch1-1-ARCH
    make2: Entering directory '/home/rob/temp/github/media_build/linux'
    Applying patches for kernel 4.19.8-arch1-1-ARCH
    patch -s -f -N -p1 -i ../backports/api_version.patch
    patch -s -f -N -p1 -i ../backports/pr_fmt.patch
    patch -s -f -N -p1 -i ../backports/debug.patch
    patch -s -f -N -p1 -i ../backports/drx39xxj.patch
    Patched drivers/media/dvb-core/dvbdev.c
    Patched drivers/media/v4l2-core/v4l2-dev.c
    Patched drivers/media/rc/rc-main.c
    make2: Leaving directory '/home/rob/temp/github/media_build/linux'
    ./scripts/make_kconfig.pl /lib/modules/4.19.8-arch1-1-ARCH/build /lib/modules/4.19.8-arch1-1-ARCH/build 1
    Preparing to compile for kernel version 4.19.8
    File not found: /lib/modules/4.19.8-arch1-1-ARCH/build/.config at ./scripts/make_kconfig.pl line 33, <IN> line 4.
    make1: * [Makefile:388: allyesconfig] Error 2
    make1: Leaving directory '/home/rob/temp/github/media_build/v4l'
    make: *
    [Makefile:26: allyesconfig] Error 2
    can't select all drivers at ./build line 545
  • « Previous
  • 1
Driver(1-25/32)

Download Bestunar Driver Win 7

Choose the most popular programs from System Tools
ReviewComments Questions & Answers Update program info

Old versions

See all

Windows-Treiberpaket - Bestunar Inc. BstDtv3 Drivers is developed by Bestunar Inc.. The most popular versions of this product among our users are: 1.3 and 11.3. The product will soon be reviewed by our informers.

Download Bestunar Driver Windows 10

You can check Classic Link Drivers, SONY Drivers Update Utility For Windows 7, Webcam Drivers For Windows 7 Utility and other related programs like Compaq Drivers Update Utility For Windows 7 at the 'download' section.

Download Bestunar Driver App

Bestunar
Info updated on: