PDA

View Full Version : how to add an August DVB T202 tuner



40watts
28-11-13, 17:10
Can anybody help with getting an August DVB T202 tuner working on my openVix 3.0 image. I am told that the chipset is Siano 1140. I am a complete Linux greenhorn. Here are the linux driver instructions -
1 copy dvb_nova_12mhz_b0.inp file to /lib/firmware
(I have copied this with FTP)

2 modify the driver with below patch

diff -Naur /home/mike/work/v4l-dvb-3724e93f7af5/linux/drivers/media/dvb/siano/sms-cards.c /home/mike/work/v4l-dvb-1140/linux/drivers/media/dvb/siano/sms-cards.c
--- /home/mike/work/v4l-dvb-3724e93f7af5/linux/drivers/media/dvb/siano/sms-cards.c 2011-04-03 13:30:48.000000000 +0800
+++ /home/mike/work/v4l-dvb-1140/linux/drivers/media/dvb/siano/sms-cards.c 2011-07-13 16:25:28.000000000 +0800
(I tried to telenet this but I guess I was in the wrong directory as I got an error 'not found' so I navigated to /lib/firmware and tried the patch
I also got a not found message but I got this at the end -
root@et9x00:/lib/firmware# +++ /home/mike/work/v4l-dvb-1140/linux/drivers/media/dvb/siano/sms-cards.c 2011-07-13 16:25:28.000000000 +0800
I really I not sure if I inputted this patch properly - I stopped here)



@@ -301,6 +299,9 @@
case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
+ case SMS1XXX_BOARD_SIANO_NOVA_B:

request_module("smsdvb");
break;
default:


3 make menuconfig
Press enter->choose multmedia support->press enter->choose DVB/ATSC adapters->
press enter->cancel FireDTV and Floppy TV->find siano module and press enter->cancel SDIO interface support->Exit and click YES to save all settings.

4.make

5 make install

6 connect the device to pc, and input dmesg, you will get information as below

[ 2233.168026] usb 1-8: new high speed USB device using ehci_hcd and address 3
[ 2234.028037] smscore_set_device_mode: firmware download success: dvb_nova_12mhz_b0.inp
[ 2234.044456] WARNING: You're using an obsolete driver! You shouldn't be using it!
[ 2234.044459] If you want anything new, you can use http://git.linuxtv.org/media_build.git.
[ 2234.044462] The tree is still here just to preserve the development history.
[ 2234.049562] DVB: registering new adapter (Siano Nova B Digital Receiver)
[ 2234.050025] DVB: registering adapter 0 frontend 0 (Siano Mobile Digital MDTV Receiver)...
[ 2234.051266] usbcore: registered new interface driver smsusb

7 Input"ls /dev/dvb"command and you will find adapter0, the device is working now.

Can anybody help with this please

40watts
30-11-13, 10:43
can somebody please give me some pointers on this

40watts
01-12-13, 01:16
can somebody help me with the readme.
the first patch reads - diff -Naur /home/mike/work/v4l-dvb-3724e93f7af5/linux/drivers/media/dvb/siano/sms-cards.c /home/mike/work/v4l-dvb-1140/linux/drivers/media/dvb/siano/sms-cards.c
is this an instruction to compare file A with File B and is the directory listed ( /home/mike/work) a directory on somebodies machine. I can find the directory /v4l-dvb-3724e93f7af5/linux/drivers/media/dvb/siano/sms-cards.c in the the unzipped files. I cannot find the directory v4l-dvb-1140/linux/drivers/media/dvb/siano/sms-cards.c
wyh are the differences in these files being listed
help