driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
|
28th May, 2013, 07:19 PM
Post: #1
|
|||
|
|||
driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
Hi all,
I have installed xbian 1.0a5 and an "avertv volar green hd model a835" (id vendor: 07ca id product 3835 ). (usb-tv-tuner not supported ) I try to modify the module "dvb-usb-it913x.ko" with some changes in "dvb-usb-ids.h" and "it913x.c" (get from "wget https://github.com/raspberrypi/linux/archive/rpi-3.6.y.tar.gz") The dvb-usb-it913x.ko generated don't work, dmesg says : "[12907.518097] dvb_usb_it913x: disagrees about version of symbol module_layout" If you need the steps how I make the dvb-usb-it913x.ko let me know .. but i think it's wrong from the very beggining Any help would be appreciated, thanks in advanced |
|||
29th May, 2013, 07:25 PM
Post: #2
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
Another try (like the " DVB-T kernel module for: RTL2838" thread")
but with no success Code: sudo su |
|||
29th May, 2013, 09:05 PM
Post: #3
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
i've got also an it_9135 usb tnt,
i've done a push request few days ago to add firmawre, but do not check for defaut module, i've recompiles v4l drivers on pi, and now, it is detected, i can 'nearly use it', just now, it don't find any channel, but have the same problem on ubuntu, and may be it's due to my small antenna, but hardware is recognised for the pi. i can post later when i'm at home the module i've compiled, if you want to try. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
29th May, 2013, 09:21 PM
Post: #4
|
|||
|
|||
driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
Pull request merged, carlosi please redo the instructions.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
29th May, 2013, 10:30 PM
Post: #5
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(29th May, 2013 09:05 PM)belese Wrote: i've got also an it_9135 usb tnt, Thanks! it would be appreciated. Now i'm trying to compile the kernel driver modules for V4L-DVB devices (git clone git://linuxtv.org/media_build.git) but it takes me a while .. |
|||
30th May, 2013, 07:58 PM
Post: #6
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(29th May, 2013 09:21 PM)Koenkk Wrote: Pull request merged, carlosi please redo the instructions. Sorry Koenkk, i don't understand your request. Although i've found an issue on https://github.com/xbianonpi/xbian/issues/356 that's exactly what i'm looking for. How can i clone and compile your kernel repository? ("Compiling the Linux kernel & Raspberry Pi firmware" in https://github.com/xbianonpi/xbian/wiki) ?? thanks |
|||
31st May, 2013, 02:57 AM
Post: #7
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
The kernel is already compiled, the only thing you need to do is installing it.
Instructions: Code: sudo su Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
31st May, 2013, 08:12 PM
Post: #8
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(31st May, 2013 02:57 AM)Koenkk Wrote: The kernel is already compiled, the only thing you need to do is installing it. Hi again, I follow the instructions and reboot the raspberry but my "avertv volar green hd model a835" is detected (as always) but not try to load the firmware .. Need this kernel to apply a patch to make this usb-tv-tuner works? some patch like this .. Code: diff --git a/drivers/media/dvb-core/dvb-usb-ids.h Thanks |
|||
1st Jun, 2013, 06:06 AM
Post: #9
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(31st May, 2013 08:12 PM)carlosi Wrote: I follow the instructions and reboot the raspberry but my "avertv volar green hd model a835" is detected (as always) but not try to load the firmware .. post output of "dmesg" command, you can cut the part where it starts to load the relevant module. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Jun, 2013, 04:22 PM
Post: #10
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(1st Jun, 2013 06:06 AM)mk01 Wrote:(31st May, 2013 08:12 PM)carlosi Wrote: I follow the instructions and reboot the raspberry but my "avertv volar green hd model a835" is detected (as always) but not try to load the firmware .. Hi mk01, This is the output when i plug in the usb-tv-tuner Code: usb 1-1.2.2: USB disconnect, device number 7 Thanks |
|||
2nd Jun, 2013, 08:22 AM
Post: #11
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(1st Jun, 2013 04:22 PM)carlosi Wrote: look into xbian-package-kernel - branch testing. the module there is patched Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
3rd Jun, 2013, 03:34 AM
Post: #12
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(2nd Jun, 2013 08:22 AM)mk01 Wrote: look into xbian-package-kernel - branch testing. the module there is patched I download the testing branch, but then my raspberry/xbian doesn't work Code: sudo su Any idea what's happening? Thanks |
|||
3rd Jun, 2013, 04:03 AM
Post: #13
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(3rd Jun, 2013 03:34 AM)carlosi Wrote: Any idea what's happening? ah, you used the "manual" approach. it will not work. after recovery clone xbian-package-kernel (you have already), xbian-package-initramfs-tools and xbian-package-splash but generate .deb packages with running gen.package.sh and then install them with dpkg -i pkg1 pkg2 pkg3 and to recover, just take /boot/kernel3_8_13.img from master branch and copy it as /boot/kernel.img ... then you should be able to boot. then proceed with installing the debs. sorry for inconvenience. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
3rd Jun, 2013, 08:51 PM
Post: #14
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(3rd Jun, 2013 04:03 AM)mk01 Wrote: ah, you used the "manual" approach. it will not work. after recovery clone xbian-package-kernel (you have already), xbian-package-initramfs-tools and xbian-package-splash Sorry mk01, i'm a little confused now .. I install a 'clean' version of xbian 1.0a5 then .. Code: sudo su The output of dkpg was .. Code: Selecting previously unselected package xbian-package-kernel. So i decided to install "initramfs-tools" (apt-get install initramfs-tools) but the ouptut was .. Code: Reading package lists... Done Can you help me to do the steps to installs all the stuff (to makes the usb-tv-tuner works)? Thanks in advance |
|||
3rd Jun, 2013, 09:28 PM
Post: #15
|
|||
|
|||
RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 )
(3rd Jun, 2013 08:51 PM)carlosi Wrote: initramfs-tools : Depends: klibc-utils (>= 2.0-1~) but it is not going to be installed it wasn't needed to reflash, but for the this steps you are doing fine. I'm just thinking whether after installing all the dependencies you will not end up with beta1 but yes, you will need kernel, splash, firmware and initramfs. the last named will require busybox, klibc-tools, initrd-tools. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
AverMedia AVerTV Digi Volar X (A815) | starous | 5 | 21,864 |
28th Jan, 2013 10:22 PM Last Post: CurlyMo |