(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
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
(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.
(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
Hi, Carlosi
)
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 !!!
Hi, i have the same problem in
Raspbmc with
Avermedia A835B(3835).
The message logs:
Aug 9 10:51:06 raspbmc kernel: usb 1-1.5: Product: A835B
Aug 9 10:51:06 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
usb 1-1.5: dvb_usb_v2: 2nd usb_bulk_msg() failed=-110
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.5: dvb_usb_v2: found a 'Avermedia A835B(3835)' in cold state
usb 1-1.5: dvb_usb_v2: Did not find the firmware file 'dvb-usb-it9135-02.fw'. Please see linux/Documentation/dvb/ for more details on firmware-problems. Status -2
dvb_usb_it913x: probe of 1-1.5:1.0 failed with error -2
usbcore: registered new interface driver dvb_usb_it913x
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?
Thank you!!