Jump to content


41 watts

Member Since 29 Nov 2013
Offline Last Active 23 Feb 2014 18:08
-----

Posts I've Made

In Topic: August DVB T202 tuner

2 December 2013 - 22:05

the other symptom is when I switch between the DVB tune and the satellite tune, I have the same issue.  The switch from sat to dvb is almost immediate but the switch from dvb to sat takes up to 7 cycles between movies4men (why this channel) and a sat channel


In Topic: August DVB T202 tuner

2 December 2013 - 21:49

Awesome Athoik

It works perfectly. Tuner C appears on my list of Tuners with the DVB tuner listed.  I now have all the dvb-t channels.  Thank you very much.  I am very impressed with your skill and committement.  I also have a serious problem with my tuner.  Whenever I reboot or run a plugin, the system finds it very hard to tune in the channels.  It immediately recognises 'movies4men' and by alternating between any of the BBC's and Movies4men the tune eventually establishes itself (after about 5 cycles) and the channels are all restored and stay tuned.


In Topic: August DVB T202 tuner

2 December 2013 - 21:20

this is the patch from -

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/media/common/siano/sms-cards.c?id=9e915e5bc8dfa3380c376a5e10f1abe8c17f324a


In Topic: August DVB T202 tuner

2 December 2013 - 21:16

et9x00 login: rot ot
Last login: Mon Dec  2 20:05:39 +0000 2013 on /dev/pts/0.
root@et9x00:~# [6ndiff --git a/drivers/media/common/siano/sms-cards.c b/drivers/med

ia/common/siano/sms-cards.c
index b22b61d..04bb04c 100644
--- a/drivers/media/common/siano/sms-cards.c
+++ b/drivers/media/common/siano/sms-cards.c
@@ -293,19 +293,7 @@ EXPORT_SYMBOL_GPL(sms_board_lna_control);
int sms_board_load_modules(int id)
{
diff: unrecognized option '--git'
- switch (id) {
- case SMS1XXX_BOARD_HAUPPAUGE_CATAMOUNT:
- case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
- case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
- case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
- case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
- case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
- request_module("smsdvb");
- break;
- default:
- /* do nothing */
- break;
- }
+ request_module("smsdvb");
return 0;
}
BusyBox v1.19.4 (2013-11-12 23:01:55 CET) multi-call binary.

Usage: diff [-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2

Compare files line by line and output the differences between them.
This implementation supports unified diffs only.

        -a      Treat all files as text
        -b      Ignore changes in the amount of whitespace
        -B      Ignore changes whose lines are all blank
        -d      Try hard to find a smaller set of changes
        -i      Ignore case differences
        -L      Use LABEL instead of the filename in the unified header
        -N      Treat absent files as empty
        -q      Output only whether files differ
        -r      Recurse
        -S      Start with FILE when comparing directories
        -T      Make tabs line up by prefixing a tab when necessary
        -s      Report when two files are the same
        -t      Expand tabs to spaces in output
        -U      Output LINES lines of context
        -w      Ignore all whitespace

root@et9x00:~# index b22b61d..04bb04c 100644
-sh: index: not found
root@et9x00:~# --- a/drivers/media/common/siano/sms-cards.c
-sh: ---: not found
root@et9x00:~# +++ b/drivers/media/common/siano/sms-cards.c
-sh: +++: not found
root@et9x00:~# @@ -293,19 +293,7 @@ EXPORT_SYMBOL_GPL(sms_board_lna_control);
-sh: syntax error: unexpected "("
root@et9x00:~# int sms_board_load_modules(int id)
-sh: syntax error: unexpected "("
root@et9x00:~# {
> - switch (id) {
-sh: syntax error: unexpected "(" (expecting "}")
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_CATAMOUNT:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_A:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_OKEMO_B:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_WINDHAM:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD:
-sh: -: not found
root@et9x00:~# - case SMS1XXX_BOARD_HAUPPAUGE_TIGER_MINICARD_R2:
-sh: -: not found
root@et9x00:~# - request_module("smsdvb");
-sh: syntax error: unexpected "("
root@et9x00:~# - break;
-sh: -: not found
root@et9x00:~# - default:
-sh: -: not found
root@et9x00:~# - /* do nothing */
-sh: -: not found
root@et9x00:~# - break;
-sh: -: not found
root@et9x00:~# - }
-sh: -: not found
root@et9x00:~# + request_module("smsdvb");
-sh: syntax error: unexpected "("
root@et9x00:~# return 0;
 


In Topic: August DVB T202 tuner

2 December 2013 - 21:15

Hi Athoik,

I installed the three ipk extensions with the force downgrade

I then tried the downloaded patch.  Here is the putty output