Help! diseqc: failed to set voltage (Sky star usb 1.1 (not hd)
Added by Hed Wallace over 7 years ago
Hi mates,
When i try to watch a channel:
2017-03-06 23:11:46.021 diseqc: failed to set voltage (e=Recurso no disponible temporalmente)
2017-03-06 23:11:52.000 webui: Couldn't start streaming /stream/service/4b895830864088c7635f6ddd3790ef96?ticket=B9CA1649F51110519A11315F1AEA038A6CCF8327, No free adapter
This is the dmesg:
[ 35.326627] b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully
[ 35.571806] flexcop_usb: running at FULL speed.
[ 35.752738] b2c2-flexcop: MAC address = 00:d0:d7:0e:8e:2e
[ 36.358789] b2c2-flexcop: found 'ST STV0299 DVB-S' .
[ 36.358802] usb 7-1: DVB: registering adapter 0 frontend 0 (ST STV0299 DVB-S).
[ 36.358915] b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S rev 2.6' at the 'USB' bus controlled by a 'FlexCopIII' complete
[ 36.365756] flexcop_usb: Technisat/B2C2 FlexCop II/IIb/III Digital TV USB Driver successfully initialized and connected.
[ 36.365824] usbcore: registered new interface driver b2c2_flexcop_usb
lsusbBus 007 Device 002: ID 0af7:0101 B2C2, Inc. Digital TV USB Receiver (DVB-S/T/C / ATSC)
The card is a Sky star USB 1.1 (not HD)
I have another card (TBS6909) in the same computer, but this card works fine!
Thanks a lot in advance
Replies (4)
RE: Help! diseqc: failed to set voltage (Sky star usb 1.1 (not hd) - Added by Hed Wallace over 7 years ago
I have just tried the Sky star usb 1.1 in a virtual machine and it works like a charm!
But I see that in tvheadend recognize the card in a different way. In the virtual machine the name in tv adapters is "Sky Star" and in the computer is "ST STV0299 DVB-S : DVB-S #0"
dmesg
[ 5.609731] usb 2-2.1: New USB device found, idVendor=0af7, idProduct=0101
[ 5.609893] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.610010] usb 2-2.1: Product: B2C2 Broadband Rcvr USB Adpt.
[ 5.610192] usb 2-2.1: Manufacturer: B2C2, Inc.
[ 11.677386] flexcop_usb: running at FULL speed.
[ 12.203691] DVB: registering new adapter (FlexCop Digital TV device)
[ 12.205855] b2c2-flexcop: MAC address = 00:d0:d7:0e:8e:2e
[ 12.217764] CX24123: wrong demod revision: 0
[ 12.496813] b2c2-flexcop: found 'ST STV0299 DVB-S' .
[ 12.496821] usb 2-2.1: DVB: registering adapter 0 frontend 0 (ST STV0299 DVB-S)...
[ 12.496981] b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S rev 2.6' at the 'USB' bus controlled by a 'FlexCopIII' complete
[ 12.505215] flexcop_usb: Technisat/B2C2 FlexCop II/IIb/III Digital TV USB Driver successfully initialized and connected.
[ 12.505293] usbcore: registered new interface driver b2c2_flexcop_usb
lsusb
Bus 002 Device 004: ID 0af7:0101 B2C2, Inc. Digital TV USB Receiver (DVB-S/T/C / ATSC)
The virtual machine has Ubuntu 14.04 server and the Computer has Ubuntu 16.04 server,in the computer I have installed the drivers: https://github.com/tbsdtv/linux_media/wiki for the TBS6909
Is it possible that the driver is wrong? How can do i fix it to use the same driver that in the virtual machine?
Thanks you very much in advance
RE: Help! diseqc: failed to set voltage (Sky star usb 1.1 (not hd) - Added by Hed Wallace over 7 years ago
I found out that the Sky Star USB works in Ubuntu 14.04 and Ubuntu 16.04 without problems.
The trouble is when I install the driver for the tbs card.
When i do this steps: https://github.com/tbsdtv/linux_media/wiki and reboot the system the sky star usb doesn't work.
Any idea? how can i do to install the tbs drivers without disabling the sky star usb?
Thanks a lot in advance
RE: Help! diseqc: failed to set voltage (Sky star usb 1.1 (not hd) - Added by Joe User over 7 years ago
Did you notice this part: [[https://linuxtv.org/wiki/index.php/TBS_driver_installation#Deleting_media_drivers_directory_to_resolve_conflicts]]
Deleting media drivers directory to resolve conflicts Some users have found that deleting the whole kernel media drivers folder and then compiling can resolve conflicts. This process will fix issues resulting in "disagrees about version of symbol dvb_frontend_detach" messages in the dmesg output. Instructions for this can be found in the TBS forum. They are as follows: First remove the existing media modules: sudo rm -rf /lib/modules/$(uname -r)/kernel/drivers/media/ Then reinstall the modules, following steps 3 and 6 above. Compatibility with other cards As noted above you should remove the kernel's existing media drivers before installing the TBS driver package, I omitted this step when installing the drivers and whilst the card worked fine (Mythtv 0.27/Debian 7) my other DVB-S2 tuner card would fail to initialize on start up. There were no obvious messages in the dmesg output indicating symbol issues, the card simply wouldn't work. Once I removed the media directory before installing the TBS drivers the card worked correctly. (The driver in the v4l tree used by the TBS drivers was actually a different name than the one in the Linux kernel I had installed).
RE: Help! diseqc: failed to set voltage (Sky star usb 1.1 (not hd) - Added by Hed Wallace over 7 years ago
Thanks you for helping me!
I will try this and i will comment my experiencie