Jump to content


Photo

¿when the support for usb-tdt in Vu+duo?

VU+DUO

  • Please log in to reply
176 replies to this topic

Re: ¿when the support for usb-tdt in Vu+duo? #21 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 3 January 2011 - 22:43

Lorddarks you have volar hd stick, right?
I have it too. Waiting for malakudi help!

Re: ¿when the support for usb-tdt in Vu+duo? #22 Pedro_Newbie

  • Senior Member
  • 4,631 posts

+225
Excellent

Posted 3 January 2011 - 22:43

i asked that because af9005 is an old chip that af9015 replaced it. have you tried to do modprobe v4l-dvb-module-dvb-usb-af9005 ?
what is the result of doing that?
opkg install v4l-dvb-module-dvb-usb-af9005


thank you

Please guide me step by step.
I installed the package with opkg install v4l-dvb-module-dvb-usb-af9005
When I do: modprobe v4l-dvb-module-dvb-usb-af9005 the result is: FATAL: Module v4l_dvb_module_dvb_usb_af9005 not found

Re: ¿when the support for usb-tdt in Vu+duo? #23 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 3 January 2011 - 22:52

the module is probably called 'dvb-usb-af9005'.
If you modprobe that, it'll complain (dmesg) about missing dependencies, so you have to install a few move v4l-dvb-modules.
When you can modprobe it successfully, you need to create a file /etc/modutils/v4l, and put 'dvb-usb-af9005' in it.
Run update-modules, and reboot.
With a bit of luck, it'll work. (possibly you need to find a working firmware file, and put it in /lib/firmware)

Re: ¿when the support for usb-tdt in Vu+duo? #24 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 3 January 2011 - 22:54

yes i have volar black hd.

for volar black hd:

I think it will work but i can try right now since there is football.

for firmware you can download from here (it works on linux i think on vu duo too):
http://www.otit.fi/~...firmware_files/

for ad9005:

firmware:
http://ventoso.org/l...f9005/af9005.fw

i think you should load more than those two modules to make it work. i will look for which modules in the list. could you post the content of /etc/modutils please?

Re: ¿when the support for usb-tdt in Vu+duo? #25 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 3 January 2011 - 23:05

modules that i think should be loaded too are:

dvb-core
dvb-pll
dvb-usb
usbvideo

i do not if more or if there is a module that is not needed.

pieterg can you explain with a little more detail what we have to put on modutils?

Re: ¿when the support for usb-tdt in Vu+duo? #26 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 4 January 2011 - 00:33

modules that i think should be loaded too are:

dvb-core
dvb-pll
dvb-usb
usbvideo


dvb-core is automatically loaded
usbvideo doesn't sound familiar?

btw, dependencies (dvb-pll / dvb-usb and possibly others) will be found and loaded by modprobe. Just make sure you install them.

pieterg can you explain with a little more detail what we have to put on modutils?


Just one line, containing the name of the module.
This is the actual hardware module, no need to add dependencies, modprobe will find them.

Re: ¿when the support for usb-tdt in Vu+duo? #27 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 12:30

Ok, i installed af9015 driver and i get this when i do "dmesg". When i try modprobe nothing happens!

And how do i install all those modules (dvb-pll ...)?


I created zzz_usbtuner file and i put dvb-usb-af9015 line in it. I also got firmware files and put them in lib/firmware (i had to create it manually). Anything else?

Attached Files



Re: ¿when the support for usb-tdt in Vu+duo? #28 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 12:37

and now this...

Attached Files



Re: ¿when the support for usb-tdt in Vu+duo? #29 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 4 January 2011 - 13:41

For A850 devices you need:
v4l-dvb-module-dvb-pll
v4l-dvb-module-dvb-usb
v4l-dvb-module-mxl5005s
v4l-dvb-module-mxl5007t
v4l-dvb-module-af9013
v4l-dvb-module-dvb-usb-af9015

and appropriate firmware files in /lib/firmware (dvb-fe-af9013.fw and dvb-usb-af9015.fw )

you also need package usbtunerhelper

To test, install all above packages, then run:
depmod -a
modprobe dvb-usb-af9015

and check if /dev/dvb/adapter1 was created fine. If it did, then run:
/etc/init.d/usbtunerhelper start

