Forum
driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: PVR + Live TV (/forum-29.html)
+--- Thread: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) (/thread-938.html)

Pages: 1 2


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - carlosi - 5th Jun, 2013 01:36 AM

(3rd Jun, 2013 09:28 PM)mk01 Wrote:  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 Smile

but yes, you will need kernel, splash, firmware and initramfs. the last named will require busybox, klibc-tools, initrd-tools.

It works !
As you say, i have to install some other stuff .

Code:
apt-get install fakeroot  busybox klibc-utils initramfs-tools btrfs-tools udhcpc

git clone https://github.com/xbianonpi/xbian-package-firmware.git (and generate package)
git clone -b testing --depth 5 https://github.com/xbianonpi/xbian-package-kernel.git

Thanks a lot to all of you!!

Bye


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - mk01 - 5th Jun, 2013 08:48 AM

(5th Jun, 2013 01:36 AM)carlosi Wrote:  It works !
As you say, i have to install some other stuff .

Carlos,

so works including the .ko module? I'm evaluating newer versions of kernel and the module is broken again.


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - carlosi - 5th Jun, 2013 05:32 PM

(5th Jun, 2013 08:48 AM)mk01 Wrote:  so works including the .ko module? I'm evaluating newer versions of kernel and the module is broken again.

Yes , the dmesg output is

Code:
usb 1-1.2.2: new high-speed USB device number 7 using dwc_otg
usb 1-1.2.2: New USB device found, idVendor=07ca, idProduct=3835
usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1.2.2: Product: A835B
usb 1-1.2.2: Manufacturer: AVerMedia TECHNOLOGIES, Inc.
usb 1-1.2.2: SerialNumber: 305940600137
it913x: Chip Version=02 Chip Type=9135
it913x: Remote propriety (raw) modeit913x: Dual mode=0 Tuner Type=38
it913x: Unknown tuner ID applying default 0x60<6>usb 1-1.2.2: dvb_usb_v2: found a 'Avermedia A835B(3835)' in cold state
usbcore: registered new interface driver dvb_usb_it913x
usb 1-1.2.2: dvb_usb_v2: downloading firmware from file 'dvb-usb-it9135-02.fw'
it913x: FRM Starting Firmware Download
it913x: FRM Firmware Download Completed - Resetting Deviceit913x: Chip Version=02 Chip Type=9135
it913x: Firmware Version 52887808<6>usb 1-1.2.2: dvb_usb_v2: found a 'Avermedia A835B(3835)' in warm state
usb 1-1.2.2: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
DVB: registering new adapter (Avermedia A835B(3835))
it913x-fe: ADF table value      :00
it913x-fe: Crystal Frequency :12000000 Adc Frequency :20250000 ADC X2: 01
it913x-fe: Tuner LNA type :60
usb 1-1.2.2: DVB: registering adapter 0 frontend 0 (Avermedia A835B(3835)_1)...
usbcore: registered new interface driver rtl8192cu
Registered IR keymap rc-it913x-v2
input: Avermedia A835B(3835) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.2/rc/rc0/input2
rc0: Avermedia A835B(3835) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.2/rc/rc0
usb 1-1.2.2: dvb_usb_v2: schedule remote query interval to 250 msecs
usb 1-1.2.2: dvb_usb_v2: 'Avermedia A835B(3835)' successfully initialized and connected

Bye


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - arajan - 26th Jun, 2013 07:02 PM

Hi, Carlosi Smile)

I am very new to this linux staff, but I got mine Raspberry PI and installed Xbian.
I'm very satisfied with it's funcionality, but I want to watch DVB-T with my Aver Volar HD A835 stick.

Can you post me a STEP BY STEP GUIDE, so I can watch DVB with the raspberry pi and the Aver A835 stick ?

Thanks in advance !!!


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - carlosi - 29th Jun, 2013 02:03 AM

(26th Jun, 2013 07:02 PM)arajan Wrote:  Can you post me a STEP BY STEP GUIDE, so I can watch DVB with the raspberry pi and the Aver A835 stick ?


¿What type of Avermedia Volar Green A835 do you have ?
Plug in the Aver A835 stick and look for a dmesg output like this ..

Code:
[    3.549133] usb 1-1.2.1.3: New USB device found, idVendor=07ca,
idProduct=3835

First, try to install XBian 1.0 Beta 1 to see if it works.

If it don't work this instructions are to install a Avermedia Volar Green A835 (id vendor: 07ca id product 3835 ) in a XBian 1.0 Alpha 5

Quote:sudo su

apt-get update
apt-get upgrade
apt-get install fakeroot busybox klibc-utils initramfs-tools btrfs-tools udhcpc

git clone https://github.com/xbianonpi/xbian-package-kernel.git
git clone https://github.com/xbianonpi/xbian-package-initramfs-tools.git
git clone https://github.com/xbianonpi/xbian-package-splash.git

cd xbian-package-kernel
./gen.package.sh
cd ../xbian-package-initramfs-tools
./gen.package.sh
cd ../xbian-package-splash
cd ..

dpkg -i xbian-package-kernel/xbian-package-kernel1.1.deb xbian-package-initramfs/xbian-package-initramfs-tools1.0-0.2.deb xbian-package-splash/xbian-package-splash1.0-0.4.deb



git clone https://github.com/xbianonpi/xbian-package-firmware.git (and generate package)
git clone -b testing --depth 5 https://github.com/xbianonpi/xbian-package-kernel.git



RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - perkas - 9th Aug, 2014 08:07 PM

Hi, i have the same problem in Raspbmc with Avermedia A835B(3835).
The message logs:

sudo cat messages|grep 'A835 (Click to View)
In http://www.linuxtv.org/wiki/index.php/DVB-T_USB_Devices/Full, says that this device looks identical to the A835 and has the same model number on the box but has a different chip inside.

It says that the correct firmware is here: https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-usb-it9135-02.fw.

How can i install it?Huh
Thank you!! Big Grin


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - CurlyMo - 9th Aug, 2014 08:27 PM

Quote:Hi, i have the same problem in Raspbmc with Avermedia A835B(3835).
http://forum.stmlabs.com/


RE: driver for avertv volar green hd model a835" (id vendor: 07ca id product: 3835 ) - perkas - 9th Aug, 2014 08:47 PM

Hi, I copy dvb-usb-it9135-02.fw a /lib/firmware/.
Now sudo cat messages|grep 'A835' says: Big Grin

Quote:Aug 9 12:23:45 raspbmc kernel: usb 1-1.5: Product: A835B
Aug 9 12:23:45 raspbmc kernel: it913x: Unknown tuner ID applying default 0x60<6>usb 1-1.5: dvb_usb_v2: found a 'Avermedia A835B(3835)' in cold state
Aug 9 12:23:45 raspbmc kernel: it913x: Firmware Version 52887808<6>usb 1-1.5: dvb_usb_v2: found a 'Avermedia A835B(3835)' in warm state
Aug 9 12:23:45 raspbmc kernel: DVB: registering new adapter (Avermedia A835B(3835))
Aug 9 12:23:45 raspbmc kernel: usb 1-1.5: DVB: registering adapter 0 frontend 0 (Avermedia A835B(3835)_1)...
Aug 9 12:23:45 raspbmc kernel: input: Avermedia A835B(3835) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/rc/rc0/input4
Aug 9 12:23:45 raspbmc kernel: rc0: Avermedia A835B(3835) as /devices/platform/bcm2708_usb/usb1/1-1/1-1.5/rc/rc0
Aug 9 12:23:45 raspbmc kernel: usb 1-1.5: dvb_usb_v2: 'Avermedia A835B(3835)' successfully initialized and connected