DVB World USB 2104 not detected
#1
i have this box
http://www.linuxtv.org/wiki/index.php/DV...USB2.0_Box

but when i connected to XBMCBuntu it doesn;t show up in TVHeadend Adapter Configuration, anyone can help me? do i have to install driver manually? how to do it? i;ve been struggling for a week for thins bloody card to run in linux with no success Confused

here is the log:

lsusb -v --> sprunge.us/aHhN
dmesg --> sprunge.us/VZbO
Reply
#2
Anyone?
Reply
#3
Is linux-firmware-nonfree installed?

Also what is the output of find /dev/dvb*
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#4
oooh thank you...

i have downloaded linux-firmware-nonfree.tar
but i dont know how to install it

in /dev/dvb/ --> adapted0/ -->
-demux0
-dvr0
-net
Reply
#5
sudo apt-get install linux-firmware-nonfree
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#6
(2014-08-22, 07:26)nickr Wrote: sudo apt-get install linux-firmware-nonfree

Code:
xbmc@live:$ sudo apt-get install linux-firmware-nonfree
Reading package list... Done
Building dependency tree
Reading state information... Done
The following NEW package will be installed:
   linux-firmware-nonfree
0 upgrade, 1 newly installed, 0 to remove and 185 not upgraded
....
....
Unpacking linux-firmware-nonfree (1.14ubuntu1) ...
dpkg: error processing archive /var/cache/apt/linux-firmware-

nonfree_1.14ubuntu1_all.deb (--unpack):
trying to overwrite '/liv/firmware/bcm70015fw.bin', which is also in package

firmware-crystalhd 0.0~git20120110.ffd2f19-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/linux-firmware-nonfree_1.14ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

FYI : I',m using XBMCBuntu live with persistence all changes remain after reboot,and i'm using B4313 Broadcom Wireless.

what else can i do?
Reply
#7
sudo dpkg -i --force-all /var/cache/apt/linux-firmware-nonfree_1.14ubuntu1_all.deb

and no idea were you got that firmware-crystalhd 0.0~git20120110.ffd2f19-1 broken package from.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#8
fritsch THE FRITSCH..?
the Openelec Hero..? glad to see you here Smile

alright,i just did sudo dpkg -i --force-all /media/casper-rw/var/cache/apt/archieve/linux-firmware-nonfree_1.14ubuntu1_all.deb

it seems like successfully rewrite anything locked
now the problem again

[ 426.44918] dvb-usb: did not find the firmware file. (dvb-usb-dw2104.fw) please see linux/documentation/dvb for more details on firmware-problems.(-2)

do i have to manually look for the file? and place it on /lib/firmware ?
Reply
#9
Quote:do i have to manually look for the file? and place it on /lib/firmware ?

yes

you can get them from https://github.com/OpenELEC/dvb-firmware...r/firmware
Reply
#10
yup.. just like i thought

i have put dvb-usb-dw2104.fw in the /lib/firmware
and plug the box.. then the dmesg shows exactly like in Openelec Sad

[ 279.212326] usb 1-1: new high-speed USB device number 6 using ehci-pci
[ 279.344757] usb 1-1: config 1 interface 0 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 2
[ 279.345238] usb 1-1: New USB device found, idVendor=9022, idProduct=d650
[ 279.345249] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 279.345257] usb 1-1: Product: EZ-USB FX2
[ 279.345265] usb 1-1: Manufacturer: Cypress
[ 279.346730] dvb-usb: found a 'TeVii S650 USB2.0' in cold state, will try to load a firmware
[ 279.346943] dvb-usb: downloading firmware from file 'dvb-usb-dw2104.fw'
[ 279.346950] dw2102: start downloading DW210X firmware
[ 279.468325] dvb-usb: found a 'TeVii S650 USB2.0' in warm state.
[ 279.468522] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 279.468796] DVB: registering new adapter (TeVii S650 USB2.0)
[ 279.660863] dvb-usb: MAC address: 00:18:bd:5d:d3:6c
[ 279.684279] Invalid probe, probably not a CX24116 device
[ 279.697648] Invalid probe, probably not a DS3000
[ 279.699021] dvb-usb: no frontend was attached by 'TeVii S650 USB2.0'
[ 279.704300] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:12.2/usb1/1-1/input/input14
[ 279.704456] dvb-usb: schedule remote query interval to 150 msecs.
[ 279.704463] dvb-usb: TeVii S650 USB2.0 successfully initialized and connected.

xbmc@live:/home$find /dev/dvb*
/dev/dvb/adapter0
/dev/dvb/adapter0/demuxe0
/dev/dvb/adapter0/dvr0
/dev/dvb/adapter0/net

in tvheadend still no adapter found... Sad
i wonder wether this was TVHeadend problem or linux problem ?
Reply
#11
tvheadend might start too fast. Just restart it, after your adapter is up.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#12
(2014-08-22, 23:41)fritsch Wrote: tvheadend might start too fast. Just restart it, after your adapter is up.

Possibly, but I think there is a driver or firmware problem. There is a frontend error in the dmesg output and no frontend0 device in /dev/dvb0. I don't have a machine with a dvb device turned on at the moment to see what should be in there.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#13
Yes, you are right - I missed that "frontendX" missing.

Btw. can you try OpenELEC from usb stick - does that work?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#14
thank you for all of you.. sorry for late reply i just got back for attending family funeral

usb stick? all my Openelec machine in my house run from usb stick (i dont have any other usb-dvb other than this model) i have tried several Official Openelec version from 3.2, 4.x until recent 4.1.4
even tried special build from CrazyCat 1.4 + 3.16 fixes, Media_Build 1.2, and 4.051 liplianin
the result all the same no frontend0 and no tv adapter
should i open the box and post the chipset ?
Reply
#15
Reply

Logout Mark Read Team Forum Stats Members Help
DVB World USB 2104 not detected0