and check /proc/bus/nim_sockets (it should display your usb tuner)
then restart enigma2 (killall enigma2) and your usb tuner will be detected by enigma2.
To make all work after reboot, add a modutils rule to load your tuner driver.

Re: ¿when the support for usb-tdt in Vu+duo? #30 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 14:38

thanks! Now i can see tuner in the image.

Re: ¿when the support for usb-tdt in Vu+duo? #31 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 18:58

malakudi, i need your help.

After reboot, DVB-T tuner isnt recognised anymore. Apperantly i made something wrong.

I created zzz_usbtuner and put this line in: dvb-usb-af9015

Anything else?

Re: ¿when the support for usb-tdt in Vu+duo? #32 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 4 January 2011 - 19:57

Dear Taykun345

I think you need to do what pieterg said:

When you can modprobe it successfully, you need to create a file /etc/modutils/v4l, and put 'dvb-usb-af9005' in it.


but you have to include dvb-usb-af9015 instead the 9005 one.



edit:

I'm trying it right now, where can I find this package: usbtunerhelper?


thanks

Re: ¿when the support for usb-tdt in Vu+duo? #33 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 20:00

I do have file zzz_usbtuner in /etc/modutils

zzz_usbtuner contains dvb-usb-af9015

Re: ¿when the support for usb-tdt in Vu+duo? #34 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 4 January 2011 - 20:05

so maybe you need af9013 there too.

Re: ¿when the support for usb-tdt in Vu+duo? #35 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 4 January 2011 - 20:17

Pieterg said that file must be named v4l try it too.

Re: ¿when the support for usb-tdt in Vu+duo? #36 Taykun345

  • Senior Member
  • 1,297 posts

+41
Good

Posted 4 January 2011 - 20:20

ok i will try

Re: ¿when the support for usb-tdt in Vu+duo? #37 stanley1

  • Member
  • 36 posts

0
Neutral

Posted 4 January 2011 - 20:42

Hauppauge nova-t supported driver dib0700. I have used "opkg install v4l-dvb-module-dvb-usb-dib0700" to configure but I cannot see it in tuner configuration, do i need some other files?

Re: ¿when the support for usb-tdt in Vu+duo? #38 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 4 January 2011 - 20:49

after all the process i get that in dmesg
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in cold state, will try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
dvb-usb: found a 'AverMedia AVerTV Volar Black HD (A850)' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
DVB: registering new adapter (AverMedia AVerTV Volar Black HD (A850))
af9013: firmware version:4.95.0
DVB: registering adapter 1 frontend 0 (Afatech AF9013 DVB-T)...
MXL5005S: Attached at address 0xc6
dvb-usb: AverMedia AVerTV Volar Black HD (A850) successfully initialized and connected.
af9015: command failed:121
af9015: endpoint init failed:-1
dvb_usb_af9015: probe of 1-2:1.0 failed with error -1
af9015: command failed:122
af9013: I2C read failed reg:d417
af9015: command failed:126
af9013: I2C write failed reg:d417 len:1
af9015: command failed:127
mxl5005s I2C reset failed
af9015: command failed:129
af9013: I2C write failed reg:d417 len:1
DVB: registering adapter 0 frontend 0 (Afatech AF9013 DVB-T)...
af9015: command failed:166
af9013: I2C read failed reg:d730
af9015: command failed:167
af9013: I2C read failed reg:d417
af9015: command failed:171
af9013: I2C write failed reg:d417 len:1
af9015: command failed:172
mxl5005s I2C reset failed
af9015: command failed:174
af9013: I2C write failed reg:d417 len:1


Re: ¿when the support for usb-tdt in Vu+duo? #39 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 4 January 2011 - 21:16

Pieterg said that file must be named v4l try it too.


sorry, I forgot this is about the vuduo.
The names of the modutils files are not important, but remember that they are parsed in alphabetical order.
So on the vuduo, which I believe has a modutils file 'vuduo', 'v4l' will not work, because the t adapter should not be the first dvb adapter.
So z_something will work.

Remember to run 'update-modules' after you've changed modutils files.

Re: ¿when the support for usb-tdt in Vu+duo? #40 lorddarks

  • Member
  • 43 posts

0
Neutral

Posted 4 January 2011 - 21:30

thank you pieterg.

anyone knows a possible solution to the I2C errors?

thanks



Also tagged with one or more of these keywords: VU+DUO

5 user(s) are reading this topic

0 members, 5 guests, 0 anonymous users